From owner-freebsd-questions Fri Dec 27 14:54:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C2F337B401 for ; Fri, 27 Dec 2002 14:54:31 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC9143EB2 for ; Fri, 27 Dec 2002 14:54:30 -0800 (PST) (envelope-from adamk@voicenet.com) Received: from sorrow.ashke.com (pcp103010pcs.glstrt01.nj.comcast.net [68.45.106.56]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.07 (built Nov 25 2002)) with ESMTP id <0H7S00JS5VMTGT@mtaout05.icomcast.net> for freebsd-questions@freebsd.org; Fri, 27 Dec 2002 17:54:30 -0500 (EST) Date: Fri, 27 Dec 2002 17:54:32 -0500 (EST) From: Adam K Kirchhoff Subject: Re: VIA USB support problem... In-reply-to: <200212270544.06134.klimax@proxy.immune.isf.ru> X-X-Sender: adamk@sorrow.ashke.com To: "Sergey V. Golitzyn" Cc: freebsd-questions@freebsd.org Message-id: <20021227065434.K2144-100000@sorrow.ashke.com> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20021226210100.D631@sorrow.ashke.com> <200212270527.34721.klimax@proxy.immune.isf.ru> <200212270544.06134.klimax@proxy.immune.isf.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, the bootloader definately loads the acpi driver, and this USB controller is *definately* UHCI, not OHCI. In addition, the default kernel (which has both UCHI and OHCI support), doesn't get the USB working either. And yet, this kernel works flawlessly on an Intel motherboard I have, USB and all. Anyone else have any ideas? Adam On Fri, 27 Dec 2002, Sergey V. Golitzyn wrote: > > > Sorry, i was wrong about acpi, in the manuals said what > /////////// > Note that the acpi driver is automatically loaded by the bootloader, and > should not normally be compiled into the kernel. > ////////////// > > but i have it in kernel and system is stable, as i can see... :-))) > > Sergey V. Golitzyn (Russia) > > > > On Friday 27 December 2002 05:27, Sergey V. Golitzyn wrote: > > Try to add > > > > device acpi > > device ohci # OHCI PCI->USB interface > > > > into your kernel configuration... > > > > Any more diffrances i don't see... > > See my kernel, if it will help you ... > > > > On Friday 27 December 2002 05:01, you wrote: > > > On Fri, 27 Dec 2002, Sergey V. Golitzyn wrote: > > > > On Friday 27 December 2002 02:44, Adam K Kirchhoff wrote: > > > > > I'm having a difficult time getting any USB devices to work under > > > > > -CURRENT with a VIA UHCI controller. > > > > > > > > > > uhci0: port 0xd400-0xd41f irq 5 at device > > > > > 7.2 on pci0 usb0: 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 > > > > > uhub0: port error, restarting port 1 > > > > > uhub0: port error, giving up port 1 > > > > > ums0: Logitech USB Receiver, rev 1.10/15.00, addr 2, iclass 3/1 > > > > > ums0: 7 buttons and Z dir. > > > > > uhub0: port error, restarting port 2 > > > > > uhub0: port error, giving up port 2 > > > > > uhub1: Texas Instruments TUSB2046 hub, class 9/0, rev 1.10/1.25, addr > > > > > 3 uhub1: 4 ports with 4 removable, self powered > > > > > ugen0: Logitech product 0xc207, rev 1.00/1.04, addr 4 > > > > > ugen0: setting configuration index 0 failed > > > > > device_probe_and_attach: ugen0 attach returned 6 > > > > > uhci1: port 0xd800-0xd81f irq 5 at device > > > > > 7.3 on pci0 usb1: on uhci1 > > > > > usb1: USB revision 1.0 > > > > > uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > > > > > uhub2: 2 ports with 2 removable, self powered > > > > > uhub2: port error, restarting port 1 > > > > > uhub2: port error, giving up port 1 > > > > > uhub2: port error, restarting port 2 > > > > > uhub2: port error, giving up port 2 > > > > > > > > > > The above is from dmesg... As you can see, it detects the UHCI > > > > > controller, and sees the various devices (Logitech joystick: ugen0, > > > > > Logitech mouse: ums0) but they're completely unusable. I'm > > > > > *assuming* it has something to do with the "port error" messages, but > > > > > I'm not sure how to fix this. > > > > > > > > > > So, I guess the real question is, where should I be asking about > > > > > this? > > > > > > > > As You Can see bellow, I have the same VIA USB and Logitech USB mouse, > > > > but it's fine working from September, but I Have Another problem, my TV > > > > Tuner Playung Audio, but don't show picture when i use "fxtv"... %-)) > > > > As a result I Have TV Radio.... :-)))) > > > > > > > > Try to Attach You Kernel Configuration and Preloaded modules? may be > > > > you forgot load USB module............ > > > > > > USB is compiled directly into the kernel, as you can see from the > > > configuration file I've attached. > > > > > > Adam > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message