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: Ramiro Aceves <ea1abz%gmail.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost, martin%netbsd.org@localhost
Subject: Re: install/57826: NetBSD-10.0_RC2-i386-install.img installer keyboard
does not work
Date: Tue, 9 Jan 2024 11:58:52 +0000 (UTC)
On Tue, 9 Jan 2024, Ramiro Aceves wrote:
> ************************** KERNEL VARS ACPI ON***************
>
> netbsd-nuc# cat kernvars_ACPI_ON | grep timecount
> kern.timecounter.choice = TSC(q=-100, f=15668420 Hz) clockinterrupt(q=0,
> f=100 Hz) lapic(q=-100, f=1119000 Hz) ichlpcib0(q=1000, f=3579545 Hz)
> ACPI-Fast(q=1000, f=3579545 Hz) i8254(q=100, f=1193182 Hz) dummy(q=-1000000,
> f=1000000 Hz)
> kern.timecounter.hardware = ACPI-Fast
> kern.timecounter.timestepwarnings = 0
>
>
> ************************** KERNEL VARS ACPI OFF***************
>
> netbsd-nuc# cat kernvars_ACPI_OFF | grep timecount
> kern.timecounter.choice = TSC(q=-100, f=1895447880 Hz) clockinterrupt(q=0,
> f=100 Hz) ichlpcib0(q=1000, f=3579545 Hz) i8254(q=100, f=1193182 Hz)
> dummy(q=-1000000, f=1000000 Hz)
> kern.timecounter.hardware = ichlpcib0
> kern.timecounter.timestepwarnings = 0
>
Hmm. Can you patch `/etc/rc' on the USB-installer as before so that it does:
sysctl -w kern.timecounter.hardware=ichlpcib0 # try, i8254 next
before the installer starts.
If it neither `ichlpcib0' nor `i8254' complete a NETBSD installation without
errors, then go with `boot -2'. That looks like it does the trick with this
screwy laptop of yours. :)
-RVP
Home |
Main Index |
Thread Index |
Old Index