View previous topic :: View next topic |
Author |
Message |
peter_poulsen Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1045494912425b9ebfea399.jpg)
Joined: 12 Feb 2003 Posts: 387 Location: Denmark
|
Posted: Sun Oct 02, 2005 11:02 am Post subject: Cdrecord stopped working [SOLVED] |
|
|
My cdrecord used to work but suddenly it stopped working. I have done several emerge -vauD world since last time I burned a CD, so it may be an upgrade of some application that have caused the problem. A weird thing is that the test run seems to be working, it just wont do the actual burning, but what do I know.
This is from my lilo.conf:
Code: |
image = /boot/bzImage-2.6.12.5
root = /dev/hda2
#root = /devices/discs/disc0/part3
label = Gentoo-2.6.12.5
append=" dev=/dev/hdc"
read-only # read-only for checking
|
When I scan the bus:
Code: | # cdrecord -v dev=ATA -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.12.5
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
TOC Type: 1 = CD-ROM
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
SCSI buffer size: 32768
scsibus1:
1,0,0 100) 'TSSTcorp' 'CD-R/RW TS-H292A' 'TS02' 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) *
|
My test run:
Code: | # cdrecord -v dev=ATAPI:0,0,0 -dummy test-cd.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.12.5
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
TOC Type: 1 = CD-ROM
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'TSSTcorp'
Identifikation : 'CD-R/RW TS-H292A'
Revision : 'TS02'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96R
Drive buf size : 1016064 = 992 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 50 MB
Total size: 58 MB (05:46.36) = 25977 sectors
Lout start: 58 MB (05:48/27) = 25977 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 7
Is not unrestricted
Is not erasable
Disk sub type: Medium Type C, high Beta category (C+) (7)
ATIP start of lead in: -11625 (97:27/00)
ATIP start of lead out: 359849 (79:59/74)
Disk type: unknown dye (old id code)
Manuf. index: 81
Manufacturer: ILLEGAL OLD CODE: Old Ritek Co.???
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 333872
Starting to write CD/DVD at speed 24 in dummy TAO mode for single session.
Last chance to quit, starting dummy write 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Starting new track at sector: 0
Track 01: 50 of 50 MB written (fifo 100%) [buf 99%] 24.9x.
Track 01: Total bytes read/written: 53196800/53196800 (25975 sectors).
Writing time: 22.172s
Average write speed 15.6x.
Min drive buffer fill was 99%
Fixating...
WARNING: Some drives don't like fixation in dummy mode.
Fixating time: 14.141s
cdrecord: fifo had 838 puts and 838 gets.
cdrecord: fifo was 0 times empty and 643 times full, min fill was 85%.
|
The real deal:
Code: | # cdrecord -v dev=ATAPI:0,0,0 test-cd.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.12.5
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
TOC Type: 1 = CD-ROM
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'TSSTcorp'
Identifikation : 'CD-R/RW TS-H292A'
Revision : 'TS02'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96R
Drive buf size : 1016064 = 992 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 50 MB
Total size: 58 MB (05:46.36) = 25977 sectors
Lout start: 58 MB (05:48/27) = 25977 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 7
Is not unrestricted
Is not erasable
Disk sub type: Medium Type C, high Beta category (C+) (7)
ATIP start of lead in: -11625 (97:27/00)
ATIP start of lead out: 359849 (79:59/74)
Disk type: unknown dye (old id code)
Manuf. index: 81
Manufacturer: ILLEGAL OLD CODE: Old Ritek Co.???
Trying to clear drive status.
cdrecord: Drive needs to reload the media to return to proper status.
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 333872
Starting to write CD/DVD at speed 24 in real TAO mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Performing OPC...
cdrecord: Input/output error. send opc: scsi sendcmd: no error
CDB: 54 01 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 73 03 00 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x73 Qual 0x03 (power calibration area error) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 9.221s timeout 60s
cdrecord: OPC failed.
Writing time: 9.239s
cdrecord: fifo had 64 puts and 0 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
|
Last edited by peter_poulsen on Wed Oct 19, 2005 8:25 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmf Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 10 May 2005 Posts: 76 Location: Warsaw, Poland
|
Posted: Sun Oct 02, 2005 11:09 am Post subject: |
|
|
have you done etc-update after doing emerge -vauD world? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
peter_poulsen Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1045494912425b9ebfea399.jpg)
Joined: 12 Feb 2003 Posts: 387 Location: Denmark
|
Posted: Sun Oct 02, 2005 11:13 am Post subject: |
|
|
No, I use dispatch-conf instead |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
peter_poulsen Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1045494912425b9ebfea399.jpg)
Joined: 12 Feb 2003 Posts: 387 Location: Denmark
|
Posted: Tue Oct 04, 2005 11:35 am Post subject: |
|
|
Anyone? Is it possible that the cd-drive is broken? If that is the case, how do I test it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cintra Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1858642424191ab7baeb49.jpg)
Joined: 03 Apr 2004 Posts: 2111 Location: Norway
|
Posted: Tue Oct 04, 2005 12:50 pm Post subject: |
|
|
peter_poulsen wrote: | Anyone? Is it possible that the cd-drive is broken? If that is the case, how do I test it? |
its possible.. cdrecord: OPC failed.
have you tried another good quality media?
another possibility might be to update the firmware to TS04
mvh _________________ "I am not bound to please thee with my answers" W.S. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
peter_poulsen Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1045494912425b9ebfea399.jpg)
Joined: 12 Feb 2003 Posts: 387 Location: Denmark
|
Posted: Tue Oct 04, 2005 12:57 pm Post subject: |
|
|
Update the firmware? I have never tried that. Do you have a link? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cintra Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1858642424191ab7baeb49.jpg)
Joined: 03 Apr 2004 Posts: 2111 Location: Norway
|
Posted: Tue Oct 04, 2005 1:08 pm Post subject: |
|
|
peter_poulsen wrote: | Update the firmware? I have never tried that. Do you have a link? |
http://www.techspot.com/drivers/driver/file/information/5578/samsung-ts-h292a-firmware-ts04/ but it probably needs windows.. I'm afraid my own firmware upgrading has been done on NEC's but that went very well.
I would try Verbatim media or equivalent first tho'!
I found this on cdfreaks, and was rather surprised they had nothing later than TS00
http://www.cdfreaks.com/drive/firmware/1125
at least it has a link to the flash app if you need it/dare to try it
Btw, a new NEC 3540a only cost NOK 395.- here in Oslo _________________ "I am not bound to please thee with my answers" W.S. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
peter_poulsen Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1045494912425b9ebfea399.jpg)
Joined: 12 Feb 2003 Posts: 387 Location: Denmark
|
Posted: Wed Oct 19, 2005 8:24 am Post subject: |
|
|
It seems like it was a bad media. Have bought some others and they work fine. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|