Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some question about the net driver
2019-04-13, 02:31
Post: #3
RE: Some question about the net driver
(2018-12-29 12:52)NiKiZe Wrote:  iPXE has since some time native support for X710
But there seems to be some issues with your hangs.

Which build are you using (ipxe.efi or snp.efi) and have you tried intelx.efi builds instead?

I have tried (ipxe.efi or snp.efi) , the NII driver both have problems. I have not tried intel.efi. Now i have modify the source code to disable the NII drvier and use SNP directly. It works well just for now.


ipxe-master\src\drivers\net\efi\snponly.c
static int niionly_supported ( EFI_HANDLE device ) {
return -1
return chained_supported ( device, &chained_nii );
}


ipxe-master\src\drivers\net\efi\snp.c
static int snp_supported ( EFI_HANDLE device ) {
EFI_BOOT_SERVICES *bs = efi_systab->BootServices;
EFI_STATUS efirc;
return -1
.....
}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Some question about the net driver - yiya1989 - 2019-04-13 02:31



User(s) browsing this thread: 1 Guest(s)