Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-16 Thread Dmitry Torokhov
On Saturday 16 June 2007 07:54, Indan Zupancic wrote: > > I applied the patch, and it compiles and runs as expected, can't lockup the > keyboard anymore with it applied. > Thank you for testing. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-16 Thread Indan Zupancic
On Sat, June 16, 2007 05:34, Dmitry Torokhov wrote: > On Friday 15 June 2007 22:04, Indan Zupancic wrote: >> On Fri, June 15, 2007 07:41, Dmitry Torokhov wrote: >> > /* >> > + * Schedule switch for execution. We need to throttle requests, >> > + * otherwise keyboard may become unresponsive. >> >

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-16 Thread Indan Zupancic
On Sat, June 16, 2007 05:34, Dmitry Torokhov wrote: On Friday 15 June 2007 22:04, Indan Zupancic wrote: On Fri, June 15, 2007 07:41, Dmitry Torokhov wrote: /* + * Schedule switch for execution. We need to throttle requests, + * otherwise keyboard may become unresponsive. + */ +static

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-16 Thread Dmitry Torokhov
On Saturday 16 June 2007 07:54, Indan Zupancic wrote: I applied the patch, and it compiles and runs as expected, can't lockup the keyboard anymore with it applied. Thank you for testing. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-15 Thread Dmitry Torokhov
On Friday 15 June 2007 22:04, Indan Zupancic wrote: > On Fri, June 15, 2007 07:41, Dmitry Torokhov wrote: > > /* > > + * Schedule switch for execution. We need to throttle requests, > > + * otherwise keyboard may become unresponsive. > > + */ > > +static void atkbd_schedule_event_work(struct

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-15 Thread Indan Zupancic
On Fri, June 15, 2007 07:41, Dmitry Torokhov wrote: > Does the patch below help? Didn't try it yet, but will tomorrow. > Input: atkbd - throttle LED switching > > On some boxes keyboard controllers are too slow to withstand > continuous flow of requests to turn keyboard LEDs on and off > and

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-15 Thread Indan Zupancic
On Fri, June 15, 2007 07:41, Dmitry Torokhov wrote: Does the patch below help? Didn't try it yet, but will tomorrow. Input: atkbd - throttle LED switching On some boxes keyboard controllers are too slow to withstand continuous flow of requests to turn keyboard LEDs on and off and start

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-15 Thread Dmitry Torokhov
On Friday 15 June 2007 22:04, Indan Zupancic wrote: On Fri, June 15, 2007 07:41, Dmitry Torokhov wrote: /* + * Schedule switch for execution. We need to throttle requests, + * otherwise keyboard may become unresponsive. + */ +static void atkbd_schedule_event_work(struct atkbd *atkbd,

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-14 Thread Dmitry Torokhov
On Wednesday 13 June 2007 10:09, Indan Zupancic wrote: > On Wed, June 13, 2007 10:18, Pavel Machek wrote: > >> Well, as I said before, I've the "stuck key"/repeated output too (as well > >> as a warping PS/2 mouse), but no blinking led problem, so I believe the > >> two things are totally

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-14 Thread Dmitry Torokhov
On Wednesday 13 June 2007 10:09, Indan Zupancic wrote: On Wed, June 13, 2007 10:18, Pavel Machek wrote: Well, as I said before, I've the stuck key/repeated output too (as well as a warping PS/2 mouse), but no blinking led problem, so I believe the two things are totally unrelated. Well,

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-13 Thread Indan Zupancic
On Wed, June 13, 2007 10:18, Pavel Machek wrote: >> Well, as I said before, I've the "stuck key"/repeated output too (as well >> as a warping PS/2 mouse), but no blinking led problem, so I believe the >> two things are totally unrelated. > > Well, after turning off CONFIG_BLINK, my problems went

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-13 Thread Pavel Machek
Hi! > > For what it worth I finally tried that setleds loop on my laptop. I am > > not getting any lost keypresses/releases. But then I don't have EC > > (or at least it is not exported via ACPI). This is an old Dell notebook. > > Well, as I said before, I've the "stuck key"/repeated output too

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-13 Thread Pavel Machek
Hi! For what it worth I finally tried that setleds loop on my laptop. I am not getting any lost keypresses/releases. But then I don't have EC (or at least it is not exported via ACPI). This is an old Dell notebook. Well, as I said before, I've the stuck key/repeated output too (as well

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-13 Thread Indan Zupancic
On Wed, June 13, 2007 10:18, Pavel Machek wrote: Well, as I said before, I've the stuck key/repeated output too (as well as a warping PS/2 mouse), but no blinking led problem, so I believe the two things are totally unrelated. Well, after turning off CONFIG_BLINK, my problems went away, and

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-12 Thread Indan Zupancic
On Tue, June 12, 2007 07:42, Dmitry Torokhov wrote: > For what it worth I finally tried that setleds loop on my laptop. I am > not getting any lost keypresses/releases. But then I don't have EC > (or at least it is not exported via ACPI). This is an old Dell notebook. Well, as I said before, I've

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-12 Thread Indan Zupancic
On Tue, June 12, 2007 07:42, Dmitry Torokhov wrote: For what it worth I finally tried that setleds loop on my laptop. I am not getting any lost keypresses/releases. But then I don't have EC (or at least it is not exported via ACPI). This is an old Dell notebook. Well, as I said before, I've

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-11 Thread Dmitry Torokhov
On Monday 04 June 2007 16:57, Pavel Machek wrote: > On Mon 2007-06-04 13:46:45, Dmitry Torokhov wrote: > > On 6/4/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > > >On Mon, 04 Jun 2007, Dmitry Torokhov wrote: > > >> >...but I'm not quite sure it is a buggy keyboard. It happens _way_

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-11 Thread Dmitry Torokhov
On Monday 04 June 2007 16:57, Pavel Machek wrote: On Mon 2007-06-04 13:46:45, Dmitry Torokhov wrote: On 6/4/07, Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: On Mon, 04 Jun 2007, Dmitry Torokhov wrote: ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often.

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-06 Thread Bodo Eggert
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > On Mon, 04 Jun 2007, Dmitry Torokhov wrote: >> >...but I'm not quite sure it is a buggy keyboard. It happens _way_ too >> >often. Launch the line above and try to do some typing... >> >> This used to work fine on my box last time I tried

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-06 Thread Bodo Eggert
Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: On Mon, 04 Jun 2007, Dmitry Torokhov wrote: ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often. Launch the line above and try to do some typing... This used to work fine on my box last time I tried it (the switch

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
On Mon 2007-06-04 13:46:45, Dmitry Torokhov wrote: > On 6/4/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > >On Mon, 04 Jun 2007, Dmitry Torokhov wrote: > >> >...but I'm not quite sure it is a buggy keyboard. It happens _way_ too > >> >often. Launch the line above and try to do some

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Pavel Machek
On Mon 2007-06-04 11:18:48, Dmitry Torokhov wrote: > On 6/4/07, Pavel Machek <[EMAIL PROTECTED]> wrote: > > > >Hmm, this needs to be ran from console (not X). Can someone with > >thinkpad try this? > > Are you saying it works OK when run in X? setleds does not work in X, so there's no problem

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Andi Kleen
On Monday 04 June 2007 18:34, Henrique de Moraes Holschuh wrote: > And DoS'ing the EC is very high on the Don't Do That list on a laptop. If > the X60 is only losing keypresses and producing no bigger fireworks, that's > outstanding behavior (as far as I trust ThinkPad firmware, anyway). > > So

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Dmitry Torokhov
On 6/4/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: On Mon, 04 Jun 2007, Dmitry Torokhov wrote: > >...but I'm not quite sure it is a buggy keyboard. It happens _way_ too > >often. Launch the line above and try to do some typing... > > This used to work fine on my box last time I

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Michael Tokarev
Pavel Machek wrote: [] >>> [EMAIL PROTECTED]:~$ while true; do setleds +num; setleds -num; done >>> Hm,m so thiis iis a teest of fkeyboarad behaviour under lloadd. >>> >>> ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too >>> often. Launch the line above and try to do some

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Henrique de Moraes Holschuh
On Mon, 04 Jun 2007, Dmitry Torokhov wrote: > >...but I'm not quite sure it is a buggy keyboard. It happens _way_ too > >often. Launch the line above and try to do some typing... > > This used to work fine on my box last time I tried it (the switch > itself is offloaded to a keventd and shoud not

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Björn Steinbrink
On 2007.06.04 17:10:25 +0200, Pavel Machek wrote: > Hi! > > > > > >[EMAIL PROTECTED]:~$ while true; do setleds +num; setleds -num; done > > > > >Hm,m so thiis iis a teest of fkeyboarad behaviour under lloadd. > > > > > > > > > >[EMAIL PROTECTED]:~$ > > > > > > > > > >...but I'm not quite sure

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Dmitry Torokhov
On 6/4/07, Pavel Machek <[EMAIL PROTECTED]> wrote: Hmm, this needs to be ran from console (not X). Can someone with thinkpad try this? Are you saying it works OK when run in X? -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! > > Are you sure that it's this dummy blink driver that makes the kernel > > stuck? I can't see how it could be causing any hogs - see commit f038f9. > > To make it clear, I'm not using the blink driver and get the stuck > key problem too. (And also a warpy PS/2 mouse.) > > Wildly guessing:

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Johannes Stezenbach
On Mon, Jun 04, 2007, Pavel Machek wrote: > > > >> Hmm, in theory it could be triggering bugs in some buggy keyboard > > >> controller. But then a > > >> > > >> while true ; do setleds +caps +numlock ; sleep 1 ; setleds -caps > > >> -numlock ; sleep 1 ; done > > >> > > >> should trigger it too.

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Indan Zupancic
On Mon, June 4, 2007 15:12, Jiri Kosina wrote: > Are you sure that it's this dummy blink driver that makes the kernel > stuck? I can't see how it could be causing any hogs - see commit f038f9. To make it clear, I'm not using the blink driver and get the stuck key problem too. (And also a warpy

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Pavel Machek
Hi! > > > >[EMAIL PROTECTED]:~$ while true; do setleds +num; setleds -num; done > > > >Hm,m so thiis iis a teest of fkeyboarad behaviour under lloadd. > > > > > > > >[EMAIL PROTECTED]:~$ > > > > > > > >...but I'm not quite sure it is a buggy keyboard. It happens _way_ too > > > >often. Launch

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Björn Steinbrink
On 2007.06.04 16:13:45 +0200, Pavel Machek wrote: > Hi! > > > >> > Anyway, added Andi to CC. > > >> > > >> Hmm, in theory it could be triggering bugs in some buggy keyboard > > >> controller. But then a > > >> > > >> while true ; do setleds +caps +numlock ; sleep 1 ; setleds -caps > > >-numlock

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Indan Zupancic
On Mon, June 4, 2007 14:38, Jiri Kosina wrote: > On Mon, 4 Jun 2007, Indan Zupancic wrote: > >> > I also get some stuck keys I was not getting before. I hope my >> > userland did not go crazy... >> I get that too, and wasn't sure about it either. It happens irregularly, >> so it's hard to debug,

thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Pavel Machek
Hi! > >> > Anyway, added Andi to CC. > >> > >> Hmm, in theory it could be triggering bugs in some buggy keyboard > >> controller. But then a > >> > >> while true ; do setleds +caps +numlock ; sleep 1 ; setleds -caps > >-numlock ; > >> sleep 1 ; done > >> > >> should trigger it too. > > > >...and

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Dmitry Torokhov
On 6/4/07, Pavel Machek <[EMAIL PROTECTED]> wrote: Hi! > > Are you sure that it's this dummy blink driver that makes the kernel > > stuck? I can't see how it could be causing any hogs - see commit f038f9. > > > > Anyway, added Andi to CC. > > Hmm, in theory it could be triggering bugs in some

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! > > Are you sure that it's this dummy blink driver that makes the kernel > > stuck? I can't see how it could be causing any hogs - see commit f038f9. > > > > Anyway, added Andi to CC. > > Hmm, in theory it could be triggering bugs in some buggy keyboard > controller. But then a > > while

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Andi Kleen
On Monday 04 June 2007 15:12, Jiri Kosina wrote: > Are you sure that it's this dummy blink driver that makes the kernel > stuck? I can't see how it could be causing any hogs - see commit f038f9. > > Anyway, added Andi to CC. Hmm, in theory it could be triggering bugs in some buggy keyboard

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Pavel Machek wrote: > I'm not sure, and stuck keys are quite hard to reproduce. It only > happened twice in two days. But I've never seen stuck key on this > thinkpad x60 before, so... Dmitry should be on CC here, re-added. -- Jiri Kosina - To unsubscribe from this list:

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! > > CONFIG_BLINK=y > > OOps. WTF is that? > > > > config BLINK > > tristate "Keyboard blink driver" > > help > > Driver that when loaded will blink the keyboard LEDs > > continuously. > > This is useful for debugging and for kernels that cannot > > necessarily > >

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Pavel Machek wrote: > CONFIG_BLINK=y > OOps. WTF is that? > > config BLINK > tristate "Keyboard blink driver" > help > Driver that when loaded will blink the keyboard LEDs > continuously. > This is useful for debugging and for kernels that cannot >

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
On Mon 2007-06-04 14:35:23, Jiri Kosina wrote: > On Mon, 4 Jun 2007, Pavel Machek wrote: > > > I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 > > seconds or so, capslock led toggles on thinkpad x60. Ouch. I also get > > some stuck keys I was not getting before. I hope my

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Indan Zupancic wrote: > > I also get some stuck keys I was not getting before. I hope my > > userland did not go crazy... > I get that too, and wasn't sure about it either. It happens irregularly, > so it's hard to debug, but often enough to be annoying. What kind of

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Pavel Machek wrote: > I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 > seconds or so, capslock led toggles on thinkpad x60. Ouch. I also get > some stuck keys I was not getting before. I hope my userland did not go > crazy... Hi Pavel, what does

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Indan Zupancic
On Mon, June 4, 2007 13:24, Pavel Machek wrote: > I also get some stuck keys I was not getting before. I hope my > userland did not go crazy... I get that too, and wasn't sure about it either. It happens irregularly, so it's hard to debug, but often enough to be annoying. My mouse pointer tends

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Éric Piel
06/04/2007 01:24 PM, Pavel Machek wrote/a écrit: Hi! I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 seconds or so, capslock led toggles on thinkpad x60. Ouch. Could it be related to commit f038f9a361a764ed013447174b7170073f89cbe9 aka "Add keyboard blink driver" ?

2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 seconds or so, capslock led toggles on thinkpad x60. Ouch. I also get some stuck keys I was not getting before. I hope my userland did not go crazy...

2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 seconds or so, capslock led toggles on thinkpad x60. Ouch. I also get some stuck keys I was not getting before. I hope my userland did not go crazy...

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Éric Piel
06/04/2007 01:24 PM, Pavel Machek wrote/a écrit: Hi! I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 seconds or so, capslock led toggles on thinkpad x60. Ouch. Could it be related to commit f038f9a361a764ed013447174b7170073f89cbe9 aka Add keyboard blink driver ? Probably

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Indan Zupancic wrote: I also get some stuck keys I was not getting before. I hope my userland did not go crazy... I get that too, and wasn't sure about it either. It happens irregularly, so it's hard to debug, but often enough to be annoying. What kind of keyboards are

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Pavel Machek wrote: I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 seconds or so, capslock led toggles on thinkpad x60. Ouch. I also get some stuck keys I was not getting before. I hope my userland did not go crazy... Hi Pavel, what does

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Indan Zupancic
On Mon, June 4, 2007 13:24, Pavel Machek wrote: I also get some stuck keys I was not getting before. I hope my userland did not go crazy... I get that too, and wasn't sure about it either. It happens irregularly, so it's hard to debug, but often enough to be annoying. My mouse pointer tends to

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
On Mon 2007-06-04 14:35:23, Jiri Kosina wrote: On Mon, 4 Jun 2007, Pavel Machek wrote: I started getting blinking capslock leds in 2.6.22-somewhere. Every 5 seconds or so, capslock led toggles on thinkpad x60. Ouch. I also get some stuck keys I was not getting before. I hope my userland

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Pavel Machek wrote: CONFIG_BLINK=y OOps. WTF is that? config BLINK tristate Keyboard blink driver help Driver that when loaded will blink the keyboard LEDs continuously. This is useful for debugging and for kernels that cannot necessarily

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! CONFIG_BLINK=y OOps. WTF is that? config BLINK tristate Keyboard blink driver help Driver that when loaded will blink the keyboard LEDs continuously. This is useful for debugging and for kernels that cannot necessarily output something to the

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Jiri Kosina
On Mon, 4 Jun 2007, Pavel Machek wrote: I'm not sure, and stuck keys are quite hard to reproduce. It only happened twice in two days. But I've never seen stuck key on this thinkpad x60 before, so... Dmitry should be on CC here, re-added. -- Jiri Kosina - To unsubscribe from this list:

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Andi Kleen
On Monday 04 June 2007 15:12, Jiri Kosina wrote: Are you sure that it's this dummy blink driver that makes the kernel stuck? I can't see how it could be causing any hogs - see commit f038f9. Anyway, added Andi to CC. Hmm, in theory it could be triggering bugs in some buggy keyboard

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! Are you sure that it's this dummy blink driver that makes the kernel stuck? I can't see how it could be causing any hogs - see commit f038f9. Anyway, added Andi to CC. Hmm, in theory it could be triggering bugs in some buggy keyboard controller. But then a while true ; do

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Dmitry Torokhov
On 6/4/07, Pavel Machek [EMAIL PROTECTED] wrote: Hi! Are you sure that it's this dummy blink driver that makes the kernel stuck? I can't see how it could be causing any hogs - see commit f038f9. Anyway, added Andi to CC. Hmm, in theory it could be triggering bugs in some buggy

thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Pavel Machek
Hi! Anyway, added Andi to CC. Hmm, in theory it could be triggering bugs in some buggy keyboard controller. But then a while true ; do setleds +caps +numlock ; sleep 1 ; setleds -caps -numlock ; sleep 1 ; done should trigger it too. ...and it does. [EMAIL PROTECTED]:~$

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Indan Zupancic
On Mon, June 4, 2007 14:38, Jiri Kosina wrote: On Mon, 4 Jun 2007, Indan Zupancic wrote: I also get some stuck keys I was not getting before. I hope my userland did not go crazy... I get that too, and wasn't sure about it either. It happens irregularly, so it's hard to debug, but often

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Björn Steinbrink
On 2007.06.04 16:13:45 +0200, Pavel Machek wrote: Hi! Anyway, added Andi to CC. Hmm, in theory it could be triggering bugs in some buggy keyboard controller. But then a while true ; do setleds +caps +numlock ; sleep 1 ; setleds -caps -numlock ; sleep 1 ; done

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Indan Zupancic
On Mon, June 4, 2007 15:12, Jiri Kosina wrote: Are you sure that it's this dummy blink driver that makes the kernel stuck? I can't see how it could be causing any hogs - see commit f038f9. To make it clear, I'm not using the blink driver and get the stuck key problem too. (And also a warpy PS/2

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Pavel Machek
Hi! [EMAIL PROTECTED]:~$ while true; do setleds +num; setleds -num; done Hm,m so thiis iis a teest of fkeyboarad behaviour under lloadd. [EMAIL PROTECTED]:~$ ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often. Launch the line above and try to do

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Johannes Stezenbach
On Mon, Jun 04, 2007, Pavel Machek wrote: Hmm, in theory it could be triggering bugs in some buggy keyboard controller. But then a while true ; do setleds +caps +numlock ; sleep 1 ; setleds -caps -numlock ; sleep 1 ; done should trigger it too. ...and it does.

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
Hi! Are you sure that it's this dummy blink driver that makes the kernel stuck? I can't see how it could be causing any hogs - see commit f038f9. To make it clear, I'm not using the blink driver and get the stuck key problem too. (And also a warpy PS/2 mouse.) Wildly guessing: As the

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Dmitry Torokhov
On 6/4/07, Pavel Machek [EMAIL PROTECTED] wrote: Hmm, this needs to be ran from console (not X). Can someone with thinkpad try this? Are you saying it works OK when run in X? -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Björn Steinbrink
On 2007.06.04 17:10:25 +0200, Pavel Machek wrote: Hi! [EMAIL PROTECTED]:~$ while true; do setleds +num; setleds -num; done Hm,m so thiis iis a teest of fkeyboarad behaviour under lloadd. [EMAIL PROTECTED]:~$ ...but I'm not quite sure it is a buggy keyboard. It

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Henrique de Moraes Holschuh
On Mon, 04 Jun 2007, Dmitry Torokhov wrote: ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often. Launch the line above and try to do some typing... This used to work fine on my box last time I tried it (the switch itself is offloaded to a keventd and shoud not get in

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Michael Tokarev
Pavel Machek wrote: [] [EMAIL PROTECTED]:~$ while true; do setleds +num; setleds -num; done Hm,m so thiis iis a teest of fkeyboarad behaviour under lloadd. ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often. Launch the line above and try to do some typing... This

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Dmitry Torokhov
On 6/4/07, Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: On Mon, 04 Jun 2007, Dmitry Torokhov wrote: ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often. Launch the line above and try to do some typing... This used to work fine on my box last time I tried it

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Andi Kleen
On Monday 04 June 2007 18:34, Henrique de Moraes Holschuh wrote: And DoS'ing the EC is very high on the Don't Do That list on a laptop. If the X60 is only losing keypresses and producing no bigger fireworks, that's outstanding behavior (as far as I trust ThinkPad firmware, anyway). So

Re: thinkpad testers wanted (was Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?)

2007-06-04 Thread Pavel Machek
On Mon 2007-06-04 11:18:48, Dmitry Torokhov wrote: On 6/4/07, Pavel Machek [EMAIL PROTECTED] wrote: Hmm, this needs to be ran from console (not X). Can someone with thinkpad try this? Are you saying it works OK when run in X? setleds does not work in X, so there's no problem there.

Re: 2.6.22-rc[23]: blinking capslock led, stuck keys?

2007-06-04 Thread Pavel Machek
On Mon 2007-06-04 13:46:45, Dmitry Torokhov wrote: On 6/4/07, Henrique de Moraes Holschuh [EMAIL PROTECTED] wrote: On Mon, 04 Jun 2007, Dmitry Torokhov wrote: ...but I'm not quite sure it is a buggy keyboard. It happens _way_ too often. Launch the line above and try to do some typing...