On Dec 31, 2007 12:28 AM, Rafael Remy <rafi@xxxxxxxxxxxxxxx> wrote: > hello > > i use a small holded 2.6.23-12 kernel with debian. > > what modules i have to put into the kernel for wireless working? > > i installed the kernel modules, the fwcutter and the firmware. > > PrinzIP:/lib/modules/2.6.23.12/updates/drivers/net/wireless/b43# modprobe b43 > WARNING: Error inserting ssb > (/lib/modules/2.6.23.12/updates/drivers/ssb/ssb.ko): Unknown symbol in module, > or unknown parameter (see dmesg) > FATAL: Error inserting b43 > (/lib/modules/2.6.23.12/updates/drivers/net/wireless/b43/b43.ko): Unknown symbol > in module, or unknown parameter (see dmesg) > > dmesg: > > ssb: Unknown symbol pcmcia_access_configuration_register This is the problem. pcmcia_access_configuration_register() is a routine exported by drivers/pcmcia/pcmcia_resource.c. This is built as part of the pcmcia kernel module so you need pcmcia module built. Do you have CONFIG_PCMCIA=m ? Then since pcmcia was not loaded ssb couldn't be loaded, and since ssb couldn't be loaded b43 couldn't be loaded. Luis - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html