LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   any of you know of software to deal with recalcitrant copy-protected cd from 2008 ? (https://www.linuxquestions.org/questions/linux-software-2/any-of-you-know-of-software-to-deal-with-recalcitrant-copy-protected-cd-from-2008-a-786155/)

shantiq 02-01-2010 04:31 AM

any of you know of software to deal with recalcitrant copy-protected cd from 2008 ?
 

so i have a promotion audio cd from 2008 and i simply cannot rip it it is copy protected


i simply want to copy it to my computer but whatever is in there does not allow me to


i have tried




Code:

ripit -w --cdtoc 0 -r 0


Code:

cdparanoia -d /dev/cdrom -q  -v --output-wav --batch  1-11


Code:

dd if=/dev/cdrom of=my_cd_image.iso


Code:

pacpl  --outdir /home/shantiq/Desktop  --rip all  -t wav


as you can see i have used quite a few of the heavy guns any of those would work to rip any other audio cd

i think here i need some űbernerd expertise

ok please clever suggestions welcome it is copy protected from 2008 so recent technology

it tells me there are no audio tracks on the disc which of course is not true as it plays in my stereo it pretends to be a data disc but is not

Davno 02-01-2010 05:28 AM

Code:

copy protected
Wrong forum!

knudfl 02-01-2010 07:08 AM

*

Copy protected > > Illegal to answer, per LQ Rules.

In some countries, even making a backup from copy
protected media .. is not allowed.

.....

mesiol 02-01-2010 08:08 AM

and please use colored text more careful

shantiq 02-02-2010 02:55 AM

what a charming crew !!!!!!

i thought most people here were intelligent

NOTHING illegal it is MY cd and i want to listen to it on my computer


In the country i live in it is not illegal



I asked for useful tips not bigotted answers

As for the colour of my type i am blind in one eye and it is the best colour for me to see

Maybe some of you do not like handicaps



I kindly requested useful answers


I am still waiting






GrapefruiTgirl 02-02-2010 03:41 AM

Hi shantiq, welcome to LQ!

Members who have posted above are merely adhering to the LQ rules as they understand them, particularly the rule(s) about posts or threads whose subject matter may be considered potentially harmful to LQ or a third party.

LQ staff including myself have been discussing threads vaguely similar to yours for the past few weeks, and discussions are still ongoing, regarding what exactly is 'allowable topic of discussion' under various circumstances, usually on topics that are related to "cracking and security stuff", but copying protected media is related to these discussions too, so what I am going to write here *might* be overruled down the road, by other moderator(s) possibly including myself, or by Jeremy, the site Admin.

Now, given that:

A) You own the media and have legally purchased it or otherwise legally obtained it;
B) It's reasonable to believe that you are allowed making a backup of said media, in case the original becomes damaged.
C) You state that in your country, it is not illegal to do what you wish to do;

..it is my belief that it would be OK to make a personal backup of this media, and if you wish to make that backup onto your computer, that's OK too.

As I said, this is at this time, only my own interpretation of the situation. I am going to report this thread for review by other moderators and/or by Jeremy, and one of us will post back later on, either giving the OK to help, or to shut down the thread because it is deemed NOT OK.

Also, a friendly "for your information": It is common for folks to suggest that funny colors be avoided when making posts, because more often than not, colored text is harder on the eyes than normal black text. However, given your vision handicap, please feel free to post in whatever color you find easiest to read. You may do well to make a note in your future threads though, as to the reason why you use the colors, otherwise you will very likely get more replies asking you to not use colors :) -- and, I hopefully speak for every member, when I say that we do not discriminate against the handicapped here at LQ. Everyone is welcome, and deserves to be treated fairly.

So, we'll get back to you on the subject of this thread.

Meanwhile, best regards!
Sasha

shantiq 02-03-2010 02:36 AM

thank you sasha for a measured and kind reply

might you be of the clan of the YY? the female touch? anyway thanx

a lot of male nerds ( of which i belong/well would be nerd at least ) seem to surrender the heart when they are using the mind


Yes i did feel attacked. I am not robbing a bank here simply trying to add a disc to my computer collection a disc i bought online.


anyway so far having tried for a couple of weeks and tried every known ripper command or not still no dice

i believe it has to do with the disc claiming to have no audio tracks when it does there is the customary extra data track which throws the rippers off the best i have found so far is this


