From owner-freebsd-current@FreeBSD.ORG Fri Dec 30 08:53:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB0C8106566C for ; Fri, 30 Dec 2011 08:53:54 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 636838FC08 for ; Fri, 30 Dec 2011 08:53:53 +0000 (UTC) Received: by eaaf13 with SMTP id f13so17691513eaa.13 for ; Fri, 30 Dec 2011 00:53:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; bh=vuPrXrftfJGNEWQD8X/LjydUhpdU9kvAiExun6Ysqkg=; b=Ktwwt6dVoXHIohAwSpHXRIRKdVaSvCPvF0V/II4USkHHa32JLRTFWBaifuOGLHtNU4 M9Lt97D3dgWG562/ouauYQL/llEPKPYJFNMo+3WoQo26337pwQSrVOW68ymcQ8TZGoyw ZAbZbQz90UTbmsdGlPZa5g0E9aqR5aXpiENCs= Received: by 10.213.7.9 with SMTP id b9mr7885511ebb.30.1325235232778; Fri, 30 Dec 2011 00:53:52 -0800 (PST) Received: from ernst.jennejohn.org (p578E2AC3.dip.t-dialin.net. [87.142.42.195]) by mx.google.com with ESMTPS id a60sm145026998eeb.4.2011.12.30.00.53.51 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Dec 2011 00:53:52 -0800 (PST) Date: Fri, 30 Dec 2011 09:53:49 +0100 From: Gary Jennejohn To: Doug Barton Message-ID: <20111230095349.347989ed@ernst.jennejohn.org> In-Reply-To: <4EFCF66A.1020308@FreeBSD.org> References: <4EFC0127.6030301@FreeBSD.org> <4EFCF66A.1020308@FreeBSD.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Joseph S. Atkinson" , freebsd-current@FreeBSD.org Subject: Re: CD Access in 9.x and -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 08:53:54 -0000 On Thu, 29 Dec 2011 15:23:22 -0800 Doug Barton wrote: > Just to clarify some things that I passed on to Joseph in haste ... > > On 12/28/2011 21:56, Joseph S. Atkinson wrote: > > Doug Barton reports that cdcontrol(1) doesn't work for him, > > Some of the functions work, but I can't play audio CDs with it, even as > root. > > > and mplayer > > and audactiy also display issues running as non-root. > > These 2 will play audio CDs when run as root due to a labyrinth of > permissions issues in /dev, in spite of my having my unprivileged user > in the 'operator' group. vlc doesn't work at all, even as root. > > I'm happy to provide more details, testing, etc. > I'm running 10.0-CURRENT r228926 and have no problem watching DVDs with vlc and mplayer as an unpriviledged user in the operator group. I can even rip movies using dvdrip. I have this in /etc/devfs.conf perm cd0 0660 perm xpt0 0660 perm pass0 0660 perm pass1 0660 perm pass2 0660 perm pass3 0660 Haven't tried listening to audio CDs, but I can rip them with no problem. -- Gary Jennejohn