You are not logged in.

#1 2016-01-21 19:09:04

daniel712
Member
Registered: 2016-01-21
Posts: 39

[SOLVED] CD RIPPER Crash

Hi Arch Forum,

i built a new System on Intel Skylake 6600k, works great. I inserted a SATA DVD ROM (AHCI) a bit outdated, i think from 2007 or so.
(LG HL-DT-ST DVD-RAM GSA-H30N)

When i try to rip a Audio CD to FLAC the ripper crashed each time. I tried rubyripper and grip.
I think there is some kind of systemtic problem...

Is the DVD-RW Drive to old?

Does the auto mounting feature of thunar has something to do with?

When i watch journalctl -f during the crash i cannot get some hints from that, there is something with ioctl...

I installed Arch from scratch with XFCE. Do i miss some packages perhaps?

Thanks for help,

Daniel.

Last edited by daniel712 (2016-01-22 21:52:06)

Offline

#2 2016-01-21 19:35:14

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] CD RIPPER Crash

I'd start troubleshooting by taking the encoding  out of the equation and trying something simple - can you extract an iso from your CD?

dd if=/dev/sr0 of=~/cd.iso

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2016-01-21 19:58:34

daniel712
Member
Registered: 2016-01-21
Posts: 39

Re: [SOLVED] CD RIPPER Crash

Good point.

"Failure reading /dev/sr0: i/o error"

In Thunar the CD pops up as "Audio-CD" and i see the .wav tracks (mount point cdda://sr0/)

...

Funny... i just tried to rip the CD on another machine with a fresh Manjaro Install... different Hardware... same thing???

...

Last edited by daniel712 (2016-01-21 20:08:32)

Offline

#4 2016-01-22 05:34:49

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] CD RIPPER Crash

So maybe it's a problem with the CD instead of the drive. Try some other CD/DVD and try the dd command that slithery mentioned on that.

Offline

#5 2016-01-22 11:03:42

sekret
Member
Registered: 2013-07-22
Posts: 303

Re: [SOLVED] CD RIPPER Crash

You cannot use dd with audio CDs!

What if you use e.g. cdda2wav? Maybe with "-v all" to get maximum debug information!

Offline

#6 2016-01-22 11:19:37

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] CD RIPPER Crash

@sekret, why can't you use dd with audio CDs? It is only for testing the cd, not extracting the songs with it.

Offline

#7 2016-01-22 21:48:54

daniel712
Member
Registered: 2016-01-21
Posts: 39

Re: [SOLVED] CD RIPPER Crash

Thank you very much for help!

cdda2wav worked well. Afterwards i tried soundkonverter - no problems...

So maybe a problem of rubyripper and grip.

Daniel

Offline

#8 2016-01-22 21:53:37

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] CD RIPPER Crash

You might want to check out abcde as well, I use it for all of my ripping.

Last edited by Slithery (2016-01-22 21:54:03)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#9 2016-01-22 22:01:24

teckk
Member
Registered: 2013-02-21
Posts: 575

Re: [SOLVED] CD RIPPER Crash

My 2 cents.
As well as what has been mentioned
Can you play the tracks on the cd?
Examples:

mplayer cdda://1
mpv cdda://1 --cdrom-device=/dev/sr0

Dump

mplayer cdda://1 -dumpstream -dumpfile track1.wav
file track1.wav
track1.wav: data

Play

mplayer -demuxer rawaudio track1.wav
cdparanoia 1 track1_1.wav
file track1_1.wav
track1_1.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz

It's quite small

pacman -Si cdparanoia | grep Size
Download Size  :  64.91 KiB
Installed Size : 198.00 KiB

Edit: Hadn't used a CD for a while.
This would a better use of mplayer to do that.

mplayer cdda://1 -demuxer rawaudio -vc dummy -vo null -ao pcm:file=track1test.wav
file /home/teckk/track1test.wav
track1test.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz

Last edited by teckk (2016-01-22 22:52:39)

Offline

Board footer

Powered by FluxBB