From owner-freebsd-questions Thu Dec 26 18:43:52 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 24E5537B401 for ; Thu, 26 Dec 2002 18:43:50 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E5043EC2 for ; Thu, 26 Dec 2002 18:43:49 -0800 (PST) (envelope-from klimax@proxy.immune.isf.ru) Received: from ppp144-134.dialup.mtu-net.ru (ppp144-134.dialup.mtu-net.ru [62.118.144.134]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 4919EFE2E7; Fri, 27 Dec 2002 05:43:46 +0300 (MSK) (envelope-from klimax@proxy.immune.isf.ru) From: "Sergey V. Golitzyn" Organization: Limax Sft. To: Adam K Kirchhoff Subject: Re: VIA USB support problem... Date: Fri, 27 Dec 2002 05:44:06 +0300 User-Agent: KMail/1.5 References: <20021226210100.D631@sorrow.ashke.com> <200212270527.34721.klimax@proxy.immune.isf.ru> In-Reply-To: <200212270527.34721.klimax@proxy.immune.isf.ru> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <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 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