LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-23-2002, 01:47 PM   #16
jumed
LQ Newbie
 
Registered: Nov 2002
Distribution: Mandrake 9.0
Posts: 5

Rep: Reputation: 0

Hello Liquid Matrix,

This workaround is supposed to work under the Mandrake 9.0 linux distribution.

I can see that you are using the Slackware 8.1 that is maybe not organised in the same way than Mandrake (but I really don't know as I'm not an expert of this).

Maybe you could be more verbose to help those who can help you to analyse the problem... like :

Have you ever be able to use your wireless intellimouse explorer under linux ? (during the installation process for exemple, as it was the case for Mandrake 9.0)

Do you have some error messages in the log files ? (mainly in /var/log/messages on my box)

Is your mouse not working at all or does it have a strange behavior ?

What are the loaded modules ? (lsmod)

...

C U
 
Old 11-23-2002, 08:12 PM   #17
LiquidMatrix
LQ Newbie
 
Registered: Nov 2002
Distribution: Slackware 8.1
Posts: 7

Rep: Reputation: 0
Unhappy Hell My Friend

Well, during the installation the mouse didn't work at all. I choosed a kernel that said something about USB devices and when i upload Linux i see that the system recognizes my Wireless Microsoft Intelli Mouse. Then, i get into KDE but the mouse has the strange behaviour when i use protocol Intelli Mouse and when i use /dev/input/mouse0 or mice. When i change those to /dev/usbmouse or /dev/psaux the mouse doesn't work at all. It's dead. This is my first Linux installation and i am a newbie and i had to change my graphic card to get into Linux 'cause the Slackware needed some extra parameters to work with my old Viper II S3 Savage 2000. Now i have the GeForce 4 MX420 and it runs smoothly. Hope you can help me with the mouse problem. Thanx.
Nicolas.
 
Old 11-23-2002, 08:36 PM   #18
LiquidMatrix
LQ Newbie
 
Registered: Nov 2002
Distribution: Slackware 8.1
Posts: 7

Rep: Reputation: 0
Guys a friend of mine helped me. I just changed the Protocol. Now it is Protocol "ExplorerPS/2" and then is /dev/input/mouse0 and it works fine. Now i have to find where is the Modem and how to configure it. Thanx again. Bye BYe.
 
Old 11-24-2002, 08:46 AM   #19
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Rep: Reputation: 30
Hi,

I'm also having a problem with my mouse. It's an optical Logitech "MouseMan Wheel" mouse with two buttons and a wheel on top and a button on the side which I have set up in Windows as a single click button for "double-clicking". I don't mind so much that the side button doesn't work in Linux on my dual-boot box, (Windows/Mandrake 8.1) but I'd like to get the wheel working.

The author of the Lockergnome Penguin Shell newsletter, Tony Steidler-Dennison, recently published a fix for the mouse wheel problem which apparently a lot of people have. I tried the fix on my mouse but it didn't work. I'll post it here because it might work for some of you and maybe somebody could help me solve my problem.

Here's part of Tony's comment in Penguin Shell:

"It's one of the few remaining small frustrations of Linux. Very few distros handle wheel mice well. Inevitably, it takes an XF86Config hack to activate the mouse wheel."

Here's Tony's hack:

Edit the following section of the XF86Config file:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

To correct the problem, you'll need to add two letters to a critical line in the section.

Option "Protocol" "PS/2"

should read:

Option "Protocol" "IMPS/2"

Notice the addition of IM to the PS/2 protocol. This distinguishes the mouse as using the IntelliMouse protocol. Save the file, exit from the console, and restart X using Ctrl-Alt-Backspace. When you return to your desktop, you'll have a fully functional mouse wheel.
--------------------

As I said, I tried this and it didn't work for me.

Here is what my XF86Config mouse section looks like:

Section "Pointer"
Protocol "MouseManPlusIMPS/2"
Device "/dev/psaux"
ZAxisMapping 4 5

I also tried this with "IMPS/2" in the Protocol line and it
didn't work. It had no affect.

Originally, it was "MouseManPlusPS/2" and of course, that didn't work
either.

My left and right buttons seem to work fine.

Any suggestions would be appreciated.
 
Old 11-24-2002, 09:00 AM   #20
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Rep: Reputation: 30
Quote:
Originally posted by jetblackz
I guess your wheel isn't scrolling. If my guess is right, add this to the mouse section.

Option "Buttons" "7"
What does the "7" mean in this line? I'm wondering if this will fix my wheel problem in Mandrake 8.1.
 
Old 11-24-2002, 09:09 AM   #21
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
9nine9, if you just want your wheel to work use the protocol "IMPS/2", if you want your side button to work you'll need to use the protocol "ExplorerPS/2" and have a play around with the side buttons in x instructions at p-two.net
 
Old 11-24-2002, 10:05 AM   #22
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Rep: Reputation: 30
Quote:
Originally posted by Aussie
9nine9, if you just want your wheel to work use the protocol "IMPS/2"....have a play around with the side buttons in x instructions at p-two.net
I tried that and it still didn't work.

I changed

"MouseManPlusPS/2"

to

"IMPS/2"

and also

"MouseManPlusIMPS/2"

and neither setting worked.

I'll check out the link.

thanks
 
