From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 03:41:43 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 E0DD116A4CE for ; Fri, 14 Nov 2003 03:41:43 -0800 (PST) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9839243F85 for ; Fri, 14 Nov 2003 03:41:42 -0800 (PST) (envelope-from freebsd.nospam@mekanix.dk) Received: from desktop.my.home (0x3ef34dce.albnxx2.adsl.tele.dk [62.243.77.206]) by pfepb.post.tele.dk (Postfix) with ESMTP id 103EB5EE24A; Fri, 14 Nov 2003 12:41:40 +0100 (CET) From: Bjarne Wichmann Petersen To: rodperson@comcast.net, Questions Date: Fri, 14 Nov 2003 12:42:19 +0100 User-Agent: KMail/1.5.4 References: <200311120738.09493.chowse@charter.net> <200311121747.54074.freebsd.nospam@mekanix.dk> <200311132149.31146.rodperson@comcast.net> In-Reply-To: <200311132149.31146.rodperson@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311141242.19776.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 11:41:44 -0000 On Friday 14 November 2003 03:49, Rod Person wrote: > On Wednesday 12 November 2003 11:47 am, It was written: > > On Wednesday 12 November 2003 17:13, Charles Howse wrote: > > > > Try reading 'man atapicam'. It tells you what needs to be done. > > > > > > Actually, I read the Handbook section on CD's, added device atapicam to > > > my kernel config file, rebuilt the kernel. > > > Now my burner is detected in scanbus. > > > > Hmm... interesting. I've done everything described in man/handbook. The > > drives shows up (correctly) in dmesg and with camcontrol. So *why* will > > cdbakeoven not detect the drives? > > did you try running cdbakeoven as root? if you run it as a normal user you > need to have the correct permissions set to cdrdao for it to be able to > detect the drive. 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. 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/? Bjarne