More bug, buglets and non-bug reports about audio (on a tiBook). My
system is an 8.0mdk, resynched with cooker.
Just hoping to help fixing the default configs.
Stew: please let me know if these buglet reports are useless (or just
have too low a precedence on your todo list for me to bother you with
them).
1) Problem reading audio tracks from a CD
- I reported failure to read audio-tracks with xmms-cd, grip and
tcd.
- But, audio tracks are properly ripped (albeit rather slowly) when
bypassing the middlemen by calling cdparanoia.
--> The problem apparently belong to userland and not to sacry
low-level kernel-space.
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
o as root, /usr/bin/play reports:
sox: Unable to set the sample size to 16
- After ogg-encoding cdda.wav,
o as user, /usr/bin/ogg123 cdda.ogg reports:
=== Could not load default driver and no driver specified in config file.
Exiting.
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!
JF