[ltp] ACPI and /proc/acpi/ibm/beep
kionez
linux-thinkpad@linux-thinkpad.org
Sun, 05 Jul 2009 17:31:20 +0200
#include <Henrique de Moraes Holschuh.h> // created 18/06/2009 03:23
Hi, sorry for the late answer.. but I have many work problems :)
well, that's my config:
Thinkpad T61-766418G
i have the latest bios found on website
Version: 7LETB7WW (2.17 )
# uname -a
Linux magritte 2.6.30-gentoo-r2-kz #1 SMP PREEMPT Sun Jul 5 12:10:53
CEST 2009 i686 Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz GenuineIntel
GNU/Linux
relevant part of dmesg:
thinkpad_acpi: ThinkPad ACPI Extras v0.23-20090606
thinkpad_acpi: ibm_init: probing for beep
thinkpad_acpi: drv_acpi_handle_init: Found ACPI handle BEEP for beep
thinkpad_acpi: ibm_init: beep installed
> This is weird, and I cannot reproduce it. Please test with
> /proc/acpi/ibm/beep...
>
I try with a:
# for i in `seq 0 17` ; do echo $i > /proc/acpi/ibm/beep; sleep 1 ;done
but I can't hear no beep from my speaker...
I can hear a "acute" default beep (i.e. when i press tab for
autocomplention) only if I enable CONFIG_SND_HDA_INPUT_BEEP in my kernel
config.. otherwise I can't hear any sound.
(PS: every other sound-related task works fine.. only beeps are missing)
how can I resolve it?
k.