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 |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-02-2003, 11:03 PM
|
#1
|
LQ Newbie
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11
Rep:
|
installing usb intellimouse problems
I'm trying to install a microsoft usb intellimouse and have followed every link to have this done and actually go it working for one session, but now it simply does not lit again... I did disable plug&play from the bios and that seemed to work at that time but now I get the same problem:
[root@enrique ~]# dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 13:44:31 Sep 4 2002
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0x1820, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
usb-uhci.c: USB UHCI at I/O 0x1840, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=2 (error=-110)
usb_control/bulk_msg: timeout
usb_control/bulk_msg: timeout
usb_control/bulk_msg: timeout
usb_control/bulk_msg: timeout
usb.c: failed to set device 3 default configuration (error=-110)
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=4 (error=-110)
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=5 (error=-110)
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=6 (error=-110)
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=7 (error=-110)
I did change my XF86Config file to:
...
Section "ServerLayout"
#
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
...
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "GlidePointPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
...
The mouse works on MS. Let me know if more information would be required... I appreciate your knowledge.
Tks!
Enrique
|
|
|
09-02-2003, 11:39 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Why do you have two mouse sections? Try removing all of these:
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "GlidePointPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
|
|
|
09-02-2003, 11:43 PM
|
#3
|
LQ Newbie
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11
Original Poster
Rep:
|
I have two because I would like to have the external mouse and the built-in mouse to use at the same time... but the problem I think is that it's that the usb mouse in not being recognized... don't know if this would have to do anything with IRQ or something else????
|
|
|
09-03-2003, 12:02 AM
|
#4
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
OK... so is the intellimouse mouse0 or mouse1?
|
|
|
09-03-2003, 12:12 AM
|
#5
|
LQ Newbie
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11
Original Poster
Rep:
|
I read that you could have both of them working using...
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "AlwaysCore"
but still... mouse1 is not even being detected... I could try to comment mouse0 but I don't think this will do the trick since mouse1 is not even being detected...
usb.c: failed to set device 3 default configuration (error=-110)
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=4 (error=-110)
usb_control/bulk_msg: timeout
|
|
|
09-03-2003, 12:18 AM
|
#6
|
LQ Newbie
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11
Original Poster
Rep:
|
sorry the intellimouse was supposed to be:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
|
|
|
09-03-2003, 01:12 AM
|
#7
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Hmm... after re-reading your posts, it's obviously got something to do with USB HID support on your system (probably kernel-level).
I'm sorry I can't you more with this... perhaps you could ask in the Hardware forum here?
|
|
|
09-03-2003, 01:31 AM
|
#8
|
LQ Newbie
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11
Original Poster
Rep:
|
ok.... tks! should i open a new thread in the hardware forum? I'm sorry but i'm new at linuxquestions.org
|
|
|
All times are GMT -5. The time now is 11:18 AM.
|
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
|
|