[Techtalk] Clueless Ripping Revisited--Hardware ?s

Conor Daly conor.daly at oceanfree.net
Wed Oct 16 21:55:36 EST 2002


On Tue, Oct 15, 2002 at 11:19:31PM -0400 or so it is rumoured hereabouts, 
Beth Johnson thought:
> On Tue, 2002-10-15 at 11:08, Conor Daly wrote:
> 
> > Yup, I had to 
> > 
> > chmod 666 /dev/sg0
> > 
> > to get ripping to work.
> > 
> > I suppose I could have piped up earlier on that eh?
> 
> 
> Um, yeah!  Maybe that toddler had something to do with it...
> 
> At any rate, I chmodded the permissions to 666 and still can't get
> anywhere.
> 
> Here's what I have for permissions:
> ---------------
> lrwxrwxrwx	1 root     root     11,	(date)	cdrom -> /dev/scd0
> lrwxrwxrwx	1 root     root     11, (date)  cdrom1 -> /dev/scd1
> 
> and
> 
> brw-rw-rw-	1 babayaga disk     11, (date)  scd0
> brw-rw-rw-	1 babayaga disk	    11, (date)  scd1
> ---------------
 
Ah! Looks like you've chmoded the wrong devices.  IME, cdparanoia uses the
"generic" scsi devices "/dev/sg*" rather than the CD scsis devices
"/dev/scd*". I guess you need to look at /dev/sg0 for the permissions
thing...

[cdaly at Valkerie cdaly]$ ls -l /dev/cdrom*
lrwxrwxrwx    1 root     root            4 Mar 24  2002 /dev/cdrom -> scd0
lrwxrwxrwx    1 root     root            9 Aug 30 19:34 /dev/cdrom1 ->
/dev/scd1

[cdaly at Valkerie cdaly]$ ls -l /dev/scd[01]
brw-------    1 jp       disk      11,   0 Aug 30  2001 /dev/scd0
brw-------    1 jp       disk      11,   1 Aug 30  2001 /dev/scd1

[cdaly at Valkerie cdaly]$ ls -l /dev/sg[01]
crw-rw-rw-    1 root     disk      21,   0 Aug 30  2001 /dev/sg0
crw-rw-rw-    1 root     disk      21,   1 Aug 30  2001 /dev/sg1
 ^^ ^^ ^^
This lot...

> And like I said, I can burn cds under my user account just fine, and I
> can encode with Grip fine as root, but I don't want to be stuck doing
> that because then I'll have to go and change permissions so they'll be
> playable by anyone.  :-/
 
Do ya want my mp3-catalogue[0] script?  It searches out and catalogues mp3
files in and below the current directory and makes index files that xmms
can use.

Conor

[0] It's a European version but there's an American conversion command for
it.  Lemme see, Oh yes: "mv mp3-catalogue mp3-catalog".  That'll do it...
:-)
-- 
Conor Daly <conor.daly at oceanfree.net>

Domestic Sysadmin :-)
---------------------
Faenor.cod.ie
  9:47pm  up 47 days,  2:15,  0 users,  load average: 0.00, 0.00, 0.00
Hobbiton.cod.ie
  9:38pm  up 47 days,  1:47,  1 user,  load average: 0.17, 0.80, 0.56



More information about the Techtalk mailing list