From owner-freebsd-stable@FreeBSD.ORG Sun Sep 26 17:53:01 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3B38106564A for ; Sun, 26 Sep 2010 17:53:01 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 003678FC08 for ; Sun, 26 Sep 2010 17:53:00 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA20650; Sun, 26 Sep 2010 20:52:55 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1OzvPC-000I5n-R2; Sun, 26 Sep 2010 20:52:54 +0300 Message-ID: <4C9F8876.1040007@icyb.net.ua> Date: Sun, 26 Sep 2010 20:52:54 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100918 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: David DEMELIER References: <4C9F16F9.50707@icyb.net.ua> <20100926103836.GA33415@owl.midgard.homeip.net> <20100926172527.GA38405@icarus.home.lan> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-stable , Jeremy Chadwick Subject: Re: Failure to burn with ahci mode. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 17:53:01 -0000 on 26/09/2010 20:37 David DEMELIER said the following: > markand@Melon ~ $ sudo camcontrol devlist > at scbus0 target 0 lun 0 (ada0) > at scbus1 target 0 lun 0 (cd0) > > markand@Melon ~ $ sudo cdrecord downloads/FreeBSD-8.1-RELEASE-amd64-livefs.iso > cdrecord: No write mode specified. > cdrecord: Assuming -sao mode. > cdrecord: If your drive does not accept -sao, try -tao. > cdrecord: Future versions of cdrecord may have different drive > dependent defaults. > Cdrecord-ProDVD-ProBD-Clone 3.00 (amd64-unknown-freebsd8.1) Copyright > (C) 1995-2010 Jörg Schilling > cdrecord: Error 0. Cannot open or use SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. > cdrecord: For possible transport specifiers try 'cdrecord dev=help'. > > markand@Melon ~ $ sudo cdrecord -scanbus > Cdrecord-ProDVD-ProBD-Clone 3.00 (amd64-unknown-freebsd8.1) Copyright > (C) 1995-2010 Jörg Schilling > cdrecord: Error 0. Cannot open or use SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. > cdrecord: For possible transport specifiers try 'cdrecord dev=help'. Doesn't look like you have xpt and pass devices in your kernel, which are (almost) mandatory when use CAM-based drivers. Not sure if ahci(4) mentions this. -- Andriy Gapon