Date: Mon, 28 Dec 1998 16:51:46 +0000 From: Doug Ledford <dledford@redhat.com> To: Philippe MICHEL <phm@tpgnet.net> Cc: aic7xxx@FreeBSD.ORG Subject: Re: [SUMMARY] CD recording problem (Ricoh drive, Linux) Message-ID: <3687B722.BCB415B8@redhat.com> References: <199812290645.HAA16179@droopy.michel.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Philippe MICHEL wrote: > I do not know what sort of problem this is, but I'm still in the situation > that I can not write CDs at all, when the cd-writer is on the 2940 instaed > of the 1505 (v. 2.0.36, aic=5.1.6). > > Host: scsi1 Channel: 00 Id: 01 Lun: 00 ^^^^^ > Vendor: PLEXTOR Model: CD-R PX-R412C Rev: 1.04 > Type: CD-ROM ANSI SCSI revision: 02 > > droopy:~# cdrecord -dummy -multi -v speed=2 dev=0,1,0 /tmp/SoftwareIII.iso ^ > Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling > TOC Type: 3 = CD-ROM XA mode 2 > scsidev: '0,1,0' > scsibus: 0 target: 1 lun: 0 ^^^^^^^^^^ > cdrecord: Cannot do inquiry for CD-Recorder. > cdrecord: Success. test unit ready: scsi sendcmd: fatal error > CDB: 00 00 00 00 00 00 > cmd finished after 0.000s timeout 40s When the CD is attached to the Adaptec 2940 controller, the SCSI bus is 1, not 0. So, you should be using dev=1,1,0 instead of dev=0,1,0. -- Doug Ledford <dledford@redhat.com> Opinions expressed are my own, but they should be everybody's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe aic7xxx" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3687B722.BCB415B8>