Difference between revisions of "User:Ilakast"

From ThinkWiki
Jump to: navigation, search
m
m (X41 Tablet specifics)
Line 4: Line 4:
  
 
==X41 Tablet specifics==
 
==X41 Tablet specifics==
By default, in a debian based system, bluetooth is on. To have it switched off every time you boot, at the following line in your {{path|/etc/rc.local}}
+
By default, in a debian based system, bluetooth is on. To have it switched off every time you boot, add the following line in your {{path|/etc/rc.local}}
 
           echo "disable" > /proc/acpi/ibm/bluetooth
 
           echo "disable" > /proc/acpi/ibm/bluetooth
  

Revision as of 12:11, 14 October 2013

Linux and ThinkPad enthusiast :-) For a few months now, I have settled with my setup. It comprises a docked X41T and a headless, docked T30 with a PCI DVB-S card.

I also have a few ThinkPads that mostly collect dust: a 560X and a A30p.

X41 Tablet specifics

By default, in a debian based system, bluetooth is on. To have it switched off every time you boot, add the following line in your /etc/rc.local

         echo "disable" > /proc/acpi/ibm/bluetooth

Reference