Your message dated Mon, 11 Feb 2008 12:23:16 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#465225: No bluetooth or wan control in /proc/acpi/ibm
in kernel 2.6.24-1-686
has caused the Debian Bug report #465225,
regarding No bluetooth or wan control in /proc/acpi/ibm in kernel 2.6.24-1-686
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
465225: http://bugs.debian.org/cgi-bin//465225
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linux-image-2.6.24-1-686
Version: 2.6.24-2
There appears to be no control for turning on / off the Bluetooth or WAN
radios in /proc/acpi/ibm/ as has been the case with previous kernels.
May be related to bug #463611 (No battery directory in /proc/acpi).
I had noticed that the light for the wan radio was remaining on, despite
running the script that echos "disable" into /proc/acpi/ibm/wan, when I
took a closer look, I got the following:
[EMAIL PROTECTED] echo disable > /proc/acpi/ibm/wan
zsh: no such file or directory: /proc/acpi/ibm/wan
The same happened with bluetooth. Running an earlier kernel version, you
could also determine the state of the radio by catting:
(running 2.6.18-4-686):
[EMAIL PROTECTED] cat /proc/acpi/ibm/wan
status: disabled
commands: enable, disable
This no longer appears to work in 2.6.24, returning the same "no such
file or directory" error.
--- End Message ---
--- Begin Message ---
On Mon, Feb 11, 2008 at 10:23:50AM +0000, David Noble wrote:
>
> There appears to be no control for turning on / off the Bluetooth or WAN
> radios in /proc/acpi/ibm/ as has been the case with previous kernels.
> May be related to bug #463611 (No battery directory in /proc/acpi).
> I had noticed that the light for the wan radio was remaining on, despite
> running the script that echos "disable" into /proc/acpi/ibm/wan, when I
> took a closer look, I got the following:
enabling disabling bluetooth
echo 1 > /sys/devices/platform/thinkpad_acpi/bluetooth_enable
echo 0 > /sys/devices/platform/thinkpad_acpi/bluetooth_enable
i have no W-Wan Sierra Wireless EV-DO device on x61s, but from
the code this should work:
echo 1 > /sys/devices/platform/thinkpad_acpi/wwan_enable
> [EMAIL PROTECTED] echo disable > /proc/acpi/ibm/wan
> zsh: no such file or directory: /proc/acpi/ibm/wan
>
> The same happened with bluetooth. Running an earlier kernel version, you
> could also determine the state of the radio by catting:
> (running 2.6.18-4-686):
> [EMAIL PROTECTED] cat /proc/acpi/ibm/wan
> status: disabled
> commands: enable, disable
>
> This no longer appears to work in 2.6.24, returning the same "no such
> file or directory" error.
still have deprecated /proc/acpi/ibm/bluetooth
and seems to work
anyway use the sysfs interface and be happy, closing
--- End Message ---