From owner-freebsd-stable@FreeBSD.ORG Sat Dec 18 14:42:12 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C98116A4CE for ; Sat, 18 Dec 2004 14:42:12 +0000 (GMT) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1427F43D31 for ; Sat, 18 Dec 2004 14:42:12 +0000 (GMT) (envelope-from pertti.kosunen@pp.nic.fi) Received: from [127.0.0.1] (KMMLXXXI.dsl.saunalahti.fi [62.142.71.181]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id E7A398D85F; Sat, 18 Dec 2004 16:42:10 +0200 (EET) Message-ID: <41C441C2.5080706@pp.nic.fi> Date: Sat, 18 Dec 2004 16:42:10 +0200 From: Pertti Kosunen User-Agent: Mozilla Thunderbird 1.0 / FreeBSD 5.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Android Andrew References: <41C20342.4020002@oberon.pfi.lt> In-Reply-To: <41C20342.4020002@oberon.pfi.lt> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: Problem with Intel(R) PRO/1000 card initialization X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 14:42:12 -0000 Android Andrew wrote: > Hello! > > I have a problem with Intel(R) PRO/1000 card (Intel 82540) - it does > not initialize properly during boot process. > > I've got these error messages in /var/log/messages: > ... > Dec 16 19:27:36 zahrouer kernel: pci2: on pcib2 > Dec 16 19:27:36 zahrouer kernel: em0: Connection, Version - 1.7.35> port 0xb000-0xb03f mem > 0xe2000000-0xe201ffff i > rq 21 at device 5.0 on pci2 > Dec 16 19:27:36 zahrouer kernel: em0: The EEPROM Checksum Is Not Valid > Dec 16 19:27:36 zahrouer kernel: em0: Unable to initialize the hardware > Dec 16 19:27:36 zahrouer kernel: device_attach: em0 attach returned 5 > ... > > My system is "5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Dec 16 15:10:36 > CET 2004 i386" > Motherboard is with i845 chipset. > > My kernel configuration file does not contain "device cbb". > I've tried to disable ACPI option in BIOS, but it does not solve this > problem. How about also disabling ACPI from /boot/device.hints? (hint.acpi.0.disabled="1")