From: Stanislaw Gruszka <sgruszka@redhat.com>
To: Luigi Tarenga <luigi.tarenga@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: PROBLEM: unable to associate to some AP with new iwl_legacy driver
Date: Thu, 26 Jan 2012 11:41:14 +0100 [thread overview]
Message-ID: <20120126104112.GA2451@redhat.com> (raw)
In-Reply-To: <CAKkO-EgieZkXTAeHn7XkTQG8EXHEHP6zUOedGUre0+CRjBMS9g@mail.gmail.com>
Hi.
On Wed, Jan 25, 2012 at 04:25:20PM +0100, Luigi Tarenga wrote:
> I sent a bug report to the wrong team (ilw@linux.intel.com), I hope
> this time I get it right :)
>
> [1.] One line summary of the problem:
> unable to associate to some AP with new iwl_legacy driver
>
> [2.] Full description of the problem/report:
> I'm unable to connect to one of mine AP with a 4965AGN with new 3.2 kernel.
> Using stock Centos 6.2 kernel it works while with custom kernel 3.2 compiled
> from vanilla wpa_supplicant return a timeout error during the
> authentication phase.
> Using another WNIC (ralink rt2870) with new 3.2 kernel on the same AP
> works fine.
> The AP is D-Link DIR-300 with OpenWrt compiled from trunk, it's based
> on the RT3050F SoC.
> With the 4965AGN I can connect other AP correctly, I'm not sure if the bug is on
> other layer or on AP, what makes me think about a problem on the
> iwl4965/iwl_legacy
> is the fact that from the Centos kernel I can connect to the very same AP.
Please provide verbose debug logs on working and not working kernel
for compare.
Kernel has to be compiled with CONFIG_IWLWIFI_LEGACY_DEBUG or
CONFIG_IWLWIFI_DEBUG, or CONFIG_IWLEGACY_DEBUG (depend on kernel
version). On CentOS, kernel-debug should has proper option enabled.
Please configure syslog to log debug messages into /var/log/kernel
(some hint here: https://fedoraproject.org/wiki/DebugWireless), restart
syslog, then do:
modprobe -r iwl4965
echo > /var/log/kernel
modprobe iwl4965 debug=0x47ffffff
wait for association failure (bad kernel) or association success (good kernel)
modprobe -r iwl4965
And post me compress /var/log/kernel files.
On CentOS there is iwlagn module instead of iwl4965.
Would be great if you can find two consecutive kernel versions
where the things get broken. Most likely this is 2.6.38 -> 2.6.39
regression where the iwlwifi driver split into iwlegacy happen.
And provide logs from there. But if you don't want to bother
with trying different kernel version, verbose logs from CentOS
and 3.2 are fine, just will be a bit harder for me to analyze
them.
Thanks
Stanislaw
prev parent reply other threads:[~2012-01-26 10:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-25 15:25 PROBLEM: unable to associate to some AP with new iwl_legacy driver Luigi Tarenga
2012-01-26 10:41 ` Stanislaw Gruszka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120126104112.GA2451@redhat.com \
--to=sgruszka@redhat.com \
--cc=linux-wireless@vger.kernel.org \
--cc=luigi.tarenga@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.