Dude, you rock! I added psmouse to my /etc/modules file and renamed my
modules.conf to modules.conf.bak (I never throw things away unless I
know I no longer need them) and everything works as it should. Thanks
again. If I were there right now, I'd buy you a beer. :)
--
To UNSUBSCRIBE, email
Hello
Eric Speas, MLIS (<[EMAIL PROTECTED]>) wrote:
> Thanks for the input (sorry about the pun ;) I think I am running
> udev on my system. I'll try modprobe and while I'm at it, I'll check
> the /etc/modprobe.d/ directory and /etc/modprobe.conf on my systems at
> work (which also run Debian
Thanks for the input (sorry about the pun ;) I think I am running udev
on my system. I'll try modprobe and while I'm at it, I'll check the
/etc/modprobe.d/ directory and /etc/modprobe.conf on my systems at work
(which also run Debian Sarge) for added information. Hopefully I can
get this fixed b
Hello
[EMAIL PROTECTED] (<[EMAIL PROTECTED]>) wrote:
> [...]
> mknod -m 644 /dev/psaux c 10 1
> mknod -m 660 /dev/input/mice c 13 63
>
> I was then able to run kdm and X without problems. However, once I
> rebooted the computer, the device files I created where gone again.
This looks
>
> >>Drogo Bumbleroot wrote:
> >I've gotten X-Windows to come up if I use /dev/input/mice (saw it somewhere
> >on a webpage), but it still tells me the mouse is in use if I use
> >/dev/psaux
> >
> >Section "InputDevice"
> > Identifier "Configured Mouse"
> > Driver "mous
Kent West wrote:
Drogo Bumbleroot wrote:
Drogo Bumbleroot wrote:
I've gotten X-Windows to come up if I use /dev/input/mice (saw it
somewhere on a webpage), but it still tells me the mouse is in
use if I use /dev/psaux
Section "InputDevice"
Identifier "Configured Mouse"
Dr
Incoming from Kent West:
>
> At this point, I think I'd give up on trying to get X working until the
> mouse works. And the best way to do that, in my opinion, is to get it
> working with gpm, the console mouse driver.
If you have trouble with that, check the debian-users archives
(lists.debian
Drogo Bumbleroot wrote:
Drogo Bumbleroot wrote:
I've gotten X-Windows to come up if I use /dev/input/mice (saw it
somewhere on a webpage), but it still tells me the mouse is
in use if I use /dev/psaux
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mo
Option "Device""/dev/psaux"
> >>> Option "Emulate3Buttons" "true"
> >>> Option "ZAxisMapping" "4 5"
> >>>EndSection
> >>-
"ZAxisMapping" "4 5"
EndSection
-----Original Message-
From: Kent West [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 8:21 AM
To: 'debian-usedebian-useDebian User'
Subject: Re: /dev/psaux
Erm, do you have an USB mouse?
"/dev/input/mice"
> >Option "Device""/dev/psaux"
> >Option "Emulate3Buttons" "true"
> >Option "ZAxisMapping" "4
Drogo Bumbleroot wrote:
Drogo Bumbleroot wrote:
I know I've got a PS2 mouse, but X-Windows is telling me it's not
there...
I've gotten X-Windows to come up if I use /dev/input/mice (saw it somewhere
on a webpage), but it still tells me the mouse is in use if I use /dev/psaux
Sec
> Drogo Bumbleroot wrote:
>
> >>>I know I've got a PS2 mouse, but X-Windows is telling me it's not
> >>>there...
I've gotten X-Windows to come up if I use /dev/input/mice (saw it somewhere
on a webpage), but it still tells me the mouse is in use if I use /dev/psaux
Section "InputDevice"
Drogo Bumbleroot wrote:
I know I've got a PS2 mouse, but X-Windows is telling me it's not
there...
From: Kent West [mailto:[EMAIL PROTECTED]
Subject: Re: /dev/psaux
What kernel version? Perhaps you need to "modprobe psmouse"?
igloo:/dev# uname -a
Linux igloo 2.4
core events
> >(**) Option "Device" "/dev/input/mice"
> >(EE) xf86OpenSerial: Cannot open device /dev/input/mice
> >No such device.
> >(EE) Generic Mouse: cannot open input device
> >(EE) PreInit failed for input device "Generic Mouse&quo
Drogo Bumbleroot wrote:
I know I've got a PS2 mouse, but X-Windows is telling me it's not there...
(**) Option "Protocol" "PS/2"
(**) Configured Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(EE) xf86OpenSerial: Cannot open
Wang WenRui <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The new device is /dev/misc/psaux.
I'll try that when I get home. Thank you :)
Stig
--
brautaset.org
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Matt Kirchhoff <[EMAIL PROTECTED]> wrote:
> Stig Brautaset brautaset.org> writes:
>> It works great, apart from one little niggly thing: I can't find my
>> mouse.
>
> Did you read the documentation?
For udev? Yes. For the kernel, no. I didn't think think that was
relevant since my mouse worked
Hi,
The new device is /dev/misc/psaux.
try to change
KERNEL="psaux", NAME="misc/psaux"
to
KERNEL="psaux", NAME="psaux"
in /etc/udev/udev.rules
Best regards
Wang WenRui
Around 12 o'clock on 09 Mar, Stig Brautaset wrote:
> Hi,
>
> I've installed the udev package from expe
Stig Brautaset brautaset.org> writes:
> It works great, apart
> from one little niggly thing: I can't find my mouse.
Did you read the documentation?
$ cat /usr/share/doc/kernel-source-x.y.z/README.Debian | grep mouse
--
Matt Kirchhoff
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
On Tue, 22 Dec 1998, Martin Waller wrote:
> 1. The p60 has a ps2 mouse (at least, that's the connector type), but
> gpm won't coinfigure it (it just gets stuck at trying ttyS0-ttyS3 at
> various baud rates for ever), and when i try to force it to use
> \dev\psaux i get an 'operation not permitt
David Winters <[EMAIL PROTECTED]> wrote:
|> On Mon, 26 Aug 1996, Robert Resendes wrote:
|> >If I try to "cat" the file, though, I get the following error:
|> > > cat /dev/psaux
|> > cat: /dev/psaux: No such device
|
|On Mon, 26 Aug 1996, Mike Taylor wrote:
|> I don't think cat works here becaus
> On Mon, 26 Aug 1996, Robert Resendes wrote:
> >If I try to "cat" the file, though, I get the following error:
> > > cat /dev/psaux
> > cat: /dev/psaux: No such device
On Mon, 26 Aug 1996, Mike Taylor wrote:
> I don't think cat works here because /dev/psaux is not a regular file.
No,
On Mon, 26 Aug 1996, Robert Resendes wrote:
>
>If I try to "cat" the file, though, I get the following error:
>
> > cat /dev/psaux
> cat: /dev/psaux: No such device
>
I don't think cat works here because /dev/psaux is not a regular file.
>I think I'm missing a driver, but I certainly don'
24 matches
Mail list logo