Old:Debian on a IBM ThinkPad T42 2373 CS8: differenze tra le versioni

m
nessun oggetto della modifica
Nessun oggetto della modifica
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>
15

contributi