View previous topic :: View next topic |
Author |
Message |
crashedworld n00b
Joined: 11 Mar 2004 Posts: 53
|
Posted: Sun Jan 23, 2005 7:37 pm Post subject: Kernel 2.6 -> mouse wheel doesn't work any more [solved] |
|
|
Hi!
I've recently switched to kernel 2.6. I've changed nothing else on my system configuration. My Problem is now, that with kernel 2.6 my mouse wheel doesn't work any more (under 2.4 it worked fine). Also I've got a new Keyboard (Cherry CyMotion Master Linux) with additional keys which don't work either.
Both (Keyboard and mouse) are conntected via USB.
thx for any help.
Last edited by crashedworld on Sun Jan 23, 2005 10:45 pm; edited 1 time in total |
|
Back to top |
|
|
yaneurabeya Veteran
Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
|
Back to top |
|
|
hardcore l33t
Joined: 01 Nov 2003 Posts: 626 Location: MSU, MI
|
Posted: Sun Jan 23, 2005 8:50 pm Post subject: |
|
|
Did you happen to emerge -uD world lately, followed by an etc-update?? The reason I ask is because an new x.org was introduced into portage, and the emerge touched /etc/X11/xorg.config _________________ Nothing can stop me now, cuz I just don't care. |
|
Back to top |
|
|
crashedworld n00b
Joined: 11 Mar 2004 Posts: 53
|
Posted: Sun Jan 23, 2005 9:06 pm Post subject: |
|
|
the problem is kernel specific. that's for sure.
I've tried the following:
Code: | cat /dev/input/mice |
All mouse actions are shown. Even the navigation buttons are sending signals. The only thing that doesn't do anything is the mouse wheel. |
|
Back to top |
|
|
crashedworld n00b
Joined: 11 Mar 2004 Posts: 53
|
Posted: Sun Jan 23, 2005 10:46 pm Post subject: |
|
|
the problem was simple:
I've only activated the support for USB EHCI.
But there was also need for USB UHCI.
EDIT:
thx for your help, guys |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Mon Jan 24, 2005 3:14 am Post subject: |
|
|
I'm sorry, for this question, but I' ve never been able to get mouse wheel to work, where should I activate those supports?
thanks _________________ thesis. |
|
Back to top |
|
|
Arainach l33t
Joined: 08 Jul 2004 Posts: 609
|
Posted: Mon Jan 24, 2005 3:33 am Post subject: |
|
|
In xorg.conf's Mouse section, you'll need to add the line:
Code: | Option ZAxisMapping "4 5" |
_________________ Gentoo: Stage3 w/ NPTL & udev, gcc 3.4.4 full rebuild
Kernel: 2.6.15-gentoo-r1 w/ 1G-Lowmem Patch
System: Athlon XP 2.2Ghz/1GB Corsair Value/160GB, 250GB WD IDE/128MB GeForce 6800/Sony 17" Trinitron G200 @ 1280x1024x75Hz |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Mon Jan 24, 2005 3:35 am Post subject: |
|
|
it's already in there but it doesn' t seem to work _________________ thesis. |
|
Back to top |
|
|
Arainach l33t
Joined: 08 Jul 2004 Posts: 609
|
Posted: Mon Jan 24, 2005 4:21 am Post subject: |
|
|
Is your number of buttons set to 5? _________________ Gentoo: Stage3 w/ NPTL & udev, gcc 3.4.4 full rebuild
Kernel: 2.6.15-gentoo-r1 w/ 1G-Lowmem Patch
System: Athlon XP 2.2Ghz/1GB Corsair Value/160GB, 250GB WD IDE/128MB GeForce 6800/Sony 17" Trinitron G200 @ 1280x1024x75Hz |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Mon Jan 24, 2005 4:27 am Post subject: |
|
|
this is the whole xorg.conf.
the mouse is a microsoft intelimouse explorer 4.0, usb
also, I don't know for sure which file xorg is using, because I seem to remember that on the last nvidia error, the error said that there was a problem with the xorg conf file in /xorg.conf... which is odd since I thought xorg used the file that was in /etc/X11/
so this is the file in /etc/X11
Code: | Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "dell101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor"
HorizSync 43-85
VertRefresh 40-60
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "geforce5200"
Driver "nvidia"
VideoRam 32768
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "geforce5200"
Monitor "monitor"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1400x1050" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
thanks _________________ thesis. |
|
Back to top |
|
|
yaneurabeya Veteran
Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
Posted: Mon Jan 24, 2005 5:08 am Post subject: |
|
|
einstein1981 wrote: | this is the whole xorg.conf.
the mouse is a microsoft intelimouse explorer 4.0, usb
also, I don't know for sure which file xorg is using, because I seem to remember that on the last nvidia error, the error said that there was a problem with the xorg conf file in /xorg.conf... which is odd since I thought xorg used the file that was in /etc/X11/
so this is the file in /etc/X11
|
I have no idea what setup you have, but it should be-without a doubt-in /etc/X11/.
Anyhow, good rule of thumb to know when you have some problems with your mouse dealing with the kernel: if the mouse lights, it's on (meant to be said like "If the shoe fits, wear it" type of an idiom, but oh well. Rhythm's a bit off .). If not, check your USB. |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Mon Jan 24, 2005 5:16 am Post subject: |
|
|
:S:S:S
the mouse works.. perfectly... only... basic mouse operations... up down left right ( any combination of those also works),
what DOESN'T work is the mouse wheel... _________________ thesis. |
|
Back to top |
|
|
yaneurabeya Veteran
Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
|
Back to top |
|
|
Arainach l33t
Joined: 08 Jul 2004 Posts: 609
|
Posted: Mon Jan 24, 2005 1:19 pm Post subject: |
|
|
his is the whole xorg.conf.
the mouse is a microsoft intelimouse explorer 4.0, usb
also, I don't know for sure which file xorg is using, because I seem to remember that on the last nvidia error, the error said that there was a problem with the xorg conf file in /xorg.conf... which is odd since I thought xorg used the file that was in /etc/X11/
so this is the file in /etc/X11
You have an EXPLORER... That's why. Why didn't you say so in the first place? Use the instructions in the thread linked to to get it working; that's what I do for mine (Intellimouse Explorer 3.0 USB) _________________ Gentoo: Stage3 w/ NPTL & udev, gcc 3.4.4 full rebuild
Kernel: 2.6.15-gentoo-r1 w/ 1G-Lowmem Patch
System: Athlon XP 2.2Ghz/1GB Corsair Value/160GB, 250GB WD IDE/128MB GeForce 6800/Sony 17" Trinitron G200 @ 1280x1024x75Hz |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Tue Jan 25, 2005 1:04 am Post subject: |
|
|
forgot to post back:
thanks for the link, was very usefull all 7 buttons and mouse wheel work!!
thanks again you guys _________________ thesis. |
|
Back to top |
|
|
|