Re: FreeBSD 5.1 USB Keyboard support

2003-10-18 Thread Matthew Faircliff
Hello, I had the same problem and solved it with an rc.d script: #!/bin/sh #Script to enable usb keyboard if attached case "$1" in start) if [ -e /dev/kbd1 ]; then /usr/sbin/kbdcontrol -r 250.38 -k /dev/kbd1 < /dev/conso le 2>&1 > /dev/null && e

Re: FreeBSD 5.1 USB Keyboard support

2003-10-18 Thread Simon Rutishauser
Have you had a look at the handbook? I got my (Microsoft :D) Keyboard working with the stuff from there. Peschmä Am Fri, 17 Oct 2003 10:04:17 +0200 schrieb Peter: > Hi Im using FreeBSD 5.1 and I can't get my Logitech USB keyboard to work > directly in the consol. I have search trough the net a