From owner-freebsd-questions Wed Aug 16 9:59:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id A5AF737C3BE; Wed, 16 Aug 2000 09:59:31 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id KAA89148; Wed, 16 Aug 2000 10:53:02 -0600 (MDT) (envelope-from ken) Date: Wed, 16 Aug 2000 10:53:02 -0600 From: "Kenneth D. Merry" To: "O. Hartmann" Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Plextor Plexwriter 412C Problems Message-ID: <20000816105302.A89059@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from ohartman@ipamzlx.physik.uni-mainz.de on Wed, Aug 16, 2000 at 11:28:09AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Aug 16, 2000 at 11:28:09 +0200, O. Hartmann wrote: > When trying cdrecord -scanbus (V1.8) produces the following error: > Cdrecord 1.8 (i386-unknown-freebsd4.0) Copyright (C) 1995-2000 J?rg Schilling > Using libscg version 'schily-0.1' > scsibus0: > 0,0,0 0) 'IBM ' 'DCAS-32160W ' 'S65A' Disk > 0,1,0 1) 'IBM ' 'DCAS-34330W ' 'S65A' Disk > 0,2,0 2) * > 0,3,0 3) 'IBM ' 'DDRS-39130W ' 'S97B' Disk > cdrecord: Warning: controller returns wrong size for CD capabilities page. > cdrecord: Warning: controller returns wrong page 20 for CD capabilities page (2A). > 0,4,0 4) 'TEAC ' 'CD-ROM CD-532S ' '1.0A' Removable CD-ROM > 0,5,0 5) * > 0,6,0 6) * > 0,7,0 7) * The error above is probably from the Teac drive, not from the Plextor. It looks like cdrecord doesn't see your Plextor drive. > When trying to burn a CD ROM, I get this error: > > root: /cdr/image: cdrecord speed=4 dev=6,0 4.1-install.iso > Cdrecord 1.8 (i386-unknown-freebsd4.0) Copyright (C) 1995-2000 J?rg Schilling > scsidev: '6,0' > scsibus: 0 target: 6 lun: 0 > cdrecord: No such file or directory. Cannot open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. The most likely explanation for these problems is that you don't have enough pass(4) devices in /dev. You need one /dev/passN device for each SCSI device in your system. Look at the output of 'camcontrol devlist', and make sure that all the pass devices listed there are in /dev. To make pass devices: cd /dev sh MAKEDEV pass10 (that will make pass0 -> pass9) Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message