Still the same behaviour with the original 3.0.0.13 #22 Ubuntu kernel.
When the powersave is turned OFF no more panics noticed during several
days. Sometimes I forget to (manually) disable the powersave and when my
pc is left alone, the panic reoccurs. Therefore I made some changes to
the sartup file rc.local (as attached), solved for now, awaiting the
patch with Ubuntu originals, any progress there / expected version ?
Thanks...

<code>
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#
# Added to bypass RT2800 errors, bug #869502 
# Kernel-Panic with 3.0.0.12-generic on asus eee pcs and msi wind (both using 
rt2800 wifi chipset)
sleep 10
iwconfig wlan0 power off
exit 0
</code>

** Attachment added: "Modified /etc/rc.local"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869502/+attachment/2620939/+files/rc.local

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869502

Title:
  Kernel-Panic with 3.0.0.12-generic on asus eee pcs and msi wind (both
  using rt2800 wifi chipset)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/869502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to