> ran "time cdparanoia 1"
> 4:39 track took 3:49.29elapsed on a PB Lombard, which wasn't doing much
> else except downloading an 8,2x86 ISO. I don't do enough CD ripping to
> know whether that's fast or slow.
I should have been quantitative here. Ripping seemed slower than
under OSX, but I do have (like you) quasi realtime ripping under
linux.
> > 2) Problems with permissions and various configs.
> >
> > - After ripping a nice cdda.wav with cdparanoia, I cannot play it:
> >
> > o as user, /usr/bin/play reports:
> >
> > sox: Can't open output file '/dev/dsp': Permission denied
> >
>
> Unless you're in X, the permissions on /dev/dsp or (/dev/sound/dsp)
> exclude the audio group. I can't imagine this behavior is PPC
> specific. While X is running the ownership changes to the user
> running X. After I closed X, I was still the owner.
I was not in X! So the permission problem is non existent. Sorry for
the false alarm. I had no idea about this permission business
(although it seems reasonable when you think about it). Thanks for
the tip.
> > o as user, /usr/bin/ogg123 -d oss cdda.ogg reports:
> >
> >
> > Device: OSS audio driver output
> > [deletia] Author: Aaron Holtzman <[EMAIL PROTECTED]>
> > Playing: cdda.ogg
> > Error: Cannot open device oss.
> >
> > Segmentation fault
> >
> > o as root, /usr/bin/ogg123 cdda.ogg just WORKS!
> >
>
> Are you running devfs? I am here, which may account for some of the
> differences we're seeing.
I am not running devfsd. Weird thing is I cannot launch it either:
Running /etc/rc.d/init.d/devfsd start does not return an error, but
does not print [ok] either. Checking devfs status says it is stopped
(just after starting it). The daemon does not appear in the ps list.
Looking at the /etc/rc.d/init.d/devfsd script, this apears to be due
to the lack of /dev/.devfsd special character.
Thanks for your feedback,
Cheers, JF.