I upgraded to gentoo-sources-2.6.24-r2 today and decided to give the in-kernel usb wireless driver a shot. It compiled fine but when I try to run it, initialize the interface, I get a screwy error: #> /etc/init.d/net.wlan1 restart * Starting wlan1 SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory * Configuring wireless network for wlan1 * Failed to configure wireless for wlan1 [ !! ] This is the first time I have tried to use this driver so I am not sure what the problem is. Reproducible: Always dmesg output: usb 1-2: new high speed USB device using ehci_hcd and address 4 usb 1-2: configuration #1 chosen from 1 choice rt73: version magic '2.6.24-gentoo-r2 mod_unload ' should be '2.6.24-gentoo-r2 SMP mod_unload ' phy2 -> rt2500usb_init_eeprom: Error - Invalid RT chipset detected. phy2 -> rt2x00lib_probe_dev: Error - Failed to allocate device. phy3: Selected rate control algorithm 'simple' udev: renamed network interface wlan0 to wlan1 phy3 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. phy3 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. phy3 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. phy3 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. phy3 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. phy3 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. lsusb: Bus 002 Device 002: ID 05ac:8502 Apple Computer, Inc. Bus 002 Device 001: ID 0000:0000 Bus 007 Device 003: ID 05ac:021a Apple Computer, Inc. Bus 007 Device 002: ID 05ac:8242 Apple Computer, Inc. Bus 007 Device 001: ID 0000:0000 Bus 006 Device 001: ID 0000:0000 Bus 005 Device 001: ID 0000:0000 Bus 001 Device 004: ID 148f:2573 Ralink Technology, Corp. Bus 001 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 003 Device 002: ID 05ac:1000 Apple Computer, Inc. Bus 003 Device 001: ID 0000:0000 lsmod: Module Size Used by rt73usb 24704 0 nvidia 8840484 26 rt2500usb 22016 0 rt2x00usb 9600 2 rt73usb,rt2500usb rt2x00lib 16512 3 rt73usb,rt2500usb,rt2x00usb crc_itu_t 2432 1 rt2x00lib usbhid 19140 0 i2c_i801 8860 0 appletouch 9344 0
<snip> rt73: version magic '2.6.24-gentoo-r2 mod_unload ' should be '2.6.24-gentoo-r2 SMP mod_unload ' </snip> Clearly you've been playing with SMP support in kernel but looks like you didn't recompile the kernel modules?