LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 03-02-2005, 11:39 AM   #1
Panthroman
LQ Newbie
 
Registered: Feb 2005
Posts: 12

Rep: Reputation: 0
scroll wheel unrecognized


Hello all,

I just cast off the sometimes convenient and sometimes terribly frustrating shackles of Windows, and am brand new to Linux. My buddy installed Debian (Kernel 2.4.27-1-386) on my computer, and I run all my jazz from XWindows. I tried to plug in my trackball mouse (Logitech TrackMan Wheel) to the PS/2 port where my old mouse was. The pointer works fine, as do buttons 1, 2, and 3 (3 being scroll wheel depression). I looked around the forums and found lots of information that seemed to scream:

change your XF86Config file to read:

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"

Which I did (that's copied straight from my XF86Config file). And yet, "buttons" 4 and 5 do bubkis. As far as I can tell, absolutely zilch.

I got some suggestions to change "IMPS/2" to "ImPS/2," and to change device to "/dev/psaux" and to ensure I truly have 5 buttons (left, right, the swheel depression, swheel up, and swheel down). I've tried it all, but to no avail.

Is it possible the hardware just doesn't jive with the system? It's a Logitech TrackMan Wheel, with an optical sensor, and it connects to the computer via an included USB to PS/2 adapter. I know I could screw the PS/2 route and try to hook it up as USB, but I use my USB port with some frequency and would rather not plug it up with a mousey.

I appreciate the help!

best,
Jake
 
Old 03-02-2005, 12:56 PM   #2
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
IMPS/2 is the spelling that works for me.

Try commenting out "Buttons" "5" and see if that helps. The line no longer exists in my file, though it used to.

I have a Logitech wireless MOUSE--not a trackball. If I understand correctly, you're using a trackball device (stationary, move the ball with your index finger, right?). Thus you have more than up/down, you have all directions available from the ball device. I wonder if that requires a different setup. I don't have one to experiment with--gave mine away...

Re: USB--I doubt that moving to USB would solve this problem anyway. However, you might eventually want to buy an inexpensive USB hub so you'll have 4 or more ports available--my USB performance on everything improved after I put a hub on my computer. (And I do use USB with the mouse now.)
 
Old 03-02-2005, 08:45 PM   #3
Panthroman
LQ Newbie
 
Registered: Feb 2005
Posts: 12

Original Poster
Rep: Reputation: 0
I've tried optioning out the button #, but it didn't help. And the trackball does not have a slew of associated buttons; it's just like any other mouse, but the ball (on the underside of yours) is on top of mine. Any other suggestions?

I appreciate the help!

Jake
 
Old 03-02-2005, 09:21 PM   #4
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally posted by Panthroman
I've tried optioning out the button #, but it didn't help. And the trackball does not have a slew of associated buttons; it's just like any other mouse, but the ball (on the underside of yours) is on top of mine. Any other suggestions?

I appreciate the help!

Jake
Actually, my mouse doesn't have a ball at all--it's optical (uses high-intensity red light beam instead of a ball). The one before that was, too, only it was corded and this one is cordless.

If I hadn't given my MouseMan trackball away, I'd plug it in and test it, but it's inaccessible right now.

Have you gone into the Mandrake Control Center and checked "Mouse" and seen what kind yours is currently defined as? Mine says "Any USB/PS2 mouse." That works for me.

Under "PS/2"however there's a "Logitech MouseMan+" listing you might try.

Here's the mouse section of my XF86Config file (which is same as xorg.conf, which for who-knows-what-reason is symbolically linked to it in MandrakeLinux):

Code:
Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
As you can see, it's like yours....

If I think of anything or come across anything that might help, I'll post it.

Sorry not to be able to solve this so far.
 
Old 03-03-2005, 01:39 AM   #5
Panthroman
LQ Newbie
 
Registered: Feb 2005
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for the attention, Jon.

You mention going into the Mandrake Control Center thingy... Is there a version of this for Debian? I'd like to check it out.

Thanks again,
Jake
 
Old 03-03-2005, 08:16 AM   #6
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally posted by Panthroman
Thanks for the attention, Jon.

You mention going into the Mandrake Control Center thingy... Is there a version of this for Debian? I'd like to check it out.

Thanks again,
Jake
I don't know why I was thinking you were a fellow Mandrake user--I see now your post was about a Debian installation. Sorry...

There is a similar function in SOME Debian-based distros, yes. For example Libranet has a pretty thorough-going GUI allowing changing system parameters relatively painlessly. And as I recall SimplyMepis has something like that (could be wrong--it's been a while...). And I imagine others do, too, since one reason people have made Debian-based distros has been to simplify Debian installation and maintenance for those who aren't as technically inclined (and/or don't have as much time!) as hard-core Debian aficionados.

If KDE is available, there's a wealth of tweaking function available from its myriad of menus. I personally don't like to use KDE but I do think it's a useful, feature-rich environment. Maybe you could work with the trackball from KDE and get it fixed... It would definitely be worth a try and only take a few minutes, if KDE is already installed on the system.

I did Google searching for your problem and was surprised how little I came up with.
 
Old 01-19-2008, 08:58 PM   #7
cdavison71
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Rep: Reputation: 0
Thanks

Well, once again an old thread here has helped me greatly. I had a mouse wheel not working on Xubuntu 7.10. I read this post, commented out the "Emulate3Buttons" line and changed the protocol to "IMPS/2". Now I'm scrolling away again.

I do appreciate this forum!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Scroll wheel mdkusr Slackware 5 12-22-2005 11:40 PM
scroll wheel unrecognized on Debian 2.4.27-1-386 Panthroman Linux - Hardware 5 02-27-2005 07:23 PM
Scroll wheel in Slack 10 Kellen Linux - Newbie 7 12-05-2004 11:45 PM
4d wheel mouse - scroll wheel no worky CamelofCamelot Linux - Hardware 1 10-28-2004 08:33 PM
scroll wheel thebutler4 Linux - Newbie 4 05-24-2004 04:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration