Broadcom STA module is not loadable on karmic due to unknown symbols
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Baltix |
New
|
Undecided
|
Unassigned | ||
bcmwl (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
The Broadcom STA kernel module “wl.ko” is not loadable on a reasonably recent karmic installation (updates as of yersterday) because of unknown symbols. “modprobe wl.ko” does not load the module with a rather generic error message and the kernel log yields:
[ 25.315594] wl: module license 'MIXED/Proprietary' taints kernel.
[ 25.322704] Disabling lock debugging due to kernel taint
[ 25.337362] wl: Unknown symbol lib80211_
After manually loading the required modules, wl.ko can also be loaded:
root@galileo:~# insmod /lib/modules/
root@galileo:~# insmod /lib/modules/
root@galileo:~# insmod /lib/modules/
root@galileo:~# insmod /lib/modules/
root@galileo:~# modprobe wl
[ 168.822430] lib80211: common routines for IEEE802.11 drivers
[ 168.822454] lib80211_crypt: registered algorithm 'NULL'
[ 173.873436] lib80211_crypt: registered algorithm 'WEP'
[ 176.952228] lib80211_crypt: registered algorithm 'TKIP'
[ 179.797952] lib80211_crypt: registered algorithm 'CCMP'
[ 187.713168] wl 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 187.713195] wl 0000:05:00.0: setting latency timer to 64
[ 187.734771] eth1: Broadcom BCM4315 802.11 Wireless Controller 5.10.91.9
“depmod -a” does not help, updates/dkms/wl.ko is mentioned in the modules.dep file, but its dependency list is empty.
Incidentally, kernel/
kosh@galileo:/$ lsb_release -rd
Description: Ubuntu karmic (development branch)
Release: 9.10
kosh@galileo:/$ dpkg -l bcmwl-kernel-source linux-image-generic
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Description
+++-===
ii bcmwl-kernel-source 5.10.91.
ii linux-image-generic 2.6.31.1.11 Generic Linux kernel image
kosh@galileo:/$ uname -a
Linux galileo 2.6.31-1-generic #14-Ubuntu SMP Thu Jul 2 16:03:01 UTC 2009 i686 GNU/Linux
Changed in bcmwl (Ubuntu): | |
status: | New → Fix Released |
Changed in bcmwl (Ubuntu): | |
status: | Fix Released → Confirmed |
I do not use Karamic, but use Jaunty. After kernel update a several days ago my network did not work (WIFI and ETH).
http:// georgia. ubuntuforums. org/showpost. php?p=7506946& postcount= 18
this helped me to solve the problem
sudo /sbin/lrm-manager
sudo modprobe wl
But I think it should be fixed.