Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 10:53:02 -0600
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        "O. Hartmann" <ohartman@ipamzlx.physik.uni-mainz.de>
Cc:        freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: Plextor Plexwriter 412C Problems
Message-ID:  <20000816105302.A89059@panzer.kdm.org>
In-Reply-To: <Pine.BSF.4.10.10008161118180.10097-100000@ipamzlx.physik.uni-mainz.de>; from ohartman@ipamzlx.physik.uni-mainz.de on Wed, Aug 16, 2000 at 11:28:09AM %2B0200
References:  <Pine.BSF.4.10.10008161118180.10097-100000@ipamzlx.physik.uni-mainz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000816105302.A89059>