From owner-freebsd-hackers Wed Mar 26 14:58:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA07540 for hackers-outgoing; Wed, 26 Mar 1997 14:58:55 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA07535 for ; Wed, 26 Mar 1997 14:58:52 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA05195; Wed, 26 Mar 1997 14:58:52 -0800 Date: Wed, 26 Mar 1997 14:58:52 -0800 (PST) From: "Brian N. Handy" To: hackers@freebsd.org Subject: WORM question Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I dug through the archives as best I could, and couldn't answer this one... I've got a Phillips CDD 522 cd-writer sitting here I'm trying to run through it's paces. Now...normally I don't have a CDR on my PC so I had to recompile the kernel (RELENG_2_2-recent), MAKEDEV the worm device, reboot, see the device, OK, everything seems OK. In fact from dmesg: (ncr0:2:0): "IMS CDD522/10 1.05" type 4 removable SCSI 1 worm0(ncr0:2:0): Write-Once ...so we see it, it's there. I run the sample script to test burn a CD. In order... # scsi -f /dev/rworm0.ctl -c "0 0 0 0 0 0" >/dev/null 2>&1 # wormcontrol select PLASMON RF4100 # wormcontrol prepdisk double dummy # wormcontrol track data # rtprio 5 team -v 1m 5 < file.iso | dd of=/dev/rworm0 obs=20k dd: /dev/rworm0: Device not configured [...team errors...] Now...WHY WHY WHY do I make it this far before I get a "not configured" error? Any suggestions? I feel like I shoulda found this in the archives, but no joy. Thanks, Brian