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





El 9/1/24 a las 12:58, RVP escribió:
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

Installed NetBSD succesfully with boot -2
Wireless working. Ssh working. Everyting seems smooth now.

Added boot -2 at /boot.cfg menu (if not, ACPI on again leads to plenty of errors)

netbsd-compal# cat /boot.cfg
menu=Boot normally:rndseed /var/db/entropy-file;boot -2
menu=Boot single user:rndseed /var/db/entropy-file;boot -s2
menu=Drop to boot prompt:prompt
default=1
timeout=5
clear=1

Thanks.
Regards.






Home | Main Index | Thread Index | Old Index