From owner-freebsd-stable@FreeBSD.ORG Thu Jul 19 18:43:17 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A46C8106564A for ; Thu, 19 Jul 2012 18:43:17 +0000 (UTC) (envelope-from psaldivia@telefoniacentro.cl) Received: from oproxy9.bluehost.com (oproxy9.bluehost.com [IPv6:2605:dc00:100:2::a2]) by mx1.freebsd.org (Postfix) with SMTP id 628AF8FC0C for ; Thu, 19 Jul 2012 18:43:17 +0000 (UTC) Received: (qmail 8187 invoked by uid 0); 19 Jul 2012 18:43:17 -0000 Received: from unknown (HELO host66.hostmonster.com) (74.220.207.66) by oproxy9.bluehost.com with SMTP; 19 Jul 2012 18:43:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=telefoniacentro.cl; s=default; h=Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=76s6M4u9WvB1bu+1U+gHbJDJGxO7GrGdjjG7Mlcit90=; b=267tI2Xx7rSLrqrbY4cLkMHmSvgVkW78FXmUqFnx7xd3dMCssRzB/8Dn6L/Y3qCf0Xl+lNP72wz5D2eymfj7w+kYtY5d0y3hUzn98ZvdpgJRvszvYUTMzeKKEZhlAkkC; Received: from [201.214.66.203] (port=34047 helo=[192.168.1.223]) by host66.hostmonster.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1Srvgy-0005TX-BY for freebsd-stable@freebsd.org; Thu, 19 Jul 2012 12:43:17 -0600 Message-ID: <50085542.7050201@telefoniacentro.cl> Date: Thu, 19 Jul 2012 14:43:14 -0400 From: Pablo Saldivia User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <50085482.6070804@telefoniacentro.cl> In-Reply-To: <50085482.6070804@telefoniacentro.cl> Content-Type: multipart/mixed; boundary="------------020907070806030404030401" X-Identified-User: {1380:host66.hostmonster.com:pktwokpi:telefoniacentro.cl} {sentby:smtp auth 201.214.66.203 authed with psaldivia@telefoniacentro.cl} Subject: Re: motherboard 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: Thu, 19 Jul 2012 18:43:17 -0000 This is a multi-part message in MIME format. --------------020907070806030404030401 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit sorry i forget add file with motherboard config thanks again :) El 19/07/12 14:40, Pablo Saldivia escribió: > Hello list > > I have a problem with my motherboard, with four 82573L Gigabit > Ethernet Controller integrated, > with freebsd 8.1 only work one ethernet em1 , em0 , em2 and em3 not work > > dmesg info > [ 5.301681] e1000e 0000:03:00.0: Disabling ASPM L1 > [ 5.301706] e1000e 0000:03:00.0: PCI->APIC IRQ transform: INT A -> > IRQ 18 > [ 5.301727] e1000e 0000:03:00.0: setting latency timer to 64 > [ 5.301963] e1000e 0000:03:00.0: irq 41 for MSI/MSI-X > [ 5.302457] e1000e 0000:03:00.0: Disabling ASPM L0s > [ 5.371770] e1000e 0000:03:00.0: (unregistered net_device): The NVM > Checksum Is Not Valid > [ 5.389922] e1000e: probe of 0000:03:00.0 failed with error -5 > > the problem its the same in linux and freebsd, /Windows simply doesn't > check the NVM checksum and work fine :( > > I probe install new driver, fix the eeprom //fixeep-82573-dspd.sh / > / > lemon@pfSense:~$ sudo sh fixeep-82573-dspd.sh eth0 > eth0: is a "82573L Gigabit Ethernet Controller" > This fixup is applicable to your hardware > fixeep-82573-dspd.sh: 34: Bad substitution > fixeep-82573-dspd.sh: 39: Bad substitution > > I probe edit netdev.c in the driver and eliminate check NVM checksum > > / > > if (i == 2) { > e_err("The NVM Checksum Is Not Valid\n"); > err = -EIO; > goto err_eeprom; > } > > change to > > if (i == 2) { > e_err("The NVM Checksum Is Not Valid\n"); > return; > } > and recompile but nothing > > > Probe bootutil of Intel tool > > Flasheable enable :( > > > lemon@pfSense:~/Intel/APPS/BootUtil/Linux32$ sudo ./bootutil32 -NIC=1 > -FLASHENABLE > > Intel(R) Ethernet Flash Firmware Utility > BootUtil version 1.3.27.0 > Copyright (C) 2003-2012 Intel Corporation > > Enabling boot ROM on port 1...Unsupported feature > > Port Network Address Series WOL Flash Firmware Version > ==== =============== ======= === ================================= > ======= > 1 80014C362E39 Gigabit NO LOM,UEFI,PXE Enabled,FCOE > 2 00E04C362E3A Gigabit YES LOM,PXE > 3 00E04C362E3B Gigabit NO LOM,UEFI,PXE Enabled,FCOE > 4 00E04C362E3C Gigabit NO LOM,UEFI,PXE Enabled,FCOE > > New firmware > > lemon@pfSense:~/Intel/APPS/BootUtil/Linux32$ sudo ./bootutil32 -UP=PXE > -ALL > > Intel(R) Ethernet Flash Firmware Utility > BootUtil version 1.3.27.0 > Copyright (C) 2003-2012 Intel Corporation > > Flash on LOM device not supported on port 1 > > Flash on LOM device not supported on port 2 > > Flash on LOM device not supported on port 3 > > Flash on LOM device not supported on port 4 > > Port Network Address Series WOL Flash Firmware Version > ==== =============== ======= === ================================= > ======= > 1 80014C362E39 Gigabit NO LOM,UEFI,PXE Enabled,FCOE > 2 00E04C362E3A Gigabit YES LOM,PXE > 3 00E04C362E3B Gigabit NO LOM,UEFI,PXE Enabled,FCOE > 4 00E04C362E3C Gigabit NO LOM,UEFI,PXE Enabled,FCOE > > is very hard this work any idea please i need help > thanks in advance > > _______________________________________________ > 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" --------------020907070806030404030401 Content-Type: text/plain; charset=UTF-8; name="hw" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="hw" pfsense description: Computer product: Lakeport vendor: Intel width: 32 bits capabilities: smbios-2.3 dmi-2.3 smp-1.4 smp configuration: cpus=1 *-core description: Motherboard physical id: 0 *-cpu product: Intel(R) Xeon(TM) CPU 2.60GHz vendor: Intel Corp. physical id: 0 bus info: cpu@0 version: 15.2.9 size: 2600MHz width: 32 bits capabilities: boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts cid xtpr configuration: id=0 *-logicalcpu:0 description: Logical CPU physical id: 0.1 width: 32 bits capabilities: logical *-logicalcpu:1 description: Logical CPU physical id: 0.2 width: 32 bits capabilities: logical *-cache:0 description: L1 cache physical id: 0 size: 8KiB *-cache:1 description: L2 cache physical id: 1 size: 512KiB *-memory description: System memory physical id: 1 size: 2003MiB *-pci description: Host bridge product: Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub vendor: Intel Corporation physical id: 100 bus info: pci@0000:00:00.0 version: 03 width: 32 bits clock: 33MHz configuration: driver=agpgart-intel resources: irq:0 *-display:0 UNCLAIMED description: VGA compatible controller product: Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 03 width: 32 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list configuration: latency=0 resources: memory:fe780000-fe7fffff ioport:ac80(size=8) memory:d0000000-dfffffff memory:fe740000-fe77ffff *-display:1 UNCLAIMED description: Display controller product: Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller vendor: Intel Corporation physical id: 2.1 bus info: pci@0000:00:02.1 version: 03 width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list configuration: latency=0 resources: memory:fe680000-fe6fffff *-pci:0 description: PCI bridge product: N10/ICH 7 Family PCI Express Port 1 vendor: Intel Corporation physical id: 1c bus info: pci@0000:00:1c.0 version: 01 width: 32 bits clock: 33MHz capabilities: pci pciexpress msi pm normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:16 ioport:b000(size=4096) memory:fe800000-fe8fffff ioport:80000000(size=2097152) *-network UNCLAIMED description: Ethernet controller product: 82573L Gigabit Ethernet Controller vendor: Intel Corporation physical id: 0 bus info: pci@0000:01:00.0 version: 00 width: 32 bits clock: 33MHz capabilities: pm msi pciexpress cap_list configuration: latency=0 resources: memory:fe8e0000-fe8fffff ioport:bc80(size=32) *-pci:1 description: PCI bridge product: N10/ICH 7 Family PCI Express Port 2 vendor: Intel Corporation physical id: 1c.1 bus info: pci@0000:00:1c.1 version: 01 width: 32 bits clock: 33MHz capabilities: pci pciexpress msi pm normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:17 ioport:c000(size=4096) memory:fe900000-fe9fffff ioport:80200000(size=2097152) *-network description: Ethernet interface product: 82573L Gigabit Ethernet Controller vendor: Intel Corporation physical id: 0 bus info: pci@0000:02:00.0 logical name: eth0 version: 00 serial: 00:e0:4c:36:2e:3a size: 100Mbit/s capacity: 1Gbit/s width: 32 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.2.20-k2 duplex=full firmware=0.5-7 ip=192.168.1.244 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s resources: irq:40 memory:fe9e0000-fe9fffff ioport:cc80(size=32) *-pci:2 description: PCI bridge product: N10/ICH 7 Family PCI Express Port 3 vendor: Intel Corporation physical id: 1c.2 bus info: pci@0000:00:1c.2 version: 01 width: 32 bits clock: 33MHz capabilities: pci pciexpress msi pm normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:18 ioport:d000(size=4096) memory:fea00000-feafffff ioport:80400000(size=2097152) *-network UNCLAIMED description: Ethernet controller product: 82573L Gigabit Ethernet Controller vendor: Intel Corporation physical id: 0 bus info: pci@0000:03:00.0 version: 00 width: 32 bits clock: 33MHz capabilities: pm msi pciexpress cap_list configuration: latency=0 resources: memory:feae0000-feafffff ioport:dc80(size=32) *-pci:3 description: PCI bridge product: N10/ICH 7 Family PCI Express Port 4 vendor: Intel Corporation physical id: 1c.3 bus info: pci@0000:00:1c.3 version: 01 width: 32 bits clock: 33MHz capabilities: pci pciexpress msi pm normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:19 ioport:e000(size=4096) memory:feb00000-febfffff ioport:80600000(size=2097152) *-network UNCLAIMED description: Ethernet controller product: 82573L Gigabit Ethernet Controller vendor: Intel Corporation physical id: 0 bus info: pci@0000:04:00.0 version: 00 width: 32 bits clock: 33MHz capabilities: pm msi pciexpress cap_list configuration: latency=0 resources: memory:febe0000-febfffff ioport:ec80(size=32) *-usb:0 description: USB Controller product: N10/ICH 7 Family USB UHCI Controller #1 vendor: Intel Corporation physical id: 1d bus info: pci@0000:00:1d.0 version: 01 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: irq:23 ioport:ac00(size=32) *-usb:1 description: USB Controller product: N10/ICH 7 Family USB UHCI Controller #2 vendor: Intel Corporation physical id: 1d.1 bus info: pci@0000:00:1d.1 version: 01 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: irq:19 ioport:a880(size=32) *-usb:2 description: USB Controller product: N10/ICH 7 Family USB UHCI Controller #3 vendor: Intel Corporation physical id: 1d.2 bus info: pci@0000:00:1d.2 version: 01 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: irq:18 ioport:a800(size=32) *-usb:3 description: USB Controller product: N10/ICH 7 Family USB UHCI Controller #4 vendor: Intel Corporation physical id: 1d.3 bus info: pci@0000:00:1d.3 version: 01 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: irq:16 ioport:a480(size=32) *-usb:4 description: USB Controller product: N10/ICH 7 Family USB2 EHCI Controller vendor: Intel Corporation physical id: 1d.7 bus info: pci@0000:00:1d.7 version: 01 width: 32 bits clock: 33MHz capabilities: pm debug ehci bus_master cap_list configuration: driver=ehci_hcd latency=0 resources: irq:23 memory:fe73bc00-fe73bfff *-pci:4 description: PCI bridge product: 82801 PCI Bridge vendor: Intel Corporation physical id: 1e bus info: pci@0000:00:1e.0 version: e1 width: 32 bits clock: 33MHz capabilities: pci subtractive_decode bus_master cap_list *-isa description: ISA bridge product: 82801GB/GR (ICH7 Family) LPC Interface Bridge vendor: Intel Corporation physical id: 1f bus info: pci@0000:00:1f.0 version: 01 width: 32 bits clock: 33MHz capabilities: isa bus_master cap_list configuration: latency=0 *-ide:0 description: IDE interface product: 82801G (ICH7 Family) IDE Controller vendor: Intel Corporation physical id: 1f.1 bus info: pci@0000:00:1f.1 version: 01 width: 32 bits clock: 33MHz capabilities: ide bus_master configuration: driver=ata_piix latency=0 resources: irq:18 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:ffa0(size=16) *-ide:1 description: IDE interface product: N10/ICH7 Family SATA IDE Controller vendor: Intel Corporation physical id: 1f.2 bus info: pci@0000:00:1f.2 logical name: scsi2 version: 01 width: 32 bits clock: 66MHz capabilities: ide pm bus_master cap_list emulated configuration: driver=ata_piix latency=0 resources: irq:19 ioport:a400(size=8) ioport:a080(size=4) ioport:a000(size=8) ioport:9c80(size=4) ioport:9c00(size=16) *-disk description: ATA Disk product: ST3160815AS vendor: Seagate physical id: 0.0.0 bus info: scsi@2:0.0.0 logical name: /dev/sda version: 4.AA serial: 9RA96LTF size: 149GiB (160GB) capabilities: partitioned partitioned:dos configuration: ansiversion=5 signature=90909090 *-volume:0 description: Linux filesystem partition vendor: Linux physical id: 1 bus info: scsi@2:0.0.0,1 logical name: /dev/sda1 logical name: /boot version: 1.0 serial: d3930c7f-9c6e-4c04-8ab4-2c359728693e size: 243MiB capacity: 243MiB capabilities: primary bootable ext2 initialized configuration: filesystem=ext2 modified=2012-07-19 10:33:34 mount.fstype=ext2 mount.options=rw,relatime,errors=continue state=mounted *-volume:1 description: Extended partition physical id: 2 bus info: scsi@2:0.0.0,2 logical name: /dev/sda2 size: 148GiB capacity: 148GiB capabilities: primary extended partitioned partitioned:extended *-logicalvolume description: Linux LVM Physical Volume partition physical id: 5 logical name: /dev/sda5 serial: AiS2YE-USOn-scwN-AiEp-3RqI-fwaG-SiqPRd size: 148GiB capacity: 148GiB capabilities: multi lvm2 *-serial UNCLAIMED description: SMBus product: N10/ICH 7 Family SMBus Controller vendor: Intel Corporation physical id: 1f.3 bus info: pci@0000:00:1f.3 version: 01 width: 32 bits clock: 33MHz configuration: latency=0 resources: ioport:400(size=32) --------------020907070806030404030401--