Activity log for bug #203758

Date Who What changed Old value New value Message
2008-03-18 23:41:29 Id2ndR bug added bug
2008-04-02 16:41:41 Id2ndR linux-meta: status New Confirmed
2008-04-06 19:09:34 Id2ndR description step to reproduce : $ sudo modprobe rt2x00lib $ dmesg | tail [ 705.058994] rt2x00lib: Unknown symbol ieee80211_register_hw [ 705.059252] rt2x00lib: Unknown symbol ieee80211_tx_status_irqsafe [ 705.059620] rt2x00lib: Unknown symbol ieee80211_ctstoself_get [ 705.059747] rt2x00lib: Unknown symbol ieee80211_start_queues [ 705.059996] rt2x00lib: Unknown symbol ieee80211_stop_queues [ 705.060281] rt2x00lib: Unknown symbol ieee80211_unregister_hw [ 705.060599] rt2x00lib: Unknown symbol ieee80211_rts_get [ 705.060724] rt2x00lib: Unknown symbol ieee80211_beacon_get [ 705.061006] rt2x00lib: Unknown symbol ieee80211_register_hwmode [ 705.061161] rt2x00lib: Unknown symbol ieee80211_rx_irqsafe You don't have to got the hardware related to this module to see this trouble. It was working on previous releases of linux-images. I'm not sure but linux 2.6.24-8 was OK I think. step to reproduce : $ sudo modprobe iwlwifi_mac80211 $ sudo modprobe rt2x00lib $ dmesg | tail [ 705.058994] rt2x00lib: Unknown symbol ieee80211_register_hw [ 705.059252] rt2x00lib: Unknown symbol ieee80211_tx_status_irqsafe [ 705.059620] rt2x00lib: Unknown symbol ieee80211_ctstoself_get [ 705.059747] rt2x00lib: Unknown symbol ieee80211_start_queues [ 705.059996] rt2x00lib: Unknown symbol ieee80211_stop_queues [ 705.060281] rt2x00lib: Unknown symbol ieee80211_unregister_hw [ 705.060599] rt2x00lib: Unknown symbol ieee80211_rts_get [ 705.060724] rt2x00lib: Unknown symbol ieee80211_beacon_get [ 705.061006] rt2x00lib: Unknown symbol ieee80211_register_hwmode [ 705.061161] rt2x00lib: Unknown symbol ieee80211_rx_irqsafe You don't have to got the hardware related to this module to see this trouble. The trouble : iwl3945 and rt2x00 can't work together. In order to use rt2x00, you have to unload iwlwifi_mac80211 module first. Then it will work normaly.
2008-04-06 19:09:34 Id2ndR title [hardy] regresion (probably from alpha 4 to alpha 5) rt2x00lib: Unknown symbol [hardy] regresion rt2x00lib: Unknown symbol while using iwl3945
2008-08-29 05:00:40 Leann Ogasawara bug added subscriber Leann Ogasawara
2008-09-10 17:14:32 Id2ndR linux: status Confirmed Fix Released
2008-09-10 17:14:32 Id2ndR linux: statusexplanation Fixed in intrepid alpha5 (2.6.27-2) Tests run to check that it was fixed : - rmmod rt733usb (and iwl3945 if loaded) - load module iwl3945 - load rt73usb - try to connect using rt73 based wifi adaptor => it works. (In fact, iwl3945 doesn't use iwlwifi_mac80211 anymore, but use standard mac80211 instead).