F18 on Dell xps13

Gordon Messmer yinyang at eburg.com
Fri Mar 15 17:11:38 UTC 2013


On 03/15/2013 09:08 AM, Gordon Messmer wrote:
> I haven't tried to
> use the DisplayPort output or BlueTooth, but the latter is at least
> correctly detected on boot.

I've learned that btusb needs to be removed on suspend.  The following 
script will accomplish that.

/usr/lib/systemd/system-sleep/bluetooth.sh:

#!/bin/sh

case $1 in
   pre)
     echo "Removing module btusb..."
     rmmod btusb
     ;;
   post)
     echo "Re-loading module btusb..."
     modprobe btusb
     ;;
esac



More information about the users mailing list