From owner-freebsd-usb@freebsd.org Mon Sep 17 10:02:31 2018 Return-Path: Delivered-To: freebsd-usb@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 6AFFC10981E9 for ; Mon, 17 Sep 2018 10:02:31 +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 0EF1D7605F for ; Mon, 17 Sep 2018 10:02:30 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (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 8F8CB260104; Mon, 17 Sep 2018 12:02:22 +0200 (CEST) Subject: Re: usbconfig lack of device or permission To: shreyank amartya , freebsd-usb@freebsd.org References: From: Hans Petter Selasky Message-ID: <9a50285b-44a7-d8c2-3c42-ed282b0a408d@selasky.org> Date: Mon, 17 Sep 2018 12:01:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2018 10:02:31 -0000 On 9/17/18 11:59 AM, shreyank amartya wrote: > Hi, > > I am able to view usb devices with usbconfig when i'm logged in as a root > user. But, I'm not able to view any devices when I log in as a user. I have > added this user to wheel,operator groups. What am I missing here? > > Usb devices appear as /dev/ugen0.[1-5]. I ask this because vlc will not run > as root and when run as user it gets permission denied when trying to > access the usb cam device to capture video. > > I'm new to FreeBSD. What permissions are on /dev/usb ? ls -l /dev/usb --HPS