Bug 785533 - Problem with rt61pci in Kernel 3.2.2
Summary: Problem with rt61pci in Kernel 3.2.2
Keywords:
Status: CLOSED DUPLICATE of bug 785393
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 16
Hardware: i686
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Stanislaw Gruszka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-29 11:41 UTC by Juergen Schraten
Modified: 2012-02-02 19:45 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-01-30 18:30:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.