Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 11:20:12 +0100 (CET)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-multimedia@freebsd.org
Subject:   IDE CD-writer
Message-ID:  <200001191021.LAA00654@CoDe.hu>

next in thread | raw e-mail | index | archive | help
Hi!

I've got an IDE IOMEGA ZIPCD drive.  It's a CD-rewriter.  On a 3.4R machine,
with
controller wcd0
options ATAPI
options ATAPI_STATIC
device acd0
, the kernel sees it:
wcd0: unit 1 (atapi): <IOMEGA ZIPCD 4x650/ 1.04>, removable, accel, dma, iordy
acd0: drive speed 4134 KB/sec, 2048 KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA, packet track
acd0: supported write types: CD-R, CD-RW, test write
------------------^------------^-----^
acd0: Audio: play, 2 volume levels

Great.  I can play audio CD-s with it with cdcontrol.  I can mount CD-ROM-s.
But I tried to write on it with cdrecord (from port), and it failed (some SCSI
command failed.)  So how can I write on it?  Btw, on Linux, there is an
ide-scsi driver, which emulates scsi on ide hardware, and with it, and the
same cdrecord, I made a cd - so the hardware is good.  Are there any port of
that emulation on FreeBSD, or some trick?

Thanks, Gabor

PS: Please send me your answer, too, as I'm not on the list! (zgabor@CoDe.HU)

ZGabor at CoDe dot HU

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"


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




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