【情報】FreeBSD で動く USB デバイス【キボンヌ】

このエントリーをはてなブックマークに追加
424名無しさん@お腹いっぱい。
FreeBSD 5.3-RELEASEでUSBキーボードのみでインストールする方法ありますか?
最初のdaemon君のAAのメニューまでは使えるのですが、
起動した後はキーボードが一切使えません。

4.9-RELEASEの時はキーボードを抜き差ししなければ普通に使えたのですが・・・。
>>424
http://www.jp.freebsd.org/www.FreeBSD.org/releases/5.3R/errata.html
よりコピペ。

(31 Oct 2004, updated on 5 Nov 2004) For FreeBSD/i386 and FreeBSD/amd64, when
installing FreeBSD 5.3 using an USB keyboard the keyboard will stop working
once the kernel boots, because a PS/2 keyboard is always considered to be
attached. As a workaround, select ``Escape to loader prompt'' in the boot
loader menu and enter the following lines at the prompt:

set hint.atkbd.0.flags="0x1"
boot

Note that if you use the boot floppies, this is set by default.

After the installation, add the following line to /boot/loader.conf:

hint.atkbd.0.flags="0x1"