From owner-freebsd-current@FreeBSD.ORG Mon Oct 19 05:01:16 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B640D1065670 for ; Mon, 19 Oct 2009 05:01:16 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 430558FC0A for ; Mon, 19 Oct 2009 05:01:15 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so325526fgg.13 for ; Sun, 18 Oct 2009 22:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=5iohYV9sGI6ZhXlia3Xng/Bu3oCFCav7x4RRE8HSa5g=; b=DLTIyA+nfxPXyz166lXKhhoDd1Jst6mnJpUHSkhSYq1r0Sa0GMp+bQtgB30dTt0vvX MS6c+mE4LR0xX/kbwSkx8bLnOhHXB+/IE1bF3JfeXfxjq+6MJjHBU1MdVV2uIYlXYbFl iWbYrSEa7G+HKbIU75p0M/vFZ7TrGnFHV/K8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=AoZENOVORTK1Ct4VZc60yJgib+F6h8+vC7sCtwTvufLdYW5AfTLXQPuNu2PPk6rlxE QK7m1zLKaOeQR83hCbI4eLy+gxtfAYHXXmFgsFHAhK8I9iNaPr/kZXaTWu/qA+0EZ4aW mE4ni5XtmDEX58x6uz+7h+eKGgNcsLv5wbi08= Received: by 10.103.87.35 with SMTP id p35mr1933566mul.75.1255928474977; Sun, 18 Oct 2009 22:01:14 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id j6sm7208332mue.50.2009.10.18.22.01.14 (version=SSLv3 cipher=RC4-MD5); Sun, 18 Oct 2009 22:01:14 -0700 (PDT) Sender: Alexander Motin Message-ID: <4ADBF298.5030706@FreeBSD.org> Date: Mon, 19 Oct 2009 08:01:12 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: Dwayne MacKinnon References: <1255879383.00174464.1255866601@10.7.7.3> <1255893786.00174536.1255883401@10.7.7.3> <1255900985.00174556.1255889404@10.7.7.3> In-Reply-To: <1255900985.00174556.1255889404@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: SATA DVD not found - FreeBSD 8.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 05:01:16 -0000 Hi. Dwayne MacKinnon wrote: > On October 18, 2009 12:19:46 pm Gavin Atkinson wrote: >> On Sun, 18 Oct 2009, Dwayne MacKinnon wrote: >>> Gotta say, for the most part I'm thrilled with 8.0-RC1. Been very solid >>> for me, no stability problems. The Linux "Emulation" works great... I >>> have everything from Skype and Acrobat8 to UT2004 & Neverwinter Nights >>> working. >>> >>> I just wanted to mention that my SATA DVD writer isn't seen when in AHCI >>> mode. The SATA harddrive works great at UDMA150, but the CD drive isn't >>> seen. It is seen by BIOS... I can boot off the DVD. But if I boot off the >>> HD the DVD isn't seen. >>> >>> I have an ASUS M4N72-E motherboard and a LG GH22NS50 SATA DVD writer. >>> >>> I realize that this may be just something that will be worked out when >>> 8.0- RELEASE hits the street. But I figured I ought to mention it >>> regardless. >> Can you upload a verbose dmesg somewhere and post a link to it to the >> mailing list? > > Done. Sorry, I should've thought of that myself. I've also posted the output > from "atacontrol list" just for completeness. > > http://pastebin.com/m50035eb1 (Verbose dmesg) > http://pastebin.com/m4a35199c (atacontrol list) For some reason your DVD detected as ATA disk device, not ATAPI during bus reset: ata4: Identifying devices: 00000001 ata4: New devices: 00000001 It caused further problems: unknown: FAILURE - ATA_IDENTIFY status=51 error=4 LBA=0 I have alike ASUS M4N78 PRO board and it looked like working fine when I last tested. Can you try some other DVD drive on that board? Can you try to load ahci module to try new CAM-based AHCI driver (be ready to drive names change to adaX)? -- Alexander Motin