From owner-freebsd-current Tue Jul 21 01:29:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06634 for freebsd-current-outgoing; Tue, 21 Jul 1998 01:29:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from thelab.hub.org (tc-8.acadiau.ca [131.162.2.108]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06611; Tue, 21 Jul 1998 01:29:32 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id FAA00309; Tue, 21 Jul 1998 05:28:27 -0300 (ADT) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 21 Jul 1998 05:28:22 -0300 (ADT) From: The Hermit Hacker To: "Daniel O'Connor" cc: current@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: cdrecord with 3.0-CURRENT ... In-Reply-To: <199807210250.MAA20783@cain.gsoft.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Jul 1998, Daniel O'Connor wrote: > > > Can someone tell me what this error means, when I'm trying to > > write to my CDR? > > %cdrecord -v blank=all > > Cdrecord release 1.6 Copyright (C) 1995-1998 Jrg Schilling > > TOC Type: 1 = CD-ROM > > cdrecord: Function not implemented. WARNING: Cannot set RR-scheduler > > scsidev: '0,6,0' > > scsibus: 0 target: 6 lun: 0 > > cdrecord: Cannot do inquiry for CD-Recorder. > > cdrecord: Undefined error: 0. test unit ready: scsi sendcmd: fatal error > > CDB: 00 00 00 00 00 00 > > cmd finished after 0.000s timeout 40s > I get this when I don't run as root, but not the 'Function not implemented' > stuff so I suspect its not that :) After doing some peaking around, I figured out what was causing the 'Function not implemented' error message. Seems that newer kernels require the following options to be added, in order for the sched_* set of functions to work... options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" cdrecord still doesn't appear to work, but at least I'm one step closer :( I still get the 'Undefined error', even working as root, so if someone can suggest what might have changed in the kernel to cause it to fail, where it once worked, that would be much appreciated... Thanks... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message