[ipxe-devel] iPXE issues, myri10ge 3c0860
Geert Stappers
stappers at stappers.nl
Sat Jun 18 07:08:42 UTC 2016
On Sat, Jun 18, 2016 at 08:47:30AM +0200, Geert Stappers wrote:
> On Fri, Jun 17, 2016 at 06:46:50PM +0000, Prout, Ryan C. wrote:
> > Hello,
> >
> >
> > I am trying to get iPXE to work with a myricom NIC using this driver
> > myri10ge and this server HP Proliant DL360 G6. I have successfully used
> > my iPXE build on another machine but this one keeps giving me issues.
> >
> >
> > I have set the IP, gateway, DNS and confirmed that the proper MAC addrss
> > is on net0. The net0 interface comes up and has a link but I am unable
> > to ping anything. I get an error pointing me here ipxe.org/3c0860.
> >
>
> At http://www.ipxe.org/err/3c0860 is the text
>
> | Possible sources
> |
> | This error originated from one of the following locations
> | within the iPXE source code:
> |
> | net/netdevice.c (line 1027)
> | net/netdevice.c (line 1193)
>
>
> The source code line with some context
>
> 1024 DBGC ( netdev, "NETDEV %s unknown network protocol %04x\n",
> 1025 netdev->name, ntohs ( net_proto ) );
> 1026 free_iob ( iobuf );
> 1027 return -ENOTSUP;
>
>
> 1190 if ( ! netdev_configurator_applies ( netdev, configurator ) ) {
> 1191 DBGC ( netdev, "NETDEV %s does not support configuration via "
> 1192 "%s\n", netdev->name, configurator->name );
> 1193 return -ENOTSUP;
> 1194 }
>
Also from http://www.ipxe.org/err/3c0860
| Additional notes
|
| (Please edit this page to include any of your own useful hints and tips
| for fixing this error.)
|
| This error indicates that a packet was received for an unsupported
| network-layer protocol. This error is generally harmless. For example,
| received IPv6 packets may trigger this error, if your build of iPXE is
| compiled without IPv6 support.
> > As I proceed to troublshoot, I wanted to take a minute to reach out
> > and see if you guys had any insight.
>
> Nope, I don't have that insight. iPXE is fairly new to me.
>
> This e-mail is to change the subject of this thread from
> a very generic 'iPXE issues' to 'iPXE issues, myri10ge 3c0860'
>
> The expansion of error code 3c0860 is done above.
>
> Hopefully will this thread get a follow-up on the myri10ge part.
>
Now that I have seen the additional notes,
I revoke my hint towards the myri10ge driver.
Still looking forward to a follow-up on the thread,
such as a simple "with including FOO support is the 3c0860 gone".
Groeten
Geert Stappers
--
Leven en laten leven
More information about the ipxe-devel
mailing list