Bug 785533

Summary: Problem with rt61pci in Kernel 3.2.2
Product: [Fedora] Fedora Reporter: Juergen Schraten <jueshq>
Component: kernelAssignee: Stanislaw Gruszka <sgruszka>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 16CC: gansalmon, itamar, ixime, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-30 18:30:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Juergen Schraten 2012-01-29 11:41:55 UTC
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

Comment 1 Real Deal 2012-01-30 16:44:07 UTC
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.

Comment 2 Juergen Schraten 2012-01-30 18:30:56 UTC
Worked for me, too!

Thanks for the help,
kind regards

0nickyet

Comment 3 Stanislaw Gruszka 2012-02-02 19:45:44 UTC
T

*** This bug has been marked as a duplicate of bug 785393 ***