LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-30-2005, 11:29 AM   #1
jp_
LQ Newbie
 
Registered: Feb 2005
Location: East Coast, USA
Distribution: Slackware
Posts: 27

Rep: Reputation: 15
USB Mouse in Slackware


I have a mx510 mouse from logitech that I'm trying to get working in xorg. I can get it working as a ps/2 mouse but I cant seem to get it working via USB which is what I'd prefer.

Where in 10.2 can I look to find if the mouse is actually being recognized when plugged into the USB port. I assume it's somewhere in /proc

Thanks in advance!
 
Old 12-30-2005, 12:06 PM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Gentoo on headless; Arch on everything that requires a GUI
Posts: 6,941

Rep: Reputation: 137Reputation: 137
I use the USB HID module for mine:
Code:
bruce@silas:~$ lsmod
Module                  Size  Used by
snd_pcm_oss            47008  0 
snd_mixer_oss          16960  1 snd_pcm_oss
sk98lin               169248  0 
usbhid                 24580  0 
uhci_hcd               30352  0 
ehci_hcd               30216  0 
i2c_viapro              6736  0 
i2c_core               16976  1 i2c_viapro
snd_via82xx            22688  0 
snd_ac97_codec         81788  1 snd_via82xx
snd_pcm                78984  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer              20356  1 snd_pcm
snd_page_alloc          8456  2 snd_via82xx,snd_pcm
snd_mpu401_uart         5824  1 snd_via82xx
snd_rawmidi            19168  1 snd_mpu401_uart
snd                    44900  8 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi
soundcore               7008  1 snd
nvidia               4079824  12 
vfat                   10432  2 
ntfs                   99888  1
Here's where you should find it:
Code:
bruce@silas:~$ dmesg | grep mouse
mice: PS/2 mouse device common for all mice
bruce@silas:~$ dmesg | grep Logitech
input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:10.0-1
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:10.0-1
What I've done is not plug in the PS/2 cable, but use just
the USB cable which works for kbd and mouse. This is a
Logitech Cordless Desktop LX 500 rig.
 
Old 12-31-2005, 05:17 AM   #3
nutronix
Member
 
Registered: Jan 2003
Location: montreal
Distribution: Debian Ubuntu & Slackware
Posts: 152
Blog Entries: 1

Rep: Reputation: 20
I had to edit /etc/X11/xorg.conf ....change /dev/mouse for /dev/input/mice and i also enabled a few modules in /etc/rc.d/rc.modules ...look up the usb field of the file although the necessary module might be already enabled in the kernel....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
usb mouse on slackware 10.1 kr5 Linux - Hardware 1 06-07-2005 01:52 PM
Anyone with a Laptop/Slackware 9.1 and a USB Mouse Wiggy Linux - Laptop and Netbook 17 06-07-2004 03:22 PM
slackware 9.1 USB mouse and other usb devices not working jimMC Linux - Hardware 11 01-24-2004 10:58 AM
USB Mouse in Slackware Iceman Cometh Linux - Hardware 9 01-08-2003 09:53 PM
Slackware 8.0 / X / USB mouse Deanodriver Linux - Software 3 03-04-2002 04:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:29 PM.

Contact Us - Advertising Info - Rules - Privacy - Donations - Contributing Member - LQ Sitemap - "Weather apps tell you it'll rain. Wyndo tells you when to go."
Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions