From owner-freebsd-hardware@FreeBSD.ORG Fri Oct 3 07:58:18 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4EF61065695; Fri, 3 Oct 2008 07:58:18 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6898FC12; Fri, 3 Oct 2008 07:58:18 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 02E8061DE3; Fri, 3 Oct 2008 09:39:51 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id cPVwo8QXASqe; Fri, 3 Oct 2008 09:39:46 +0200 (CEST) Received: from c64.rebootking.de (e176142175.adsl.alicedsl.de [85.176.142.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id E944C61D77; Fri, 3 Oct 2008 09:39:45 +0200 (CEST) Message-ID: <48E5CC2F.4070009@fuckner.net> Date: Fri, 03 Oct 2008 09:39:27 +0200 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: Jeremy Chadwick References: <92056ebc0810020932w680c593er585dd865ef8af538@mail.gmail.com> <20081002231848.GA13467@icarus.home.lan> In-Reply-To: <20081002231848.GA13467@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Giuseppe Pagnoni , freebsd-hardware@freebsd.org Subject: Re: LG combo drive and Attansic Technology ethernet card on Asus P5Q Pro X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 07:58:18 -0000 Jeremy Chadwick wrote: > On Thu, Oct 02, 2008 at 06:32:20PM +0200, Giuseppe Pagnoni wrote: >> The drive is a new LG combo drive, I believe GH22LP20 or something close to it. >> >> I also tried to install Ubuntu and it works fine (but I really would >> like to have FreeBSD!). > > The only thing I can think of is that the P5Q boards use a Marvell > ATA/IDE controller (yes, you read that correctly). I wonder if FreeBSD > somehow lacks support for this... > > What confuses me is that you can boot the CD media, and FreeBSD will > load kernel modules and a copy of the mini filesystem into memory off > the CD, yet it can't actually find the CD come installation time. First sectors are read by the bios, the kernel is loaded and executed. The Kernel doesn't know anything about this Controller, so it can't access the CD. My advice is to disable the crappy Marvell Chip and get a SATA-DVD. I'm sorry, I don't know about the status of the Attansic-Lan. You can add another supported NIC with Intel Chipset or something else that is supported. Regards, Michael!