Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel 2.6 -> mouse wheel doesn't work any more [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
crashedworld
n00b
n00b


Joined: 11 Mar 2004
Posts: 53

PostPosted: Sun Jan 23, 2005 7:37 pm    Post subject: Kernel 2.6 -> mouse wheel doesn't work any more [solved] Reply with quote

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
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Sun Jan 23, 2005 8:42 pm    Post subject: Reply with quote

Have you read this thread and modified where necessary: https://forums.gentoo.org/viewtopic.php?t=21251 ?
Back to top
View user's profile Send private message
hardcore
l33t
l33t


Joined: 01 Nov 2003
Posts: 626
Location: MSU, MI

PostPosted: Sun Jan 23, 2005 8:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
crashedworld
n00b
n00b


Joined: 11 Mar 2004
Posts: 53

PostPosted: Sun Jan 23, 2005 9:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
crashedworld
n00b
n00b


Joined: 11 Mar 2004
Posts: 53

PostPosted: Sun Jan 23, 2005 10:46 pm    Post subject: Reply with quote

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
View user's profile Send private message
einstein1981
Guru
Guru


Joined: 10 Mar 2004
Posts: 395
Location: Venezuela , Caracas

PostPosted: Mon Jan 24, 2005 3:14 am    Post subject: Reply with quote

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
View user's profile Send private message
Arainach
l33t
l33t


Joined: 08 Jul 2004
Posts: 609

PostPosted: Mon Jan 24, 2005 3:33 am    Post subject: Reply with quote

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
View user's profile Send private message
einstein1981
Guru
Guru


Joined: 10 Mar 2004
Posts: 395
Location: Venezuela , Caracas

PostPosted: Mon Jan 24, 2005 3:35 am    Post subject: Reply with quote

it's already in there but it doesn' t seem to work
_________________
thesis.
Back to top
View user's profile Send private message
Arainach
l33t
l33t


Joined: 08 Jul 2004
Posts: 609

PostPosted: Mon Jan 24, 2005 4:21 am    Post subject: Reply with quote

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
View user's profile Send private message
einstein1981
Guru
Guru


Joined: 10 Mar 2004
Posts: 395
Location: Venezuela , Caracas

PostPosted: Mon Jan 24, 2005 4:27 am    Post subject: Reply with quote

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
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Mon Jan 24, 2005 5:08 am    Post subject: Reply with quote

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 :P.). If not, check your USB.
Back to top
View user's profile Send private message
einstein1981
Guru
Guru


Joined: 10 Mar 2004
Posts: 395
Location: Venezuela , Caracas

PostPosted: Mon Jan 24, 2005 5:16 am    Post subject: Reply with quote

: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
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Mon Jan 24, 2005 5:30 am    Post subject: Reply with quote

einstein1981 wrote:

what DOESN'T work is the mouse wheel...


Go to this thread then: https://forums.gentoo.org/viewtopic.php?t=21251
Back to top
View user's profile Send private message
Arainach
l33t
l33t


Joined: 08 Jul 2004
Posts: 609

PostPosted: Mon Jan 24, 2005 1:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
einstein1981
Guru
Guru


Joined: 10 Mar 2004
Posts: 395
Location: Venezuela , Caracas

PostPosted: Tue Jan 25, 2005 1:04 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum