Description of problem: After update to Kernel 3.2.2 Wifi Card (rt61pci) doesn't work any more. Version-Release number of selected component (if applicable): Kernel 3.2.2 How reproducible: On every boot. Steps to Reproduce: 1. Upgrade to Kernel 3.2.2 2. Reboot 3. Error messages: rt61pci 0000:03:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 phy0 -> rt61pci_init_eeprom: Error - Invalid RF chipset detected. phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device. Actual results: Wifi card doesn't work any more, no wireless connection. Expected results: Working wifi-card. Additional info: rt61pci-firmware installed, all worked fine with Kernel 3.1.0 to Kernel 3.2.1
Hi, Same situation here, also got rt61pci. I found a temp. fix to this on 3.2.x kernels: 1) Download compat-wireless (I've tested with compat-wireless-2012-01-26.tar.bz2) 2) Unpack 3) edit config.mk file and change these two lines: ----- # CONFIG_RT2X00_DEBUG=y # CONFIG_RT2X00_LIB_DEBUGFS ----- to these: ---- CONFIG_RT2X00_LIB_DEBUGFS=y CONFIG_RT2X00_DEBUG=y ---- 4) then do make and sudo make install 5) unload all current loaded wireless modules (or reboot) 6) modprobe rt61pci wlan0 will appear again. Don't know why wifi is working only with DEBUG enabled for those modules. Cheers Deal.
Worked for me, too! Thanks for the help, kind regards 0nickyet
T *** This bug has been marked as a duplicate of bug 785393 ***