Package: acpi-support
Version: 0.109-5
Severity: minor
After a dist-upgrade, the Bluetooth on/off button of my T40p stopped working,
leaving the Bluetooth interface switched off all the time.
The following patch solves the problem for me:
--- ibm-wireless.sh~ 2008-06-22 23:12:46.000000000 +0200
+++ ibm-wireless.sh 2008-07-19 15:39:29.000000000 +0200
@@ -14,10 +14,10 @@
fi
# Note that this always alters the state of the wireless!
-toggleAllWirelessStates;
+#toggleAllWirelessStates;
# Sequence is Both on, Bluetooth only, Wireless only, Both off
-if ! isAnyWirelessPoweredOn; then
+#if ! isAnyWirelessPoweredOn; then
# Wireless was turned off
if [ -w $BLUETOOTH ]; then
if [ "$bluetooth_state" = 0 ]; then
@@ -26,4 +26,4 @@
echo disable > $BLUETOOTH
fi
fi
-fi
+#fi
This patch is just a quick and dirty fix that works for me; I did not further
debug why toggleAllWirelessStates is broken or used in an inappropriate way.
Regards,
Kai.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages acpi-support depends on:
ii acpi-support-base 0.109-5 scripts for handling base ACPI eve
ii acpid 1.0.6-10 Utilities for using ACPI power man
ii dmidecode 2.9-1 Dump Desktop Management Interface
ii finger 0.17-12 user information lookup program
ii hdparm 8.9-1 tune hard disk parameters for high
ii laptop-detect 0.13.6 attempt to detect a laptop
ii libc6 2.7-10 GNU C Library: Shared libraries
ii lsb-base 3.2-12 Linux Standard Base 3.2 init scrip
ii powermgmt-base 1.30 Common utils and configs for power
ii vbetool 1.0-3 run real-mode video BIOS code to a
ii x11-xserver-utils 7.3+3 X server utilities
Versions of packages acpi-support recommends:
ii dbus 1.2.1-2 simple interprocess messaging syst
ii hal 0.5.11-2 Hardware Abstraction Layer
ii nvclock 0.8b3-1 Allows you to overclock your nVidi
ii pm-utils 1.1.2.3-1 utilities and scripts for power ma
ii radeontool 1.5-5 utility to control ATI Radeon back
ii toshset 1.73-2 Access much of the Toshiba laptop
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]