LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   intellimouse usb mouse (https://www.linuxquestions.org/questions/linux-hardware-18/intellimouse-usb-mouse-88827/)

elavalle 09-03-2003 10:10 AM

intellimouse usb mouse
 
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

salparadise 09-03-2003 01:33 PM

Section "Pointer"
Protocol "IMPS/2"
Device "/dev/usbmouse"
ZAxisMapping 4 5
EndSection

this is the mouse section from my XF86Config file

i am using a USB Microsoft Intellimouse.

I had this mouse working fine under redhat a couple of days ago

try the following command

redhat-config-mouse

you'll need to su to root first

elavalle 09-03-2003 03:34 PM

yeah I could try that but I don't think this would do since it's not even being recognized by the usb controller...

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)

I'm not sure if I need to do something with the IRQ or something else!!!

jonny5 12-02-2003 09:29 PM

I'm having the same problem, posted about it a few days ago then I though to google the specific error message and so far all I've gotten is a bunch of threads about the same type of error and no one seems to know how to fix it. I also noticed that w/ my specific case something about my modem was messing up (weird error message posted below) but my modem works fine, maybe the one error is causeing another. do you have any other weird error messages that could be causing this? maybe we can find a common problem like we all have such and such kind of modem or motherboard or something...

I'm using:
via 8233a mobo w/ built in usb (w/ same errors as you are getting)
realtek network card
cheapo hcf modem
(cheapo isn't the brand name, it's cheapo cuz I cant find the maker)

I have the via onboard sound disabled but can't figure out how to get mandrake to stop looking for it, I ended up getting a sblive which works great
geforce fx 7200

plz respond if you do have other hardware problems...

hub.c: new USB device 00:11.2-2, assigned address 2
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=2 (error=-110)
hub.c: new USB device 00:11.2-2, assigned address 3
VIA 82xx soundcard not found or device busy
8139too Fast Ethernet driver 0.9.26
eth0: RealTek RTL8139 Fast Ethernet at 0xe113bf00, 00:50:22:8c:16:3f, IRQ 19
eth0: Identified 8139 chip type 'RTL-8139C'
HCF ASIC ID: 95
HCF DATAPUMP PART: '73' REV: 'BA'
0969692.079: HCF: STARTNEWC ERROR
0969692.079: HCF: WA_3333Workaround FAILED
0969692.079: HCF: DEVMGR ERROR: WA3333 FAILED???
0969692.079: HCF: DEVMGR ERROR!!!! DpReset returns FALSE, attempt=0
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=3 (error=-110)
eth0: Setting half-duplex based on auto-negotiated partner ability 0000.

-jonny

burnpile 12-02-2003 09:44 PM

I use the usb intellimouse as well, and had the exact same problems when I decided to play with gentoo again. The only way I was able to consistently make the mouse work was compile hid support in my kernel and disable hotplugging at boot. Yeah I thought that solution stunk too.

Using a standard Slack 8 setup, the intellimouse works great.
Using a standard Slack 9.1 setup, flawless again.
Using the 2.6-xx test kernels on any version of Slackware- boom- mouse craps out.

In my case I determined the loading of kernel pcmcia drivers conflicted with the usb tree detection *somehow*. (Generic slack uses pcmcia-cs modules as well as kernel sources, whereas the 2.6 kernel uses only kernel source modules). Disabling all card services in my kernel config made the mouse and all usb drivers/resources load correctly again.

Don't know if any of this helps, I have been investigating the same problemo for about 3 days with some other fellow here, and that's all I can come up with on my hardware here.

Good luck.

p.s. - salparadise's xf86config is also the same as the gentoo 1.4 config that finally worked.


All times are GMT -5. The time now is 12:18 PM.