From owner-freebsd-scsi Sat Jun 8 13:55:51 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from piglet.theeirons.org (dsl-64-195-193-89.telocity.com [64.195.193.89]) by hub.freebsd.org (Postfix) with ESMTP id 2C6DB37B401 for ; Sat, 8 Jun 2002 13:55:48 -0700 (PDT) Received: from piglet.theeirons.org (localhost.my.domain [127.0.0.1]) by piglet.theeirons.org (8.12.2/8.12.2) with ESMTP id g58Ks13B015764; Sat, 8 Jun 2002 13:54:01 -0700 (PDT) (envelope-from nadav@TheEirons.org) Received: from localhost (nadav@localhost) by piglet.theeirons.org (8.12.2/8.12.2/Submit) with ESMTP id g58Ks1cf015761; Sat, 8 Jun 2002 13:54:01 -0700 (PDT) X-Authentication-Warning: piglet.theeirons.org: nadav owned process doing -bs Date: Sat, 8 Jun 2002 13:54:01 -0700 (PDT) From: Nadav Eiron To: "Kenneth D. Merry" Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Problems using cdrecord and a Yamaha CRW4416S CD-RW drive In-Reply-To: <20020608143717.A12905@panzer.kdm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > The CD-RW drive works fine on the same machine with WNT, and it also used > > to work longago (I haven't used it for a year, at least), with FreeBSD > > 3.4 and the then-current cdrecord from ports. It may even have worked with > > FreeBSD 4.2, but I'm not sure about that. > > My guess is that you haven't made enough pass(4) devices in /dev. > > By default, I think there are 4 pass devices created, and since cd1 uses > the 5th pass device (pass4), it wouldn't have been created on install. > > So go into /dev, and type: > > su > ./MAKEDEV pass10 > > That will make 10 pass devices.(pass0 through pass9) Hmm... So simple! This was indeed the problem. So silly of me to not have checked that... I guess back when I used it before I had one hard disk less... Thanks alot for the quick response! > > Ken > -- > Kenneth Merry > ken@kdm.org > Nadav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message