linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5.50] Keyboard dying
@ 2002-12-05 14:56 Samium Gromoff
  2002-12-05 20:40 ` James Simmons
  0 siblings, 1 reply; 6+ messages in thread
From: Samium Gromoff @ 2002-12-05 14:56 UTC (permalink / raw)
  To: linux-kernel

       After some X <-> back switches keyboard stops doing anything.
       2.5.50 + preempt enabled, X 4.2.1-debian-unstable.

showkey started using gpm tells that the keys actually are pressed and
processed by the kernel.
Although even alt+sysrq+whatever do not make any effect.

regards, Samium Gromoff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.50] Keyboard dying
  2002-12-05 14:56 [2.5.50] Keyboard dying Samium Gromoff
@ 2002-12-05 20:40 ` James Simmons
  2002-12-07  9:56   ` Samium Gromoff
  2002-12-15 10:07   ` Samium Gromoff
  0 siblings, 2 replies; 6+ messages in thread
From: James Simmons @ 2002-12-05 20:40 UTC (permalink / raw)
  To: Samium Gromoff; +Cc: linux-kernel


>        After some X <-> back switches keyboard stops doing anything.
>        2.5.50 + preempt enabled, X 4.2.1-debian-unstable.
> 
> showkey started using gpm tells that the keys actually are pressed and
> processed by the kernel.
> Although even alt+sysrq+whatever do not make any effect.

Can you disable preempt and see if you have the same problem.
 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.50] Keyboard dying
  2002-12-05 20:40 ` James Simmons
@ 2002-12-07  9:56   ` Samium Gromoff
  2002-12-15 10:07   ` Samium Gromoff
  1 sibling, 0 replies; 6+ messages in thread
From: Samium Gromoff @ 2002-12-07  9:56 UTC (permalink / raw)
  To: jsimmons; +Cc: linux-kernel


> >        After some X <-> back switches keyboard stops doing anything.
> >        2.5.50 + preempt enabled, X 4.2.1-debian-unstable.
> >
> > showkey started using gpm tells that the keys actually are pressed and
> > processed by the kernel.
> > Although even alt+sysrq+whatever do not make any effect.
> 
> Can you disable preempt and see if you have the same problem.

  Ok, i`ve booted it without preempt, but it`ll take time to make any
conclusions...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.50] Keyboard dying
  2002-12-05 20:40 ` James Simmons
  2002-12-07  9:56   ` Samium Gromoff
@ 2002-12-15 10:07   ` Samium Gromoff
  2002-12-20 19:29     ` James Simmons
  1 sibling, 1 reply; 6+ messages in thread
From: Samium Gromoff @ 2002-12-15 10:07 UTC (permalink / raw)
  To: jsimmons; +Cc: linux-kernel

> >        After some X <-> back switches keyboard stops doing anything.
> >        2.5.50 + preempt enabled, X 4.2.1-debian-unstable.
> >
> > showkey started using gpm tells that the keys actually are pressed and
> > processed by the kernel.
> > Although even alt+sysrq+whatever do not make any effect.
> 
> Can you disable preempt and see if you have the same problem.

  After some days of testing all seems fine. So preempt must be the trigger.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.50] Keyboard dying
  2002-12-15 10:07   ` Samium Gromoff
@ 2002-12-20 19:29     ` James Simmons
  2003-02-07 10:28       ` Samium Gromoff
  0 siblings, 1 reply; 6+ messages in thread
From: James Simmons @ 2002-12-20 19:29 UTC (permalink / raw)
  To: Samium Gromoff; +Cc: linux-kernel


> > >        After some X <-> back switches keyboard stops doing anything.
> > >        2.5.50 + preempt enabled, X 4.2.1-debian-unstable.
> > >
> > > showkey started using gpm tells that the keys actually are pressed and
> > > processed by the kernel.
> > > Although even alt+sysrq+whatever do not make any effect.
> > 
> > Can you disable preempt and see if you have the same problem.
> 
>   After some days of testing all seems fine. So preempt must be the trigger.

The VT console system is totally not preempt safe. Everything is global. 
I finished most of the work to make a preempt safe VT console system but 
that will not go in this developement cycle. 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.50] Keyboard dying
  2002-12-20 19:29     ` James Simmons
@ 2003-02-07 10:28       ` Samium Gromoff
  0 siblings, 0 replies; 6+ messages in thread
From: Samium Gromoff @ 2003-02-07 10:28 UTC (permalink / raw)
  To: jsimmons; +Cc: linux-kernel


> > > >        After some X <-> back switches keyboard stops doing anything.
> > > >        2.5.50 + preempt enabled, X 4.2.1-debian-unstable.
> > > >
> > > > showkey started using gpm tells that the keys actually are pressed and
> > > > processed by the kernel.
> > > > Although even alt+sysrq+whatever do not make any effect.
> > > 
> > > Can you disable preempt and see if you have the same problem.
> > 
> >   After some days of testing all seems fine. So preempt must be the trigger.
> 
> The VT console system is totally not preempt safe. Everything is global. 
> I finished most of the work to make a preempt safe VT console system but 
> that will not go in this developement cycle. 

  Same bug in 2.5.59/preempt.

regards, Serge Kosyrev aka Samium Gromoff


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-02-07 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-05 14:56 [2.5.50] Keyboard dying Samium Gromoff
2002-12-05 20:40 ` James Simmons
2002-12-07  9:56   ` Samium Gromoff
2002-12-15 10:07   ` Samium Gromoff
2002-12-20 19:29     ` James Simmons
2003-02-07 10:28       ` Samium Gromoff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).