Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2001 01:11:53 -0700
From:      Kent Stewart <kstewart@urx.com>
To:        Lasse Kaislaniemi <lasse@mutteri.org>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: USB mouse not working under 4.3-REL
Message-ID:  <3B763A49.BA100DB7@urx.com>
References:  <Pine.NEB.4.33.0108120944510.27743-100000@ns1.mutteri.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Lasse Kaislaniemi wrote:
> 
>  Hi,
> 
> I'd like to get my USB mouse to work in my FreeBSD box. There is a support
> for USB mice in the GENERAL kernel, however that didn't work so I compiled
> a customized kernel with lines
> 
>         pseudo-device ether
>         device uhci
>         #device ohci  # I've tried with this one enabled too
>         device usb
>         device ums
> 
>         options UHCI_DEBUG
>         options USB_DEBUG
>         options UMS_DEBUG

My usb mouse works and what I have for a kernel config is 

# USB support     
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
device          ugen            # Generic
device          uhid            # "Human Interface Devices"       
device          ukbd            # Keyboard
#device         ulpt            # Printer
#device         umass           # Disks/Mass storage - Requires scbus and da
device          ums             # Mouse
# USB Ethernet, requires mii
#device         aue             # ADMtek USB ethernet
#device         cue             # CATC USB ethernet
#device         kue             # Kawasaki LSI USB ethernet

I have moused_enable turned off in /etc/rc.conf
and usb_enable="YES".

Kent
> 
> in it, and any other USB related stuff commented out. But after compiling
> the kernel I still keep on getting this stuff in dmesg:
> 
> ...
> pcib0: <Host to PCI bridge> on motherboard
> pci0: <PCI bus> on pcib0
> pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge> at device 1.0 on pci0
> pci1: <PCI bus> on pcib1
> isab0: <VIA 82C586 PCI-ISA bridge> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <VIA 82C586 ATA33 controller> port 0xe000-0xe00f at device 7.1 on pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: at 0x170 irq 15 on atapci0
> uhci0: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 12 at device 7.2 on pci0
> uhci_run: setting run=0
> uhci_run: done cmd=0x0 sts=0x20
> uhci_run: setting run=1
> uhci_run: done cmd=0x81 sts=0x0
> usb0: <VIA 83C572 USB controller> on uhci0
> usb0: USB revision 1.0
> uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> uhci_waitintr: timeout
> uhci_idone: error, addr=2, endpt=0x00, status 0x500000<BABBLE,STALLED>
> uhci_waitintr: timeout
> usbd_transfer_cb: short transfer 0<1
> uhci_waitintr: timeout
> usbd_transfer_cb: short transfer 0<1
> ums0: Logitech, Inc. product 0xc030, rev 1.00/1.01, addr 2, iclass 3/1
> uhci_waitintr: timeout
> usbd_transfer_cb: short transfer 0<74
> device_probe_and_attach: ums0 attach returned 6
> uhci_waitintr: timeout
> usbd_transfer_cb: short transfer 0<1
> uhci_waitintr: timeout
> usbd_transfer_cb: short transfer 0<1
> chip1: <VIA 82C586B ACPI interface> at device 7.3 on pci0
> ...
> 
> Now, '# moused -p /dev/ums0 -t auto' says 'Device not confgured'.
> MAKEDEVing doesn't help.
> 
> If I deattach the mouse from the USB port before booting, I won't get
> those error messages at boot time, but still I get the errors when
> attaching the mouse to the USB port after boot process.
> 
> Can anyone help or should I just go and buy a good old serial mouse?-)
> 
> Thanks in advance,
> 
> --
> Lasse Kaislaniemi / lasse@mutteri.org
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B763A49.BA100DB7>