NetBSD-Bugs archive

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

Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard does not work



The following reply was made to PR install/57826; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
 does not work
Date: Mon, 8 Jan 2024 07:20:40 +0000 (UTC)

 On Sun, 7 Jan 2024, Ramiro Aceves wrote:
 
 > I send you some hardware information commands from the Debian GNU/Linux 
 > operating system that is installed on that laptop.
 >
 > root@debian-compal:/home/ramiro/Descargas# dmesg
 > [    0.000000] Linux version 5.10.0-20-686-pae 
 > (debian-kernel%lists.debian.org@localhost) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, 
 > GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.158-2 
 > (2022-12-13)
 >
 
 Can you get a dmesg on NetBSD? That will help the people who know this
 stuff better than me.
 
 1. Write a new i386 USB install image.
 
 2. Connect this USB drive to any *BSD system (any OS which can write a
     UFS filesystem).
 
 3. Mount the installer root partition, then apply this patch:
 
 ```
 diff -urN a/etc/rc b/etc/rc
 --- a/etc/rc	2024-01-01 14:04:52.000000000 +0000
 +++ b/etc/rc	2024-01-08 06:50:10.966750234 +0000
 @@ -45,5 +45,11 @@
   stty speed >> /tmp/gettytab
   cp /tmp/gettytab /etc
 
 +# save kernel messages on the USB installer media
 +dmesg > /var/tmp/dmesg.$(date +%s).txt
 +
 +# turn-off key autorepeat (boot with USB KB attached)
 +wsconsctl -w repeat.del1=0
 +
   # done, move on to multiuser mode
   exit 0
 ```
 
 4. Unmount USB installer root, then boot it on the i386 laptop.
     Make sure the USB wireless KB is connected before powering on so that
     autorepeat can be turned off on it.
 
     See if you're able to install NetBSD.
 
 5. The dmesg output will be left in: /var/tmp/dmesg.NNN.txt on the install
     disk. Post it.
 
 -RVP
 


Home | Main Index | Thread Index | Old Index