Re: /dev/mouse disappears during reboot...

2006-04-15 Thread Bill Marcum
On Fri, Apr 14, 2006 at 11:27:46PM +0200, Rainer Dorsch wrote: > Hello, > > on a sarge system I created a link > > ln -s /dev/psaux /dev/mouse > > After reboot it is gone. > > Does anybody know, who deletes the link and why? > If you use the 2.6 kernel, it's udev. /dev is a tmpfs which is crea

Re: /dev/mouse disappears during reboot...

2006-04-15 Thread Rainer Dorsch
Am Samstag, 15. April 2006 04:28 schrieb Sumo Wrestler (or just ate too much): > Rainer Dorsch wrote: > > Hello, > > > > on a sarge system I created a link > > > > ln -s /dev/psaux /dev/mouse > > > > After reboot it is gone. > > [...] > > It's probably related to udev. I'd imagine that you can eith

Re: /dev/mouse disappears during reboot...

2006-04-14 Thread Sumo Wrestler (or just ate too much)
Rainer Dorsch wrote: Hello, on a sarge system I created a link ln -s /dev/psaux /dev/mouse After reboot it is gone. [...] It's probably related to udev. I'd imagine that you can either create a udev rule for /dev/mouse or use a boot script to create the link on each boot. Caveat: I'm not

Re: /dev/mouse & /dev/dsp missing!

2005-10-16 Thread Adam Bogacki
Fyi, Adam. - Forwarded message from Adam Bogacki <[EMAIL PROTECTED]> - From: Adam Bogacki <[EMAIL PROTECTED]> To: slug@slug.org.au Cc: [EMAIL PROTECTED] Subject: Re: /dev/mouse & /dev/dsp missing! Mail-Followup-To: slug@slug.org.au, [EMAIL PROTECTED] X-message-Flag: Do

Re: /dev/mouse disappears !! [SOLVED]

2005-07-24 Thread Ibrahim Mubarak
--- "[KS]" <[EMAIL PROTECTED]> wrote: > Ibrahim Mubarak wrote: > > Hi, > > > > After upgrading to X.Org and kernel 2.6.12 today, when I create a > soft > > symlink in /dev called mouse pointing to psaux, the next time I > boot, > > it will no longer be there. Tried it quite a few times. I can't >

Re: /dev/mouse disappears !!

2005-07-23 Thread [KS]
Ibrahim Mubarak wrote: > Hi, > > After upgrading to X.Org and kernel 2.6.12 today, when I create a soft > symlink in /dev called mouse pointing to psaux, the next time I boot, > it will no longer be there. Tried it quite a few times. I can't explain > it. Can you? > I am a little uncomfortable put

Re: dev/mouse

