15
contributi
Rzl (discussione | contributi) Nessun oggetto della modifica |
Rzl (discussione | contributi) mNessun oggetto della modifica |
||
Riga 62: | Riga 62: | ||
hdaps | hdaps | ||
===== Wireless ===== | |||
Bisogna installare il pacchetto ''firmware-ipw2x00''. | |||
===== Bluetooth ===== | |||
Funziona in Lenny ma non in Squeeze. | |||
Bisogna aggiungere il file ''/etc/acpi/events/bluetooth'' contente: | |||
event=button/wlan | |||
action=/etc/acpi/bluetooth.sh | |||
Ed il file ''/etc/acpi/bluetooth.sh'' contentente: | |||
<pre> #!/bin/bash | |||
SYSFS="/sys/devices/platform/thinkpad_acpi/bluetooth_enable" | |||
case "$(cat "$SYSFS")" in | |||
0) | |||
echo 1 > "$SYSFS" | |||
;; | |||
1) | |||
echo 0 > "$SYSFS" | |||
;; | |||
esac | |||
</pre> |
contributi