| Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
|
12-30-2003, 04:06 PM
|
#1
|
|
LQ Newbie
Registered: Dec 2003
Location: Michigan
Distribution: FC4/Slackware
Posts: 17
Rep:
|
Optical USB mouse
I can't for the life of me get my Optical mouse to work on my laptop. My scroll wheel lights up but the mouse dosen't do anything. My touchpad still works though. When i try to configure XF86 it tells me that it is unable to backup the file so it won't let me save it. Please someone help.
|
|
|
|
12-30-2003, 07:14 PM
|
#2
|
|
Member
Registered: Aug 2003
Location: Ohio
Posts: 173
Rep:
|
Are you running xf86config as root?
|
|
|
|
12-31-2003, 10:15 PM
|
#3
|
|
Member
Registered: Jul 2003
Location: Plano TX (north of Dallas)
Distribution: Kubuntu
Posts: 165
Rep:
|
I have an IBM optical wheel mouse, I had to plug it into the usb port, had problems with mouse port, but I select the "wheel" option under "usb" works fine, I even changed the config file and got the side button working, when I click on a link with the side button it opens a new tab in mozilla.
|
|
|
|
01-01-2004, 12:21 AM
|
#4
|
|
Member
Registered: Nov 2003
Location: Jacksonville, FL
Distribution: Slackware & Arch
Posts: 825
Rep:
|
brew1brew:
How did you edit the config file for the side buttons? That would be nice to know how to do.
|
|
|
|
01-01-2004, 02:46 AM
|
#5
|
|
Member
Registered: Aug 2003
Location: Ohio, USA
Distribution: Kubuntu
Posts: 60
Rep:
|
|
|
|
|
01-01-2004, 09:45 AM
|
#6
|
|
Member
Registered: Jul 2003
Location: Plano TX (north of Dallas)
Distribution: Kubuntu
Posts: 165
Rep:
|
like he said
|
|
|
|
01-01-2004, 03:23 PM
|
#7
|
|
LQ Newbie
Registered: Jan 2004
Posts: 17
Rep:
|
A PS2 adapter might help as well, thats what I use, although it worked both with and without it.
|
|
|
|
01-02-2004, 08:12 AM
|
#8
|
|
LQ Newbie
Registered: Dec 2003
Location: Michigan
Distribution: FC4/Slackware
Posts: 17
Original Poster
Rep:
|
Sorry, I changed the config file finally but the mouse is still not responding. I don't need the synaptics driver. The touch pad works fine. I too have an IBM Optical mouse. Sometimes the laser comes on sometimes it doesn't but even when it come on it is still unresponsive. Any other suggestions, I'm not giving up on this mouse.
|
|
|
|
01-02-2004, 05:07 PM
|
#9
|
|
Member
Registered: Jul 2003
Location: Plano TX (north of Dallas)
Distribution: Kubuntu
Posts: 165
Rep:
|
OK, since your touch pad still works, go to mandrake control center click on hardware and select MouseDrake I think, then select wheel mouse under usb. If it's the same one I have the scroll wheel lights up blue. It works great for me, but I do use it on a docking station.
|
|
|
|
01-03-2004, 05:25 AM
|
#10
|
|
LQ Newbie
Registered: Dec 2003
Location: Michigan
Distribution: FC4/Slackware
Posts: 17
Original Poster
Rep:
|
Yeah, I've tried that already, once I reboot the touchpad no longer works and niether does the mouse. Thank you for you help. I have a hard time with this mouse under windoz as well. Maybe I should try a different mouse but I really like this one.
|
|
|
|
01-04-2004, 12:40 PM
|
#11
|
|
Member
Registered: Jul 2003
Location: Plano TX (north of Dallas)
Distribution: Kubuntu
Posts: 165
Rep:
|
I havn't tried using both at the same time with this mouse, like I said my IBM mouse is on my docking station at work. You might try booting without the mouse connected, then connect it after you boot. Also look at the link posted above, your XF86config-4 file, the input device area should look like the one posted, you should have two input devices configured. If not, boot without the mouse, copy the config for your touch pad when it's working, then configure the mouse, and check it again, copy it. then manualy enter the config for both devices, save and reboot and try it. I don't think the mandrake config utility will config more than one device.
|
|
|
|
01-04-2004, 12:57 PM
|
#12
|
|
Member
Registered: Aug 2003
Location: Ohio, USA
Distribution: Kubuntu
Posts: 60
Rep:
|
You may want to post your XF86Config-4 File so we can see it.
|
|
|
|
01-05-2004, 04:29 PM
|
#13
|
|
LQ Newbie
Registered: Dec 2003
Location: Michigan
Distribution: FC4/Slackware
Posts: 17
Original Poster
Rep:
|
OK, here it is.
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Then at the Bottom
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse0" "Corepointer"
InputDevice "Mouse1" "SendCoreEvents"
EndSection
Also, this is what the Konsole says when i do mouseconfig
/lib/modules/2.4.22-10mdk/kernel/drivers/usb/host/ehci-hcd.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.22-10mdk/kernel/drivers/usb/host/ehci-hcd.o.gz failed
modprobe: Can't locate module
no mouse section at /usr/lib/libDrakX/Xconfig/xfree3.pm line 27.
I don't understand why it can't locate the module?
|
|
|
|
01-06-2004, 05:15 AM
|
#14
|
|
Member
Registered: Jul 2003
Location: Plano TX (north of Dallas)
Distribution: Kubuntu
Posts: 165
Rep:
|
ok, your issue is actualy a USB issue not a mouse config issue. I found the answer on the mandrake club web site here .
to make a long story short, go to Mandrake control center -> boot -> drakeboot -> configure lilo/grub -> check "force no APIC" then reboot.
this should fix your problem.
|
|
|
|
01-06-2004, 10:24 AM
|
#15
|
|
LQ Newbie
Registered: Dec 2003
Location: Michigan
Distribution: FC4/Slackware
Posts: 17
Original Poster
Rep:
|
OK that worked, i no longer get that message in the console. But, my mouse still is not responding, when I select the wheel mouse my light come on but still no response from the pointer. Thank you for your help, I think were are on the right track.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:40 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|