Click to See Complete Forum and Search --> : ps2 genius net mouse pro stoped working


whitepony
08-18-2002, 05:26 AM
not last night, night before i installed red hat 7.3 for first time i finshed install i had to switch pc off beforce i could test it to see if its working. so tryed it yesterday and was working great had it on all day trying things out on it but now today i started it up mouse isnt working. i didnt change any settings yesterday how do i fix it?:confused:

just tested now and keyboard isnt working ether?

mdwatts
08-18-2002, 07:58 AM
PS/2, serial or USB mouse and keyboard?

whitepony
08-18-2002, 04:06 PM
both are serial

mdwatts
08-18-2002, 04:31 PM
Serial keyboard?

For the serial mouse, check to see if you have a symlink between /dev/ttyS0 (com1) or /dev/ttyS1 (com2) and /dev/mouse

ls -al /dev/mouse

If there isn't a link, then create using

ln -s /dev/ttyS# /dev/mouse

# is 0 for com1 or 1 for com2

Make sure in /etc/X11/XF86Config (-4), that you have


Option "Device" "/dev/mouse"


in the InputDevice Section for the mouse.