[Suse 11.2] WUSB54g v4 / rt2500usb

Hey i have a problem after updating to 11.2 (KDE).
Since i updated my WUSB54g Wireless-Lan Adapter it won´t connect to my router (Fritz!Box 3270).
After a while i switched to KDENetworkManager but still no internet connection nor access to the router. It says “Activating…” after pressing “connect”. In Suse 11.1 everything works great out of the box.

Need help! :frowning:

On 11/17/2009 09:16 AM, bbirg wrote:
>
> Hey i have a problem after updating to 11.2 (KDE).
> Since i updated my WUSB54g Wireless-Lan Adapter it won´t connect to my
> router (Fritz!Box 3270).
> After a while i switched to KDENetworkManager but still no internet
> connection nor access to the router. It says “Activating…” after
> pressing “connect”. In Suse 11.1 everything works great out of the box.

Go to the wireless forum and read the stickies. Does the rt2500usb need external
firmware? You can check that with ‘dmesg | grep firmware’.

As far as I can tell, rt73usb is just plain broken in this and other 2.6.31 distros, so all rt25… chips are dysfunctional. See [xubuntu] rt2500 chipset wireless not working with 2.6.31 kernel - Ubuntu Forums](http://ubuntuforums.org/showthread.php?t=1304759) . Together with broken autoconnect (WLAN/cable-combo) in Networkmanager, see various threads in the wireless forum, this creates an “extended WLAN-fun edition” :wink:

My current workaround looks as follows.

  1. Make sure all network connections are NOT set to connect automatically in Networkmanager.

  2. reboot

  3. go into a root shell and enter:


iwconfig wlan0 power off
iwconfig wlan0 txpower auto

  1. disable+enable wireless in NetworkManager.

  2. Connect manually using NetworkManager.

  3. If necessary, reboot and continue with 3.

I have tried to enter the iwconfig commands into /etc/rc.d/boot.local but this only managed to completely disable wlan0 (“there is no such thing as wlan0”). Maybe /etc/rc.d/after.local will work better or maybe I’ll just wait, till smart SUSE people fix this by update :wink:

Edit: This fixes WLAN for my “Micro Star International RT2573” internal notebook USB device.

Both didn´t worked for me:-( But when i use iwconfig it displays my wireless network but i can´t connect to this :frowning: In googled the problem so often and i cant find a solution.

On 11/18/2009 09:56 AM, bbirg wrote:
>
> Both didn´t worked for me:-( But when i use iwconfig it displays my
> wireless network but i can´t connect to this :frowning: In googled the problem
> so often and i cant find a solution.

Does ‘sudo /usr/sbin/iwlist scan’ show your AP?

What does ‘dmesg | grep rt2’ show?

Hey, thanks for the support :slight_smile:
Here is my Terminal:
XXX@linux-jvra:~> sudo /usr/sbin/iwlist scan
lo Interface doesn’t support scanning.

eth0 Interface doesn’t support scanning.

wmaster0 Interface doesn’t support scanning.

wlan0 Scan completed :
Cell 01 - Address: 00:1F:3F:D2:0F:18
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=42/70 Signal level=-68 dBm
Encryption key:on
ESSID:“XXX”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000014082182
Extra: Last beacon: 1352ms ago
IE: Unknown: 0004574C414E
IE: Unknown: 010882848B960C121824
IE: Unknown: 030101
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD180050F2020101840003A4000027A4000042435E0062322F00
IE: Unknown: 2D1A4E101BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D16010D0800000000000000000000000000000000000000
IE: Unknown: DD0900037F01010000FF7F
IE: Unknown: DD0A00037F04010001000000

XXX@linux-jvra:~> dmesg | grep rt2
7.543764] Registered led device: rt2500usb-phy0::radio
7.543786] Registered led device: rt2500usb-phy0::quality
7.544336] usbcore: registered new interface driver rt2500usb
XXX@linux-jvra:~>