Package: installation-reports

Debian-installer-version: from
http://cdimage.debian.org/pub/cdimage-testing/daily/i386/
as of 13-Sep-2004

uname -a: 
Linux d130-140 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686
GNU/Linux

Date: Sep. 16, 2004

Method: cdrom boot followed by network install
from http://ftp.jp.debian.org/debian/ testing main

Machine: NEC PC98-NX Mate R MY24X/R-D
Processor:vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Celeron(R) CPU 2.40GHz
stepping        : 9
cpu MHz         : 2391.187
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
bogomips        : 4771.02

Memory: 384 MB
Root Device: IDE
Root Size/partition table
/dev/hda1              6728280   1612820   4773680  26% /
/dev/hda6             24067008     34344  22810124   1% /home
/dev/hda3              6728312    120104   6266428   2% /var

# lspci
0000:00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE 
             DRAM Controller/Host-Hub Interface (rev 03)
0000:00:02.0 VGA compatible controller: Intel Corp. 
             82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics 
             Device (rev 03)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM 
             (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM 
             (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) 
             USB 2.0 EHCI Controller (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 82)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC 
             Bridge (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) 
             UltraATA-100 IDE Controller (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
             SMBus Controller (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM 
             (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
0000:01:00.0 Ethernet controller: Intel Corp. 82545GM Gigabit 
             Ethernet Controller (rev 04)
0000:01:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE 
             (LOM) Ethernet Controller (rev 82)

# lspci -n
0000:00:00.0 0600: 8086:2560 (rev 03)
0000:00:02.0 0300: 8086:2562 (rev 03)
0000:00:1d.0 0c03: 8086:24c2 (rev 02)
0000:00:1d.1 0c03: 8086:24c4 (rev 02)
0000:00:1d.7 0c03: 8086:24cd (rev 02)
0000:00:1e.0 0604: 8086:244e (rev 82)
0000:00:1f.0 0601: 8086:24c0 (rev 02)
0000:00:1f.1 0101: 8086:24cb (rev 02)
0000:00:1f.3 0c05: 8086:24c3 (rev 02)
0000:00:1f.5 0401: 8086:24c5 (rev 02)
0000:01:00.0 0200: 8086:1026 (rev 04)
0000:01:08.0 0200: 8086:1039 (rev 82)

Base System Installation Checklist:
Initial boot worked:    [ok]
Configure network HW:   [ok ]
Config network:         [ok ]
Detect CD:              [ok ]
Load installer modules: [ok ]
Detect hard drives:     [ok ]
Partition hard drives:  [ok ]
Create file systems:    [ok ]
Mount partitions:       [ok ]
Install base system:    [ok ]
Install boot loader:    [ok ]
Reboot:                 [ok ]

Comments/Problems:
 The problem is the key map of X window.
I use a japanese key board (jp106).  Though the 
console keymap is OK, the keymap of X window is
not correct. Even after I manually edited the
/etc/X11/XF86Config-4, 

from:
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

to:
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "jp106"
        Option          "XkbLayout"     "jp"
EndSection

I could not correct the problem though the latter configuration
works good in other distribution or the previous debian installer
(ie. the installer as of 8/27/2004). Whether I install the 
system with the installer language of English or Japanese, the 
situation was the same . The only way I could get the correct 
keyboard was
        Option          "XkbDisable"
in the Section "InputDevice".


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to