From owner-freebsd-hardware Sat Jul 24 0:37:20 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from serv05.slac.stanford.edu (SERV05.SLAC.Stanford.EDU [134.79.16.135]) by hub.freebsd.org (Postfix) with ESMTP id 84DB414F6C for ; Sat, 24 Jul 1999 00:37:19 -0700 (PDT) (envelope-from svarovsk@SLAC.Stanford.EDU) Received: from smtpserv1.SLAC.Stanford.EDU (SMTPSERV1.SLAC.Stanford.EDU [134.79.16.136]) by SERV05.SLAC.STANFORD.EDU (PMDF V5.2-27 #34067) with ESMTP id <01JDX99PBJ680022XH@SERV05.SLAC.STANFORD.EDU> for freebsd-hardware@freebsd.org; Sat, 24 Jul 1999 00:37:18 PDT Received: from vesta01.SLAC.Stanford.EDU ([134.79.17.11]) by smtpserv1.slac.stanford.edu (PMDF V5.2-29 #34068) with SMTP id <0FFD009NK6I6KE@smtpserv1.slac.stanford.edu> for freebsd-hardware@freebsd.org; Sat, 24 Jul 1999 00:37:18 -0700 (PDT) Date: Sat, 24 Jul 1999 00:37:17 -0700 (PDT) From: Gena Svarovski Subject: wormcontrolfixate error To: freebsd-hardware@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've recently bought Yamaha 4416E CD-RW drive and now trying to make write disks (reading works fine). I've managed to work out sequence of commands to prepare audio tracks and write them to CD. But I can't write data CDs. wormcontrol always reports an error when I'm trying to fixate disk: wormcontrol: ioctl(WORMIOFIXATION): Invalid argument It even reports same error when disk is not in drive. It seem that ioctl for fixation returns error but I have no idea for what reason. Here is a script I'm using: #!/bin/sh device=/dev/racd0c image=$1 wormcontrol -f $device prepdisk double wormcontrol -f $device track data dd if=$image of=$device bs=20k wormcontrol -f $device fixate 1 onp After dd completes everything is actually already written on disk. And I can read data I've just written on it without problems. But without closing session other CD-ROMs cannot access it. I'm sure I'm missing something simple but playing with this for couple days and searching mailing list archives didn't help. I'm running 3.2-STABLE. Regards, Gena To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message