PS/2 mouse doesn't get detected on FreeBSD-9_RELENG

Hi,

My logitech PS/2 mouse doesn't get detected in 9_0_RELENG-amd64.

Here is my verbose dmesg http://paste.pocoo.org/show/532596

Here is my /boot/device.hints http://paste.pocoo.org/show/532599

Here are my devices in KERNCONF http://paste.pocoo.org/show/532602

When I try to initiate moused with [CMD=]moused -d -i all -p /dev/psm0[/CMD] I get error -
Code:
moused: unable to open /dev/psm0: No such file or directory

The mouse works on NetBSD/OpenBSD/SUSE on same machine.

Please revert with suggestions.

Thanks!
 
Remove your device.hints file. At quick glance all the entries are default, no need to explicitly set them.
 
Is that a proposed solution or a general observation. Anyway I removed /boot/device.hints but a functional mouse is still a miss. Cursor appears on console after rebuilding kernel and world for 9_0_RELENG but it won't move.
 
That atkbdc0 prevents boot with ACPI disabled here. (Just upgraded to 9-STABLE from 8-STABLE). Luckily all machines work just fine with it enabled.
 
Back
Top