Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 11:32:56 +0200 (CEST)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        dillon@apollo.backplane.com (Matthew Dillon)
Cc:        hasty@rah.star-gate.com, current@FreeBSD.ORG
Subject:   Re: [re]writable cdrom drive
Message-ID:  <199908180932.LAA07967@yedi.iaf.nl>
In-Reply-To: <199908180459.VAA42619@apollo.backplane.com> from Matthew Dillon at "Aug 17, 1999  9:59: 2 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Matthew Dillon wrote ...
> :    The device is probably dev=0,1
> 
>     I'm sorry, I meant 1,0.  Also 0,1,0 should work.
> 
>     Try:
> 
> 	cdrecord dev=1,0 -inq
> 
>     You should get:
> 
> 	Cdrecord release 1.8a22 Copyright (C) 1995-1999 Jörg Schilling
> 	scsidev: '0,3,0'
> 	scsibus: 0 target: 3 lun: 0
> 	Device type    : Removable CD-ROM
> 	Version        : 2

And once you've found the right dev you can set CDR_DEVICE and CDR_SPEED
in your shell environment. Saves you from typing it every five minutes.
Like:

CDR_DEVICE=0,1,0
CDR_SPEED=4

-- 
|   / o / /  _  	 Arnhem, The Netherlands	- Powered by FreeBSD -
|/|/ / / /( (_) Bulte 	 WWW  : http://www.tcja.nl 	http://www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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