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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to