From owner-freebsd-current@freebsd.org Mon Apr 22 07:32:40 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A601415917FE for ; Mon, 22 Apr 2019 07:32:40 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2B51A75C9D for ; Mon, 22 Apr 2019 07:32:40 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id E32DC15917FD; Mon, 22 Apr 2019 07:32:39 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEC215917FC for ; Mon, 22 Apr 2019 07:32:39 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 685FF75C9B for ; Mon, 22 Apr 2019 07:32:39 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [176.74.212.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A75A82601C2; Mon, 22 Apr 2019 09:32:36 +0200 (CEST) Subject: Re: FreeBSD 13.0-CURRENT r346362 + webcamd -- no /dev/video* To: Boris Samorodov , current@freebsd.org References: <51e8bf3f-ea72-2308-169a-650a17a6cf27@passap.ru> From: Hans Petter Selasky Message-ID: <10d687e1-a871-261b-f9e7-2341afb7b669@selasky.org> Date: Mon, 22 Apr 2019 09:32:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <51e8bf3f-ea72-2308-169a-650a17a6cf27@passap.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 685FF75C9B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2019 07:32:40 -0000 On 4/21/19 5:48 PM, Boris Samorodov wrote: > Hi All, > > I use a fresh FreeBSD-current system and webcamd but get no /dev/video* > device: > ----- > %uname -a > FreeBSD latt.bsnet 13.0-CURRENT FreeBSD 13.0-CURRENT r346362 PKG64X amd64 > > % ls -l /dev/cuse > crw-rw---- 1 root operator 0x77 21 апр. 18:04 /dev/cuse > > % pkg info -x webcamd > webcamd-4.20.0.1_2 > > % ps auwx | grep webcamd > root 833 0,0 0,0 20560 8108 - S /usr/local/sbin/webcamd -i 0 -d ugen0.5 -H -B -U webcamd -G webcamd > > % webcamd > [...] > webcamd [-d ugen0.5] -N > GenesysLogic-Technology-Co---Ltd--USB2-0-UVC-PC-Camera -S unknown -M 0 > Try to start webcamd manually and in the foreground: webcamd -l Then run the command which matches your device. Are any errors output. Also try to compile webcamd with debugging. --HPS