From: Larry Finger <Larry.Finger@lwfinger.net>
To: Alex Romosan <romosan@sycorax.lbl.gov>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Justin Madru <jdm64@gawab.com>,
lkml <linux-kernel@vger.kernel.org>,
linux-wireless@vger.kernel.org
Subject: Re: 2.6.30-rc1: intel 3945 no wireless
Date: Wed, 08 Apr 2009 23:48:05 -0500 [thread overview]
Message-ID: <49DD7E05.3000700@lwfinger.net> (raw)
In-Reply-To: <87myaql9t8.fsf@sycorax.lbl.gov>
Alex Romosan wrote:
> Larry Finger <Larry.Finger@lwfinger.net> writes:
>
>> Andrew Morton wrote:
>>> (cc linux-wireless)
>>>
>>> On Tue, 07 Apr 2009 22:36:48 -0700 Justin Madru <jdm64@gawab.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Decided to test out .30-rc1, but I've run into some bugs.
>>>> My intel 3945 wireless card doesn't work. Bellow is the relevant
>>>> portions of dmesg
>>>> The full dmesg and config can be found at:
>>>> http://jdserver.homelinux.org/bugreports/003/
>>>>
>>>> iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for
>>>> Linux, 1.2.26ks
>>>> iwl3945: Copyright(c) 2003-2009 Intel Corporation
>>>> iwl3945 0000:0b:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>> iwl3945 0000:0b:00.0: setting latency timer to 64
>>>> input: SynPS/2 Synaptics TouchPad as
>>>> /devices/platform/i8042/serio1/input/input6
>>>> iwl3945 0000:0b:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
>>>> iwl3945 0000:0b:00.0: Detected Intel Wireless WiFi Link 3945ABG
>>>> alloc irq_desc for 26 on cpu 0 node 0
>>>> alloc kstat_irqs on cpu 0 node 0
>>>> iwl3945 0000:0b:00.0: irq 26 for MSI/MSI-X
>>>> phy0: Selected rate control algorithm 'iwl-3945-rs'
>>>> input: HDA Intel Mic at Ext Right Jack as
>>>> /devices/pci0000:00/0000:00:1b.0/input/input7
>>>> input: HDA Intel HP Out at Ext Right Jack as
>>>> /devices/pci0000:00/0000:00:1b.0/input/input8
>>>> phy0: Failed to initialize wep: -2
>>>> iwl3945 0000:0b:00.0: Failed to register hw (error -2)
>>>> iwl3945 0000:0b:00.0: PCI INT A disabled
>>>> iwl3945: probe of 0000:0b:00.0 failed with error -2
>>>>
>>> I assume this is a regression? 2.6.29 was OK?
>> See the discussion in the thread containing
>> http://marc.info/?l=linux-kernel&m=123922531327539&w=2. This one also contains
>> the fix that was accepted by Rusty Russell.
>
> i have the same problem. 2.6.29 was fine, 2.6.30-rc1 doesn't work. i
> tried applying the above mentioned patch but it didn't make any
> difference. at any rate, i have iwl3945 compiled in the kernel and not
> as a module and i don't use wep. this is the relevant part from syslog:
>
> iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-2.ucode
> iwl3945 0000:03:00.0: loaded firmware version 15.28.2.8
> Registered led device: iwl-phy0::radio
> Registered led device: iwl-phy0::assoc
> Registered led device: iwl-phy0::RX
> Registered led device: iwl-phy0::TX
> wlan0: authenticate with AP XX:XX:XX:XX:XX:XX
> wlan0: authenticate with AP XX:XX:XX:XX:XX:XX
> iwl3945 0000:03:00.0: Microcode SW error detected. Restarting 0x82000008.
> iwl3945 0000:03:00.0: Error Reply type 0x00000005 cmd REPLY_PHY_CALIBRATION_CMD (0xB0) seq 0x013A ser 0x004E0000
> Registered led device: iwl-phy0::radio
> Registered led device: iwl-phy0::assoc
> Registered led device: iwl-phy0::RX
> Registered led device: iwl-phy0::TX
> wlan0: authenticate with AP XX:XX:XX:XX:XX:XX
> wlan0: authentication with AP XX:XX:XX:XX:XX:XX timed out
>
> looking through the logs i also noticed this:
>
> REISERFS warning (device sda4): jdm-20004 reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>
> REISERFS warning (device sda4): jdm-20004 reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>
> REISERFS warning (device sda2): jdm-20004 reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
Obviously your problem is different. The one I reported was due to problems
loading modules.
If you have the Linux-2.6 git tree, please do a bisection. In any case, you
should post this as a separate regression. Your problem will get lost in this
thread.
Larry
next prev parent reply other threads:[~2009-04-09 4:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <49DC37F0.2040408@gawab.com>
2009-04-09 3:14 ` 2.6.30-rc1: intel 3945 no wireless Andrew Morton
2009-04-09 3:31 ` Larry Finger
2009-04-09 4:39 ` Alex Romosan
2009-04-09 4:48 ` Larry Finger [this message]
2009-04-09 6:47 ` Justin Madru
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=49DD7E05.3000700@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=akpm@linux-foundation.org \
--cc=jdm64@gawab.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=romosan@sycorax.lbl.gov \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).