public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* keyboard disconnects with kernel 2.6.24-r4
@ 2008-04-07 20:45 eial
  2008-04-07 21:58 ` Jiri Kosina
  0 siblings, 1 reply; 6+ messages in thread
From: eial @ 2008-04-07 20:45 UTC (permalink / raw)
  To: linux-kernel


hello, I own a DV9000z, running gentoo and kernel 2.6.24-r3 on it, I'm not using r4 because while working with the computer, after a while, my keyboard disconnects. trying to shutdown the computer causes in system freeze.
this do not happens in r3, the difference that I saw between r3 and r4 is that in r3 my inputs are labeled /class/input/input4 while in r4 they are labeled /devices/platform/i8042/serio0/input/input4.
how can I fix it?

thanks.



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

* Re: keyboard disconnects with kernel 2.6.24-r4
  2008-04-07 20:45 keyboard disconnects with kernel 2.6.24-r4 eial
@ 2008-04-07 21:58 ` Jiri Kosina
  2008-04-08  5:10   ` eial
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Kosina @ 2008-04-07 21:58 UTC (permalink / raw)
  To: eial@cs.bgu.ac.il; +Cc: linux-kernel

On Mon, 7 Apr 2008, eial@cs.bgu.ac.il wrote:

> hello, I own a DV9000z, running gentoo and kernel 2.6.24-r3 on it, I'm 
> not using r4 because while working with the computer, after a while, my 
> keyboard disconnects. trying to shutdown the computer causes in system 
> freeze. this do not happens in r3, 

What are "r3" and "r4"? Do you mean -rc3 and -rc4? If so, please try to 
reproduce with recent kernel first (we are now past 2.6.25-rc8), and 
report back in case the problem still persists.

-- 
Jiri Kosina
SUSE Labs


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

* Re: keyboard disconnects with kernel 2.6.24-r4
  2008-04-07 21:58 ` Jiri Kosina
@ 2008-04-08  5:10   ` eial
  2008-04-08 11:46     ` Marcin Slusarz
  0 siblings, 1 reply; 6+ messages in thread
From: eial @ 2008-04-08  5:10 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

r3 and r4 are rc3 and rc4, currently, the stable version is rc4, I try to stay with the current stable version inorder to reduce bugs
cause I'm studying and dont have much free time on hand, can I disable this issue in rc4?
On Tue 08 Apr 0:58 2008 Jiri Kosina wrote:
> On Mon, 7 Apr 2008, eial@cs.bgu.ac.il wrote:
> 
> > hello, I own a DV9000z, running gentoo and kernel 2.6.24-r3 on it, I'm 
> > not using r4 because while working with the computer, after a while, my 
> > keyboard disconnects. trying to shutdown the computer causes in system 
> > freeze. this do not happens in r3, 
> 
> What are "r3" and "r4"? Do you mean -rc3 and -rc4? If so, please try to 
> reproduce with recent kernel first (we are now past 2.6.25-rc8), and 
> report back in case the problem still persists.
> 
> -- 
> Jiri Kosina
> SUSE Labs
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 





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

* Re: keyboard disconnects with kernel 2.6.24-r4
  2008-04-08  5:10   ` eial
@ 2008-04-08 11:46     ` Marcin Slusarz
  2008-04-08 21:19       ` eial
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Slusarz @ 2008-04-08 11:46 UTC (permalink / raw)
  To: eial@cs.bgu.ac.il; +Cc: Jiri Kosina, linux-kernel

On Tue, Apr 08, 2008 at 08:10:07AM +0300, eial@cs.bgu.ac.il wrote:
> On Tue 08 Apr 0:58 2008 Jiri Kosina wrote:
> > On Mon, 7 Apr 2008, eial@cs.bgu.ac.il wrote:
> > 
> > > hello, I own a DV9000z, running gentoo and kernel 2.6.24-r3 on it, I'm 
> > > not using r4 because while working with the computer, after a while, my 
> > > keyboard disconnects. trying to shutdown the computer causes in system 
> > > freeze. this do not happens in r3, 
> > 
> > What are "r3" and "r4"? Do you mean -rc3 and -rc4? If so, please try to 
> > reproduce with recent kernel first (we are now past 2.6.25-rc8), and 
> > report back in case the problem still persists.
> r3 and r4 are rc3 and rc4, currently, the stable version is rc4, I try to stay with the current stable version inorder to reduce bugs
> cause I'm studying and dont have much free time on hand, can I disable this issue in rc4?

2.6.24-r3 and 2.6.24-r4 are NOT 2.6.24-rc3 and 2.6.24-rc4
2.6.24-r3 is 2.6.24.1 + some patches and
2.6.24-r4 is 2.6.24.4 + some patches

see:
http://dev.gentoo.org/~dsd/genpatches/
http://dev.gentoo.org/~dsd/genpatches/tarballs/

ps: please don't top post


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

* Re: keyboard disconnects with kernel 2.6.24-r4
  2008-04-08 11:46     ` Marcin Slusarz
