From owner-freebsd-questions Sat Mar 20 6:57:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.nws.net (ubppp233-142.dialin.buffalo.edu [128.205.233.142]) by hub.freebsd.org (Postfix) with ESMTP id 38CC714F23 for ; Sat, 20 Mar 1999 06:57:20 -0800 (PST) (envelope-from cjm2@earthling.net) Received: from maxpower (ip-10.dynip.weeble.nws.net [10.0.0.10]) by cartman.weeble.nws.net (8.8.8/8.8.8) with SMTP id JAA03195; Sat, 20 Mar 1999 09:57:00 -0500 (EST) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "FreeBSD Mailing List (E-mail)" Subject: unable to use cdrecord on an ATAPI CD-R under 2.2.8. Date: Sat, 20 Mar 1999 09:57:00 -0500 Message-ID: <000001be72e1$e98ea3c0$0a00000a@maxpower.weeble.nws.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying to use my ATAPI cd-r on my 2.2.8 box and am having no success at all. I have the acd device in my kernel and it detects just fine upone startup. And I can mount /dev/wcd0c just fine. acd0: drive speed 1377KB/sec, 2048KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: supported write types: CD-R, test write acd0: Audio: play, 2 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked I have tried to use the cdrecord's -scanbus option to try and get starting and what I get is the following... Cdrecord release 1.6.1 Copyright (C) 1995-1998 Jörg Schilling cdrecord: No such file or directory. Cannot open SCSI driver. Ok, it uses /dev/scgx, so I did 'ln -s /dev/rcd0.ctl /dev/scgx' and I still get the above error. So NOW i'm trying to specify the device name on the command line, as it says on the man page I can do. 'cdrecord -scanbus dev=/dev/rcd0.ctl:0,4,0' Cdrecord release 1.6.1 Copyright (C) 1995-1998 Jörg Schilling scsidev: '/dev/rcd0.ctl:0,4,0' devname: '/dev/rcd0.ctl' scsibus: 0 target: 4 lun: 0 cdrecord: Device not configured. Cannot open SCSI driver. If i try similar things such as /dev/rcd0a, /dev/rcd0c, I get the same above error. I've tried MAKEDEV wcd0, acd0, rcd0. With no luck.. MAKEDEV doesn't even recognize acd0. SO, I'm out of ideas, I know others out there are using this thing because I see enough traffic on the mailing list. But does anyone out there know how to help me with this issue? -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message