Re: Power-Button

2004-12-28 Thread Steffen Klemer
Am 2004.11.16 16:43 schrieb(en) Andreas Tille: On Tue, 16 Nov 2004, Koen Vermeer wrote: Just asking the obvious: Have you tried loading these modules or are they loaded in the boot process automatically? Can you do a grep ACPI dmesg? My last experiment shows a further hint that the modules seem to

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Jose Carlos Garcia Sogo wrote: El mar, 16-11-2004 a las 11:07 +0100, Andreas Tille escribió: [...] and Centrino WLAN http://ipw2100.sourceforge.net/ Only a little note for the list record: this module can be compiled using ipw2100-source package (in contrib). After installi

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Koen Vermeer wrote: ACPI: Power Button (FF) [PWRF] That kind of conflicts with an earlier question: KV: > Do you have something like 'ACPI: Power Button (FF) [PWRF]' in dmesg? AT: No. I was aware this conflict when I wrote this mail - but at the time I wrote my first response t

Re: Power-Button

2004-11-16 Thread Jose Carlos Garcia Sogo
El mar, 16-11-2004 a las 23:44 +0100, Jose Carlos Garcia Sogo escribiÃ: > El mar, 16-11-2004 a las 11:07 +0100, Andreas Tille escribiÃ: > [...] > > and Centrino WLAN > > http://ipw2100.sourceforge.net/ > > Only a little note for the list record: this module can be compiled > using ipw2100-sou

Re: Power-Button

2004-11-16 Thread Jose Carlos Garcia Sogo
El mar, 16-11-2004 a las 11:07 +0100, Andreas Tille escribiÃ: [...] > and Centrino WLAN > http://ipw2100.sourceforge.net/ Only a little note for the list record: this module can be compiled using ipw2100-source package (in contrib). After installing, read /usr/share/doc/ips2100-source/README.

Re: Power-Button

2004-11-16 Thread Micha Feigin
At Tue, 16 Nov 2004 16:40:40 +0100 (CET), Andreas Tille wrote: > > On Tue, 16 Nov 2004, Micha Feigin wrote: > > > You need the following as root: > > Try stopping acpid > > /etc/init.d/acpid stop > > and then > > cat /proc/acpi/event > Well, this is more or less the same as I reported in a previo

Re: Power-Button

2004-11-16 Thread Martin Theiß
Hi Andreas Tille, *, Andreas Tille wrote: > On Tue, 16 Nov 2004, Martin [iso-8859-1] Theiß wrote: > > >Try to use acpi_listen as root to figure out, whether the powerbutton does > >generate an acpi event. ># acpi_listen >button/lid LID 0080 000b >button/lid LID 0080 0

Re: Power-Button

2004-11-16 Thread Koen Vermeer
Op di 16-11-2004, om 16:37 schreef Andreas Tille: > I guess and hope they are loaded automatically. I do not know the > modules names but some of the modules which are printed by lsmod > sound very similar. Would you think it is a bad idea to use ACPI > in modules? I guess not, but I just didn'

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Koen Vermeer wrote: Just asking the obvious: Have you tried loading these modules or are they loaded in the boot process automatically? Can you do a grep ACPI dmesg? My last experiment shows a further hint that the modules seem to be loaded correctly: # /etc/init.d/acpid stop S

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Micha Feigin wrote: You need the following as root: Try stopping acpid /etc/init.d/acpid stop and then cat /proc/acpi/event Well, this is more or less the same as I reported in a previous mail: # cat /proc/acpi/event button/lid LID 0080 0003 button/lid LID 0080

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Koen Vermeer wrote: Just asking the obvious: Have you tried loading these modules or are they loaded in the boot process automatically? I guess and hope they are loaded automatically. I do not know the modules names but some of the modules which are printed by lsmod sound very

Re: Power-Button

2004-11-16 Thread Micha Feigin
At Tue, 16 Nov 2004 13:13:47 +0100 (CET), Andreas Tille wrote: > > On Tue, 16 Nov 2004, Ralf Gerlich wrote: > > > Have a look at /proc/acpi/button/. > $ ls -l /proc/acpi/button/ > total 0 > dr-xr-xr-x 3 root root 0 Nov 16 13:09 lid > dr-xr-xr-x 3 root root 0 Nov 16 13:09 power > $ ls -l /proc/a

Re: Power-Button

2004-11-16 Thread Koen Vermeer
Op di 16-11-2004, om 14:45 schreef Andreas Tille: > $grep -i -e suspend -e acpi /boot/config-2.6.9 > CONFIG_ACPI_AC=m > CONFIG_ACPI_BATTERY=m > CONFIG_ACPI_BUTTON=m > CONFIG_ACPI_FAN=m > CONFIG_ACPI_PROCESSOR=m > CONFIG_ACPI_THERMAL=m Just asking the obvious: Have you tried loading these modules o

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Koen Vermeer wrote: Can you show the ACPI options in your .config file and the ACPI stuff from dmesg? (I don't know all the details, but I do know it works on my relatively new laptop and on a rather old one. So, it's like 'spot the 10 differences'.) $grep -i -e suspend -e acpi

Re: Power-Button

2004-11-16 Thread Koen Vermeer
Op di 16-11-2004, om 13:18 schreef Andreas Tille: > > OK, sorry for that. Note that the hibernate script actually is in the > > official Debian repository, but it is 0.99-1 for both testing and > > unstable. > Uhm - thanks for the hint - don't know why I missed this ... > > > Do you have somethin

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Martin [iso-8859-1] Theiß wrote: Try to use acpi_listen as root to figure out, whether the powerbutton does generate an acpi event. # acpi_listen button/lid LID 0080 000b button/lid LID 0080 000c I pressed the lid once and the power button a couple of t

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Ralf Gerlich wrote: Have a look at /proc/acpi/button/. $ ls -l /proc/acpi/button/ total 0 dr-xr-xr-x 3 root root 0 Nov 16 13:09 lid dr-xr-xr-x 3 root root 0 Nov 16 13:09 power $ ls -l /proc/acpi/button/power/ total 0 dr-xr-xr-x 2 root root 0 Nov 16 13:10 PWRF $ ls -l /proc/a

Re: Power-Button

2004-11-16 Thread Ralf Gerlich
On Tue, Nov 16, 2004 at 11:51:04AM +0100, Andreas Tille wrote: [SNIP] > >- Let the acpi daemon log all events. Then, you can see what the string > >looks like when you press the power button. In my case, it already logs > >all events in /var/log/acpid. > Well, this is also logged for me in the same

Re: Power-Button

2004-11-16 Thread Martin Theiß
Hi Andreas Tille, *, Andreas Tille wrote: > On Tue, 16 Nov 2004, Koen Vermeer wrote: > >- Let the acpi daemon log all events. Then, you can see what the string > >looks like when you press the power button. In my case, it already logs > >all events in /var/log/acpid. > Well, this is also logged f

Re: Power-Button

2004-11-16 Thread Andreas Tille
On Tue, 16 Nov 2004, Koen Vermeer wrote: - The Debian repository you mentioned does not seem to contain the 1.00 version of the hibernate script, which is required for the 2.1.5 version of swsusp2. This is what I wanted to express when I wrote I used the package source to build packages for 1.00.

Re: Power-Button

2004-11-16 Thread Koen Vermeer
Two things: - The Debian repository you mentioned does not seem to contain the 1.00 version of the hibernate script, which is required for the 2.1.5 version of swsusp2. - Let the acpi daemon log all events. Then, you can see what the string looks like when you press the power button. In my case, it

Re: power button dell inspiron 4000

2001-06-10 Thread Peter Cordes
On Sat, Jun 09, 2001 at 12:06:24PM +1000, Tim Connors wrote: > I've given up on this project for a while, but here's some more info: > Flashed with the latest BIOS, but pretty much everything is the same in > the setup menu (gee, I like being able to change bios options when the > machine is alread

Re: power button dell inspiron 4000

2001-06-10 Thread Peter Cordes
On Sat, Jun 09, 2001 at 12:06:24PM +1000, Tim Connors wrote: > I've given up on this project for a while, but here's some more info: > Flashed with the latest BIOS, but pretty much everything is the same in > the setup menu (gee, I like being able to change bios options when the > machine is alrea

Re: power button dell inspiron 4000

2001-06-08 Thread Tim Connors
On Fri, 8 Jun 2001, Andrew Taylor wrote: > Tim - > > I have an Inspiron 7000 which had this feature, it was a BIOS fix. This > issue is buried in their web site - you can find model specific info w/ > your system service tag. > > Andy > > > > Sorry, that is not my problem... That works fine.

Re: power button dell inspiron 4000

2001-06-08 Thread Tim Connors
On Fri, 8 Jun 2001, Andrew Taylor wrote: > Tim - > > I have an Inspiron 7000 which had this feature, it was a BIOS fix. This > issue is buried in their web site - you can find model specific info w/ > your system service tag. > > Andy > > > > Sorry, that is not my problem... That works fine

Re: power button dell inspiron 4000

2001-06-07 Thread Andrew Taylor
t;<<<<<<<<<<<<< On 6/8/01, 4:20:38 AM, Tim Connors <[EMAIL PROTECTED]> wrote regarding Re: power button dell inspiron 4000: > On Wed, 6 Jun 2001, Eric Richardson wrote: > > Tim Connors wrote: > > > > > > One annoying um, feat

Re: power button dell inspiron 4000

2001-06-07 Thread Tim Connors
On Wed, 6 Jun 2001, Eric Richardson wrote: > Tim Connors wrote: > > > > One annoying um, feature, of the dell laptop, is the ability to shut down > > immediately upon pressing the power button. I have not found anything on > > the web to disable the power button (seems there are lots of reference

Re: power button dell inspiron 4000

2001-06-07 Thread Tim Connors
On Wed, 6 Jun 2001, Eric Richardson wrote: > Tim Connors wrote: > > > > One annoying um, feature, of the dell laptop, is the ability to shut down > > immediately upon pressing the power button. I have not found anything on > > the web to disable the power button (seems there are lots of referenc

Re: power button dell inspiron 4000

2001-06-07 Thread Andrew Taylor
t;<<<<<<<<<<<<< On 6/8/01, 4:20:38 AM, Tim Connors <[EMAIL PROTECTED]> wrote regarding Re: power button dell inspiron 4000: > On Wed, 6 Jun 2001, Eric Richardson wrote: > > Tim Connors wrote: > > > > > > One annoying um, feat

Re: power button dell inspiron 4000

2001-06-07 Thread Eric Richardson
Tim Connors wrote: > > One annoying um, feature, of the dell laptop, is the ability to shut down > immediately upon pressing the power button. I have not found anything on > the web to disable the power button (seems there are lots of references to > toshiba laptops though), has anyone else found

Re: power button dell inspiron 4000

2001-06-06 Thread Eric Richardson
Tim Connors wrote: > > One annoying um, feature, of the dell laptop, is the ability to shut down > immediately upon pressing the power button. I have not found anything on > the web to disable the power button (seems there are lots of references to > toshiba laptops though), has anyone else found