View previous topic :: View next topic |
Author |
Message |
kinetix63 n00b
Joined: 02 Jun 2005 Posts: 21
|
Posted: Thu Jun 09, 2005 7:57 pm Post subject: /dev/mouse ? [solved] |
|
|
Hi guys,
Hope someone can help me here! I'm a first time gentoo user, so please forgive me if this is something I've done that's pretty daft.
I've managed to compile my gentoo kernel from stage 1. I've even managed to get my damn USB Speedtouch modem working, but I'm having problems trying to install and configure a desktop.
For some reason /dev/mouse or /dev/usbmouse (I'm using a MS Wireless Optical Desktop KB and Mouse) does not exist.
Can anybody point me in the right direction?
Thanks in advance,
Paul
Last edited by kinetix63 on Fri Jun 10, 2005 3:33 pm; edited 1 time in total |
|
Back to top |
|
|
rush_ad l33t
Joined: 22 Jul 2004 Posts: 863 Location: New Jersey, USA
|
Posted: Thu Jun 09, 2005 8:00 pm Post subject: |
|
|
/dev/input/mouse0 |
|
Back to top |
|
|
chovy Guru
Joined: 03 Dec 2004 Posts: 453
|
Posted: Thu Jun 09, 2005 8:20 pm Post subject: |
|
|
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "auto"
Option "Protocol" "IMPS/2"
#Option "Protocol" "PS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Resolution" "300"
EndSection
|
This is what I have for a micro innovations optical mouse with scrollwheel. _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
Back to top |
|
|
johnnabn n00b
Joined: 09 Jun 2005 Posts: 5
|
Posted: Thu Jun 09, 2005 9:03 pm Post subject: |
|
|
it sounds like I have the exact same issue. There are no mouse related entries of any kind in /dev
I remeber seeing USB HID option about USB input devices(in the Kernel config), and I'm almost sure I checked it, but I'm going to go double check. |
|
Back to top |
|
|
rush_ad l33t
Joined: 22 Jul 2004 Posts: 863 Location: New Jersey, USA
|
Posted: Fri Jun 10, 2005 12:06 am Post subject: |
|
|
new xorg uses /dev/input/mouse0 |
|
Back to top |
|
|
chovy Guru
Joined: 03 Dec 2004 Posts: 453
|
Posted: Fri Jun 10, 2005 12:08 am Post subject: |
|
|
Correct me if i'm wrong, but I think he's saying there is no /dev/input/mouse* _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
Back to top |
|
|
Fashong Apprentice
Joined: 14 Feb 2005 Posts: 168
|
Posted: Fri Jun 10, 2005 12:19 am Post subject: |
|
|
Try /dev/input/mice |
|
Back to top |
|
|
rush_ad l33t
Joined: 22 Jul 2004 Posts: 863 Location: New Jersey, USA
|
Posted: Fri Jun 10, 2005 12:26 am Post subject: |
|
|
Quote: | Try /dev/input/mice |
that should work as well. |
|
Back to top |
|
|
johnnabn n00b
Joined: 09 Jun 2005 Posts: 5
|
Posted: Fri Jun 10, 2005 2:02 am Post subject: |
|
|
I got it working fine, i was being an idiot and messed up
Thanks for the help,
johnnabn |
|
Back to top |
|
|
kinetix63 n00b
Joined: 02 Jun 2005 Posts: 21
|
Posted: Fri Jun 10, 2005 3:33 pm Post subject: |
|
|
Got it, thank you very much! Mouse seemed to work fine with the ghastly default WM that X installs.
Now to wait 3 days whilst KDE emerge's and fingers crossed one happy desktop gentoo system! |
|
Back to top |
|
|
|