Old 11-24-2002, 06:53 PM   #23
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
How does you mouse connect to the computer?
 
Old 11-27-2002, 10:39 PM   #24
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Rep: Reputation: 30
I finally got my wheel working.

I changed "PS/2" to "IMPS/2" in both XF86Config and XF86Config-4

I wonder if somebody could tell me why both of these Config files are necessary.
 
Old 12-07-2002, 06:55 AM   #25
Kartain
LQ Newbie
 
Registered: Dec 2002
Location: France
Distribution: Mandrake 9.0
Posts: 2

Rep: Reputation: 0
i also have the same problem with mandrake 9 and my wireless intellimouse explorer.i am unable to make it work correctly. the pb i have is that i don't know the changes i have to do, how to do them and in which file (did you notice i'm a newbie ...? )
so please help me to manage with it
 
Old 12-07-2002, 07:57 AM   #26
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
XFree86-3.x.x and XFree86-4.x.x use a different file syntax, so distro's that ship both versions include two config files. XFree86-4.x.x uses XF86Config-4 if it's there and XFree86-3.x.x only uses XF86Config.
 
Old 12-31-2002, 02:31 PM   #27
spudmurf2k
LQ Newbie
 
Registered: Dec 2002
Posts: 2

Rep: Reputation: 0
Re: It works!!!

Quote:
Originally posted by jumed
I have found a workaround :

if you do this :

modprobe -r usbmouse
modprobe hid

then the mouse will work fine

To make it work, I have added the keyword "hid" at the end of the line in /etc/modules.conf where the usb drivers are loaded (uhci-usb or something like that I think).

If this doesn't work, I've also modify all the files containing "usbmouse" in /etc/*/* (grep -i usbmouse to find then all) : change usbmouse for hid in those files. I don't think this is necessary to make the mouse work but I haven't tried to boot without thoses modifications.

C u
julien
Sorry, but I am completely new to Linux.
I am using KDE, and can't navigate too well with the keyboard - obviously i can't use my mouse (Wireless MS IntelliMouse Explorer Optical)

Exactly how do you implement the fix you outlined in your post above? I have no previous knowledge of Linux.
 
Old 01-03-2003, 09:08 PM   #28
jumed
LQ Newbie
 
Registered: Nov 2002
Distribution: Mandrake 9.0
Posts: 5

Rep: Reputation: 0
Hi,

Well, first you will have to log in a console.
Under Linux you can switch from the XWindows screen to several console screens by using the CTRL-ALT-FX combination of keys (where X can vary from 1 to 12 as FX means the Function keys).

So you have to switch to console 1 : press CTRL-ALT-F1

Then enter "root" as the login (root is the super user : the administrator that as all power on the system).
and the password you entered during the installation process.

Ok, now you must have a shell prompt (something like root@localhost# )

Type :
modprobe -r usbmouse
modprobe hid

Go back to the XWindows display with the CTRL-ALT-F7 keys (F7 is traditionally used as the Windowed Display under linux)

Your mouse should work fine.

Open a text editor as root by clicking on the appropriate icon - it depends on your favorite Windows Manager that is usually KDE or Gnome under Mandrake (you need to have root priviledges to modify the configuration files).

Open the /etc/modules.conf file and had the hid key word at the end of the appropriate line (every line containing something that looks like uhci-usb)
save (need root priviledges BEFORE launching the text editor - you could logoff your curent unpriviledge user and logon as root to do it simply) and quit.

After a reboot, the mouse should be OK.

Hope this help you.

Bye
julien
 
Old 01-24-2003, 03:21 PM   #29
Hazard666
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Rep: Reputation: 0
jumed, I am also new to Mandrake 9 and have an Intellmouse Explorer optical wireless, and have followed the directions in your last post but after I type modprobe -r usbmouse into the console, the computer freezes up, neither my keyboard or mouse will respond(both which are usb), i have also tried typing modprobe -r usbmouse and modprobe hid in the same line and nothing happens, what am I doing wrong?
Edit: after manual retart everything is working thank you very much!!

Last edited by Hazard666; 01-24-2003 at 03:58 PM.
 
Old 02-12-2003, 06:42 PM   #30
ParaGone
LQ Newbie
 
Registered: Feb 2003
Posts: 1

Rep: Reputation: 0
Madrake 9.0 and wireless explorer mouse

I have the wireless mouse in question. And tried it in mandrake first.
I had the same prob, so I checked the mandrake site and followed the instructions:

add 'hid' into file /etc/modules

rebooted and the mouse worked fine.

mandrake 9.0 does not load the "hid" (Human Interface Device) module unless specified in the modules file. Just add "hid" to the bottom of the file, on its own line.

cheers
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Microsoft Intelli Explorer Mouse in SuSE 9.2 bingerthedog SUSE / openSUSE 1 12-10-2004 02:15 AM
Microsoft Intelli Mouse PS/2 - USB nodumping14 Linux - Hardware 10 12-01-2003 10:10 PM
Intelli Mouse Explorer with 5 Buttons cherup Linux - Newbie 4 04-07-2003 06:21 AM
microsoft intelli-mouse ronss Linux - Hardware 2 10-17-2002 03:31 AM
intelli mouse w/5 buttons bbenz3 Linux - General 3 03-11-2002 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:40 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