From owner-freebsd-stable@FreeBSD.ORG Sat Jan 1 23:48:37 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7779616A4CE for ; Sat, 1 Jan 2005 23:48:37 +0000 (GMT) Received: from smtp.net4b.pt (out.net4b.pt [195.245.176.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F044943D1F for ; Sat, 1 Jan 2005 23:48:35 +0000 (GMT) (envelope-from mags@oniduo.pt) Received: (qmail 28764 invoked from network); 1 Jan 2005 23:47:49 +0000 Received: from 10001235523.0000017045.acesso.oni.pt (HELO [192.168.1.75]) ([213.58.77.7]) (envelope-sender ) by smtp.net4b.pt (qmail-ldap-1.03) with SMTP for ; 1 Jan 2005 23:47:49 +0000 From: Miguel Saturnino To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=iso8859-1 Date: Sat, 01 Jan 2005 23:48:32 +0000 Message-Id: <1104623312.666.23.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Subject: Can't access ATAPI CD-RW through SCSI using atapicam X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 23:48:37 -0000 Hi all! I'm trying to access my CD-RW drive trough SCSI (so I can use a graphical interface program to burn CDs) with no luck. I've added "device atapicam" to my kernel configuration and rebuild the kernel (as described in the handbook) but I only managed to get my ZIP drive to get recognized as a SCSI device, the CD-RW still shows up as a IDE device... The relevant part of my kernel configuration file: device ata device atadisk # ATA disk drives #device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering device atapicam device scbus # SCSI bus (required for SCSI) device cd # CD device pass # Passthrough device (direct SCSI ... device da # Direct Access (disks) root@furao # tail /var/run/dmesg.boot ata0-master: DMA limited to UDMA33, non-ATA66 cable or device ata0-slave: DMA limited to UDMA33, non-ATA66 cable or device ad0: 38166MB [77545/16/63] at ata0-master UDMA33 ad1: 19092MB [38792/16/63] at ata0-slave UDMA33 acd0: CDRW at ata1-master PIO4 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) Mounting root from ufs:/dev/ad1s1a root@furao # uname -a FreeBSD furao.diabretes 5.3-STABLE FreeBSD 5.3-STABLE #6: Sat Jan 1 16:49:40 WET 2005 root@furao.diabretes:/usr/obj/usr/src/sys/GENERIC i386 root@furao # atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI revision 6 Slave: ad1 ATA/ATAPI revision 6 ATA channel 1: Master: acd0 ATA/ATAPI revision 5 Slave: no device present root@furao # camcontrol devlist at scbus0 target 0 lun 0 (da0,pass0) root@furao # cdrecord -scanbus Cdrecord-Clone 2.01 (i386-unknown-freebsd5.3) Copyright (C) 1995-2004 Jörg Schilling Using libscg version 'schily-0.8'. scsibus0: 0,0,0 0) 'IOMEGA ' 'ZIP 100 ' '79.E' Removable Disk 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * Any sugestions? TIA! Miguel