Quote:

3. Rip / Copy Multi-track Cd's (cue/bin, Playstation)

With mosts Cd's you can make a 1:1 copy with dd and burn this ISO 9660 image using any standard tool (like the CD-Writing HOWTO explains).

This does not work with Playstation-Cd's because the data track is written in mode 2 which dd can't read, and because the Cd's are multitrack (one data-track and several audio-tracks).

cdrdao (manual page) can copy these Cd's.

To read a CD and make a image pair:

cdrdao read-cd --read-raw --datafile [filename.bin] --device [bus,id,lun] --driver generic-mmc-raw [filename.toc]
[filename.bin] The actual image file
[bus,id,lun] The SCSI-address of the used device
[filename.toc] The description file (Table Of Contents)

IDE users should use --device ATAPI:0,0,0 (for the first drive, ATAPI:0,1,0 for the second), SCSI users only need to give ut the device number (--device 0,3,0). It is also possible to point directly to the device path: --device /dev/cdroms/cdrom1

Example:

cdrdao read-cd --read-raw --datafile my_game_rip.bin --device ATAPI:0,0,0 --driver generic-mmc-raw my_game_rip.toc
since it reads the cd as having both audio and data track

but it still did not work


PS please do not delete this post. as you can see not an illegal endeavour. What we are doing here is sharing knowledge surely. If it is no trouble could the three posts above which were unkind and mildly aggressive be removed? thanx shan


GrapefruiTgirl 02-03-2010 07:21 AM

Discussion is still ongoing about this thread, but I would like to say:

If the media claims to not have any audio tracks, then it would seem to me that using tools designed for ripping audio, are not the way to go about this.

I would be looking maybe at `mkisofs` or `growisofs` to recreate the media's ISO image as an .ISO file on your computer. This image would in theory be identical to the image on the media itself. So it still would not have "audio tracks", it would look and act just like the CD media.

Having done this (creating the .ISO image using `growisofs` or whatever) you would need to treat it just like the hard media, if you wanted to play it; i.e. either mount the .ISO image (on a loop device), or in the case where media does not need to be mounted in order to play it (like audio CDs) just point your media player at the .ISO image.

Note I haven't actually tried this procedure myself, so no guarantees!

Sasha

shantiq 02-04-2010 07:43 AM

thank you grapefruit girl will give that a shot :hattip::hattip:



ok had a look at mkisofs` or `growisofs but those are commands from genisoimage


and i see no way of ripping a cd to an iso image with that software it seems to generate iso images from existing files on a computer


not from a disc drive am i missing something? ps mind you that seems a good route since if one manages to extract an iso from the disc one could then open the iso and pluck the audio trax out of there

jschiwal 02-04-2010 10:11 PM

In the US there is an analog loop-hole. Since you an play the music on your stereo, you can encode the analog audio. The laws in your country you referred to may make archiving legal. That isn't the same thing as ripping. Also defeating copy protection may not be covered either.

Audio CDs don't have encryption. I'm betting another technique was used, and there are still audio tracks on the disc.

In the long run, simply stop purchasing music from this source if they don't allow you to enjoy the music as you'ld like.

Davno 02-05-2010 01:49 AM

Quote:

PS please do not delete this post. as you can see not an illegal endeavour. What we are doing here is sharing knowledge surely. If it is no trouble could the three posts above which were unkind and mildly aggressive be removed? thanx shan
Can you go any lower than this, It sure will not make you many friend here.

shantiq 02-05-2010 02:03 AM

Quote:

Originally Posted by Davno (Post 3853510)
Quote:

PS please do not delete this post. as you can see not an illegal endeavour. What we are doing here is sharing knowledge surely. If it is no trouble could the three posts above which were unkind and mildly aggressive be removed? thanx shan
Can you go any lower than this, It sure will not make you many friend here.


i am sorry davno but your curt and dismissive two word reply was unfriendly in the extreme and very unwelcoming.

i also think It sure will not make you many friend here is pretty much more of the same.


If you read some of the other replies people are trying to help.


If you have something to say to help me with my request please do so otherwise i would be grateful if you could refrain from writing on this post.

shantiq 02-07-2010 04:17 PM

ok still looking and i found some good bits of code to copy cds but still nothing for my particular problem


i include the codes here for the ones who might want a handy way to rip audio cds

to rip IN A REALLY ACCURATE way
Code:

