Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] installation-reports - hppa c3600 graphical/usb
@ 2004-05-06 17:23 Grant Grundler
  0 siblings, 0 replies; 4+ messages in thread
From: Grant Grundler @ 2004-05-06 17:23 UTC (permalink / raw)
  To: submit; +Cc: parisc-linux

Package: installation-reports

Debian-installer-version: Beta4 5/6/2004
uname -a: Linux debian 2.4.25-32 #1 Mon Apr 19 18:11:19 UTC 2004 parisc unknown
Date: 5/6/2004
Method: booted CD from sarge-hppa-netinst.iso
	http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/hppa/beta4/sarge-hppa-netinst.iso

Machine: HP C3600 workstation with PCI VIs-EG/USB console
Processor: PA8600
Memory: 4GB
Root Device: fwscsi.5.0
Root Size/partition table: n/a
Output of lspci: n/a

Base System Installation Checklist:

Initial boot worked:    [O]
Configure network HW:   [O]
Config network:         [O]
Detect CD:              [O]
Load installer modules: [?]
Detect hard drives:     [O]
Partition hard drives:  [ ]
Create file systems:    [ ]
Mount partitions:       [ ]
Install base system:    [ ]
Install boot loader:    [ ]
Reboot:                 [ ]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
[?] = No clue if that was done or worked

Comments/Problems:

Using the HP USB keyboard (Model SK-2502U, P/N A4983-60401) on an HP C3600,
the regular 4 arrow keys (seperate from the numeric keypad) do NOT work.
They "select" instead of moving the highlight up/down.

Use the numeric keypad instead - it has "arrow keys" on it as well.

It's more "natural" to use the regular arrow keys and it should be
trivial for the right person to fix.  I gather the numeric pad sends
out a different scan code than the four "arrow" keys.

I only needed to boot the system to recover a palo (v1.4 built with gcc
3.3.3) which fails to boot.

grant
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] installation-reports - hppa c3600 graphical/usb
       [not found] <20040506172344.GA12232@colo.lackof.org>
@ 2004-05-06 17:37 ` M. Grabert
  2004-05-06 18:42 ` James Morrison
  1 sibling, 0 replies; 4+ messages in thread
From: M. Grabert @ 2004-05-06 17:37 UTC (permalink / raw)
  To: Grant Grundler; +Cc: submit, parisc-linux

On Thu, 6 May 2004, Grant Grundler wrote:

> Using the HP USB keyboard (Model SK-2502U, P/N A4983-60401) on an HP C3600,
> the regular 4 arrow keys (seperate from the numeric keypad) do NOT work.
> They "select" instead of moving the highlight up/down.

I also have a SK-2502U here (using Voodoo2 as graphics card).

> Use the numeric keypad instead - it has "arrow keys" on it as well.
>
> It's more "natural" to use the regular arrow keys and it should be
> trivial for the right person to fix.  I gather the numeric pad sends
> out a different scan code than the four "arrow" keys.

xev reports the following for the 'regular' arrow keys:

'<-'     keycode 100
'->'     keycode 102
  up     keycode 98
down     keycode 104

and the following for the numpad arrow keys:

'<-'     keycode 83
'->'     keycode 85
  up     keycode 80
down     keycode 88


Unfortunately I can't use 'showkey' since I'm running serial console
instead of fb console ...

Greetings,
   Max
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] installation-reports - hppa c3600 graphical/usb
       [not found] <20040506172344.GA12232@colo.lackof.org>
  2004-05-06 17:37 ` [parisc-linux] installation-reports - hppa c3600 graphical/usb M. Grabert
@ 2004-05-06 18:42 ` James Morrison
  2004-05-07 19:16   ` Helge Deller
  1 sibling, 1 reply; 4+ messages in thread
From: James Morrison @ 2004-05-06 18:42 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux


Grant Grundler <grundler@parisc-linux.org> writes:
> Comments/Problems:
> 
> Using the HP USB keyboard (Model SK-2502U, P/N A4983-60401) on an HP C3600,
> the regular 4 arrow keys (seperate from the numeric keypad) do NOT work.
> They "select" instead of moving the highlight up/down.
> 
> Use the numeric keypad instead - it has "arrow keys" on it as well.

 I have found that the "arrow keys" both move the highlight and select.
This is from my experience on the console using bash on a B1K using some
crappy usb keyboard.

Jim
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] installation-reports - hppa c3600 graphical/usb
  2004-05-06 18:42 ` James Morrison
@ 2004-05-07 19:16   ` Helge Deller
  0 siblings, 0 replies; 4+ messages in thread
From: Helge Deller @ 2004-05-07 19:16 UTC (permalink / raw)
  To: parisc-linux

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

On Thursday 06 May 2004 20:42, James Morrison wrote:
> 
> Grant Grundler <grundler@parisc-linux.org> writes:
> > Comments/Problems:
> > 
> > Using the HP USB keyboard (Model SK-2502U, P/N A4983-60401) on an HP C3600,
> > the regular 4 arrow keys (seperate from the numeric keypad) do NOT work.
> > They "select" instead of moving the highlight up/down.
> > 
> > Use the numeric keypad instead - it has "arrow keys" on it as well.
> 
>  I have found that the "arrow keys" both move the highlight and select.
> This is from my experience on the console using bash on a B1K using some
> crappy usb keyboard.

The attached patch should fix the keyboard problem.
Any feedback welcome...

Helge


[-- Attachment #2: diff --]
[-- Type: text/plain, Size: 1412 bytes --]

Index: drivers/input/keyboard/hpps2atkbd.h
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/input/keyboard/hpps2atkbd.h,v
retrieving revision 1.7
diff -u -p -r1.7 hpps2atkbd.h
--- a/drivers/input/keyboard/hpps2atkbd.h	20 Mar 2004 21:01:15 -0000	1.7
+++ b/drivers/input/keyboard/hpps2atkbd.h	7 May 2004 19:10:00 -0000
@@ -53,7 +53,7 @@
 /* 78 */  KEY_F11,      KEY_KPPLUS,    KEY_KP3,       KEY_KPMINUS,   KEY_KPASTERISK,KEY_KP9,      KEY_SCROLLLOCK,KEY_102ND,
 /* 80 */  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,
 /* 88 */  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,
-/* 90 */  KEY_RESERVED, KEY_RIGHTALT,  KEY_SYSRQ,     KEY_RESERVED,  KEY_RIGHTCTRL, KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,
+/* 90 */  KEY_RESERVED, KEY_RIGHTALT,  255,           KEY_RESERVED,  KEY_RIGHTCTRL, KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,
 /* 98 */  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_CAPSLOCK, KEY_RESERVED,  KEY_LEFTMETA,
 /* a0 */  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED, KEY_RESERVED,  KEY_RIGHTMETA,
 /* a8 */  KEY_RESERVED, KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED,  KEY_RESERVED, KEY_RESERVED,  KEY_COMPOSE,

[-- Attachment #3: Type: text/plain, Size: 169 bytes --]

_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

end of thread, other threads:[~2004-05-07 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040506172344.GA12232@colo.lackof.org>
2004-05-06 17:37 ` [parisc-linux] installation-reports - hppa c3600 graphical/usb M. Grabert
2004-05-06 18:42 ` James Morrison
2004-05-07 19:16   ` Helge Deller
2004-05-06 17:23 Grant Grundler

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