Results 1 to 10 of 10
I'm a newbie Linux user ...
I have a Compaq Presario SR1990AN. As you know when you buy a Compaq you get all the Compaq's peripherals. Therefore, I have a ...
- 06-05-2007 #1
Pls Help ...
I'm a newbie Linux user ...
I have a Compaq Presario SR1990AN. As you know when you buy a Compaq you get all the Compaq's peripherals. Therefore, I have a Compaq mouse and the scroll wheel doesn't work in my Suse 10.2. Works fine in Windows (that is only because of the drivers provided ...
). I've searched for Linux drivers .. no luck though. Any ideas how to get the mouse's scroll wheel to work?
I've tried to modify the XF86Config but with no luck so far ...
- 06-05-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Can you post the mouse section of your xorg.conf? It's usually just a case of adding
Code:Option "ZAxisMapping" "4 5"
- 06-05-2007 #3Just Joined!
- Join Date
- Nov 2005
- Location
- Stone Mountain, Georgia USA
- Posts
- 11
I would also have a look at the YaST hardware section.
- 06-07-2007 #4
Here is the mouse section from XF86Config:
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Name" "PS/2"
Option "Protocol" "PS/2"
Option "Vendor" "PS/2-Mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Sorry, but I don't understand what you mean by that. I couldn't find any section related to Yast ...
- 06-08-2007 #5
I forgot to mention and maybe it's important for you to have a resolution to this: my system is a 64bit system (with an AMD Athlon 64 X2 Dual Core Processor 4200+).
- 06-08-2007 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I think it was meant that you should launch YaST, the SUSE setup tool. There is a section for hardware and I think a keyboard/mouse section there too. You may also try changing the ZAxismapping tfrom '4 5' to '6 7' and restarting the X server (or rebooting if you're not sure how to).
- 06-08-2007 #7
Aaaa, ok.
Using Yast to setup the mouse has been the first thing I've done. It didn't work so I started to modify the XF86Config file. Nothing worked.
I changed the ZAxisMapping to "6 7" .... still not working
Something else I can try?
- 06-08-2007 #8Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Try changing the mouse protocol. You can do this directly in the xorg.conf file if you like -
in place ofCode:Option "Name" "ImPS/2 Generic Wheel Mouse" Option "Protocol" "explorerps/2"The Compaq mouse should just be a Microsoft Intellimouse so I hope that works out for you.Code:Option "Name" "PS/2" Option "Protocol" "PS/2"
- 06-09-2007 #9
Unfortunately it's still not working.
Anyway, it seems that also USB ports are not working (I tried to install my HP printer and it doesn't work; the USB external enclosure doesn't work ...). Anything connected through USB is not working. I've googled and discovered that there are a lot of people having USB problems with HP computers (Compaq or HP - same thing).
So. now I'm focusing in solving the USB issue first. Can this be a possible cause of my PS2 mouse issue? Some conflicts ... IRQ conflicts?
- 06-16-2007 #10
Finally, my scroll wheel is working.

But I've reinstalled my system (why I did that have a look at my thread "How to upgrade Kernel?"). After installation the mouse was working properly.
My xorg.conf is looking like that:
I've tried these settings before reinstalling my system with no luck, so I'm a little bit confused (I think this was due my prev. installation, because I couldn't use the normal installation option so I've used the safe installation option; now, I've used the "ACPI disabled" option). But the most important thing is that everything is working fine now.Code:Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "Name" "ImPS/2 Generic Wheel Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection


Reply With Quote
