public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  OT: Dead key on keyboard diagnostic?
@ 2006-01-29 16:55 James
  2006-01-29 19:17 ` Benno Schulenberg
  0 siblings, 1 reply; 7+ messages in thread
From: James @ 2006-01-29 16:55 UTC (permalink / raw
  To: gentoo-user

Hello,

I think my 'delete' key has quite working on a portable. Any programs
or tricks for diagnosis the problem ?  The 'delete' key does not 
work in any application or on the cli.

It be nice to be able to  check out other keys (special function) 
with some sort of diagnostic tool.


Any ideas?

James

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  OT: Dead key on keyboard diagnostic?
  2006-01-29 16:55 [gentoo-user] OT: Dead key on keyboard diagnostic? James
@ 2006-01-29 19:17 ` Benno Schulenberg
  2006-01-31 14:10   ` [gentoo-user] " James
  0 siblings, 1 reply; 7+ messages in thread
From: Benno Schulenberg @ 2006-01-29 19:17 UTC (permalink / raw
  To: gentoo-user

James wrote:
> I think my 'delete' key has quite working on a portable. Any
> programs or tricks for diagnosis the problem ?

Switch to a VT and run 'showkey' to see whether it still produces 
scan codes.

Benno
-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: OT: Dead key on keyboard diagnostic?
  2006-01-29 19:17 ` Benno Schulenberg
@ 2006-01-31 14:10   ` James
  2006-01-31 18:29     ` Benno Schulenberg
  0 siblings, 1 reply; 7+ messages in thread
From: James @ 2006-01-31 14:10 UTC (permalink / raw
  To: gentoo-user

Benno Schulenberg <benno.schulenberg <at> gmail.com> writes:


> James wrote:
> > I think my 'delete' key has quite working on a portable. Any
> > programs or tricks for diagnosis the problem ?

> Switch to a VT and run 'showkey' to see whether it still produces 
> scan codes.

showkey shows  press and release of ascii '83' so I guess it working fine.
My second delete key works fine, but is in an awkward location
on the keyboard. This problem showed up recently after an emerge update world.

Any ideas how to fix this? new map?   When  I boot  (2.6.14-gentoo-r6)
the laptop, I get an error messge about :
System.map not found  can not  check symbols

Ideas?


James



-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: OT: Dead key on keyboard diagnostic?
  2006-01-31 14:10   ` [gentoo-user] " James
@ 2006-01-31 18:29     ` Benno Schulenberg
  2006-01-31 19:20       ` Benno Schulenberg
  2006-02-01 11:25       ` Michael Kintzios
  0 siblings, 2 replies; 7+ messages in thread
From: Benno Schulenberg @ 2006-01-31 18:29 UTC (permalink / raw
  To: gentoo-user

James wrote:
> showkey shows  press and release of ascii '83' so I guess it
> working fine. My second delete key works fine, but is in an
> awkward location on the keyboard.

On my keyboard the "normal" Delete key produces keycode 111, and the 
Del key on the numeric pad produces keycode 53.  Are you using the 
numeric Del as your normal delete key?  Then NumLock should be off, 
otherwise it'll produce a decimal point.

> Any ideas how to fix this? new map?   When  I boot 
> (2.6.14-gentoo-r6) the laptop, I get an error messge about :
> System.map not found  can not  check symbols

That is something different entirely.  When you install your kernel 
(which normally means copying bzImage to the /boot dir) you have to 
copy the System.map file (from the top dir of the kernel source) 
along with it, although this file is really only needed when you get 
oopses, so the kernel is able to tell in what function it occurs.

Benno
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: OT: Dead key on keyboard diagnostic?
  2006-01-31 18:29     ` Benno Schulenberg
@ 2006-01-31 19:20       ` Benno Schulenberg
  2006-02-01 11:25       ` Michael Kintzios
  1 sibling, 0 replies; 7+ messages in thread
From: Benno Schulenberg @ 2006-01-31 19:20 UTC (permalink / raw
  To: gentoo-user

Benno Schulenberg wrote:
> the Del key on the numeric pad produces keycode 53.

Oops, I meant 83.

Benno
-- 
gentoo-user@gentoo.org mailing list



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

* RE: [gentoo-user]  Re: OT: Dead key on keyboard diagnostic?
  2006-01-31 18:29     ` Benno Schulenberg
  2006-01-31 19:20       ` Benno Schulenberg
@ 2006-02-01 11:25       ` Michael Kintzios
  2006-02-01 13:58         ` [gentoo-user] Re: OT: Dead key on keyboard diagnostic?[New thread? - System.map not found] Rob Oravec
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Kintzios @ 2006-02-01 11:25 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Benno Schulenberg [mailto:benno.schulenberg@gmail.com] 
> Sent: 31 January 2006 18:29
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Re: OT: Dead key on keyboard diagnostic?
> 
> 
> > Any ideas how to fix this? new map?   When  I boot 
> > (2.6.14-gentoo-r6) the laptop, I get an error messge about :
> > System.map not found  can not  check symbols
> 
> That is something different entirely.  When you install your kernel 
> (which normally means copying bzImage to the /boot dir) you have to 
> copy the System.map file (from the top dir of the kernel source) 
> along with it, although this file is really only needed when you get 
> oopses, so the kernel is able to tell in what function it occurs.

I am also getting this on my boot script on two different boxes.  It
started a week ago after some update world.  I am about compile the
latest stable kernel to see if it goes away.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



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

* RE: [gentoo-user]  Re: OT: Dead key on keyboard diagnostic?[New thread? - System.map not found]
  2006-02-01 11:25       ` Michael Kintzios
@ 2006-02-01 13:58         ` Rob Oravec
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Oravec @ 2006-02-01 13:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

> On Wed, 2006-02-01 at 11:25 +0000, Michael Kintzios wrote:
> I am also getting this on my boot script on two different boxes.  It
> started a week ago after some update world.  I am about compile the
> latest stable kernel to see if it goes away.

Same goes for me.
It appears to have started with the "2.6.15-gentoo-r1" kernel release
and I suspect (correct me if I'm wrong) a "udev" update which happened
around the same time IIRC.
The System.map file is there.

I have just updated to the new "2.6.15-gentoo-r2" kernel and the error
message is still there.

Rob


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-02-01 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-29 16:55 [gentoo-user] OT: Dead key on keyboard diagnostic? James
2006-01-29 19:17 ` Benno Schulenberg
2006-01-31 14:10   ` [gentoo-user] " James
2006-01-31 18:29     ` Benno Schulenberg
2006-01-31 19:20       ` Benno Schulenberg
2006-02-01 11:25       ` Michael Kintzios
2006-02-01 13:58         ` [gentoo-user] Re: OT: Dead key on keyboard diagnostic?[New thread? - System.map not found] Rob Oravec

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