LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles 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-12-2010, 08:09 PM   #1
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Rep: Reputation: 3
Question USB mouse doesn't work


Slackware 12.x, xorg.conf, fvwm95, generic 3-button scrollmice, both known to be working. USB ports work for various other USB devices -- card readers, portable drives, etc.

I can't get behind my machine to disconnect my ps2 mouse (long story -- ps2 mouse was removed once, but USB mouse still didn't work), but I'd like to add a (wireless, if possible, but not necessary) USB mouse. I've been reading and following suggestions in appropriate groups/forums (including this one) for maybe 5 hours now, but I can't get the USB mouse to actually work, although the ps2 mouse continues to work fine. Mouseconfig does absolutely nothing -- literally.

I would be satisfied if I could use a USB mouse only, as long as I can leave the ps2 mouse connected but disabled in some magical way.

I've run out of ideas, maybe I can use yours!

Here are what I believe to be the relevant sections of my xorg.conf and other possibly useful stuff:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

bb:/etc/X11>lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 047d:102c Kensington Iridio ;which is correct

cat /dev/input/mice (and dev/input/mouse0) yield the appropriate garbage when I move my ps2 mouse, but nothing at all when I move the usb mouse. All other mouse-type entries yield a 'No such device' message. /dev/mouse is a symlink to /dev/input/mice.

lshw yields:
*-usb UNCLAIMED
description: Mouse
product: Iridio
vendor: Kensington
physical id: 2
bus info: usb@2:2
version: 1.20
capabilities: usb-2.00
configuration: maxpower=100mA speed=1.5MB/s

Thanks,
Bev
 
Old 12-12-2010, 08:29 PM   #2
ubyt3m3
Member
 
Registered: Apr 2008
Distribution: Slackware64 13.37, Solaris 10, RHEL5/6
Posts: 92

Rep: Reputation: 19
Code:
Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
This is mine. You can try adding Protocol option and change the Device option to /dev/psaux and see if that works...

-gibb
 
Old 12-12-2010, 09:25 PM   #3
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Original Poster
Rep: Reputation: 3
Wow, thanks, that was fast!

I replaced mine with yours. No change. PS2 works fine, USB invisible except to lsusb and lshw.

If it doesn't seem to work after saving the file I just click 'restart fvwm95'. If that doesn't work, I exit completely from x and restart. If that doesn't work, I reboot. At what point SHOULD changes take effect?
 
Old 12-12-2010, 11:22 PM   #4
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by ubyt3m3 View Post
Code:
Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
This is mine. You can try adding Protocol option and change the Device option to /dev/psaux and see if that works...

-gibb
(raises eyebrows)

You have a usb mouse bound to /dev/psaux?
 
Old 12-13-2010, 12:05 AM   #5
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Original Poster
Rep: Reputation: 3
Angry

Quote:
Originally Posted by Richard Cranium View Post
(raises eyebrows)

You have a usb mouse bound to /dev/psaux?
He does, not me. No difference between results of mine and his.

I tried booting with Knoppix. USB mouse didn't even light up.
 
Old 12-13-2010, 12:31 AM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Is it possible, have you tried, disabling the PS2 mouse in the BIOS?
 
Old 12-13-2010, 03:08 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Try using the 'evdev' driver, I don't remember how to add this to xorg.conf, but I think this old post may work (since you are running 12.0):
http://www.linuxquestions.org/questi...6/#post2768906
Also the link on there is wrong (old gentoo wiki went down, but is still here):
http://www.gentoo-wiki.info/HOWTO_Advanced_Mouse
 
Old 12-13-2010, 07:10 AM   #8
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by The Real Bev View Post
He does, not me.
Actually, I rather doubt that he does. My reply to him was to find out.
 
Old 12-13-2010, 08:37 PM   #9
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Original Poster
Rep: Reputation: 3
Other problems with the machine have arisen, and this one has dropped WAY down in priority. Tried booting with Knoppix 5.0, and it didn't see the USB mouse either.

Apparently the BIOS (ASUS P5W DH Deluxe motherboard, BIOS #1901) won't talk to any kernel newer than 2.6.24, so updating that (later) might also result in USB mouse recognition.

I wonder if mice fly as well as pigs...
 
  


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
Mouse won't work with USB 2.0 on Beckerjr Mandriva 0 05-25-2005 01:24 PM
USB Mouse work ... almost.. phoenix99 Linux - Hardware 1 11-29-2004 01:59 PM
USB thumb drive works great, but I still can't get my USB mouse to work. blk96gt Slackware 8 06-22-2004 01:52 AM
getting USB mouse to work avoidmoney Linux - Newbie 10 11-02-2003 12:45 PM
PS/2 mouse did not work after temp removal of USB mouse edwardp Linux - Hardware 1 09-06-2003 04:57 PM

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

All times are GMT -5. The time now is 09:47 AM.

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
Open Source Consulting | Domain Registration