It is not possible to disable the Intel ME from the BIOS set up.

I attached the result of running
$ dmesg > dmesg.log
after booting


I rarely use bluetooth, so I keep it disabled. To automatically disable it 
after boot, I use rfkill in the rc.local file:
```
$ cat /etc/rc.local
#!/bin/bash

sleep 10
rfkill block bluetooth
exit 0
```
that might explain what you found about it not working right? After clicking 
"Turn Bluetooth On" in the blueman-applet, I can connect to bluetooth speakers 
and play music.

** Attachment added: "output of dmesg after booting"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886920/+attachment/5396547/+files/dmesg.log

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

Title:
  Battery drain during sleep. System suspended before kernel suspends
  all tasks. Lenovo ThinkPad T460

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to