From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 04:44:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E67816A4CE for ; Fri, 14 Nov 2003 04:44:53 -0800 (PST) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [193.162.153.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0697243FA3 for ; Fri, 14 Nov 2003 04:44:52 -0800 (PST) (envelope-from freebsd.nospam@mekanix.dk) Received: from desktop.my.home (0x3ef34dce.albnxx2.adsl.tele.dk [62.243.77.206]) by pfepc.post.tele.dk (Postfix) with ESMTP id 217CD2629ED; Fri, 14 Nov 2003 13:44:50 +0100 (CET) From: Bjarne Wichmann Petersen To: rodperson@comcast.net, Questions Date: Fri, 14 Nov 2003 13:45:30 +0100 User-Agent: KMail/1.5.4 References: <200311120738.09493.chowse@charter.net> <200311141242.19776.freebsd.nospam@mekanix.dk> <200311140653.48691.rodperson@comcast.net> In-Reply-To: <200311140653.48691.rodperson@comcast.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311141345.30240.freebsd.nospam@mekanix.dk> Subject: Re: cdbakeoven doesn't see atapi burner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 12:44:53 -0000 On Friday 14 November 2003 12:53, Rod Person wrote: > On Friday 14 November 2003 06:42 am, It was written: > > Ok... some of this was black talk to me. I just tested cdbakeoven as > > root, and the devices was recognised. So I get the "it's something about > > permission"-part. What I don't get is the "cdrdao"-thing; it's a > > tool/app/ port, right? Don't have it installed. > cdrdao - CDR Disk At Once, the tool that allows you to record the entire cd > at once instead of track by track. I believe that cdbakeoven uses this tool > to detect the records, most of the other KDE recording apps do. I could be > mistaken it been sometime since I used cdbakeoven. cdrdao isn't a dependency for cdbakeoven nor KDE. > > But what is it I need to change the permission for? Do i need to set > > cdda2wav, cdrecord and cdparanoia to SUID? Or is it some device I need to > > set the r-bit for in dev/? > the user will need to be in the group that has access to the cd burner > device, most likely operator. That group will need rw access to the device. > As for cdrecord and cdparanoia I've not used them so I'm not positive how > they work. The user is a member of both wheel and operator. And the permission for /dev/ cd* is rw for all. But it's still only root that kan get cdbakeoven to recognise the devices. So, I'm still at loss... Bjarne