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


Hello:

I modified /etc/rc like this:




# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>

PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH

mount -u /
mount -t tmpfs tmpfs /tmp
#sysctl -w kern.timecounter.hardware=ichlpcib0
sysctl -w kern.timecounter.hardware=i8254


# create a gettytab to autologin and run sysinst
echo "# Autostart sysinst" > /tmp/gettytab



I have tried both entering in the installer normaly, without boot -2 (ACPI ON)

with ichlpcib0 I see no errors but internal keyboard does not work. Repetitions on the external keyboard. Same as at the beginning.

i8254 plenty of errors.

Thanks.



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