From owner-freebsd-multimedia Wed Jan 19 2:21:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4]) by hub.freebsd.org (Postfix) with ESMTP id 2588E14C12 for ; Wed, 19 Jan 2000 02:21:48 -0800 (PST) (envelope-from hu006co@mail.euroweb.hu) Received: (from hu006co@localhost) by mail.euroweb.hu (8.8.5/8.8.5) id LAA08980 for freebsd-multimedia@freebsd.org; Wed, 19 Jan 2000 11:21:45 +0100 (MET) Received: (from zgabor@localhost) by CoDe.hu (8.8.8/8.8.8) id LAA00654 for freebsd-multimedia@freebsd.org; Wed, 19 Jan 2000 11:21:22 +0100 (CET) (envelope-from zgabor) From: Zahemszky Gabor Message-Id: <200001191021.LAA00654@CoDe.hu> Subject: IDE CD-writer To: freebsd-multimedia@freebsd.org Date: Wed, 19 Jan 2000 11:20:12 +0100 (CET) Reply-To: zgabor@CoDe.hu X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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): , 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