[ipxe-devel] No network devices with Intel Board S2600WTT
nick
nick at nine.ch
Thu Oct 8 13:49:16 UTC 2015
Hello,
we have an issue with using the Intel Board S2600WTT. It has 2 onboard 10G
network cards (output from lspci -nn):
03:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10-
Gigabit X540-AT2 [8086:1528] (rev 01)
03:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10-
Gigabit X540-AT2 [8086:1528] (rev 01)
Additionally some output of dmidecode from a booted Linux Rescue System:
"""
BIOS Information
Vendor: Intel Corporation
Version: SE5C610.86B.01.01.0009.060120151350
Release Date: 06/01/2015
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 16384 kB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
UEFI is supported
BIOS Revision: 0.0
...
Base Board Information
Manufacturer: Intel Corporation
Product Name: S2600WTT
Version: G92187-350
...
"""
According to the code in intelx.c and 'git log' the network cards should be
supported by ipxe, but sadly we end up with an empty output of 'ifstat' in the
ipxe shell after loading ipxe.lkrn via DHCP (no further steps done so far in
the embedded ipxe script).
We use ipxe.lkrn together with a script (via initrd parameter) to start a
"razor" installation from a booted pxelinux menu.
I updated the BIOS of the mainboard to the most current version already.
I also built ipxe from most current sources via git with debug parameters like
this:
$> make DEBUG=pci:3,intel:3,undi,undirom
and got the following output via the serial console:
"""
iPXE initialising devices...PCI 00:00.0 (8086:2f00 class 060000) has no driver
PCI 00:01.0 (8086:2f02 class 060400) has no driver
PCI 00:02.0 (8086:2f04 class 060400) has no driver
PCI 00:02.2 (8086:2f06 class 060400) has no driver
PCI 00:03.0 (8086:2f08 class 060400) has no driver
PCI 00:04.0 unhandled 64-bit BAR 0000383ffff2c004
PCI 00:04.0 (8086:2f20 class 088000) has no driver
PCI 00:04.1 unhandled 64-bit BAR 0000383ffff28004
PCI 00:04.1 (8086:2f21 class 088000) has no driver
PCI 00:04.2 unhandled 64-bit BAR 0000383ffff24004
PCI 00:04.2 (8086:2f22 class 088000) has no driver
PCI 00:04.3 unhandled 64-bit BAR 0000383ffff20004
PCI 00:04.3 (8086:2f23 class 088000) has no driver
PCI 00:04.4 unhandled 64-bit BAR 0000383ffff1c004
PCI 00:04.4 (8086:2f24 class 088000) has no driver
PCI 00:04.5 unhandled 64-bit BAR 0000383ffff18004
PCI 00:04.5 (8086:2f25 class 088000) has no driver
PCI 00:04.6 unhandled 64-bit BAR 0000383ffff14004
PCI 00:04.6 (8086:2f26 class 088000) has no driver
PCI 00:04.7 unhandled 64-bit BAR 0000383ffff10004
PCI 00:04.7 (8086:2f27 class 088000) has no driver
PCI 00:05.0 (8086:2f28 class 088000) has no driver
PCI 00:05.1 (8086:2f29 class 088000) has no driver
PCI 00:05.2 (8086:2f2a class 088000) has no driver
PCI 00:05.4 (8086:2f2c class 080020) has no driver
PCI 00:11.0 (8086:8d7c class ff0000) has no driver
PCI 00:11.1 (8086:8d7d class 0c0500) has no driver
PCI 00:11.4 (8086:8d62 class 010601) has no driver
PCI 00:14.0 unhandled 64-bit BAR 0000383ffff00004
PCI 00:14.0 (8086:8d31 class 0c0330) has no driver
PCI 00:16.0 unhandled 64-bit BAR 0000383ffff33004
PCI 00:16.0 (8086:8d3a class 078000) has no driver
PCI 00:16.1 unhandled 64-bit BAR 0000383ffff32004
PCI 00:16.1 (8086:8d3b class 078000) has no driver
PCI 00:1a.0 (8086:8d2d class 0c0320) has no driver
PCI 00:1c.0 (8086:8d16 class 060400) has no driver
PCI 00:1d.0 (8086:8d26 class 0c0320) has no driver
PCI 00:1f.0 (8086:8d44 class 060100) has no driver
PCI 00:1f.2 (8086:8d02 class 010601) has no driver
PCI 00:1f.3 unhandled 64-bit BAR 0000383ffff31004
PCI 00:1f.3 (8086:8d22 class 0c0500) has no driver
PCI 01:00.0 (1000:005d class 010400) has no driver
PCI 03:00.0 unhandled 64-bit BAR 0000383fffc0000c
PCI 03:00.0 unhandled 64-bit BAR 0000383fffe0400c
PCI 03:00.0 (8086:1528) has driver "x540t"
PCI 03:00.0 has mem 0 io 2020 irq 10
PCI 03:00.0 latency timer is unreasonably low at 0. Setting to 32.
PCI 03:00.0 probe failed: No such device (http://ipxe.org/2c67403b)
PCI 03:00.1 unhandled 64-bit BAR 0000383fffa0000c
PCI 03:00.1 unhandled 64-bit BAR 0000383fffe0000c
PCI 03:00.1 (8086:1528) has driver "x540t"
PCI 03:00.1 has mem 0 io 2000 irq 11
PCI 03:00.1 latency timer is unreasonably low at 0. Setting to 32.
PCI 03:00.1 probe failed: No such device (http://ipxe.org/2c67403b)
PCI 06:00.0 (102b:0522 class 030000) has no driver
PCI 7f:08.0 (8086:2f80 class 088000) has no driver
PCI 7f:08.2 (8086:2f32 class 110100) has no driver
PCI 7f:08.3 (8086:2f83 class 088000) has no driver
PCI 7f:0b.0 (8086:2f81 class 088000) has no driver
PCI 7f:0b.1 (8086:2f36 class 110100) has no driver
PCI 7f:0b.2 (8086:2f37 class 110100) has no driver
PCI 7f:0c.0 (8086:2fe0 class 088000) has no driver
PCI 7f:0c.1 (8086:2fe1 class 088000) has no driver
PCI 7f:0c.2 (8086:2fe2 class 088000) has no driver
PCI 7f:0c.3 (8086:2fe3 class 088000) has no driver
PCI 7f:0c.4 (8086:2fe4 class 088000) has no driver
PCI 7f:0c.5 (8086:2fe5 class 088000) has no driver
PCI 7f:0f.0 (8086:2ff8 class 088000) has no driver
PCI 7f:0f.1 (8086:2ff9 class 088000) has no driver
PCI 7f:0f.4 (8086:2ffc class 088000) has no driver
PCI 7f:0f.5 (8086:2ffd class 088000) has no driver
PCI 7f:0f.6 (8086:2ffe class 088000) has no driver
PCI 7f:10.0 (8086:2f1d class 088000) has no driver
PCI 7f:10.1 (8086:2f34 class 110100) has no driver
PCI 7f:10.5 (8086:2f1e class 088000) has no driver
PCI 7f:10.6 (8086:2f7d class 110100) has no driver
PCI 7f:10.7 (8086:2f1f class 088000) has no driver
PCI 7f:12.0 (8086:2fa0 class 088000) has no driver
PCI 7f:12.1 (8086:2f30 class 110100) has no driver
PCI 7f:13.0 (8086:2fa8 class 088000) has no driver
PCI 7f:13.1 (8086:2f71 class 088000) has no driver
PCI 7f:13.2 (8086:2faa class 088000) has no driver
PCI 7f:13.3 (8086:2fab class 088000) has no driver
"""
According to the messages and the URL above it fails when mapping the
registers in intelx.c. I am running out of knowledge what else to do...
Does anyone have an idea how to solve this issue?
Best Regards
Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20151008/ee1dc399/attachment.sig>
More information about the ipxe-devel
mailing list