LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-02-2003, 11:03 PM   #1
elavalle
LQ Newbie
 
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11

Rep: Reputation: 0
Unhappy 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
 
Old 09-02-2003, 11:39 PM   #2
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
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
 
Old 09-02-2003, 11:43 PM   #3
elavalle
LQ Newbie
 
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
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????
 
Old 09-03-2003, 12:02 AM   #4
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
OK... so is the intellimouse mouse0 or mouse1?
 
Old 09-03-2003, 12:12 AM   #5
elavalle
LQ Newbie
 
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
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
 
Old 09-03-2003, 12:18 AM   #6
elavalle
LQ Newbie
 
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
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
 
Old 09-03-2003, 01:12 AM   #7
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
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?
 
Old 09-03-2003, 01:31 AM   #8
elavalle
LQ Newbie
 
Registered: Sep 2003
Location: mexico
Distribution: red hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
ok.... tks! should i open a new thread in the hardware forum? I'm sorry but i'm new at linuxquestions.org
 
  


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 Intellimouse Explorer(USB) problems mymojo Linux - Newbie 3 12-13-2003 12:21 PM
intellimouse usb mouse elavalle Linux - Hardware 4 12-02-2003 10:44 PM
IntelliMouse USB Mousewheel mopron Linux - Hardware 1 10-22-2003 10:08 AM
Intellimouse 3.0 USB discipledoc Linux - Hardware 8 03-21-2003 11:03 AM
Problems Installing Microsoft 2 btn + wheel PS/2 Intellimouse natethebate Linux - Hardware 8 07-24-2002 09:57 PM

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

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