Larry Finger wrote:
>> To confirm, I am building the 2.6.24-rc5 kernel and booting into the same.
>
> I'm not sure about the problem, but something has gone wrong with your kernel
> build and/or the
> install. After the 'make' step finished, did you issue a 'sudo make
> modules_install install'? If
> not, that could make the symbol versions disagree.
>
> Larry
Thanks Larry. Yes, I have done the make modules_install install part as
well. I am also tempted to thing that I missed a step or something in
the kernel build process, but this seems to be the only disgruntled module.
dmesg | grep "disagrees" | grep -v b43 ==> returns null
Now if I "rmmod ssb" and then "modprobe b43", then the module loads
without issues. But does not "latch on" to the eth1 device (which is my
usual wireless)
[EMAIL PROTECTED]:/home/shouryas# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
wlan0_rename IEEE 802.11g ESSID:""
Mode:Managed Channel:0 Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
--------
Also attaching a snip from my .config file, if you could quickly take a
look and tell me if I am making some configuration mistake about ssb/b43
here:
[EMAIL PROTECTED]:~/kernels/my2.6$ grep -i "ssb\|bc*m*43" /boot/config
# CONFIG_BCM43XX is not set
CONFIG_B43=m
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_PCMCIA=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_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
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=m
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
# CONFIG_SSB_SILENT is not set
CONFIG_SSB_DEBUG=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
# CONFIG_USB_OHCI_HCD_SSB is not set
Thanks for your help,
Shourya
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev