From owner-freebsd-usb@FreeBSD.ORG Tue Nov 2 07:29:22 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 9E9AD106564A for ; Tue, 2 Nov 2010 07:29:22 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 2B48A8FC0C for ; Tue, 2 Nov 2010 07:29:21 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=5UXFHLfkiY5XrCDma5uYm2T9fyMGz6t0cyN4hLfZsqg= c=1 sm=1 a=3qpjzGKB6kwA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=iHbxvNv3OI5aUJjQaV4A:9 a=VCzFNUATVvSKqL9Br9sA:7 a=R9AmBIoygbZc48GASbVJEzB9Mm4A:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 42803401; Tue, 02 Nov 2010 08:29:20 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 2 Nov 2010 08:30:31 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: 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: <201011020830.31701.hselasky@c2i.net> Cc: Alexander Churanov Subject: Re: USB camera not detected by 8.1, was working in 7 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: Tue, 02 Nov 2010 07:29:22 -0000 On Monday 01 November 2010 22:31:06 Alexander Churanov wrote: > Hi folks! > > My USB camera is not detected by FreeBSD 8.1. In 7.1 it was working > flawlessly. In my case even no /dev/da* device is created. Google does not > provide answers, since people mainly discuss inability to work with > /dev/da* which is absent on my system. > > In 7.1 the "da" device and slice "da0s1" were created automatically. > Is it possible to make it working as before? > > /var/log/messages: > > Nov 2 00:14:12 homebsd root: Unknown USB device: vendor 0x054c > product 0x0010 bus uhub3 > Nov 2 00:14:12 homebsd kernel: ugen3.2: at usbus3 > Nov 2 00:14:12 homebsd kernel: umass0: 2.00/6.00, addr 2> on usbus3 > Nov 2 00:14:23 homebsd kernel: (probe0:umass-sim0:0:0:0): AutoSense failed > > Output of some commands: > > homebsd > sudo camcontrol devlist > at scbus2 target 0 lun 0 (pass0,cd0) > at scbus2 target 1 lun 0 (pass1,cd1) > > homebsd > sudo camcontrol reset all > Reset of bus 0 returned error 0x6 > Reset of bus 1 was successful > Reset of bus 2 was successful > Reset of bus 3 returned error 0x3a > > homebsd > sudo camcontrol rescan all > Re-scan of bus 0 was successful > Re-scan of bus 1 was successful > Re-scan of bus 2 was successful > Re-scan of bus 3 was successful > > homebsd > sudo camcontrol devlist -v > scbus0 on sbp0 bus 0: > <> at scbus0 target -1 lun -1 () > scbus1 on ata0 bus 0: > <> at scbus1 target -1 lun -1 () > scbus2 on ata1 bus 0: > at scbus2 target 0 lun 0 (pass0,cd0) > at scbus2 target 1 lun 0 (pass1,cd1) > <> at scbus2 target -1 lun -1 () > scbus3 on umass-sim0 bus 0: > scbus-1 on xpt0 bus 0: > <> at scbus-1 target -1 lun -1 (xpt0) > Maybe a SCSI issue. Does not look USB related. --HPS