On Sat, Apr 14, 2001 at 02:30:17PM -0700, Lorens Kulla wrote: > I've tried to make the links, my mouse is on com1 (ttyS0). When I issue the > command "ln -s /dev/ttyS0 /dev/mouse" I get file alreaddy Exists. My > mouse is a Logitech Moouseman Model:M-CV46. I seem to be really out of > my league.
Try 'ls --l /dev/mouse', to see where the existant link is pointing to. If it's not already point to ttyS0 just 'rm /dev/mouse' then 'ln -s /dev/ttyS0 /dev/mouse' -Rob