You are not logged in.
Pages: 1
I'd been using kernel-ck-core2-2.6.38.6-3 for a long time but I upgraded my kernel up to linux-ck-corex-3.2.1-4 two weeks ago. Now I have strange problem related with my wireless card. I'm using Networkmanager and it doesnt show any wireless network anymore. Sometimes it's appeared only for a moment and then is dissapeared again. According to logs supplicant manager state always changes down - idle - ready and then to idle - down, and this loop continues until finding any wireless network but as I said before that it is dissapeared in five seconds again. Most of time this loop continues for hours.
tail -f /var/log/everything.log
Feb 9 15:23:39 archlinuxtr NetworkManager[860]: <info> Trying to start the supplicant...
Feb 9 15:23:39 archlinuxtr dbus[663]: [system] Activating service name='fi.epitest.hostap.WPASupplicant' (using servicehelper)
Feb 9 15:23:39 archlinuxtr dbus[663]: [system] Successfully activated service 'fi.epitest.hostap.WPASupplicant'
Feb 9 15:23:39 archlinuxtr NetworkManager[860]: <info> (eth1): supplicant manager state: down -> idle
Feb 9 15:23:39 archlinuxtr NetworkManager[860]: <info> (eth1): device state change: 2 -> 3 (reason 0)
Feb 9 15:23:39 archlinuxtr NetworkManager[860]: <info> (eth1): supplicant interface state: starting -> ready
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> (eth1): supplicant manager state: idle -> down
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> (eth1): device state change: 3 -> 2 (reason 10)
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> (eth1): deactivating device (reason: 10).
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: supplicant_interface_acquire: assertion `mgr_state == NM_SUPPLICANT_MANAGER_STATE_IDLE' failed
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> Trying to start the supplicant...
Feb 9 15:23:41 archlinuxtr dbus[663]: [system] Activating service name='fi.epitest.hostap.WPASupplicant' (using servicehelper)
Feb 9 15:23:41 archlinuxtr dbus[663]: [system] Successfully activated service 'fi.epitest.hostap.WPASupplicant'
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> (eth1): supplicant manager state: down -> idle
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> (eth1): device state change: 2 -> 3 (reason 0)
Feb 9 15:23:41 archlinuxtr NetworkManager[860]: <info> (eth1): supplicant interface state: starting -> ready
Feb 9 15:23:43 archlinuxtr NetworkManager[860]: <info> (eth1): supplicant manager state: idle -> down
Feb 9 15:23:43 archlinuxtr NetworkManager[860]: <info> (eth1): device state change: 3 -> 2 (reason 10)
Feb 9 15:23:43 archlinuxtr NetworkManager[860]: <info> (eth1): deactivating device (reason: 10).
Feb 9 15:23:43 archlinuxtr NetworkManager[860]: supplicant_interface_acquire: assertion `mgr_state == NM_SUPPLICANT_MANAGER_STATE_IDLE' failed
Feb 9 15:23:43 archlinuxtr NetworkManager[860]: <info> Trying to start the supplicant...kernel info:
pacman -Qs linux-ck-corex
local/linux-ck-corex 3.2.5-1 (ck-corex)
Linux Kernel and modules with the ck1 patchset featuring Brain Fuck Scheduler v0.416. Intel Core2/Newer Xeon and
Intel Core i3/i5/i7 optimized.
local/linux-ck-corex-headers 3.2.5-1 (ck-corex)
Header files and scripts to build modules for linux-ck. Intel Core2/Newer Xeon and Intel Core i3/i5/i7 optimized.driver info for wireless card
pacman -Qs broadcom-wl-ck-corex
local/broadcom-wl-ck-corex 5.100.82.112-8 (ck-corex)
Broadcom 802.11abgn hybrid Linux networking device driver for linux-ck. Intel Core2/Newer Xeon and Intel Core
i3/i5/i7 optimized.brandname of my wireless card
lspci | grep -i net
02:00.0 Network controller: Broadcom Corporation BCM43225 802.11b/g/n (rev 01)
lspci -vnn | grep 14e4
02:00.0 Network controller [0280]: Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)and wireless modules
lsmod | grep wl
wl 2557355 0
lib80211 3981 2 wl,lib80211_crypt_tkip
cfg80211 172260 1 wlI've tried all packages of broadcom drivers, broadcom-wl from aur, broadcom-wl-ck, broadcom-wl-ck-corex from ck-repo and also broadcom hybrid linux device driver from broadcom.com. I tried all of them though the last one i think, is same as broadcom-wl package from aur.
Is there any suggestion?
Last edited by hoobastank (2012-02-09 15:00:29)
Offline
Drop wl, use brcmsmac instead. If not even that will work, there's also b43 (you'll need to compile your own kernel for that though).
Offline
Thank you, I think i may need to add blacklist for bcma module which affects Linux kernels 3.0 and 3.1.
Offline
Really strange, I uninstalled broadcom-wl-ck-corex driver and made new one from website of broadcom.com and also blacklisted bcma, b43 and ssb modules yesterday. Everything gone well at my home, reboot one or two times for the test. Now in my office it's again crazy and supplicant manager state always changes ready - down vice versa.
Offline
Pages: 1