From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 05:11:03 2007 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 B6F5A16A41B for ; Tue, 16 Oct 2007 05:11:03 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 546EE13C46E for ; Tue, 16 Oct 2007 05:11:03 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so27363uge for ; Mon, 15 Oct 2007 22:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=kY5l6/OfhKDFgx8hZAjCW5xf1o4W35nnDzC6viqLl7k=; b=SeqXBbYtbFdS7kp/0MYFc/yIt8RGH/XE4xhCrpmD3+eusz/huM9j1loilK9912v4vVLtbLsClAWTXSKJDYY0kGXSsktxQvmxdftQeRUhCLlU1G6A2hvDGwiuEQhD7FbtMPl6NisgTZfjIEECncbKaJlNoKfUABs0uzxLD6Gs1mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jtnWnygGZkHWMQeo8WAR7juFNGodBJadByTACAlVJCUXzF+8Lirc0hJmHqPgCUv97oi3TfwvilW4OH9WLa0hUmKPnSgrnRCfBaG0R899FWonzZt5+ZL7hRt52T039sjpTH6vzhgIdVbkZh+pFEm1r8Wrl8u6OYUqIYUv8ITH9+Q= Received: by 10.67.22.14 with SMTP id z14mr8689887ugi.1192509721955; Mon, 15 Oct 2007 21:42:01 -0700 (PDT) Received: by 10.67.24.3 with HTTP; Mon, 15 Oct 2007 21:42:01 -0700 (PDT) Message-ID: Date: Tue, 16 Oct 2007 10:12:01 +0530 From: sac To: freebsd-questions@freebsd.org In-Reply-To: <1192505069.10509.1216068153@webmail.messagingengine.com> MIME-Version: 1.0 References: <1192444612.31601.1215903023@webmail.messagingengine.com> <47134FD1.6050809@gahr.ch> <1192505069.10509.1216068153@webmail.messagingengine.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Audio CD help 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: Tue, 16 Oct 2007 05:11:03 -0000 On 10/16/07, leegold wrote: > > > > > I can not get Audio Cds to play. I'm using KDE. > > > Try with: > > > > $ cdcontrol play > > $ cdcontrol play > cdcontrol: /dev/acd0: Permission denied > $ su > Password: > Password: > tulip# cdcontrol play <------------------ it plays the CD OK > as root > tulip# ls -l /usr/sbin/cdcontrol > -r-xr-xr-x 1 root wheel 18632 Jan 12 2007 /usr/sbin/cdcontrol > tulip# > > As a regular user it will not play. As root CDs play Ok. I've been > reading about the operator group as a fix. Is that the way? > > What should I do? Thanks To play the media as regular user you have give appropriate permissions in /etc/devfs.conf. check man page for devfs.conf(5). -- Regards, Sachidananda.