From owner-freebsd-scsi@FreeBSD.ORG Thu Jul 1 19:17:18 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFDD16A4CE for ; Thu, 1 Jul 2004 19:17:18 +0000 (GMT) Received: from e450.mnsi.net (e450.mnsi.net [216.8.137.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610D943D48 for ; Thu, 1 Jul 2004 19:17:18 +0000 (GMT) (envelope-from dts@mnsi.net) Received: from dts (darryl.ADSL.mnsi.net [216.8.139.47]) by e450.mnsi.net (8.12.10/8.12.10) with SMTP id i61JGQ47001025 for ; Thu, 1 Jul 2004 15:16:27 -0400 (EDT) Message-ID: <001f01c45f9f$dcd5e2a0$0200a8c0@dts> From: "Darryl" To: Date: Thu, 1 Jul 2004 15:16:07 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: cdrecord X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 19:17:18 -0000 Ok, I'm not sure where to go with this one so if anyone can point me in = the right direction for this i'd be thankfull. The problem is cdrecord will not see the the writer when -scanbus = switch is used, but the drive does work as a CDrom. After FreeBSD was = installed, I used "make install" for the cdrtools-2.0.3_2 package = (Previous to freeBSD 4.10 installed was Windows 2000. No hardware has = changed since I was able to burn CDs using EZ cd creator) Here is some = information: 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed Jun 23 15:08:47 ahc0: port 0xb800-0xb8ff mem = 0xd6800000-0xd6800fff irq 10 at device 9.0 on pci0 aic7870: Wide Channel A, SCSI Id=3D7, 16/253 SCBs cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 3.300MB/s transfers cd0: cd present [1 x 2048 byte records] prompt# camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 2 lun 0 (pass2,da2) at scbus0 target 3 lun 0 (pass3,da3) at scbus0 target 6 lun 0 (pass4,cd0) prompt# cdrecord -scanbus cdrecord: warning: low file descriptor limit (93) Cdrecord 2.00.3 (i386-unknown-freebsd4.10) Copyright (C) 1995-2002 = J=F6rg Schilling Using libscg version 'schily-0.7' scsibus0: 0,0,0 0) 'COMPAQPC' 'FIREBALL1080S ' '1Q09' Disk 0,1,0 1) 'QUANTUM ' 'LIGHTNING 540S ' '241E' Disk 0,2,0 2) 'IBM ' 'DCAS-34330 !#' 'S65A' Disk 0,3,0 3) 'IBM ' 'DCAS-34330 !#' 'S69D' Disk 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * The whole kernel config can be found here: = http://www.mnsi.net/~dts/kernel/kernel.txt At this point i'm not sure why the system can find the Ricoh RW drive = and cdrecord can't. I don't know much about configuring the kernel for = such a scsi device, and I don't know much about camcontrol. But I do = think these have something to do with why cdrecord doesn't see it. Any = information at all would help me greatly.