SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How do I read and rip a music cd? Google results taught me that media disks aren't "mounted" but rather work via the software to use them with so I d/loaded ripperX to do this work for me which complains the following error:
============
Error Code 14:
Make sure an audio disk is in the drive and that you are either running ripperX as root or cdparanoia is setuid root.
error: cdparanoia monplains:
"/dev/cdrom exists but isn't accessible by default"
====================
I would like to be able to use this in all user modes not just root btw.
And while we're at it anyone know of a better program to use for ripping/encoding in KDE3 so that I can encode as .ogg? ripperX only does .wave or mp3 / and or a .wave to .ogg program.
here's my /etc/fstab file if this helps: (i added the /dev/cdrom part to see if that would fix this problem but it didn't)
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
Well, you need to chmod 666 your /dev/hdX where X is the cdrom device, then link it to /dev/cdrom (ln -s /dev/hdX /dev/cdrom) and you need to be root to rip CDs, or chmod cdparanoia to be setuid root, which isn't the best of ideas since it can pose security risks.
Although i never used it, i heard grip was a good ripper/encoder, or you can simply stay old school and do everything on the command line with cdparanoia, lame, BladeENC and the other myraid of encoding programs.
HTH
-NSKL
ripperX still complains with the same error as origin post and other programs such as KsCD don't detect any music cd's or work etc...
why oh why does Lycoris have to drag their feet so long on their kde upgrade? if not for that fact (coupled with the fact that compiling anything right on it is like pulling molars plus its sucky way of storing their kernel sources makes it so recompiling it breaks the entire thing) it would be a perfect Desktop/LX.
thought I had everything perfect last night after I had resolved my Sony Clie problems but I hadn't anticipated that useing cd music of all things would be such a freaking nightmare.
If the CD drive is a CDRW unit and it is controlled by generic SCSI drivers then try using /dev/scd0 instead of /dev/hdc. Because CD Audio media is not mountable media, the fstab doesn't matter. But if the /dev/cdrom device is a proper link then it can used to mount iso9660 media.
Also, I believe that /dev/sr0 and /dev/scd0 are equivalent.
aye it is /dev/sr0 cdrw problem is now I think I have a kernel-module issue going on due to errors i'm getting when i use "cdrecord -scanbus"
really don't know what I screwed up with this reinstall because I had cdrecord at least working and reporting properly when this was all just on the 10 gig partition.
edit/add
ok I did rm /dev/cdrom then
chmod 666 /dev/sr0
ln -s /dev/sr0 /dev/cdrom
same errors as originally reported though.
the fact that cdrecord -scanbus is giving me errors too tells me I have something really messed up though.
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
To rip and burn CDs in user mode you can either set SUID root bit on cdparanoia and programs you use for burning, or create a special group, and add the useres to that group, then give it permissions over all the necessary files and programs. The first solution can pose security risks, the second can be a pain to setup, so if it's not important you might want to stay how you are.
HTH
-NSKL
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.