LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Logitech Wheel Mouse (https://www.linuxquestions.org/questions/linux-newbie-8/logitech-wheel-mouse-49017/)

KeithKessler 03-09-2003 06:49 PM

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

yngwin 03-09-2003 06:55 PM

Try removing the option-lines Emulate3Buttons and Buttons. I don't have those lines and my Logitech Wheel mouse works fine!

KeithKessler 03-09-2003 07:14 PM

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?

Aussie 03-09-2003 07:46 PM

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.

KeithKessler 03-09-2003 07:54 PM

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

Aussie 03-09-2003 08:10 PM

What does "ls -l /dev/mouse" show? and do you have gpm running?

KeithKessler 03-09-2003 08:20 PM

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...

Aussie 03-09-2003 08:33 PM

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?

KeithKessler 03-09-2003 08:37 PM

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

Aussie 03-09-2003 08:44 PM

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

KeithKessler 03-09-2003 09:03 PM

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

Aussie 03-09-2003 09:11 PM

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.

KeithKessler 03-09-2003 09:13 PM

The lsmod output.... Doesn't look promising :(

Module Size Used by Not tainted
soundcore 3236 0 (autoclean)
ide-scsi 7456 0
eepro100 17264 1

Aussie 03-09-2003 09:41 PM

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.

rmartine 03-09-2003 10:05 PM

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 06:57 AM.