Suspend to disk mit ATI fglrx Treiber (Ubuntu 6.10)
13.12.2006 von nik.
sudo apt-get install hibernate
in /etc/hibernate/common.conf:
EnableVbetool yes
dann in Terminal:
hibernate
Linux acpi Kommados (Thinkpad): Bluetooth ein/aus
13.12.2006 von nik.
sudo sh -c “echo enable> /proc/acpi/ibm/bluetooth”
sudo sh -c “echo disable> /proc/acpi/ibm/bluetooth”
Linux acpi Kommados für Lautstärkeregelung (Thinkpad)
13.12.2006 von nik.
sudo sh -c “echo mute> /proc/acpi/ibm/volume”
sudo sh -c “echo up> /proc/acpi/ibm/volume”
sudo sh -c “echo down> /proc/acpi/ibm/volume”