Shourya Sarcar wrote: > > [EMAIL PROTECTED]:/home/shouryas# dmesg | grep "ssb\|b43" > [ 43.324090] ssb: Sonics Silicon Backplane found on PCI device > 0000:0c:00.0 > [ 53.899968] b43: disagrees about version of symbol ssb_device_is_enabled > [ 53.899974] b43: Unknown symbol ssb_device_is_enabled > [ 53.900126] b43: disagrees about version of symbol > ssb_pcicore_dev_irqvecs_enable > [ 53.900129] b43: Unknown symbol ssb_pcicore_dev_irqvecs_enable > [ 53.900214] b43: disagrees about version of symbol ssb_bus_may_powerdown > [ 53.900216] b43: Unknown symbol ssb_bus_may_powerdown > [ 53.900500] b43: disagrees about version of symbol ssb_bus_unregister > [ 53.900502] b43: Unknown symbol ssb_bus_unregister > [ 53.900661] b43: disagrees about version of symbol ssb_set_devtypedata > [ 53.900663] b43: Unknown symbol ssb_set_devtypedata > [ 53.900850] b43: disagrees about version of symbol ssb_device_disable > [ 53.900852] b43: Unknown symbol ssb_device_disable > [ 53.901030] b43: disagrees about version of symbol ssb_dma_set_mask > [ 53.901032] b43: Unknown symbol ssb_dma_set_mask > [ 53.901320] b43: disagrees about version of symbol ssb_device_enable > [ 53.901322] b43: Unknown symbol ssb_device_enable > [ 53.901437] b43: disagrees about version of symbol ssb_driver_unregister > [ 53.901439] b43: Unknown symbol ssb_driver_unregister > [ 53.901577] b43: disagrees about version of symbol __ssb_driver_register > [ 53.901579] b43: Unknown symbol __ssb_driver_register > [ 53.901809] b43: Unknown symbol ssb_bus_pcmciabus_register > [ 53.901891] b43: disagrees about version of symbol ssb_bus_powerup > [ 53.901893] b43: Unknown symbol ssb_bus_powerup > [ 53.902404] b43: disagrees about version of symbol ssb_dma_translation > [ 53.902406] b43: Unknown symbol ssb_dma_translation > > > 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 _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