icedax dev=/dev/cdrom -vall cddb=0 -B -Owav


then write


Code:

wodim dev=/dev/cdrw -v -dao -useinfo -text  *.wav

The iso way which seems the best is still proving problematic


but checked readom which is for copying data cds
Code:

readom dev=device [ options ]

and that seems hopeful

Code:

readom dev=2,0 f=cdimage.raw

but hey still looking

devnull10 02-07-2010 04:34 PM

If you are that desperate to get it to your machine, you could always just play it and record it on the line in of your soundcard?

Not ideal, but a solution.

archtoad6 01-02-2011 04:37 PM

shan,
You will probably never see this as you seem to have departed LQ:
shantiq
Last Activity: 02-08-10 10:37 AM
And worse, if you do, you may take offense at my question:

Why do you need to use bold colors when writing your posts, but not when reading our posts?

Have you investigated using a browser, Opera comes to mind, that can compensate for vision problems wherever you are on the web -- not just when you are posting, but when you are reading as well.


Comments on Legality
Your IP information:
<removed> - location confirmed.
indicates that you are probably located in the UK.

Is this true?
If so, are you sure that ripping a copy-protected CD is legal there?


BTW, I have impairments, too. See my blog. Edit: Cancel that, That entry is still in draft.

archtoad6 01-02-2011 05:03 PM

Afterthoughts
While posts 2-4 were short to the point of brusqueness, they were factual & not overtly rude. That, the rudeness, was started by OP in post #5, continued by her in post #7, responded to by Davno in post #11, & she snapped back at him in post #12. A mini-flame war that probably caused her departure from LQ.
Sad...Sad...Sad.

shantiq 01-03-2011 02:55 AM

ok writing this for the 3rd time ::::))))) trying to find the right tone




all i asked in the first place was technical help


i bought a disc to play on my computer but it does not can you help?



if you do not wish to help or do nor know the answer fine simply move on
having looked around this was 2 years ago! i came to the conclusion that there really is no way to bypass this type of copy-protection



if you find my question offensive by its nature please remove it



I have found this site so far a tad unhelpful/unfriendly/judgemental



i use many other sites for advice and never haver encountered a similar attitude there



so archtoad you are right i do not come here anymore



Ps i would be grateful if you could remove my internet address from your previous post
i would never publish yours or anyone else's out of respect I sincerely wish you all a Happy New year

TobiSGD 01-03-2011 03:11 AM

You will get answers to your technical questions if they do no harm to LinuxQuestions.org. Copy-protection is always a matter. I live in Germany, and here it is illegal to copy any medium that has a copy protection, even if you have bought it and it simply is yours. So Archtoads question about your country is legitimate, especially because Archtoad is a moderator and therefore has to care for the forum by definition.

To your question: The only way I may copy a copy-protected CD without being illegal in my country is to play it with a normal CD-player and record it with your PC. But was already mentioned before.

shantiq 01-03-2011 03:20 AM

---

archtoad6 01-03-2011 09:56 PM

Quote:

Originally Posted by shantiq (Post 4211158)
... Ps i would be grateful if you could remove my internet address from your previous post
i would never publish yours or anyone else's out of respect...

I don't see the need, it's changed already. Also, I'm not sure that it's as big privacy or security problem as one might imagine: it's embedded in every packet that goes between your computer & the Internet -- in either direction! However, confirm that you are in the UK, & I will do as you ask.

You still haven't answered my questions about your location or what you do to read "normal" posts.

FWIW, your choice of color bothers at least one member w/ a different visual impairment:
http://www.linuxquestions.org/questi...6/#post4212043
Curiosity -- How long have you had yours?

Thank you for sticking w/ us & trying to find a good tone.

shantiq 01-04-2011 02:49 AM

Quote:

However, confirm that you are in the UK, & I will do as you ask.



i live in Norfolk in England and here we tend to trust people


and yes quasi-blind in the right eye and do not like to discuss that either. sensitivity not a priority clearly blue is better for my eyes i see it clearly


i really dislike the tone of this entire conversation/site i ask for help and am getting a grilling






devnull10 01-04-2011 06:24 AM

Quote:

i live in Norfolk in England and here we tend to trust people
Quote:

In the country i live in it is not illegal
Are you sure about that?

In any case, any help you get on here is free and is out of the kindness of the members. You aren't paying for it so if you don't like it then sod off.

