[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#416208: Installation report HP-715/64 (HIL)



Package: installation-reports

Boot method: CD-Image (Etch RC-2 Installer)
Image version: http://ftp.nl.debian.org/debian/dists/etch/main/installer-hppa/rc2/images/2.6/mini.iso
Date: 23. March 2007

Machine: HP PARISC (HP 715/64)
Processor: PA7100LC (PA-RISC)
Memory: 128MB

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [ O]
Detect network card:    [ O]
Configure network:      [ O]
Detect keyboard:	  [ E]
Detect CD:              [ O]
Detect hard drives:     [ O]
Partition hard drives:  [ O]
Install base system:    [ O]
Clock/timezone setup:   [ O]
User/password setup:    [ O]
Install tasks:          [ O]
Install boot loader:    [O ]
Overall install:        [ E]

Summary:
Installer is basically ok, but Etch is not at all installable with current RC-2 installer image on systems with HIL keyboards.

Comments/Problems:
The installer itself seems OK, but the keyboard does not work at all.
Main problem is, that the keyboard on this machine is a HIL device (similiar to USB, but much "older").
The boot-kernel (2.6.18) does not detect this keyboard on the HIL bus.
It seems the needed .config values are not set when it was built.
To solve this problem, the boot kernel needs the "CONFIG_KEYBOARD_HIL_OLD=y" option set.
Additionally, all other "HIL" options should be disabled (see below).
With those options, the HIL keyboard should work. HIL-Mouse will not be available, but it's not needed either for the installation process.
In general, all newer HIL drivers do not work at all, so defaulting back to the old driver should be ok.

Proposed .config options for Debian Etch Linux boot kernel:

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_KEYBOARD_HIL_OLD=y
# CONFIG_KEYBOARD_HIL is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_HIL is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_PARKBD is not set
CONFIG_SERIO_GSCPS2=y
# CONFIG_HP_SDC is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set



Reply to: