Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-09-2003, 06:49 PM
|
#1
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Rep:
|
Logitech Wheel Mouse
Hello Everyone,
I know there has been extensive posting on this topic and I've read them all (or at least I think I have) but still haven't been able to solve my problem.
I have a Logitech Wheel Mouse connected through USB everything is working fine with the exception of the scroll wheel. Scrolling the wheel up and down does nothing however, dpresssing it on hyperlinks activates the link (the same as a left click would). I've pasted the mouse portion of my XF86Config below.
Thanks for your help!
--Keith
---------------------------------------------
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
|
|
|
03-09-2003, 06:55 PM
|
#2
|
Member
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359
Rep:
|
Try removing the option-lines Emulate3Buttons and Buttons. I don't have those lines and my Logitech Wheel mouse works fine!
|
|
|
03-09-2003, 07:14 PM
|
#3
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Original Poster
Rep:
|
Thanks for the reply, I just gave that a shot and still no luck.
Clicking on a link with the scroll wheel open it up in a new broswer window or tab - just a a 3rd button should but still no scroll.
Are all the X applications configured so that they "understand" the input from the scroll wheel - is there anything I need to do?
|
|
|
03-09-2003, 07:46 PM
|
#4
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
The Option "Device" "/dev/mouse" would be worth looking into, /dev/mouse is a sym link to the real device and changing the entry sometimes fixes problems like this, try /dev/input/mice.
|
|
|
03-09-2003, 07:54 PM
|
#5
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Original Poster
Rep:
|
well I tried /dev/input/mice and X returned a no such device error.
I also tried /dev/psaux - X started but still no scroll
Thanks,
--Keith
|
|
|
03-09-2003, 08:10 PM
|
#6
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
What does "ls -l /dev/mouse" show? and do you have gpm running?
|
|
|
03-09-2003, 08:20 PM
|
#7
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Original Poster
Rep:
|
lrwxrwxrwx 1 root root 5 Mar 9 00:57 /dev/mouse -> psaux
I rem'ed out my rc.gpm file so I don't think it should start - it now looks like this:
#if [ "$1" = "stop" ]; then
# echo "Stopping gpm..."
# gpm -k
#else # assume $1 = start:
# echo "Starting gpm..."
# gpm -m /dev/mouse -t ps2
#fi
I did try installing imwheel but I didn't seem to do any good either...
|
|
|
03-09-2003, 08:33 PM
|
#8
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Well, your /dev/mouse is linked to /dev/psaux and psaux is the device file for a ps/2 mouse. Are you using a USB to PS/2 converter?
|
|
|
03-09-2003, 08:37 PM
|
#9
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Original Poster
Rep:
|
Nope, the mouse is plugged directly into one of the USB ports.
When I did the inital install I had a PS/2 mouse (no scroll wheel) plugged into the PS/2 port but I could never get it to work so I plugged in one of my USB Mice and vola it worked (except the scroll)
I''m running Slack 8.1 - I just installed yesterday - I've always run RH in the past. Slack has presented lots of "interesting" challanges!
Thanks!
--Keith
|
|
|
03-09-2003, 08:44 PM
|
#10
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Ok, you should try following the mouse instructions at http://www.linux-usb.org/USB-guide/x194.html to change from a ps/2 set up to usb, and to stop gpm from starting you just need to chmod 600 /etc/rc.d/rc.gpm
|
|
|
03-09-2003, 09:03 PM
|
#11
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Original Poster
Rep:
|
Okay, I think you're on to someting there but I must have something kind of screwy in my kernel. When I go to /proc/bus there is no usb just pci! I assume that meand I have to recompile?
Thanks,
Keith
|
|
|
03-09-2003, 09:11 PM
|
#12
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Maybe not, do any usb modules show up in the output of "lsmod"? You might just need to load them with the "modprobe" command, the USB-Guide has all the details, start from chapter one and follow the examples.
|
|
|
03-09-2003, 09:13 PM
|
#13
|
Member
Registered: Dec 2001
Location: Stow, OH
Distribution: Slackware 10
Posts: 73
Original Poster
Rep:
|
The lsmod output.... Doesn't look promising
Module Size Used by Not tainted
soundcore 3236 0 (autoclean)
ide-scsi 7456 0
eepro100 17264 1
|
|
|
03-09-2003, 09:41 PM
|
#14
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Not to worry, it's a simple matter of loading the correct modules. The command "lspci -vv" will tell you what type of usb controller you have on the motherboard (either ohci or uhci), then you just need to modbrobe the modules and edit /etc/rc.d/rc.modules to have them load at boot, all the details are in the USB-Guide.
|
|
|
03-09-2003, 10:05 PM
|
#15
|
Member
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618
Rep:
|
I have a question.. Are you using a white logitech wheelmouse or a blue logitech wheelmouse? The white ones are OEM mice and from what I've read about them they don't work in Linux very well.
Try running the old mouseconfig program and start chosing mice from the list. Somewhere in that list you should see your mouse. That's how I get them work at school.
Good Luck
|
|
|
All times are GMT -5. The time now is 04:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|