From owner-freebsd-stable@FreeBSD.ORG Fri Nov 15 02:03:07 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CE6581F for ; Fri, 15 Nov 2013 02:03:07 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id C939A2EE3 for ; Fri, 15 Nov 2013 02:03:06 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id AEA291D30 for ; Thu, 14 Nov 2013 20:53:05 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AMeItgQCfu5M for ; Thu, 14 Nov 2013 20:53:05 -0500 (EST) Received: from EGR authenticated sender Message-ID: <52857E7C.30504@egr.msu.edu> Date: Thu, 14 Nov 2013 20:53:00 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: 10.0-BETA3 NICs not working on Soekris Net6501-70 References: <877gcaec18.wl%hskuhra@eumx.net> In-Reply-To: <877gcaec18.wl%hskuhra@eumx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 02:03:07 -0000 On 11/14/2013 19:36, Herbert J. Skuhra wrote: > Hi, > > today, I've tried to upgrade my Soekris Net6501-70 from 9.2-STABLE to > 10.0-BETA3. But with the new kernel (GENERIC) I get the following errors: > > ACPI BIOS Error (bug): A valid RSDP was not found (20130823/tbxfroot-223) > [..] > module_register_init: MOD_LOAD (vesa, 0xc0f156e0, 0) error 19 > ACPI BIOS Error (bug): A valid RSDP was not found (20130823/tbxfroot-223) > ACPI: Table initialisation failed: AE_NOT_FOUND > ACPI: Try disabling either ACPI or apic support. > [..] > > Running 'ifconfig -a' outputs: > > : flags=8c02 > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > : flags=8008 > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > ð: flags=8010 > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > ö: flags=0<> > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > > Starting in multi-user-mode I see: > > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_ð...}: Bad substitution > [...] > Starting Network: ð. > ifconfig: interface does not exist > ifconfig: interface does not exist > ifconfig: interface does notem0: link state changed to UP > exist > ifconfig: interface does not exist > ifconfig: interface does not exist > ifconfig: interface ð does not exist > > Disabling acpi and apic doesn't resolve the problem. > > The NICs are: > > em0: port 0x2000-0x201f mem 0xa1000000-0xa101ffff,0xa1020000-0xa1023fff irq 19 at device 0.0 on pci5 > em1: port 0x3000-0x301f mem 0xa2000000-0xa201ffff,0xa2020000-0xa2023fff irq 16 at device 0.0 on pci6 > em2: port 0x4000-0x401f mem 0xa3000000-0xa301ffff,0xa3020000-0xa3023fff irq 16 at device 0.0 on pci10 > em3: port 0x5000-0x501f mem 0xa4000000-0xa401ffff,0xa4020000-0xa4023fff irq 17 at device 0.0 on pci11 > > Thanks. > Try "device mptable" in your kernel config. I am running 10-beta2 on a 6501-70. As far as I know, they've never made an ACPI bios for it yet, so you need the older mptable option.