[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unable to scan scsi bus
Rick wrote:
> When I run cdrecord -busscan it tells cannot find SCSI driver...
I think you mean -scanbus.
-scanbus does not work on OpenBSD. You'll have to do the following:
$ dmesg | grep scsibus
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 1 lun 0: <, ATAPI CDROM., 100Y> SCSI0 5/cdrom removable
scsibus1 at atapiscsi1: 2 targets
cd1 at scsibus1 targ 0 lun 0: <PLEXTOR, CD-R PX-W1210A, 1.08> SCSI0 5/cdrom
removable
(thats *my* config, yours may be completeley different.)
and then:
$ sudo cdrecord speed=12 dev=/dev/rcd1c:1,0,0 whateveryouwanttoburn
(it's the same problem on AIX and also the reason why there is no xcdroast
port in the tree yet. I'm working on a workaround for that.)
--
1024D/DC805C44 2000-07-06 http://cran.ath.cx/~seb/publicpgpkey.asc
key fingerprint A079 88E9 3617 838D ED65 A7D1 277D D529 DC80 5C44