public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Douglas Gilbert <dougg@torque.net>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: linux-scsi@vger.kernel.org, gibbs@scsiguy.com
Subject: Re: Adaptec 39160 / Yamaha CRW8424S CD burning
Date: Mon, 13 Jan 2003 19:06:37 +1100	[thread overview]
Message-ID: <3E22738D.3020000@torque.net> (raw)
In-Reply-To: 20030113071543.GA9558@holomorphy.com

William Lee Irwin III wrote:
> SCSI CD burning appears to fail, causing audio CD's burned with
> bash-2.05# cdrecord -v -pad speed=1 dev=0,3,0 -audio `cat tracks`
> (where the tracks are wav files) to have massive numbers of skips.
> 
> $ cat /proc/scsi/scsi 
> Attached devices: 
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>   Vendor: WDIGTL   Model: WDE18310 ULTRA2  Rev: 1.30
>   Type:   Direct-Access                    ANSI SCSI revision: 02
> Host: scsi0 Channel: 00 Id: 03 Lun: 00
>   Vendor: YAMAHA   Model: CRW8424S         Rev: 1.0j
>   Type:   CD-ROM                           ANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 06 Lun: 00
>   Vendor: IBM      Model: DDYS-T36950N     Rev: S93E
>   Type:   Direct-Access                    ANSI SCSI revision: 03
> 
> The adapter is an Adaptec 39160, kernel is 2.5.49-mm2.
> 
> It works in 2.4, of course.

Bill,
Depending on which version of cdrecord you are using,
cdrecord will get to the SCSI Yamaha burner via:
   - scsi generic (sg) device (probably /dev/sg1)
   - or directly to /dev/scd0 (via the SG_IO ioctl in
     the block layer)
   - or via /dev/scd0 using the CDROM_PACKET_COMMAND
     ioctl

Could you determine which one is happening? If the
sg route is being used then the individual SCSI
commands can be seen by observing 'cat /proc/scsi/sg/debug'
while the burn is in progress. What version of cdrecord
are you using and what does its output look like?

Doug Gilbert



  reply	other threads:[~2003-01-13  8:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-13  7:15 Adaptec 39160 / Yamaha CRW8424S CD burning William Lee Irwin III
2003-01-13  8:06 ` Douglas Gilbert [this message]
2003-01-13  8:11   ` William Lee Irwin III
2003-01-13  9:16   ` William Lee Irwin III
2003-01-13  9:38     ` William Lee Irwin III
2003-01-13 10:35       ` William Lee Irwin III
2003-01-13 12:57         ` William Lee Irwin III
2003-01-13 23:01           ` Douglas Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E22738D.3020000@torque.net \
    --to=dougg@torque.net \
    --cc=gibbs@scsiguy.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=wli@holomorphy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox