Re: ACPI Exception breaking Thinkpad T43 on 2.6.22-rc

2007-06-13 Thread Brice Goglin
Henrique de Moraes Holschuh wrote: > If it was never loaded? I don't see how it could break anything. Are you > sure nothing loaded it behind your back? > That's what I am wondering now that I got the problem after loading it. At least, it does not seem to be loaded after a normal boot, but

[RFC] clear GPE earily in resume

2007-06-13 Thread Shaohua Li
Wakeup GPE hasn't a handler. If system is waked up by such GPE like a USB hotplug, I saw a lot of error reporting the GPE hasn't handler. acpi_leave_sleep_state will clear the GPE but it's too late, we should doe it before interrupt is re-enabled. Maybe we should just clear wakeup GPE here, but c

Re: [PATCH]: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes

2007-06-13 Thread Len Brown
I've applied this to acpi-test with an Acked-by: gregkh -- as we need it for the acpi table patch. Greg, unless I hear from you, I'll assume that this is okay for 2.6.23. thanks, -Len On Saturday 09 June 2007 01:57, Zhang Rui wrote: > From: Zhang Rui <[EMAIL PROTECTED]> > > Well, first of all,

Re: ACPI Exception breaking Thinkpad T43 on 2.6.22-rc

2007-06-13 Thread Henrique de Moraes Holschuh
On Wed, 13 Jun 2007, Brice Goglin wrote: > Henrique de Moraes Holschuh wrote: > >> CONFIG_BLINK=m > >> > > > > Set the above to "n" and recompile (it is in Drivers|Misc|Keyboard blink > > driver". Does it fix things? > > Ok, I'll try that and report back. However, since blink was built as a

Re: acpi/sensors temperature on nx6325

2007-06-13 Thread Thomas Renninger
On Mon, 2007-06-11 at 21:58 +0200, Maciej Rutecki wrote: > Mircea Bardac pisze: > > Hi all, > > > > I'm currently running kernel 2.6.21.3 on a HP nx6325. > > > > I like having in the taskbar information about cpu/mem/temperature/etc. I > > found a strange behaviour monitoring the ACPI provided t

Re: ACPI Exception breaking Thinkpad T43 on 2.6.22-rc

2007-06-13 Thread Brice Goglin
Brice Goglin wrote: > Henrique de Moraes Holschuh wrote: > >>> CONFIG_BLINK=m >>> >>> >> Set the above to "n" and recompile (it is in Drivers|Misc|Keyboard blink >> driver". Does it fix things? >> >> > > > Ok, I'll try that and report back. However, since blink was built as

Re: [2.6.22-rc3][ACPI?] Resume from s2r doesn't work.

2007-06-13 Thread Rafael J. Wysocki
On Wednesday, 13 June 2007 19:39, Norbert Preining wrote: > Hi all! > > On Die, 12 Jun 2007, Pavel Machek wrote: > > > Hibernate (aka suspend to disk) works, however. > > > > > > When I resume, everything seems to come up (fan becomes busy, disk and > > > dvd spin up for a short time), but the ma

Re: ACPI Exception breaking Thinkpad T43 on 2.6.22-rc

2007-06-13 Thread Brice Goglin
Henrique de Moraes Holschuh wrote: >> CONFIG_BLINK=m >> > > Set the above to "n" and recompile (it is in Drivers|Misc|Keyboard blink > driver". Does it fix things? > Ok, I'll try that and report back. However, since blink was built as a module and not loaded, could it really break someth

Re: [KJ] [PATCH] drivers/acpi: sizeof/sizeof array size calculations replaced with ARRAY_SIZE

2007-06-13 Thread Andi Drebes
> You found the right one. The ACPI CA in Linux is really the same > as the one from Intel. Len integrates the Intel one into Linux > periodically. He uses scripts or something to format it so it looks > more like Linux. Ok. That's what I thought so far. > I think Len sometimes takes patches a

Re: ACPI Exception breaking Thinkpad T43 on 2.6.22-rc

2007-06-13 Thread Henrique de Moraes Holschuh
On Wed, 13 Jun 2007, Brice Goglin wrote: > For a couple weeks, I experienced several times the following problem > on my Thinkpad T43. Suddenly (I have no idea how to reproduce it), > internal keyboard and mouse become unresponsive and Gnome ACPI applets > complain that they cannot read events any

Re: [2.6.22-rc3][ACPI?] Resume from s2r doesn't work.

2007-06-13 Thread Olaf Dietsche
Pavel Machek <[EMAIL PROTECTED]> writes: >> resume from suspend to ram doesn't work for my laptop and never >> has. So, this is not a regression. [...] > Beeping patch? It is in -mm now. noapic nolapic and nosmp are useful, > too. With the proprietary nvidia module, the laptop resumes, but the sc

Re: [1/3] 2.6.22-rc4: known regressions v2

2007-06-13 Thread Michal Piotrowski
Andrew Morton pisze: On Tue, 12 Jun 2007 15:02:22 + Pavel Machek <[EMAIL PROTECTED]> wrote: Hi! Can we add 'writing to /proc/acpi/thermal/*/trip_points' no longer works to the list? I thought we had. Len rejected this bug http://bugzilla.kernel.org/show_bug.cgi?id=8495 Len did it i

Re: [2.6.22-rc3][ACPI?] Resume from s2r doesn't work.

2007-06-13 Thread Norbert Preining
Hi all! On Die, 12 Jun 2007, Pavel Machek wrote: > > Hibernate (aka suspend to disk) works, however. > > > > When I resume, everything seems to come up (fan becomes busy, disk and > > dvd spin up for a short time), but the machine is not responding to > > anything - neither keyboard, mouse nor pi

Re: [1/3] 2.6.22-rc4: known regressions v2

2007-06-13 Thread Andrew Morton
On Tue, 12 Jun 2007 15:02:22 + Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > > Can we add 'writing to /proc/acpi/thermal/*/trip_points' no longer > works to the list? I thought we had. > Len did it intentionally but that does not make it > right. People are using it and we did not go thro

Re: [2.6.22-rc3][ACPI?] Resume from s2r doesn't work.

2007-06-13 Thread Pavel Machek
Hi! > resume from suspend to ram doesn't work for my laptop and never > has. So, this is not a regression. > > Hibernate (aka suspend to disk) works, however. > > When I resume, everything seems to come up (fan becomes busy, disk and > dvd spin up for a short time), but the machine is not respon