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
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
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
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
--- "[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
>
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
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
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
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
* 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
[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
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
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
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
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
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
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
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:
/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.
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.
20 matches
Mail list logo