hello
i'm trying to read some audio tracks and save them to disk. I tried using cdda2wav and I couldn't get no results. I ran cdda2wav with these options: cdda2wav -Igeneric_scsi -D1,0,0
as my teac cd writer is using ide-scsi module. cdda2wav output follows:
Type: ROM, Vendor 'TEAC ' Model 'CD-W58E ' Revision '1.0A' MMC+CDDA 724992 bytes buffer memory requested, 4 buffers, 75 sectors Read TOC CD Text failed (probably not supported). #Cdda2wav version 2.0_linux_2.4.20_i686_i686, real time sched., soundcard, libparanoia support AUDIOtrack pre-emphasis copy-permitted tracktype channels 1-11 no no audio 2 Table of Contents: total tracks:11, (total time 47:34.52) 1.( 4:11.09), 2.( 3:25.07), 3.( 4:19.40), 4.( 3:30.19), 5.( 5:30.15), 6.( 4:38.32), 7.( 5:03.67), 8.( 4:12.42), 9.( 3:39.69), 10.( 3:59.27), 11.( 5:02.25)
Table of Contents: starting sectors 1.( 0), 2.( 18834), 3.( 34216), 4.( 53681), 5.( 69450), 6.( 94215), 7.( 115097), 8.( 137889), 9.( 156831), 10.( 173325), 11.( 191277), lead-out( 213952) CD-Text: not detected CD-Extra: not detected samplefile size will be 44297612 bytes. recording 251.1200 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'... percent_done: 0%cdda2wav: Input/output error. ReadCD MMC 12: scsi sendcmd: no error CDB: BE 04 00 00 00 00 00 00 4B 10 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 06 00 00 00 00 0A 00 00 00 00 29 00 00 00 Sense Key: 0x6 Unit Attention, Segment 0 Sense Code: 0x29 Qual 0x00 (power on, reset, or bus device reset occurred) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 300.068s timeout 300s 0% W Child exited with 2
and /var/log/messages shows --- Jun 1 22:46:17 himba kernel: scsi : aborting command due to timeout : pid 1310, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 00 00 00 4b 10 00 00 Jun 1 22:46:17 himba kernel: hdd: lost interrupt Jun 1 22:46:17 himba kernel: hdd: irq timeout: status=0xd0 { Busy } Jun 1 22:46:17 himba kernel: hdd: ATAPI reset complete Jun 1 22:51:18 himba kernel: scsi : aborting command due to timeout : pid 1312, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 4b 00 00 4b 10 00 00 Jun 1 22:51:18 himba kernel: hdd: lost interrupt Jun 1 22:51:18 himba last message repeated 2 times Jun 1 22:51:18 himba kernel: ide-scsi: The scsi wants to send us more data than expected - discarding data Jun 1 22:51:18 himba kernel: ide-scsi: [[ be 4 0 0 0 4b 0 0 4b 10 0 0 ] Jun 1 22:51:18 himba kernel: ] Jun 1 22:51:18 himba kernel: ide-scsi: expected 176400 got 178752 limit 176400 ---
Can anybody help me with that? ps. I can listen to audio cds, using cd player supplied with suse 8.2, with no problem.
regards ,himba
first of all run cdredcord --scanbus to see what device is what. I use my DVD drive to rip as you can see below it is 0,0,0. So what you need to do is this> To rip an entire cd in individual tracks: cdda2wav -D 0,0,0 -B To rip just a specified track: cdda2wav -D 0,0,0 -t " the track # to be ripped" To rip a range of tracks: cdda2wav -D 0,0,0 -t "track#+track#"
hope this helps you!
scsibus0: 0,0,0 0) 'DVSKOREA' 'DVD-ROM DSR1600H' 'db18' Removable CD-ROM 0,1,0 1) 'PHILIPS ' 'PCRW804 ' ' 2,1' Removable CD-ROM 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
On Sun, 2003-06-01 at 17:02, himbA wrote:
hello
i'm trying to read some audio tracks and save them to disk. I tried using cdda2wav and I couldn't get no results. I ran cdda2wav with these options: cdda2wav -Igeneric_scsi -D1,0,0
as my teac cd writer is using ide-scsi module. cdda2wav output follows:
Type: ROM, Vendor 'TEAC ' Model 'CD-W58E ' Revision '1.0A' MMC+CDDA 724992 bytes buffer memory requested, 4 buffers, 75 sectors Read TOC CD Text failed (probably not supported). #Cdda2wav version 2.0_linux_2.4.20_i686_i686, real time sched., soundcard, libparanoia support AUDIOtrack pre-emphasis copy-permitted tracktype channels 1-11 no no audio 2 Table of Contents: total tracks:11, (total time 47:34.52) 1.( 4:11.09), 2.( 3:25.07), 3.( 4:19.40), 4.( 3:30.19), 5.( 5:30.15), 6.( 4:38.32), 7.( 5:03.67), 8.( 4:12.42), 9.( 3:39.69), 10.( 3:59.27), 11.( 5:02.25)
Table of Contents: starting sectors 1.( 0), 2.( 18834), 3.( 34216), 4.( 53681), 5.( 69450), 6.( 94215), 7.( 115097), 8.( 137889), 9.( 156831), 10.( 173325), 11.( 191277), lead-out( 213952) CD-Text: not detected CD-Extra: not detected samplefile size will be 44297612 bytes. recording 251.1200 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'... percent_done: 0%cdda2wav: Input/output error. ReadCD MMC 12: scsi sendcmd: no error CDB: BE 04 00 00 00 00 00 00 4B 10 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 06 00 00 00 00 0A 00 00 00 00 29 00 00 00 Sense Key: 0x6 Unit Attention, Segment 0 Sense Code: 0x29 Qual 0x00 (power on, reset, or bus device reset occurred) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 300.068s timeout 300s 0% W Child exited with 2
and /var/log/messages shows
Jun 1 22:46:17 himba kernel: scsi : aborting command due to timeout : pid 1310, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 00 00 00 4b 10 00 00 Jun 1 22:46:17 himba kernel: hdd: lost interrupt Jun 1 22:46:17 himba kernel: hdd: irq timeout: status=0xd0 { Busy } Jun 1 22:46:17 himba kernel: hdd: ATAPI reset complete Jun 1 22:51:18 himba kernel: scsi : aborting command due to timeout : pid 1312, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 4b 00 00 4b 10 00 00 Jun 1 22:51:18 himba kernel: hdd: lost interrupt Jun 1 22:51:18 himba last message repeated 2 times Jun 1 22:51:18 himba kernel: ide-scsi: The scsi wants to send us more data than expected - discarding data Jun 1 22:51:18 himba kernel: ide-scsi: [[ be 4 0 0 0 4b 0 0 4b 10 0 0 ] Jun 1 22:51:18 himba kernel: ] Jun 1 22:51:18 himba kernel: ide-scsi: expected 176400 got 178752 limit 176400
Can anybody help me with that? ps. I can listen to audio cds, using cd player supplied with suse 8.2, with no problem.
regards ,himba
This €-mail was Kmailed.
hello It does not make any difference if I do it with your cmd options. Cdrecord -scanbus returns: scsibus1: 1,0,0 100) 'TEAC ' 'CD-W58E ' '1.0A' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) *
and I used cdda2wav -D 1,0,0 -B as cmd line and the same errors appear as I described them in my first email...
I just can't seem to get over this, I had the same problem under RH8 then I thought it was corrupted install of some libs and it didn't work for that matter, but here, uder Suse8.2, I get the same errors.
regards ,himba
Dne ponedeljek 2. junija 2003 03:35 je Dale napisal(a):
first of all run cdredcord --scanbus to see what device is what. I use my DVD drive to rip as you can see below it is 0,0,0. So what you need to do is this> To rip an entire cd in individual tracks: cdda2wav -D 0,0,0 -B To rip just a specified track: cdda2wav -D 0,0,0 -t " the track # to be ripped" To rip a range of tracks: cdda2wav -D 0,0,0 -t "track#+track#"
hope this helps you!
scsibus0: 0,0,0 0) 'DVSKOREA' 'DVD-ROM DSR1600H' 'db18' Removable CD-ROM 0,1,0 1) 'PHILIPS ' 'PCRW804 ' ' 2,1' Removable CD-ROM 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
On Sun, 2003-06-01 at 17:02, himbA wrote:
hello
i'm trying to read some audio tracks and save them to disk. I tried using cdda2wav and I couldn't get no results. I ran cdda2wav with these options: cdda2wav -Igeneric_scsi -D1,0,0
as my teac cd writer is using ide-scsi module. cdda2wav output follows:
Type: ROM, Vendor 'TEAC ' Model 'CD-W58E ' Revision '1.0A' MMC+CDDA 724992 bytes buffer memory requested, 4 buffers, 75 sectors Read TOC CD Text failed (probably not supported). #Cdda2wav version 2.0_linux_2.4.20_i686_i686, real time sched., soundcard, libparanoia support AUDIOtrack pre-emphasis copy-permitted tracktype channels 1-11 no no audio 2 Table of Contents: total tracks:11, (total time 47:34.52) 1.( 4:11.09), 2.( 3:25.07), 3.( 4:19.40), 4.( 3:30.19), 5.( 5:30.15), 6.( 4:38.32), 7.( 5:03.67), 8.( 4:12.42), 9.( 3:39.69), 10.( 3:59.27), 11.( 5:02.25)
Table of Contents: starting sectors 1.( 0), 2.( 18834), 3.( 34216), 4.( 53681), 5.( 69450), 6.( 94215), 7.( 115097), 8.( 137889), 9.( 156831), 10.( 173325), 11.( 191277), lead-out( 213952) CD-Text: not detected CD-Extra: not detected samplefile size will be 44297612 bytes. recording 251.1200 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'... percent_done: 0%cdda2wav: Input/output error. ReadCD MMC 12: scsi sendcmd: no error CDB: BE 04 00 00 00 00 00 00 4B 10 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 06 00 00 00 00 0A 00 00 00 00 29 00 00 00 Sense Key: 0x6 Unit Attention, Segment 0 Sense Code: 0x29 Qual 0x00 (power on, reset, or bus device reset occurred) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 300.068s timeout 300s 0% W Child exited with 2
and /var/log/messages shows
Jun 1 22:46:17 himba kernel: scsi : aborting command due to timeout : pid 1310, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 00 00 00 4b 10 00 00 Jun 1 22:46:17 himba kernel: hdd: lost interrupt Jun 1 22:46:17 himba kernel: hdd: irq timeout: status=0xd0 { Busy } Jun 1 22:46:17 himba kernel: hdd: ATAPI reset complete Jun 1 22:51:18 himba kernel: scsi : aborting command due to timeout : pid 1312, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 4b 00 00 4b 10 00 00 Jun 1 22:51:18 himba kernel: hdd: lost interrupt Jun 1 22:51:18 himba last message repeated 2 times Jun 1 22:51:18 himba kernel: ide-scsi: The scsi wants to send us more data than expected - discarding data Jun 1 22:51:18 himba kernel: ide-scsi: [[ be 4 0 0 0 4b 0 0 4b 10 0 0 ] Jun 1 22:51:18 himba kernel: ] Jun 1 22:51:18 himba kernel: ide-scsi: expected 176400 got 178752 limit 176400
Can anybody help me with that? ps. I can listen to audio cds, using cd player supplied with suse 8.2, with no problem.
regards ,himba
This €-mail was Kmailed.
well I managed to to copy one track of CD in about 40 min. It is not the performance one could expect... Anyway the track is ful of pops&cracks. And my /var/log/messages shows alot of these
Jun 2 11:41:20 himba kernel: hdc: lost interrupt Jun 2 11:41:50 himba last message repeated 3 times Jun 2 11:42:50 himba last message repeated 6 times Jun 2 11:43:50 himba last message repeated 6 times Jun 2 11:44:50 himba last message repeated 6 times
I also tried disabling DMA for that drive but no improvement. regards, himba
Dne nedelja 1. junija 2003 23:02 je himbA napisal(a):
hello
i'm trying to read some audio tracks and save them to disk. I tried using cdda2wav and I couldn't get no results. I ran cdda2wav with these options: cdda2wav -Igeneric_scsi -D1,0,0
as my teac cd writer is using ide-scsi module. cdda2wav output follows:
Type: ROM, Vendor 'TEAC ' Model 'CD-W58E ' Revision '1.0A' MMC+CDDA 724992 bytes buffer memory requested, 4 buffers, 75 sectors Read TOC CD Text failed (probably not supported). #Cdda2wav version 2.0_linux_2.4.20_i686_i686, real time sched., soundcard, libparanoia support AUDIOtrack pre-emphasis copy-permitted tracktype channels 1-11 no no audio 2 Table of Contents: total tracks:11, (total time 47:34.52) 1.( 4:11.09), 2.( 3:25.07), 3.( 4:19.40), 4.( 3:30.19), 5.( 5:30.15), 6.( 4:38.32), 7.( 5:03.67), 8.( 4:12.42), 9.( 3:39.69), 10.( 3:59.27), 11.( 5:02.25)
Table of Contents: starting sectors 1.( 0), 2.( 18834), 3.( 34216), 4.( 53681), 5.( 69450), 6.( 94215), 7.( 115097), 8.( 137889), 9.( 156831), 10.( 173325), 11.( 191277), lead-out( 213952) CD-Text: not detected CD-Extra: not detected samplefile size will be 44297612 bytes. recording 251.1200 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'... percent_done: 0%cdda2wav: Input/output error. ReadCD MMC 12: scsi sendcmd: no error CDB: BE 04 00 00 00 00 00 00 4B 10 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 06 00 00 00 00 0A 00 00 00 00 29 00 00 00 Sense Key: 0x6 Unit Attention, Segment 0 Sense Code: 0x29 Qual 0x00 (power on, reset, or bus device reset occurred) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 300.068s timeout 300s 0% W Child exited with 2
and /var/log/messages shows
Jun 1 22:46:17 himba kernel: scsi : aborting command due to timeout : pid 1310, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 00 00 00 4b 10 00 00 Jun 1 22:46:17 himba kernel: hdd: lost interrupt Jun 1 22:46:17 himba kernel: hdd: irq timeout: status=0xd0 { Busy } Jun 1 22:46:17 himba kernel: hdd: ATAPI reset complete Jun 1 22:51:18 himba kernel: scsi : aborting command due to timeout : pid 1312, scsi1, channel 0, id 0, lun 0 0xbe 04 00 00 00 4b 00 00 4b 10 00 00 Jun 1 22:51:18 himba kernel: hdd: lost interrupt Jun 1 22:51:18 himba last message repeated 2 times Jun 1 22:51:18 himba kernel: ide-scsi: The scsi wants to send us more data than expected - discarding data Jun 1 22:51:18 himba kernel: ide-scsi: [[ be 4 0 0 0 4b 0 0 4b 10 0 0 ] Jun 1 22:51:18 himba kernel: ] Jun 1 22:51:18 himba kernel: ide-scsi: expected 176400 got 178752 limit 176400
Can anybody help me with that? ps. I can listen to audio cds, using cd player supplied with suse 8.2, with no problem.
regards ,himba
This €-mail was Kmailed.
On Mon, 2003-06-02 at 05:54, himbA wrote:
well I managed to to copy one track of CD in about 40 min. It is not the performance one could expect...
<snip>
Just a guess that the CD that you are trying to copy has scratches on it. I would use cdparanoia to do it. You can tell it to make a perfect copy I've used it before and it works great for me. Take a look and see if it works for you.
i tried cdparanoia with cdparanoia -vs -B
and I get list of tracks on the CD and last line of ouput show:
(== PROGRESS == [> O| ...... 00 ] == :^D O ==)
, with cd-rom light on non-stop!
After few minutes it changed to (== PROGRESS == [> .| 000001 32 ] == :-P . ==) ^^^^^^^ this value seems to be incrementing slooowly
I would like to see how would it take ti get one track of the CD :)
regards ,himba
Dne ponedeljek 2. junija 2003 12:12 je Marshall Heartley napisal(a):
On Mon, 2003-06-02 at 05:54, himbA wrote:
well I managed to to copy one track of CD in about 40 min. It is not the performance one could expect...
<snip>
Just a guess that the CD that you are trying to copy has scratches on it. I would use cdparanoia to do it. You can tell it to make a perfect copy I've used it before and it works great for me. Take a look and see if it works for you.
-- Marshall
"Nothing is impossible, we just do not have all the anwsers to make the impossible, possible."
On Mon, 2003-06-02 at 06:36, himbA wrote:
i tried cdparanoia with cdparanoia -vs -B
and I get list of tracks on the CD and last line of ouput show:
(== PROGRESS == [> O| ...... 00 ] == :^D O ==)
, with cd-rom light on non-stop!
After few minutes it changed to (== PROGRESS == [> .| 000001 32 ] == :-P . ==) ^^^^^^^ this value seems to be incrementing slooowly
I would like to see how would it take ti get one track of the CD :)
regards ,himba
It depends on how badly the CD is scratched. If it is not scratched too bad, then it should not take very long. But if you told cdparanoia to make a perfect copy and it is severely scratched, then it will take a long time. The man page will tell you what the smileys mean. Have a look. But the short anwser to your question, it depends. Sorry that I cannot be more specific.
well I don't think the problem is in damaged cd - since it looks perfectly fine- though it is cd-rw. but think it should do OK as well.
thanks anyway, regards, himba
Dne ponedeljek 2. junija 2003 13:04 je Marshall Heartley napisal(a):
On Mon, 2003-06-02 at 06:36, himbA wrote:
i tried cdparanoia with cdparanoia -vs -B
and I get list of tracks on the CD and last line of ouput show:
(== PROGRESS == [> O| ...... 00 ] == :^D O ==)
, with cd-rom light on non-stop!
After few minutes it changed to (== PROGRESS == [> .| 000001 32 ] == :-P . ==) ^^^^^^^ this value seems to be incrementing slooowly
I would like to see how would it take ti get one track of the CD :)
regards ,himba
It depends on how badly the CD is scratched. If it is not scratched too bad, then it should not take very long. But if you told cdparanoia to make a perfect copy and it is severely scratched, then it will take a long time. The man page will tell you what the smileys mean. Have a look. But the short anwser to your question, it depends. Sorry that I cannot be more specific.
-- Marshall
"Nothing is impossible, we just do not have all the anwsers to make the impossible, possible."
The 03.06.02 at 11:54, himbA wrote:
Please remember to remove unneeded text from your emails.
well I managed to to copy one track of CD in about 40 min. It is not the performance one could expect... Anyway the track is ful of pops&cracks. And my /var/log/messages shows alot of these
Jun 2 11:41:20 himba kernel: hdc: lost interrupt Jun 2 11:41:50 himba last message repeated 3 times
There are thow entries on the SDB:
Support database 2 articles were found for LOSTINTERRUPT:
* RPM Error Reported (05.02.2002) * The installation of SuSE Linux 7.2 onto an old 'noname' notebook fails (21.09.2001)
Maybe you have got to dissable PnP in the BIOS:
* Problems Caused by the BIOS Option "PnP OS"