iPXE discussion forum
DECchip NIC is not booting - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: DECchip NIC is not booting (/showthread.php?tid=11126)



DECchip NIC is not booting - TheShich - 2018-04-07 13:19

Hello
I've got a DEC DECchip 21142/43 (rev30) 1011:0019 NIC and failed get it working with iPXE. It should be working according to hardware compatibility list.
First iPXE prints something about legacy mode then tries to do dhcp and fails.
dhcp command from command line fails too.
[Image: looks_like.png]
PC and network are 100% working (link is up). I've tried another NIC on same PC and it boots perfectly. I've tried premade images and tried to build them by myself - no luck with DEC NIC.
I know the NIC is very old, but it is still working in Windows without problems.
It seems like NIC can't receive any data. After failed dhcp command ifstat shows RX=0 and RXE =0.
I can't ping NIC after configuring static IP address too.
I have to get it working with iPXE. Please, give me ideas how to investigate this issue further and fix it.


RE: DECchip NIC is not booting - Gelip - 2018-04-26 19:15

Try the older version iPXE e.g. this:
https://git.ipxe.org/ipxe.git/snapshot/c6c80789642c866250bfdce474b3037351bf4fb1.zip
I am using this version iPXE in MS VPC 2007.


RE: DECchip NIC is not booting - NiKiZe - 2018-04-27 19:33

If you do get it working with an older commit, please see http://ipxe.org/howto/bisect for how to figure out what broke it and report so that it can try to be fixed, thanks!


RE: DECchip NIC is not booting - TheShich - 2018-05-13 21:39

No luck with older iPXE version (1.0.0+). No luck with gPXE too. Same behavior as above.


RE: DECchip NIC is not booting - NiKiZe - 2018-05-13 22:23

Try building with DEBUG=tulip enabled
and then run thru: http://ipxe.org/dev/drvtest/link


RE: DECchip NIC is not booting - Gelip - 2018-05-14 18:58

If NIC is very old try also very old network boot e.g. TCP/IP BOOT-PROM -> incom.de. DECchip 21142/43 driver is on Disk 2:
[Image: f9266e38f85d14e457bb7f7ead61b004-full.png]

http://ftp.upf.br/pub/linux/remote_boot/
http://www.kanoistika.sk/bobovsky/PC-public/remoteboot/


RE: DECchip NIC is not booting - TheShich - 2018-06-12 11:43

I tried http://ipxe.org/dev/drvtest/link with debug. Everything is fine until step 6. After cable disconnect, link is still up on step 7. And I see lots of "TX Timeout!" messages when I tired to do dhcp. I couldn't download TCP/IP BOOT-PROM from link above (they have some kind of registration form), but I've tried etherboot and gpxe without success.