From owner-freebsd-mobile Fri Aug 18 19:25:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 337DE37B422 for ; Fri, 18 Aug 2000 19:25:50 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1001) id AE8492B273; Fri, 18 Aug 2000 21:25:44 -0500 (CDT) Date: Fri, 18 Aug 2000 21:25:44 -0500 (CDT) From: H.Paul Hammann To: mobile@freebsd.org Subject: USB for dummies X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14749.61193.564281.80595@elvis.mu.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running FreeBSD 4.x-STABLE on an HP OmniBook 900 as of a week or so ago. Recently I tried to get the USB daemon running. I'm having some problems as I describe below. If there's any documentation I'm missing, please point me to it. If anyone has an idea what I can change to make this work, I would greatly appreciate any helpful advice. Thanks a bunch for any help. When I boot I get the following errors: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- module_register: module usb/uhub already exists! linker_file_sysinit "usb.ko" failed to register! 17 module_register: module uhub/uhub already exists! linker_file_sysinit "usb.ko" failed to register! 17 module_register: module ohci/usb already exists! linker_file_sysinit "usb.ko" failed to register! 17 module_register: module uhci/usb already exists! linker_file_sysinit "usb.ko" failed to register! 17 module_register: module pci/uhci already exists! linker_file_sysinit "usb.ko" failed to register! 17 module_register: module pci/ohci already exists! linker_file_sysinit "usb.ko" failed to register! 17 uhci0: irq 10 at device 7.2 on pci0 uhci0: Could not map ports device_probe_and_attach: uhci0 attach returned 6 uhci0: irq 10 at device 7.2 on pci0 uhci0: Could not map ports device_probe_and_attach: uhci0 attach returned 6 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- When I try to run usbd manually I get: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- No USB host controllers found -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- I have the following options in my kernel config file: device uhci device ohci device usb device ukbd device ums options KBD_INSTALL_CDEV I have the following devices made: crw------- 1 root wheel 112, 0 Aug 18 16:16 /dev/kbd0 crw------- 1 root wheel 112, 1 Aug 18 16:16 /dev/kbd1 crw------- 1 root wheel 111, 0 Aug 18 16:18 /dev/ums0 crw-rw---- 1 root operator 108, 255 Jul 25 21:12 /dev/usb crw-rw---- 1 root operator 108, 0 Aug 18 18:11 /dev/usb0 Regards, H. Paul Hammann hpaul@hammann.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message