View previous topic :: View next topic |
Author |
Message |
chh Tux's lil' helper
Joined: 16 May 2002 Posts: 131 Location: Germany
|
Posted: Tue Jun 21, 2005 6:07 pm Post subject: More problems with cdrecord |
|
|
Hello all,
I cannot write CDs anymore.
The only thing i changed lately was an upgrade to cdrtools-2.01-r3 from r2 some days ago. Now nearly all attempts to burn an audio CD end with an error.
After some of the mistakes (using k3b) I searched the forum and found some postings on problems writing CDs as normal user.
So I tried the ck-sources (2.6.11_p10) as these were said to have a patch, no change. The last thing I tried was using cdrecord as root (both with the ck-sources and the gentoo-sources-2.6.11), but I still get errors like the following:
Track 01: Total bytes read/written: 45236016/45236016 (19233 sectors).
Track 02: Total bytes read/written: 57692208/57692208 (24529 sectors).
cdrecord: Success. write_g1: scsi sendcmd: no error
CDB: 2A 00 00 00 DD CF 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 10 20 31 00 80 02 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x02 Qual 0x00 (no seek complete) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 63504
cmd finished after 5.457s timeout 40s
write track data: error after 29910384 bytes
cdrecord: A write error occured.
cdrecord: Please properly read the error message above.
cdrecord: Success. close track/session: scsi sendcmd: no error
CDB: 5B 00 02 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 10 20 3B 00 80 02 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x02 Qual 0x00 (no seek complete) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 4.906s timeout 480s
cmd finished after 4.906s timeout 480s
cdrecord: Cannot fixate disk.
I even tried different media types, all of them were used before without any problems (I think I lost only 2 CD-Rs in over 2 years) so I would say it is not any bad media.
What makes me wonder is that once I could finish writing a CD-R and once with an CD-RW (using k3b as user) the other ~8 tries were failures.
Any hints what could be the problems?
Thanks a lot
Christian |
|
Back to top |
|
|
papal_authority Veteran
Joined: 31 Mar 2004 Posts: 1823 Location: Canada
|
Posted: Wed Jun 22, 2005 12:28 am Post subject: |
|
|
Could you try straight from the command line? Maybe k3b is sending the wrong settings. Assuming your burner is /dev/hdd then something like this should work:
Code: | cdrecord -dummy -v dev=/dev/hdd /etc/hosts |
_________________ The free market gave me gonorrhea. |
|
Back to top |
|
|
chh Tux's lil' helper
Joined: 16 May 2002 Posts: 131 Location: Germany
|
Posted: Wed Jun 22, 2005 6:48 am Post subject: |
|
|
papal_authority wrote: | Could you try straight from the command line? Maybe k3b is sending the wrong settings. Assuming your burner is /dev/hdd then something like this should work:
Code: | cdrecord -dummy -v dev=/dev/hdd /etc/hosts |
|
What I tried was
Code: | cdrecord dev=ATA:1,1,0 -v -audio -dummy -driveropts=burnfree -pad k3b*.wav |
and I tried this as root. The error was the following:
Code: | Track 08: 1 of 50 MB written (fifo 100%) [buf 89%] 24.5x.cdrecord:
Success. write_g1: scsi sendcmd: no error
CDB: 2A 00 00 02 4C 7F 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 10 20 3B 00 80 02 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x02 Qual 0x00 (no seek complete) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 63504
cmd finished after 5.316s timeout 40s
write track data: error after 1143072 bytes
cdrecord: A write error occured. |
Same with /dev/hdd.
What makes me wonder is that it is the same for root and users.
Christian |
|
Back to top |
|
|
farceb n00b
Joined: 11 May 2005 Posts: 4
|
Posted: Wed Jun 29, 2005 8:06 pm Post subject: |
|
|
Christian, if you have no luck with your cd burning problems, try to reemerge cdrecord, it solved my situation.
Check this out https://forums.gentoo.org/viewtopic-t-311773-highlight-cdrecord.html
Code: | noremorse root # genlop -l |grep cdrtool
Thu Dec 9 16:06:27 2004 >>> app-cdr/cdrtools-2.01
Wed Apr 6 00:11:42 2005 >>> app-cdr/cdrtools-2.01-r2
Thu Jun 2 02:47:25 2005 >>> app-cdr/cdrtools-2.01-r3
Wed Jun 29 14:40:23 2005 >>> app-cdr/cdrtools-2.01-r3
|
Code: | noremorse root # emerge cdrtools -s
Searching...
[ Results for search key : cdrtools ]
[ Applications found : 1 ]
* app-cdr/cdrtools
Latest version available: 2.01-r3
Latest version installed: 2.01-r3
Size of downloaded files: 1,392 kB
Homepage: http://cdrecord.berlios.de/old/private/cdrecord.html
Description: A set of tools for CD recording, including cdrecord
License: GPL-2 freedist
|
|
|
Back to top |
|
|
|