User:Kibje: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Replaced content with "Boo!")
mNo edit summary
Line 1: Line 1:
Boo!
Boo!
<syntaxhighlight lang='bash'>
sudo apt-get remove bluez
sudo apt-get remove blueman
sudo sh -c "echo 'blacklist btusb\nblacklist bluetooth' > /etc/modprobe.d/blacklist-tivoslide.conf"
sudo reboot -now
</syntaxhighlight>

Revision as of 11:58, 10 July 2018

Boo!

sudo apt-get remove bluez
sudo apt-get remove blueman
sudo sh -c "echo 'blacklist btusb\nblacklist bluetooth' > /etc/modprobe.d/blacklist-tivoslide.conf"
sudo reboot -now