Difference between revisions of "User:Ilakast"
(→X41 Tablet specifics) |
|||
Line 3: | Line 3: | ||
I also have a [[:Category:560X|560X]] that mostly collects dust. | I also have a [[:Category:560X|560X]] that mostly collects dust. | ||
− | == | + | ==Tweaks== |
− | 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}} | + | By default, in a debian based system, bluetooth and wwan 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 |
+ | echo "disable" > /proc/acpi/ibm/wan | ||
==Reference== | ==Reference== |
Revision as of 21:58, 17 February 2014
Linux and ThinkPad enthusiast :-) For a few months now, I have settled with my setup. It comprises a docked X41T, a docked A30p and a headless, docked T30 with a PCI DVB-S card.
I also have a 560X that mostly collects dust.
Tweaks
By default, in a debian based system, bluetooth and wwan 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 echo "disable" > /proc/acpi/ibm/wan