[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecord/burn problem



ktb wrote:
> 
> My burner used to work fine until I installed woody.  I've been
> searching the net and found the suggestion to use the "-dao" switch.
> That didn't help.  I'm running a 2.4.18 kernel.  Here is the output of -

  which kernel you used when it worked? I also have some funny problem
with cdrom burner (I cannot rip audio CDs, everything else works), which
I didn't have long time ago (different kernel, different motherboard so
I am not sure who to blame:-)

> # cdrecord -scanbus
> Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
> Linux sg driver version: 3.1.22
> Using libscg version 'schily-0.5'
> scsibus0:
>      0,0,0     0) 'SONY    ' 'CD-RW CRX0811   ' 'MYS2' Removable CD-ROM
> 
> Here is a snip of what I get when I run -
> 
> # cdrecord -v speed=4 dev=0,0,0 woody_netinst-20020215-i386.iso
> 
> Starting to write CD/DVD at speed 4 in write mode for single session.
> Last chance to quit, starting real write in 0 seconds. Operation starts.
> Waiting for reader process to fill input buffer ... input buffer ready.
> Performing OPC...
> Starting new track at sector: 0
> Track 01:   0 of  29 MB written.cdrecord: Input/output error. write_g1:
> scsi sendcmd: no error
> CDB:  2A 00 00 00 00 00 00 00 1F 00
> status: 0x2 (CHECK CONDITION)
> Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 00
> Sense Key: 0x5 Illegal Request, Segment 0
> Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
> Sense flags: Blk 0 (not valid)
> cmd finished after 0.002s timeout 40s
> 
> write track data: error after 0 bytes
> Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
> Writing  time:    5.031s
> Fixating...
> cdrecord: Input/output error. 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 05 00 00 00 00 0A 00 00 00 00 72 04 00 00
> Sense Key: 0x5 Illegal Request, Segment 0
> Sense Code: 0x72 Qual 0x04 (empty or partially written reserved track)
> Fru 0x0
> Sense flags: Blk 0 (not valid)
> cmd finished after 0.001s timeout 480s
> cmd finished after 0.001s timeout 480s
> Fixating time:    0.002s
> cdrecord: fifo had 64 puts and 1 gets.
> cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.

  what does /var/log/syslog say?

  do you have all the required modules? you need something like this:

jojda:/home/erik# cat /etc/modutils/erik.cdrom 
##### start of /etc/modutils/erik.cdrom
# erik: drivers that make the scsi emulation work (for ide cd writer)
#       from CD-Writing-HOWTO.html
# old, home made line: alias block-major-11 ide-scsi
options ide-cd ignore=hdb            # tell the ide-cd module to ignore
hdb
alias scd0 sr_mod                    # load sr_mod upon access of scd0
pre-install sg     modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd # load ide-cd   before ide-scsi
##### end of /etc/modutils/erik.cdrom

  and in /etc/lilo.conf:

append  = "hdc=ide-scsi"

  I guess you have it set up but one or another part is probably
missing/not working... might be one of the kernel modules... messages in
syslog should be helpful...

	erik


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: