kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #36431
[Bug 1213239] Re: [Lenovo ThinkPad Twist] Bluetooth subsystem dies after suspend
I've been having this issue also. After a conversation in #ubuntu on
IRC, someone pointed out a script for /etc/pm/sleep.d
The script as shown below seems to have fixed this issue, although it is
(at least to me) a workaround.
Thanks
_______________________________
#!/bin/bash
#Code from http://ubuntuforums.org/showthread.php?t=1387211
. /usr/lib/pm-utils/functions
case "$1" in
hibernate|suspend)
rfkill block bluetooth
;;
thaw|resume)
rfkill unblock bluetooth
rmmod btusb
modprobe btusb
;;
*)
;;
esac
exit
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1213239
Title:
[Lenovo ThinkPad Twist] Bluetooth subsystem dies after suspend
Status in “linux” package in Ubuntu:
Incomplete
Bug description:
I am using Saucy in XMir mode with the standard Unity desktop on the
Lenovo Thinkpad Twist.
When I suspend the system not only the suspend itself is broken (bug
1213233) but also after waking up I cannot use my Bluetooth devices
any more (mouse, keyboard). I have to reboot to get Bluetooth back
working.
Do not ask me to update the BIOS from 1.52 to 1.57, this leads to bug
1210748.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-2-generic 3.11.0-2.5
ProcVersionSignature: Ubuntu 3.11.0-2.5-generic 3.11.0-rc5
Uname: Linux 3.11.0-2-generic x86_64
ApportVersion: 2.12-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: till 3099 F.... pulseaudio
Date: Fri Aug 16 22:19:52 2013
HibernationDevice: RESUME=UUID=e0af6e5c-3cf3-47e2-8603-6a9ffb019484
InstallationDate: Installed on 2013-06-05 (72 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130605)
MachineType: LENOVO 334729G
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-2-generic root=UUID=80d8eb01-b0c3-47cc-8dba-1ed122b2be4f ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-3.11.0-2-generic N/A
linux-backports-modules-3.11.0-2-generic N/A
linux-firmware 1.113
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/05/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: GDET92WW (1.52 )
dmi.board.asset.tag: Not Available
dmi.board.name: 334729G
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro DPK TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: dmi:bvnLENOVO:bvrGDET92WW(1.52):bd02/05/2013:svnLENOVO:pn334729G:pvrThinkPadTwist:rvnLENOVO:rn334729G:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 334729G
dmi.product.version: ThinkPad Twist
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213239/+subscriptions
References