Hello folks. I have a Retro PC (Intel 440BX-2, Pentium III-450, 192 MB ram) that I like to use for a bunch of different OSes and setups. It has a CF to IDE adaptor, so it's pretty easy to switch drives.
Recently, I installed FreeBSD onto one such drive and have configured things mostly how I want them, with the exception of my PS/2 mouse. Yes, this machine does have USB support, but since I'm also running MS-DOS on occasion, I'd like to be able to use the same mouse throughout.
I've enabled moused through /etc/rc.conf as follows:
But no such luck in X11. I went to start investigating options I might need for moused only to discover I couldn't find a device node in /dev that corresponds to my PS/2 port, nor did I see anything in
I'm attaching both a directory listing of my /dev folder and the output of
Any suggestions?
Recently, I installed FreeBSD onto one such drive and have configured things mostly how I want them, with the exception of my PS/2 mouse. Yes, this machine does have USB support, but since I'm also running MS-DOS on occasion, I'd like to be able to use the same mouse throughout.
I've enabled moused through /etc/rc.conf as follows:
Code:
hostname="Betelguese"
ifconfig_vr0="DHCP"
ifconfig_vr0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
ntpd_enable="YES"
moused_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
But no such luck in X11. I went to start investigating options I might need for moused only to discover I couldn't find a device node in /dev that corresponds to my PS/2 port, nor did I see anything in
dmesg
that mentioned it.I'm attaching both a directory listing of my /dev folder and the output of
dmesg
for reference. I also searched the forums, handbook and FAQ without any luck.Any suggestions?