New Kernek-Desktop 2.6.31.8 causes system lock with WIFI

Hi, I’m running opensuse 11.2 on my Asus 1000H, today I found the new kernel Kernek-Desktop 2.6.31.8 will cause system lock down when I try to connect to any wifi assess point. I updated to 2.6.31.8 from Opensuse-11.2-update days ago and today it’s my 1st time to try to connect to wifi with this new kernel.

Downgrade to 2.6.31.5 will solve this problem.

On 01/08/2010 04:06 PM, yangchengkai wrote:
>
> Hi, I’m running opensuse 11.2 on my Asus 1000H, today I found the new
> kernel Kernek-Desktop 2.6.31.8 will cause system lock down when I try to
> connect to any wifi assess point. I updated to 2.6.31.8 from
> Opensuse-11.2-update days ago and today it’s my 1st time to try to
> connect to wifi with this new kernel.
>
> Downgrade to 2.6.31.5 will solve this problem.

What wireless device?

System freeze after last kernel update - openSUSE Forums

the same

It’s RT2860

I have the same problem with kernel 2.6.31.8 but I am using an rt2870. So downgrading the kernel worked for you huh? I’ll have to try that.

On 01/10/2010 04:16 PM, yangchengkai wrote:
>
> lwfinger;2100828 Wrote:
>> On 01/08/2010 04:06 PM,
>>
>> What wireless device?
>
> It’s RT2860

That driver had problems with power-saving mode. Is it helped with the command

sudo /usr/sbin/iwconfig wlan0 power off

If your device is not named wlan0, make the appropriate change.

I have the same issues here, my Netbook is an Asus EEEPC 1000 .
My wifi is the rt2860sta.
I solve this doing the kernel downgrade.

I upgrade again and try the “iwconfig wlan0 power off” , don’t supported.
I read the documentation of iwpriv: /usr/share/doc/packages/rt2860/iwpriv_usage.txt and there talk about the option PSMode.
There is no possible to view the PSMode status, but they permits change


root@note-cim:~# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     RT2860 Wireless  ESSID:""  Nickname:"RT2860STA"
          Mode:Auto  Frequency=2.412 GHz  Bit Rate=1 Mb/s   
          RTS thr:off   Fragment thr:off                    
          Encryption key:off                                
          Link Quality=10/100  Signal level:0 dBm  Noise level:-97 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0    
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0    

pan0      no wireless extensions.

root@note-cim:~# iwconfig wlan0 power off
Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device wlan0 ; Operation not supported. 

root@note-cim:~# iwpriv wlan0 show 
wlan0     show:                    
SSID                               
WirelessMode                       
TxBurst                            
TxPreamble                         
TxPower                            
Channel                            
BGProtection                       
RTSThreshold                       
FragThreshold                      
HtBw
HtMcs
HtGi
HtOpMode
HtExtcha
HtMpduDensity
HtBaWinSize
HtRdg
HtAmsdu
HtAutoBa
CountryRegion
CountryRegionABand
CountryCode
PktAggregate
WmmCapable
IEEE80211H
NetworkType
AuthMode
EncrypType
DefaultKeyID
Key1
Key2
Key3
Key4
WPAPSK

# grep -A2 PSMode /usr/share/doc/packages/rt2860/iwpriv_usage.txt
PSMode                                  {CAM, MAX_PSP, FAST_PSP}
                                                ::Set Power Saving Mode

root@note-cim:~# iwpriv wlan0 set PSMode=CAM


I just can’t say if work because here on my Job don’t have any Net to try connect… at night I will test in Home and post here if this work arround works

Hi All,

after test the command:

iwpriv wlan0 set PSMode=CAM

iwpriv wlan0 set PSMode=OFF

, both still freeze the computer… so I downgrade my kernel, again…

Just for curiosity , with your guys, when upgrade the kernel your devices name change ? between ra0 <-> wlan , then in some upgrades back to ra0 … this is annoying and always happen with me…
In kernel 2.6.31.5 my device name is ra0 , in .8 is wlan0 , in version 2.6.29 is wlan … arrrrrrrrrrrg!

Yeah I notice the same thing with the wlan <->ra switch, although I haven’t tried 2.6.29. I noticed in the updates today there was a patch for the kernel but not an update to something like 2.6.31-9 just an addon patch to the kernel. Does anyone know where I could find the release notes for that see if this issue was affected?