From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262712AbTJDT07 (ORCPT ); Sat, 4 Oct 2003 15:26:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262716AbTJDT07 (ORCPT ); Sat, 4 Oct 2003 15:26:59 -0400 Received: from havoc.gtf.org ([63.247.75.124]:60311 "EHLO havoc.gtf.org") by vger.kernel.org with ESMTP id S262712AbTJDT06 (ORCPT ); Sat, 4 Oct 2003 15:26:58 -0400 Date: Sat, 4 Oct 2003 15:25:21 -0400 From: Jeff Garzik To: Erik Andersen , Philippe Lochon , linux-kernel@vger.kernel.org Subject: Re: P4C800E-Dlx: ICH5/S-ATA and Intel Pro onboard network incompatibility ? Message-ID: <20031004192521.GA29887@gtf.org> References: <3F7EDCDD.7090500@free.fr> <20031004180338.GA24607@codepoet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031004180338.GA24607@codepoet.org> User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 04, 2003 at 12:03:38PM -0600, Erik Andersen wrote: > On Sat Oct 04, 2003 at 04:44:45PM +0200, Philippe Lochon wrote: > > Hi, > > > > I'm running Mandrake 9.2RC1 (kernel 2.4.22) and I can't make work S-ATA > > boot drive and Intel Pro onboard network. > > > > The Asus P4C800E-Dlx in the only mainboard in the P4x800 family with > > ICH5R and Intel 82547EI (Gb onboard chip, it uses e1000 driver). > > > > The chips share the same IRQ : > > # grep eth0 /proc/interrupts > > 17: 83 IO-APIC-level Intel ICH5, eth0 > > (note that there's no error about this in syslog) > > > > 1) Boot on S-ATA drive / Mandrake 9.2RC1 with "acpi=off" > > -> boot OK, but no ping, "NETDEV WATCHDOG: eth0: transmit timed out" in > > syslog. > > (full log and config on http://plochon.free.fr/mdk92RC1.html ) > > > > 2) Boot on S-ATA drive / Mandrake 9.2RC1 with "acpi=off" and "noapic" > > -> boot hang (when displays "hde: attached ide_disk driver" where hde is > > the S-ATA boot drive) > > I have an Asus P4P800 and I see the same thing. I have to enter > the BIOS and set IDE to Compatible mode, even with the latest > libata. Dunno why, but with the ICH5 in native mode it simply > won't boot. Tre weird. Any chance both of you could forward me libata boot/err messages? There are also debugging controls in include/linux/ata.h which add tons of verbosity to dmesg. ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/libata/ (patches for 2.4 and 2.6) Jeff