2000-10-16 Thread staf wagemakers
On Sun, Oct 15, 2000 at 06:33:29PM -0500, Gary L. Dolan wrote: > staf wagemakers wrote: > > > > /dev/mouse is (normally) a link to the real mouse device, you can create it > > with the "ln" command. > > > > ln -s /dev/mouse /dev/ttySxx ( or /dev/psaux if you've a ps2 mouse ) > > Isn't it the oth

Re: dev/mouse

2000-10-15 Thread Gary L. Dolan
staf wagemakers wrote: > > /dev/mouse is (normally) a link to the real mouse device, you can create it > with the "ln" command. > > ln -s /dev/mouse /dev/ttySxx ( or /dev/psaux if you've a ps2 mouse ) Isn't it the other way, i.e., ln -s /dev/ttySxx /dev/mouse? -- Gary Dolan Debian GNU/Linux, K

Re: dev/mouse

2000-10-15 Thread staf wagemakers
On Sat, Oct 14, 2000 at 08:23:58PM -0400, Eileen Orbell wrote: > How do i create a dev/mouse entry? I have no directory for mouse which is > causing my xwindows worries. If i configure XF86Setup it returns > > no dev/mouse found? /dev/mouse is (normally) a link to the real mouse device, you ca

Re: dev/mouse

2000-10-14 Thread Norbert Tretkowski
* Eileen Orbell <[EMAIL PROTECTED]> wrote: > How do i create a dev/mouse entry? I have no directory for mouse which is > causing my xwindows worries. If i configure XF86Setup it returns > > no dev/mouse found? > > I just installed debian this week.. Normally /dev/mouse is just a symlink: lrwx

Re: /dev/mouse problem

2000-05-28 Thread David S. Bateman
[EMAIL PROTECTED] wrote: > I do believe that your mouse should be symbolically linked > to /dev/psaux and not /dev/ttyS0 or any sort of ttyS 'if' it > is a ps/2 mouse that you are using. > > It is quite safe to delete mouse and relink mouse to /dev/psaux. is there a reason why the Slink install d

Re: /dev/mouse problem

2000-05-27 Thread Ron Rademaker
You're right -d was a typo, I meant -s. Ans the r option ca be left away. Ron On Fri, 26 May 2000, Ethan Benson wrote: > On Sat, May 27, 2000 at 05:25:28AM +0200, Ron Rademaker wrote: > > Try: > > rm -rf /dev/mouse > > ln -d /dev/mouse /dev/psaux > > > you don't need -r for deleting /dev/mouse

Re: /dev/mouse problem

2000-05-26 Thread ulla . russell
At 05:25 27.5.2000 +0200, you wrote: >Try: >rm -rf /dev/mouse >ln -d /dev/mouse /dev/psaux I'm no expert but I was just a little curious about the commands that you recommended. 1. The r switch is needed with the rm command when you wish to remove a directory and all it's contents. Jay only nee

Re: /dev/mouse problem

2000-05-26 Thread ulla . russell
I do believe that your mouse should be symbolically linked to /dev/psaux and not /dev/ttyS0 or any sort of ttyS 'if' it is a ps/2 mouse that you are using. It is quite safe to delete mouse and relink mouse to /dev/psaux. That is... cd /dev rm mouse ln -s psaux mouse The 's' switch creates

Re: /dev/mouse problem

2000-05-26 Thread Ethan Benson
On Sat, May 27, 2000 at 05:25:28AM +0200, Ron Rademaker wrote: > Try: > rm -rf /dev/mouse > ln -d /dev/mouse /dev/psaux you don't need -r for deleting /dev/mouse, rm -f /dev/mouse will do. don't use -rf unecessarily to avoid `accidents' ;-) and i think you mean ln -s not ln -d, -s makes symbolic

Re: /dev/mouse problem

2000-05-26 Thread Ron Rademaker
Try: rm -rf /dev/mouse ln -d /dev/mouse /dev/psaux That should do the trick, it's safe to remove the symlink.. Ron Rademaker On Fri, 26 May 2000, Jay Kelly wrote: > When I try to install a extrenal modem(28.8 bitsurfer) and use wvdialconf, I > get an error" Port Scan<*1>: Ignoring ttyS0 because

Re: /dev/mouse: not supported by device -Not solved

1999-08-19 Thread vw
19. august 1999 18:14 > Til: Sean 'Shaleh' Perry > Cc: recipient list not shown > Emne: Re: /dev/mouse: not supported by device -Not solved > > > > Sean 'Shaleh' Perry wrote: > > > /dev/mouse is a symlink (via ln -s) from whatever is your

Re: /dev/mouse: not supported by device -Not solved

1999-08-19 Thread Davide Anchisi
Sean 'Shaleh' Perry wrote: > /dev/mouse is a symlink (via ln -s) from whatever is your mouse. So if your > mouse is on com1 it should look like > > /dev/mouse -> /dev/ttyS0 > > a ps2 is psaux. The mouse is a Serial Mouse. /dev/mouse i's already: /dev/mouse -> /dev/ttyS0 and even trying:

RE: /dev/mouse: not supported by device

1999-08-18 Thread Sean 'Shaleh' Perry
/dev/mouse is a symlink (via ln -s) from whatever is your mouse. So if your mouse is on com1 it should look like /dev/mouse -> /dev/ttyS0 a ps2 is psaux.

Re: /dev/mouse

1996-10-07 Thread Dale Scheetz
On Mon, 7 Oct 1996, Le Tran wrote: > I have a ps/2 bus mouse and Debian-1.1. It seems that /dev/mouse > cannot be found. I tried it with gpm -t ps2 -R. Do i need to > recompile the kernel with ps2 mouse support? I would think this > should be included with the distribution. Any thought? Thanks.