From owner-freebsd-stable@FreeBSD.ORG Tue Jun 5 18:39:17 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 043C4106564A for ; Tue, 5 Jun 2012 18:39:17 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 75BC58FC14 for ; Tue, 5 Jun 2012 18:39:16 +0000 (UTC) Received: by eaac13 with SMTP id c13so1485072eaa.13 for ; Tue, 05 Jun 2012 11:39:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=L50j9Cf9bCXcsBRCf051dqzoqe2H5QeSe0ugSDIu7sI=; b=jbg0TbR7Wywfc7WqfwTSOOSsWF/SpMtOiTOfTanN2pqxB5U2rYm4kOPoM3Y66LxsDn 8AOvZ5/QjJMO7kqJ+ngiqiIMFKdtUJa8H5k2W6BK/3fEUxyA22oe+P53D8AUZjrPK9UG KAE+WITF0hLXfPSYlB1M/oeq6kN6DGNfMr6hwCSM1mO5AvSoXEQywdhUxOtPL+bLns97 uM5pcab7oHlr6JT5+Zk9VjQLKXKJRRdYeMcT4aqtDrDSzANImmuWse7fu/G3Wop4ykVk BH1ZHTGAgHbXZ+dNgvU2CnIY7iqKyr1Q8IwgyQbun2yB74LroovaNZpdafUtU1CSrnoE dquA== Received: by 10.14.53.13 with SMTP id f13mr8366647eec.133.1338921555106; Tue, 05 Jun 2012 11:39:15 -0700 (PDT) Received: from [192.168.50.111] (double-l.xs4all.nl. [80.126.205.144]) by mx.google.com with ESMTPS id a16sm8960130eeg.0.2012.06.05.11.39.12 (version=SSLv3 cipher=OTHER); Tue, 05 Jun 2012 11:39:13 -0700 (PDT) Message-ID: <4FCE524F.9000900@gmail.com> Date: Tue, 05 Jun 2012 20:39:11 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Sebastian Stach References: <4FCE37FC.1090405@gmail.com> <878874BA-2F5C-4A7E-8690-2A8A96536AE0@t-online.de> In-Reply-To: <878874BA-2F5C-4A7E-8690-2A8A96536AE0@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable Subject: Re: em interfaces supermicro X9SCM-F board X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 18:39:17 -0000 Sebastian Stach schreef: > I have an X9SCA-F board and recently updated the BIOS to version 2.0 (the .508 BIOS file). > Its not the same board as yours but maybe the you have the same problem. When i downloaded > the BIOS from the Supermicro website on May 23 the included AMI.BAT only updated the BIOS > and not the Intel ME BIOS extension. > > When i downloaded the file again 2 days ago the AMI.BAT was updated to also flash the Intel ME. > Too bad the version number and the filename are still the same. I only got to know this after > contacting their support. > > My problems were different though. Both of my nics were usable but were hanging after about > 2 hours of heavy load but maybe your problem can be fixed with a new BIOS update. > > Sebastian > > > Am 05.06.2012 um 18:46 schrieb Johan Hendriks: > >> hello all. >> >> i have a new board the supermicro X9SCM-F with the latest firmware 508. >> I am having some trouble with the onboard intel nics. >> It only activate one nic. >> From dmesg >> >> em0: port 0xf020-0xf03f mem 0xf7800000-0xf781ffff,0xf7825000-0xf7825fff irq 20 at device 25.0 on pci0 >> em0: Using an MSI interrupt >> em0: Setup of Shared code failed >> device_attach: em0 attach returned 6 >> ehci0: mem 0xf7824000-0xf78243ff irq 16 at device 26.0 on pci0 >> usbus0: EHCI version 1.0 >> usbus0: on ehci0 >> pcib2: irq 16 at device 28.0 on pci0 >> pci2: on pcib2 >> pcib3: irq 16 at device 28.4 on pci0 >> pci3: on pcib3 >> em1: port 0xd000-0xd01f mem 0xf7700000-0xf771ffff,0xf7720000-0xf7723fff irq 16 at device 0.0 on pci3 >> em1: Using MSIX interrupts with 3 vectors >> em1: Ethernet address: 00:25:90:75:c8:08 >> >> pciconf -vl >> >> em0@pci0:0:25:0: class=0x020000 card=0x00008086 chip=0x15038086 rev=0x05 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '82579V Gigabit Network Connection' >> class = network >> subclass = ethernet >> >> >> em1@pci0:3:0:0: class=0x020000 card=0x000015d9 chip=0x10d38086 rev=0x00 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '82574L Gigabit Network Connection' >> class = network >> subclass = ethernet >> >> I have anothe machine wich has 9.0 stable as of today, if i boot from that disk, then it shows the above dmesg message with one difference that it replaces em1 for em0 also. >> >> it then looks like so >> >> em0: port 0xf020-0xf03f mem 0xf7800000-0xf781ffff,0xf7825000-0xf7825fff irq 20 at device 25.0 on pci0 >> em0: Using an MSI interrupt >> em0: Setup of Shared code failed >> device_attach: em0 attach returned 6 >> ehci0: mem 0xf7824000-0xf78243ff irq 16 at device 26.0 on pci0 >> usbus0: EHCI version 1.0 >> usbus0 on ehci0 >> pcib2: irq 16 at device 28.0 on pci0 >> pci2: on pcib2 >> pcib3: irq 16 at device 28.4 on pci0 >> pci3: on pcib3 >> em0: port 0xd000-0xd01f mem 0xf7700000-0xf771ffff,0xf7720000-0xf7723fff irq 16 at device 0.0 on pci3 >> em0: Using MSIX interrupts with 3 vectors >> em0: Ethernet address: 00:25:90:75:c8:08 >> >> So still one network card. >> >> Full dmesg from the 9.0-STABLE install. >> >> Copyright (c) 1992-2012 The FreeBSD Project. >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> The Regents of the University of California. All rights reserved. >> FreeBSD is a registered trademark of The FreeBSD Foundation. >> FreeBSD 9.0-STABLE #0: Tue Jun 5 13:55:38 CEST 2012 >> root@filer01.neuteboom.local:/usr/obj/usr/src/sys/KRNL amd64 >> CPU: Intel(R) Xeon(R) CPU E31220 @ 3.10GHz (3093.05-MHz K8-class CPU) >> Origin = "GenuineIntel" Id = 0x206a7 Family = 6 Model = 2a Stepping = 7 >> Features=0xbfebfbff >> Features2=0x1fbae3ff >> AMD Features=0x28100800 >> AMD Features2=0x1 >> TSC: P-state invariant, performance statistics >> real memory = 34359738368 (32768 MB) >> avail memory = 33077051392 (31544 MB) >> Event timer "LAPIC" quality 600 >> ACPI APIC Table: >> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >> FreeBSD/SMP: 1 package(s) x 4 core(s) >> cpu0 (BSP): APIC ID: 0 >> cpu1 (AP): APIC ID: 2 >> cpu2 (AP): APIC ID: 4 >> cpu3 (AP): APIC ID: 6 >> ioapic0 irqs 0-23 on motherboard >> kbd1 at kbdmux0 >> ctl: CAM Target Layer loaded >> acpi0: on motherboard >> acpi0: Power Button (fixed) >> acpi0: reservation of 67, 1 (4) failed >> cpu0: on acpi0 >> cpu1: on acpi0 >> cpu2: on acpi0 >> cpu3: on acpi0 >> hpet0: iomem 0xfed00000-0xfed003ff on acpi0 >> Timecounter "HPET" frequency 14318180 Hz quality 950 >> Event timer "HPET" frequency 14318180 Hz quality 550 >> Event timer "HPET1" frequency 14318180 Hz quality 440 >> Event timer "HPET2" frequency 14318180 Hz quality 440 >> Event timer "HPET3" frequency 14318180 Hz quality 440 >> Event timer "HPET4" frequency 14318180 Hz quality 440 >> atrtc0: port 0x70-0x77 irq 8 on acpi0 >> atrtc0: Warning: Couldn't map I/O. >> Event timer "RTC" frequency 32768 Hz quality 0 >> attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 >> Timecounter "i8254" frequency 1193182 Hz quality 0 >> Event timer "i8254" frequency 1193182 Hz quality 100 >> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >> acpi_timer0:<24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >> pcib0: port 0xcf8-0xcff on acpi0 >> pci0: on pcib0 >> pcib1: irq 19 at device 6.0 on pci0 >> pci1: on pcib1 >> mps0: port 0xe000-0xe0ff mem 0xf7600000-0xf7603fff,0xf7580000-0xf75bffff irq 19 at device 0.0 on pci1 >> mps0: Firmware: 13.00.57.00, Driver: 13.00.00.00-fbsd >> mps0: IOCCapabilities: 1285c >> em0: port 0xf020-0xf03f mem 0xf7800000-0xf781ffff,0xf7825000-0xf7825fff irq 20 at device 25.0 on pci0 >> em0: Using an MSI interrupt >> em0: Setup of Shared code failed >> device_attach: em0 attach returned 6 >> ehci0: mem 0xf7824000-0xf78243ff irq 16 at device 26.0 on pci0 >> usbus0: EHCI version 1.0 >> usbus0 on ehci0 >> pcib2: irq 16 at device 28.0 on pci0 >> pci2: on pcib2 >> pcib3: irq 16 at device 28.4 on pci0 >> pci3: on pcib3 >> em0: port 0xd000-0xd01f mem 0xf7700000-0xf771ffff,0xf7720000-0xf7723fff irq 16 at device 0.0 on pci3 >> em0: Using MSIX interrupts with 3 vectors >> em0: Ethernet address: 00:25:90:75:c8:08 >> ehci1: mem 0xf7823000-0xf78233ff irq 23 at device 29.0 on pci0 >> usbus1: EHCI version 1.0 >> usbus1 on ehci1 >> pcib4: at device 30.0 on pci0 >> pci4: on pcib4 >> vgapci0: mem 0xf5000000-0xf5ffffff,0xf7000000-0xf7003fff,0xf6800000-0xf6ffffff irq 19 at device 3.0 on pci4 >> isab0: at device 31.0 on pci0 >> isa0: on isab0 >> ahci0: port 0xf070-0xf077,0xf060-0xf063,0xf050-0xf057,0xf040-0xf043,0xf000-0xf01f mem 0xf7822000-0xf78227ff irq 19 at device 31.2 on pci0 >> ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported >> ahcich0: at channel 0 on ahci0 >> ahcich1: at channel 1 on ahci0 >> ahcich2: at channel 2 on ahci0 >> ahcich4: at channel 4 on ahci0 >> ahcich5: at channel 5 on ahci0 >> pci0: at device 31.3 (no driver attached) >> acpi_button0: on acpi0 >> acpi_tz0: on acpi0 >> acpi_tz1: on acpi0 >> atkbdc0: port 0x60,0x64 irq 1 on acpi0 >> atkbd0: irq 1 on atkbdc0 >> kbd0 at atkbd0 >> atkbd0: [GIANT-LOCKED] >> uart0:<16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 >> uart1:<16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 >> uart2:<16550 or compatible> port 0x3e8-0x3ef irq 10 on acpi0 >> orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc87ff,0xc8800-0xc97ff on isa0 >> sc0: at flags 0x100 on isa0 >> sc0: VGA<16 virtual consoles, flags=0x300> >> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> ppc0: cannot reserve I/O port range >> est0: on cpu0 >> p4tcc0: on cpu0 >> est1: on cpu1 >> p4tcc1: on cpu1 >> est2: on cpu2 >> p4tcc2: on cpu2 >> est3: on cpu3 >> p4tcc3: on cpu3 >> ZFS filesystem version 5 >> ZFS storage pool version 28 >> Timecounters tick every 1.000 msec >> ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled >> DUMMYNET 0 with IPv6 initialized (100409) >> load_dn_sched dn_sched FIFO loaded >> load_dn_sched dn_sched QFQ loaded >> load_dn_sched dn_sched RR loaded >> load_dn_sched dn_sched WF2Q+ loaded >> load_dn_sched dn_sched PRIO loaded >> usbus0: 480Mbps High Speed USB v2.0 >> usbus1: 480Mbps High Speed USB v2.0 >> ugen0.1: at usbus0 >> uhub0: on usbus0 >> ugen1.1: at usbus1 >> uhub1: on usbus1 >> uhub0: 2 ports with 2 removable, self powered >> uhub1: 2 ports with 2 removable, self powered >> ugen0.2: at usbus0 >> uhub2: on usbus0 >> ugen1.2: at usbus1 >> uhub3: on usbus1 >> uhub2: 6 ports with 6 removable, self powered >> uhub3: 6 ports with 6 removable, self powered >> ses0 at mps0 bus 0 scbus0 target 8 lun 0 >> ses0: Fixed Enclosure Services SCSI-5 device >> ses0: 600.000MB/s transfers >> ses0: Command Queueing enabled >> ses0: SCSI-3 SES Device >> ada0 at ahcich0 bus 0 scbus1 target 0 lun 0 >> ada0: ATA-7 SATA 1.x device >> ada0: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes) >> ada0: 76319MB (156301488 512 byte sectors: 16H 63S/T 16383C) >> ada0: Previously was known as ad4 >> SMP: AP CPU #3 Launched! >> SMP: AP CPU #1 Launched! >> SMP: AP CPU #2 Launched! >> Timecounter "TSC-low" frequency 12082230 Hz quality 1000 >> Root mount waiting for: usbus0 >> ugen0.3: at usbus0 >> ums0: on usbus0 >> ums0: 3 buttons and [Z] coordinates ID=0 >> ukbd0: on usbus0 >> kbd2 at ukbd0 >> Trying to mount root from ufs:/dev/ada0p2 [rw]... >> >> regards, >> Johan Hendriks >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Thanks for the pointer. But my ami.bat file from the just downloaded .508 (2.0) firmware is the same as the one i used. this is my ami.bat @echo off REN AFUDOSU.SMC AFUDOSU.EXE AFUDOSU.EXE %1 /P /B /N /K /R /FDT /MER /OPR REN AFUDOSU.EXE AFUDOSU.SMC I will also try to contact there support desk, maybe they need to adjust some things for the bios file for the X9SCM-F also. regards Johan Hendriks.