Bugzilla – Bug 502527
Bluetooth doesn't wake up after suspending to RAM
Last modified: 2009-07-22 06:12:19 UTC
Created attachment 291176 [details] /var/log/pm-suspend.log User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b4) Gecko/20090426 SUSE/3.5b4-3.1 Firefox/3.5b4 I used pm-suspend command. After computer wake up bluetooh LED stays off and device doesn't work. WiFi works fine. /var/run/pm-suspend contains: export KERNEL_LOGLEVEL=1 export cpu0_governor_STATE=ondemand export cpu1_governor_STATE=ondemand uname -r 2.6.27.21-0.1-default s2ram -n Machine matched entry 566: sys_vendor = 'LENOVO' sys_product = '' sys_version = 'ThinkPad T60' bios_version = '' Fixes: 0x3 S3_BIOS S3_MODE This machine can be identified by: sys_vendor = "LENOVO" sys_product = "1951FEG" sys_version = "ThinkPad T60" bios_version = "79ETD7WW (2.17 )" Reproducible: Always
Can you still toggle bluetooth with the Fn-hotkey after resuming? what are the contents of /proc/acpi/ibm/bluetooth?
I'm struggeling with the same problem. s2ram -n Machine matched entry 440: sys_vendor = 'IBM' sys_product = '2529*' sys_version = '' bios_version = '' Fixes: 0x3 S3_BIOS S3_MODE This machine can be identified by: sys_vendor = "IBM" sys_product = "2529FKG" sys_version = "ThinkPad Z60m" bios_version = "77ET54WW (1.14 )" With Fn-F5 I can toggle the bluetooth settings. Before: cat /proc/acpi/ibm/bluetooth status: disabled commands: enable, disable After: cat /proc/acpi/ibm/bluetooth status: enabled commands: enable, disable After toggeling I can see it from my Palm and transfer data. Looks like a glitch in the resume script?
This is an issue with the thinkpad_acpi driver which stored the state of the bluetooth killswich in nvram to read it on resume and set the correct state. You should see the same issue with booting, bluetooth disabled -> reboot -> bluetooth enabled. There was another bugreport about this issue which came in too late in the release cycle so that a patch was considered to intrusive to be put into the kernel at this point in time. So if you can change toggle the bluetooth settings with Fn-F5 and so get bluetooth working again, I consider this issue as not too bad. Sorry, this won't get fixed for 11.1, but should be for openSUSE Factory or 11.2.
Thank you for explanation. I learned to use the Fn+F5 ;?)
Can we verify that it still does not work in 11.2, or will you reassign the bug for 11.2? My testing machine for 11.2 does not have bluetooth...