From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 05:06:47 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC767106566B for ; Wed, 8 Dec 2010 05:06:47 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by mx1.freebsd.org (Postfix) with ESMTP id 44AB78FC0A for ; Wed, 8 Dec 2010 05:06:46 +0000 (UTC) Received: by ewy19 with SMTP id 19so647224ewy.10 for ; Tue, 07 Dec 2010 21:06:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.15.1 with SMTP id i1mr959967eba.12.1291784805745; Tue, 07 Dec 2010 21:06:45 -0800 (PST) Received: by 10.213.31.209 with HTTP; Tue, 7 Dec 2010 21:06:45 -0800 (PST) Received: by 10.213.31.209 with HTTP; Tue, 7 Dec 2010 21:06:45 -0800 (PST) In-Reply-To: References: Date: Wed, 8 Dec 2010 00:06:45 -0500 Message-ID: From: Chris Brennan To: justin v Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: usb devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 05:06:47 -0000 Does usbconf show that it was indeed registered? The kernel may see it and fail to pass it to the USB subsystem for what ever reason. -- Sent from my Droid On Dec 7, 2010 8:26 PM, "justin v" wrote: > Aloha world.. > > For whatever reason, today, when i plugin my USB devices they are not > showing up.. > > They are just not registering.. Never seen this problem before... Prior to > today, I was able to plug my Android phone in and mount it just fine. > > Prior to today, I was able to plug my usb mouse and keyboard in and type > away at the console or in xorg.. so i run tail -f /var/log/messages from > my alt. pc and plug in my phone and nothing.. > > It was working fine the previous days, you can see my phone and logitech > keyboard.. Sure I suppose I could reboot but I dont want to... > > My system: > > yeaguy# uname -a > FreeBSD yeaguy.com 8.1-RELEASE FreeBSD 8.1-RELEASE #3: Thu Nov 4 20:43:41 > PDT 2010 vic@yeaguy.com:/usr/obj/usr/src/sys/HBCA i386 > > My WIFI adapter is usb.. I am up and passing traffic on that interface > too, so im a little confused.. > > > yeaguy# cat /var/log/messages | grep -i usb > Dec 6 10:32:38 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 6 10:32:38 yeaguy kernel: ugen2.3: at usbus2 > Dec 6 10:32:38 yeaguy kernel: umass0: 2.00/2.26, addr 3> on usbus2 > Dec 6 10:32:39 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 6 11:48:08 yeaguy kernel: ugen1.2: at usbus1 > Dec 6 11:48:08 yeaguy kernel: ukbd0: rev 2.00/12.01, addr 2> on usbus1 > Dec 6 11:48:08 yeaguy kernel: ums0: rev 2.00/12.01, addr 2> on usbus1 > Dec 6 11:48:09 yeaguy kernel: uhid0: rev 2.00/12.01, addr 2> on usbus1 > Dec 6 11:48:09 yeaguy root: Unknown USB device: vendor 0x046d product > 0xc52b bus uhub1 > Dec 6 11:54:35 yeaguy kernel: ugen1.2: at usbus1 (disconnected) > Dec 6 13:06:03 yeaguy kernel: ugen2.3: at usbus2 (disconnected) > Dec 6 18:47:33 yeaguy kernel: ugen1.2: at usbus1 > Dec 6 18:47:33 yeaguy kernel: ukbd0: rev 2.00/12.01, addr 2> on usbus1 > Dec 6 18:47:33 yeaguy kernel: ums0: rev 2.00/12.01, addr 2> on usbus1 > Dec 6 18:47:33 yeaguy root: Unknown USB device: vendor 0x046d product > 0xc52b bus uhub1 > Dec 6 18:47:33 yeaguy kernel: uhid0: rev 2.00/12.01, addr 2> on usbus1 > Dec 6 18:57:23 yeaguy kernel: ugen1.2: at usbus1 (disconnected) > Dec 6 19:02:46 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 6 19:02:46 yeaguy kernel: ugen2.3: at usbus2 > Dec 6 19:02:46 yeaguy kernel: umass0: 2.00/2.26, addr 3> on usbus2 > Dec 6 19:02:47 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 6 22:39:32 yeaguy kernel: ugen2.3: at usbus2 (disconnected) > Dec 7 00:19:50 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 7 00:19:50 yeaguy kernel: ugen2.3: at usbus2 > Dec 7 00:19:50 yeaguy kernel: umass0: 2.00/2.26, addr 3> on usbus2 > Dec 7 00:19:51 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 7 00:22:38 yeaguy kernel: ugen2.3: at usbus2 (disconnected) > Dec 7 00:23:05 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 7 00:23:05 yeaguy kernel: ugen2.3: at usbus2 > Dec 7 00:23:05 yeaguy kernel: umass0: 2.00/2.26, addr 3> on usbus2 > Dec 7 00:23:06 yeaguy root: Unknown USB device: vendor 0x0bb4 product > 0x0c9e bus uhub2 > Dec 7 06:06:07 yeaguy kernel: ugen2.3: at usbus2 (disconnected) > yeaguy# > > > Thanks, > > justin v. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org"