From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 12:35:16 2008 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 A7EF61065682 for ; Sat, 28 Jun 2008 12:35:16 +0000 (UTC) (envelope-from eculp@casasponti.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC788FC29 for ; Sat, 28 Jun 2008 12:35:16 +0000 (UTC) (envelope-from eculp@casasponti.net) Received: from casasponti.net ([201.155.7.3]) by ns2.bafirst.com with esmtp; Sat, 28 Jun 2008 07:35:09 -0500 id 000D511E.48662FFD.0001034F Received: from localhost (localhost [127.0.0.1]) (uid 80) by casasponti.net with local; Sat, 28 Jun 2008 07:35:03 -0500 id 00130C4F.48662FF7.00003979 Received: from dsl-189-190-8-164.prod-infinitum.com.mx (dsl-189-190-8-164.prod-infinitum.com.mx [189.190.8.164]) by pontinet.casasponti.net (Horde Framework) with HTTP; Sat, 28 Jun 2008 07:35:03 -0500 Message-ID: <20080628073503.11496ruvfwxy3x0c@pontinet.casasponti.net> Date: Sat, 28 Jun 2008 07:35:03 -0500 From: "Edwin L. Culp" To: freebsd-questions@freebsd.org References: <200806281902.47156.shinjii@maydias.com> <200806282152.28921.shinjii@maydias.com> <486628F5.9000208@gmail.com> <200806282215.33399.shinjii@maydias.com> In-Reply-To: <200806282215.33399.shinjii@maydias.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.14) Gecko/20080607 Firefox/2.0.0.14 X-IMP-Server: 201.155.7.3 X-Originating-IP: 189.190.8.164 X-Originating-User: eculp@casasponti.net Subject: Re: Howto get k3b to detect my Burner 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: Sat, 28 Jun 2008 12:35:16 -0000 Warren Liddell escribi=F3: >> I was asking you to try k3b because internally it uses these commands to >> write. I don't currently have it installed (I am not really a KDE user, >> and I write most stuff from the command line anyway) but I think you >> probably have a permission problem of some kind. >> >> - Do you have the suid flag on cdrecord and cdrdao? > -rwsrwsrwt 1 root wheel 406368 Jun 28 21:53 cdrecord > -rwsrwsrwt 1 root wheel 603920 Jun 24 23:21 cdrdao > >> - Do you have the fstab line suggested by 'showinfo' ? > fstab has..... > /dev/cd0 /cdrom cd9660 ro,noauto 0 0 > >> - Do you have the permissions in devfs.conf ? > only things set in there are.. > perm xpt0 0666 > perm pass0 0666 > >> Example: >> if you can run cdrecord --scanbus as root, but you do not get the same >> result running it as a normal user, you do not have cdrecord installed >> as suid root. Then the scan for devices in k3b will probably fail. > > i get the same output if i use it from root or user. And i just burnt a DV= D > ISO find using the 1st cmnd line u gave. I haven't been following this thread so I may repeat something or miss =20 something but basically you need to check: Your running kernel is compiled with the "device atapicam" option =20 because AFAIK k3b only works with scsi. I have the following lines in this computers /etc/devfs.conf link acd0 cdrom link acd0 dvd link acd0 rdvd link acd1 cdrom1 link acd1 dvd1 link acd1 rdvd1 link acd0 cd0 link acd1 cd1 perm acd0 0777 perm acd1 0777 perm cd0 0777 perm cd1 0777 Maybe over kill but works great and I, too, was a command line cd =20 burner for years but k3b brought me the light. IMO, it is great. I am running /var/db/pkg/cdrtools-2.01_7 /var/db/pkg/k3b-1.0.4_3 although on my laptop amd64 I think I am using cdrtools-devel. I hope this helps a bit. I haven't found a machine, since I started =20 burning dvd's a couple of years ago that k3b didn't work beautifully. ed