@ 2008-04-08 21:19       ` eial
  2008-04-17 17:10         ` Dmitry Torokhov
  0 siblings, 1 reply; 6+ messages in thread
From: eial @ 2008-04-08 21:19 UTC (permalink / raw)
  To: Marcin Slusarz; +Cc: Jiri Kosina, linux-kernel

ok, understood, still how can I revert from devices/virtual to class/input again?

sorry, but I dont understand what "please dont top post" means, I'm just trying to find a solution to my problem

On Tue 08 Apr 14:46 2008 Marcin Slusarz wrote:
> On Tue, Apr 08, 2008 at 08:10:07AM +0300, eial@cs.bgu.ac.il wrote:
> > On Tue 08 Apr 0:58 2008 Jiri Kosina wrote:
> > > On Mon, 7 Apr 2008, eial@cs.bgu.ac.il wrote:
> > > 
> > > > hello, I own a DV9000z, running gentoo and kernel 2.6.24-r3 on it, I'm 
> > > > not using r4 because while working with the computer, after a while, my 
> > > > keyboard disconnects. trying to shutdown the computer causes in system 
> > > > freeze. this do not happens in r3, 
> > > 
> > > What are "r3" and "r4"? Do you mean -rc3 and -rc4? If so, please try to 
> > > reproduce with recent kernel first (we are now past 2.6.25-rc8), and 
> > > report back in case the problem still persists.
> > r3 and r4 are rc3 and rc4, currently, the stable version is rc4, I try to stay with the current stable version inorder to reduce bugs
> > cause I'm studying and dont have much free time on hand, can I disable this issue in rc4?
> 
> 2.6.24-r3 and 2.6.24-r4 are NOT 2.6.24-rc3 and 2.6.24-rc4
> 2.6.24-r3 is 2.6.24.1 + some patches and
> 2.6.24-r4 is 2.6.24.4 + some patches
> 
> see:
> http://dev.gentoo.org/~dsd/genpatches/
> http://dev.gentoo.org/~dsd/genpatches/tarballs/
> 
> ps: please don't top post
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 





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

* Re: keyboard disconnects with kernel 2.6.24-r4
  2008-04-08 21:19       ` eial
@ 2008-04-17 17:10         ` Dmitry Torokhov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Torokhov @ 2008-04-17 17:10 UTC (permalink / raw)
  To: eial@cs.bgu.ac.il; +Cc: Marcin Slusarz, Jiri Kosina, linux-kernel

On Wed, Apr 09, 2008 at 12:19:53AM +0300, eial@cs.bgu.ac.il wrote:
> ok, understood, still how can I revert from devices/virtual to class/input again?
> 

I doubt that chaged sysfs lauout causes your issue. When your keyboard
"disconnects" do you see its leds blinking?

-- 
Dmitry

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

end of thread, other threads:[~2008-04-17 17:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07 20:45 keyboard disconnects with kernel 2.6.24-r4 eial
2008-04-07 21:58 ` Jiri Kosina
2008-04-08  5:10   ` eial
2008-04-08 11:46     ` Marcin Slusarz
2008-04-08 21:19       ` eial
2008-04-17 17:10         ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox