From owner-freebsd-stable@FreeBSD.ORG Sun Sep 26 17:12:19 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 3FD2510656C2 for ; Sun, 26 Sep 2010 17:12:19 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BF8388FC1C for ; Sun, 26 Sep 2010 17:12:18 +0000 (UTC) Received: by bwz15 with SMTP id 15so3831417bwz.13 for ; Sun, 26 Sep 2010 10:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=83hdgW6yQr+ji4VQCPqQ1kcipq+QiiZ5JeFCPgOPvNo=; b=ePcy1s1VNprZajxroymIDcxtOICLklNAjKbO88xvSPTEyThWu70jCRT5JZtcKPtXD/ VJ/cCCkLIEk7FBOIABZCuuvngHHFrv9sqoc/+QAZyqEd+7rcebXhPza08cu4KyJrtXKl 0fN0LLDGgb+ND/y76JxtCXbtvg+UA7aYBXypA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mLY4/Gm4pGO2/wQ9fpZak3IuLto8MKopvSDNS/0hbS5jg3An3ldyO+LwUu7/JASxKb 0MFHyiUXjXt70ZHUZ5yhSkZPXYzk+wSn1YWc7ZmiTwY2e0myfuvPREz5FB17Fr9b0eB/ JSPytuLU0r5wbK7i1Q4gEBAFZK52xAPx2cVAI= MIME-Version: 1.0 Received: by 10.204.133.146 with SMTP id f18mr4352832bkt.97.1285521137235; Sun, 26 Sep 2010 10:12:17 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Sun, 26 Sep 2010 10:12:17 -0700 (PDT) In-Reply-To: <20100926103836.GA33415@owl.midgard.homeip.net> References: <4C9F16F9.50707@icyb.net.ua> <20100926103836.GA33415@owl.midgard.homeip.net> Date: Sun, 26 Sep 2010 19:12:17 +0200 Message-ID: From: David DEMELIER To: Erik Trulsson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable , Andriy Gapon 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:12:19 -0000 2010/9/26 Erik Trulsson : > On Sun, Sep 26, 2010 at 11:53:01AM +0200, David DEMELIER wrote: >> 2010/9/26 Andriy Gapon : >> > on 26/09/2010 12:31 David DEMELIER said the following: >> >> Hi, >> >> >> >> I posted this PR : http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/= 146464 >> >> >> >> I can't burn with the optical drive, I can read it but not burn. When >> >> I try to use burncd it says >> >> >> >> acd0: FAILURE - MODE_SELECT_BIG timed out >> >> >> >> It's a >> >> Master: acd0 SATA revision 1.x >> >> =C2=A0 =C2=A0 Slave: =C2=A0 =C2=A0 =C2=A0 no device present >> >> >> >> I would love to use ahci instead of ide since it's really faster. I >> >> don't know how I can help you more, >> >> >> >> FreeBSD Melon.malikania.fr 8.1-STABLE FreeBSD 8.1-STABLE #3: Sun Sep >> >> 26 10:15:10 CEST 2010 >> >> root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon =C2=A0amd64 >> > >> > Try using ahci(4) driver. >> > >> > -- >> > Andriy Gapon >> > >> >> That's what I'm doing. > > If you were using the ahci(4) driver the optical drive ought to show up > as cd0 rather than acd0. > > Anyway, I think burncd will only work with the old ata(4) driver. =C2=A0T= he > new ahci(4) and ada(4) drivers use the cam(4) system and looks pretty > much like SCSI drives to the rest of the system. > > Try the sysutils/cdrecord port for burning. (Should work with all SCSI > and ATAPI optical drives, regardless of which driver is used.) > > > > > -- > > Erik Trulsson > ertr1013@student.uu.se > No it's still acd0, do I need atapicam as device in my kernel configuration= ? Thanks for your answers. --=20 Demelier David