[Bug 33698] bcm43xx module missing
chombier
chombier at mac.com
Sun Mar 5 17:18:31 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/33698
Comment:
Same problem on an Macintosh PowerBook.
I tried to rebuild the kernel, but the kernel module was not built.
Looking in the kernel source code, there's a mismatch between the files "drivers/net/wireless/Makefile" and "drivers/net/wireless/bcm43xx/Makefile".
The first uses CONFIG_NET_BCM43XX, and the second CONFIG_BCM43XX.
I changed CONFIG_NET_BCM43XX into CONFIG_BCM43XX (which is what is declared in the Kconfig file) in "drivers/net/wireless/Makefile", and the module is back.
More information about the kernel-bugs
mailing list