Re: [Bug 205506] [NEW] iwl3945 goes defunct, requires rmmod + modprobe

2008-03-24 Thread Bart Samwel

I just had the same thing again. dmesg output looked pretty much the 
same. I now tried just rmmod iwl3945 + modprobe iwl3945, and then it 
worked again. Before trying that, I also tried restarting nm-applet and 
NetworkManager, which did not make it work again.

Cheers,
Bart

-- 
iwl3945 goes defunct, requires rmmod + modprobe
https://bugs.launchpad.net/bugs/205506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205506] [NEW] iwl3945 goes defunct, requires rmmod + modprobe

2008-03-23 Thread Bart Samwel
Public bug reported:

Binary package hint: linux-ubuntu-modules-2.6.24-12-generic

I've observed this several times, not often. I start a large download,
and the iwl3945 connection simply goes down and does nothing anymore.
Here's the dmesg output from the link association:

[  420.161250] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  424.534901] wlan0: Initial auth_alg=0
[  424.534910] wlan0: authenticate with AP 00:90:d0:f7:f6:d4
[  424.536295] wlan0: RX authentication from 00:90:d0:f7:f6:d4 (alg=0 
transaction=2 status=0)
[  424.536301] wlan0: authenticated
[  424.536305] wlan0: associate with AP 00:90:d0:f7:f6:d4
[  424.538072] wlan0: RX AssocResp from 00:90:d0:f7:f6:d4 (capab=0x411 status=0 
aid=2)
[  424.538078] wlan0: associated
[  424.538128] wlan0: WMM queue=2 aci=0 acm=0 aifs=3 cWmin=15 cWmax=1023 burst=0
[  424.538134] wlan0: WMM queue=3 aci=1 acm=0 aifs=7 cWmin=15 cWmax=1023 burst=0
[  424.538138] wlan0: WMM queue=1 aci=2 acm=0 aifs=2 cWmin=7 cWmax=15 burst=30
[  424.538143] wlan0: WMM queue=0 aci=3 acm=0 aifs=2 cWmin=3 cWmax=7 burst=15
[  424.543450] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  440.324789] wlan0: no IPv6 routers present

Then I started some large downloads, and the trouble started somewhere
over here:

[ 3756.547807] wlan0: No ProbeResp from current AP 00:90:d0:f7:f6:d4 - assume 
out of range
[ 3757.151468] iwl3945: Error sending REPLY_SCAN_CMD: time out after 500ms.
[ 3757.151703] wlan0: No STA entry for own AP 00:90:d0:f7:f6:d4
[ 3757.651163] iwl3945: Error sending REPLY_TX_PWR_TABLE_CMD: time out after 
500ms.
[ 3779.925997] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3780.426684] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3780.925387] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3781.425083] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3779.563135] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3780.097498] iwl3945: Error sending REPLY_SCAN_ABORT_CMD: time out after 
500ms.
[ 3780.597201] iwl3945: Error sending REPLY_RXON: time out after 500ms.
[ 3780.597213] iwl3945: Error setting new configuration (-110).
[ 3781.096889] iwl3945: Error sending REPLY_SCAN_ABORT_CMD: time out after 
500ms.
[ 3781.596582] iwl3945: Error sending REPLY_RXON: time out after 500ms.
[ 3781.596594] iwl3945: Error setting new configuration (-110).
[ 3783.972873] iwl3945: Error sending REPLY_SCAN_ABORT_CMD: time out after 
500ms.
[ 3783.972909] iwl3945: Aborted scan still in progress after 100ms
[ 3783.978898] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3904.817518] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3905.317220] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3905.816911] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3906.316614] iwl3945: Error sending REPLY_QOS_PARAM: time out after 500ms.
[ 3908.715535] iwl3945: Error sending REPLY_SCAN_ABORT_CMD: time out after 
500ms.
[ 3909.215235] iwl3945: Error sending REPLY_RXON: time out after 500ms.
[ 3909.215245] iwl3945: Error setting new configuration (-110).
[ 3909.714923] iwl3945: Error sending REPLY_SCAN_ABORT_CMD: time out after 
500ms.
[ 3910.215611] iwl3945: Error sending REPLY_RXON: time out after 500ms.
[ 3910.215622] iwl3945: Error setting new configuration (-110).
[ 3908.855056] iwl3945: Error sending REPLY_SCAN_ABORT_CMD: time out after 
500ms.
[ 3908.855080] iwl3945: Aborted scan still in progress after 100ms
[ 3908.865491] ADDRCONF(NETDEV_UP): wlan0: link is not ready

And then it went silent for two hours until I came back and found out
that my downloads had failed. Network Manager did not list any available
networks at this time, while it normally shows about four of them.
Doing:

sudo rmmod iwlwifi
sudo rmmod iwlwifi_mac80211
sudo rmmod cfg80211
sudo modprobe iwlwifi
sudo modprobe iwlwifi_mac80211
sudo modprobe cfg80211

fixes the problem, the network comes back up fine after that. I don't
know if the 80211 module reloads are really required, I did those just
to be sure.

** Affects: linux-ubuntu-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
iwl3945 goes defunct, requires rmmod + modprobe
https://bugs.launchpad.net/bugs/205506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs