From 6eb0575dba7821899a27559f8a1f5a314f6f81bf Mon Sep 17 00:00:00 2001 From: David Lago Date: Fri, 25 Nov 2016 12:19:07 -0500 Subject: [PATCH] Bluetooth fixes and touchscreen workaround --- UbuntuInstallationNotes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UbuntuInstallationNotes.md b/UbuntuInstallationNotes.md index 2cc0cc9..d5f9453 100644 --- a/UbuntuInstallationNotes.md +++ b/UbuntuInstallationNotes.md @@ -89,4 +89,11 @@ This is a list of some of the apps I install right away, in no particular order: prevent annoying error message after every reboot. * To be able to pair bluetooth headphones (Bose QC 35) edit `\etc\bluetooth\main.conf` - and set `ControllerMode = bredr` + and set `ControllerMode = bredr`. Also run this: `sudo apt-get install blueman bluetooth`. + Not sure if that made a difference, but bluetooth-manager seems to be the better + tool to manage bluetooth devices. + + * Making the touchscreen work after suspending: I couldn't find a fix for this, + and it is a bit annoying that after suspending the touchscreen stops working. + The workaround is to close and open the lid quicly, and resume using the power + button (weird, I know... but it works!).