Unknown Connection Issue, Please Help

Having just installed OpenSuse 11.3, NetworkManager identifies my wireless network, but repeatedly fails to make a connection.

Without further ado, here are the outputs to commands requested in the first sticky thread:

/sbin/lspci

00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
00:09.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
00:0b.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)

/sbin/lspci -n

00:0b.0 0280: 1814:0201 (rev 01)

dmesg | less

   10.049754] rt2500pci 0000:00:0b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
   10.150716] phy0: Selected rate control algorithm 'minstrel'
   10.151450] Registered led device: rt2500pci-phy0::radio
   10.151477] Registered led device: rt2500pci-phy0::quality

[snip]

  109.225123] wlan0: authenticate with 00:14:bf:10:2b:63 (try 1)
  109.227118] wlan0: authenticated
  109.227211] wlan0: associate with 00:14:bf:10:2b:63 (try 1)
  109.229088] wlan0: RX AssocResp from 00:14:bf:10:2b:63 (capab=0x411 status=0 aid=2)
  109.229099] wlan0: associated
  109.230474] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  109.528044] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  109.824042] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  110.824043] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  114.184041] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  114.824039] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  117.152043] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  118.612039] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  118.824045] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  119.644028] wlan0: no IPv6 routers present
  125.188042] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  139.192054] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  147.996183] phy0 -> rt2500pci_set_device_state: Error - Device failed to enter state 1 (-16).
  166.854544] wlan0: deauthenticating from 00:14:bf:10:2b:63 by local choice (reason=3)

continued next post…

/usr/sbin/iwconfig

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Frequency:2.437 GHz  Access Point: Not-Associated   
          Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

sudo /usr/sbin/iwlist scan

wlan0     Scan completed :
          Cell 01 - Address: 00:14:BF:10:2B:63
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=66/70  Signal level=-44 dBm  
                    Encryption key:on
                    ESSID:"adreampuppet"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=000000f0fc55854e
                    Extra: Last beacon: 760ms ago
                    IE: Unknown: 000C61647265616D707570706574
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030106
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: Unknown: 32040C121860
                    IE: Unknown: DD06001018020105

Thanks in advance for any help provided!

Ideas, anyone?

Just a not so helpful comment… I’m also watching your thread with interest because your problem is similar to my recent thread

Hardware not found - Am I real SOL?

Tony

Thanks, Tony. It’s probably a healthy sign that our wireless experts are away from their computers on a Sunday – though I’m hoping they appear here eventually…:wink:

I was thinking that someone would be interested in helping out here… anyone?

Crickets?

:slight_smile:

Another thread I read said with the error you’re getting you need to turn off power saving.

iwconfig wlan0 power off

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/456977
Another thread says the same thing.
https://bbs.archlinux.org/viewtopic.php?id=82589
Try that and see if it makes a difference. If not we’ll continue troubleshooting.