From owner-freebsd-usb@FreeBSD.ORG Fri Jan 8 08:05:39 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEDA1106568B for ; Fri, 8 Jan 2010 08:05:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 5C4BC8FC08 for ; Fri, 8 Jan 2010 08:05:39 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=HmTCmqbFIJgA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=axMX1joxAAAA:8 a=-BKGkNdY2cKMZ34aklYA:9 a=7XH7BnjXRmNH7oYX1ocA:7 a=9wYvcNXwijhqLNelO9EjSQDln3AA:4 a=trPmDcgzO54A:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 975569852; Fri, 08 Jan 2010 09:05:37 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 8 Jan 2010 09:04:15 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <8CC5E004286F347-6BC4-45C3@webmail-m061.sysops.aol.com> In-Reply-To: <8CC5E004286F347-6BC4-45C3@webmail-m061.sysops.aol.com> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001080904.15832.hselasky@c2i.net> Cc: tkorshnah@aim.com Subject: Re: problem USB wireless keyboard and mouse X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 08:05:39 -0000 On Thursday 07 January 2010 23:31:16 tkorshnah@aim.com wrote: > Hi, > > I was directed by Kris of PC-BSD to this list to report following problem. > > I have a HP Pavillion m7760 2006 PC with wireless keyboard and wireless > mouse. They work via a receiver which is connected in the PC by USB. > The problem is both do not react when installing PC-BSD first screen. > Same for FreeBSD8, as I tried to install as well. > There is no reaction on Ctrl+alt+F1. > > In the messages previous the graphical install screen I managed to read the > following; > > USB alloc device 1586 > USB alloc device 1624 > device descriptor failed at addr2 > > later > > uhub reattach port: 435: could not allocate new device. > > According to Kris of PC-BSD it should be a problem wth the new USB > subsystem of FreeBSD8. > > This is an issue that should be resolved. > I still had a PS2 keyboard, but had to buy a PS2 mouse in order to install. > Well, buying a PS2 mouse is becoming quite hard. > They are all USB nowadays. > Without proper USB support BSD will not survive. > > Besides this, BSD is the best OS I ever used. Stable, fast...a > Linux-killer... > Hi, Do other USB devices work? Does an ordinary USB keyboard work? What I need is output from: usbconfig dump_device_desc dump_curr_config_desc Of your system when your mouse+keyboard device is plugged in. It might also be a recent problem of ACPI where some resources were not correctly mapped. --HPS