tredegar 01-04-2011 07:16 AM

Strictly speaking, making a private copy of copyrighted media is illegal in the UK.

Reference

djsmiley2k 01-04-2011 07:25 AM

What about V+/Sky+ then? All the content on the BBC is copyrighted, yet those copy and store it indiscriminiately. I'm not going to even get into the problems thrown up by the fact if you view a web page all of its content is "copied" to your RAM, to your Display, and many copies are created in this process.


However this has already been looked over by the ops, and ok'ed for discussion.

shantiq 01-04-2011 09:31 AM

1 Attachment(s)
Quote:

Originally Posted by devnull10 (Post 4212507)
Are you sure about that?

In any case, any help you get on here is free and is out of the kindness of the members. You aren't paying for it so if you don't like it then sod off.

not overfriendly mayhaps


and really is this a linux kind of attitude? we all help each other in the Linux community as noone knows everything if you want help on lossless conversion ask me i have a fair bank of kn owledge collected with the help of friendly Linux users



come on there seems to be a lot of judgmentality and unkindness on the pages i have seen here


what is it with this site? come on guys all i ever did was ask for a bit of help



Let me start again I bought a demo disc on ebay and i just wanted to copy it to my harddrive so i can listen to it


i bought it i want to listen to it no crime so far it is copyrighted hoooooooooooooooooooooo

big crime now whoooooooooo maybe guantanamo a fair punishnment :)

i attach a picture




i am a composer and a graphic artist and put all my work out for free GNU inspires me Linux inspires me


some of the reactions i have seen here pain me To me Linux spells a freer world a free world NOT a copyright world




thaT GUY here is my hero so maybe i am in the wrong place if you are all hard-line followers of the Man's Law. Simple question is whose Law is it? and then maybe now ... i don't know Peaxce my brothers ....Happy New Year Devnull10 be kinder in 2011 mayhaps



http://img146.imageshack.us/img146/3435/bradley24.png


ps i was going to ask to have my account terminated i have changed my mind i really want to be here now help and be helped in the spirit of Linux this is not corporate america LINUs is a swede not a legalistic brute


so softy softy and kind dudes then we can all learn from each other

djsmiley2k 01-04-2011 09:37 AM

shantiq

Ah, some people get rilled up at different things, they only appear angry as they are quick to defend that which they love (linuxquestions) against anything which may threaten it :)

Out of interest have you checked the site/myspace of the CD's artists, maybe they have mp3s you can just download, or would be able to provide you with them? Its always worth asking.

shantiq 01-04-2011 09:52 AM

Quote:

Originally Posted by djsmiley2k (Post 4212742)
shantiq

Ah, some people get rilled up at different things, they only appear angry as they are quick to defend that which they love (linuxquestions) against anything which may threaten it :)

Out of interest have you checked the site/myspace of the CD's artists, maybe they have mp3s you can just download, or would be able to provide you with them? Its always worth asking.

now this is kind and helpful i have my own music on myspace not a great site in my view tho but hey it is free

they turn your music into 96kbps slimline nightmares there but of course you can link lossless from elsewhere like bandcamp.com or box.net


and thank you for your kind suggestion dj


ps i do not think there is any way i could rip that disc i have even tried the version of EAC under wine which can rip everything EAC 095 pb3 and noooooooo dice so it beggars the question if they are so bothered about copyright why do they not do that to ALL discs this has really puzzled me still does.....

djsmiley2k 01-04-2011 10:21 AM

Quote:

Originally Posted by shantiq (Post 4212754)
now this is kind and helpful i have my own music on myspace not a great site in my view tho but hey it is free

they turn your music into 96kbps slimline nightmares there but of course you can link lossless from elsewhere like bandcamp.com or box.net


and thank you for your kind suggestion dj


ps i do not think there is any way i could rip that disc i have even tried the version of EAC under wine which can rip everything EAC 095 pb3 and noooooooo dice so it beggars the question if they are so bothered about copyright why do they not do that to ALL discs this has really puzzled me still does.....

I was going to say the analog loophole, but then it dawned on me.

Its the big red book.

There is a... "standard" that CD's are meant to meet to be classed as compact Discs *(not disks) and so meeting this standard means they'll play on any CD player, I'm guessing that whatever has been done to that CD, may break this standard.


All times are GMT -5. The time now is 10:27 PM.