Date: Sat, 28 Jun 2008 07:35:03 -0500 From: "Edwin L. Culp" <eculp@casasponti.net> To: freebsd-questions@freebsd.org Subject: Re: Howto get k3b to detect my Burner Message-ID: <20080628073503.11496ruvfwxy3x0c@pontinet.casasponti.net> In-Reply-To: <200806282215.33399.shinjii@maydias.com> References: <200806281902.47156.shinjii@maydias.com> <200806282152.28921.shinjii@maydias.com> <486628F5.9000208@gmail.com> <200806282215.33399.shinjii@maydias.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Warren Liddell <shinjii@maydias.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080628073503.11496ruvfwxy3x0c>