Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201811 - There's no CONFIG_B43 in .config (vanilla-sources-2.6.24r4) yet b43 driver is present in source tree
Summary: There's no CONFIG_B43 in .config (vanilla-sources-2.6.24r4) yet b43 driver is...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-09 22:51 UTC by Kamil Gornik
Modified: 2007-12-09 23:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Gornik 2007-12-09 22:51:40 UTC
I cannot find any of these:

CONFIG_B43=m
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_PCMCIA=y
CONFIG_B43_LEDS=y
CONFIG_B43_RFKILL=y
CONFIG_B43_DEBUG=y
CONFIG_B43_DMA=y
CONFIG_B43_PIO=y
CONFIG_B43_DMA_AND_PIO_MODE=y
# CONFIG_B43_DMA_MODE is not set
# CONFIG_B43_PIO_MODE is not set
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_RFKILL=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set

yet drivers/net/wireless/b43 & drivers/net/wireless/b43legacy are present.
Something seems wrong. Isn't there any patch that blocks that out? Looks like that.

Reproducible: Always
Comment 1 Kamil Gornik 2007-12-09 23:14:15 UTC
my mistake, one small but very important thing needs to be enabled:

     <M>   Generic IEEE 802.11 Networking Stack (mac80211) 
Comment 2 emil karlson 2007-12-09 23:18:25 UTC
use / to search in menuconfig to find missing dependencies for kernel config variables

for example /B43