完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好
我有一个NUC7i3BNK主要用于托管Quickbooks数据库,我们希望将它用作一种备份服务器。 该机器将访问存储在NAS中的备份文件,并将启动映像发送到客户端(客户端与服务器的型号相同),以便PXE引导和映像或恢复其驱动器。 轻松的工作。 问题是驱动程序支持。 由于我有很多时间,我测试了尽可能多的解决方案来安装驱动程序: 对于Windows 8,8.1,10,12012,2012 r2和2016,我尝试在全新安装后和完全更新后安装驱动程序版本23.2。 我也尝试使用版本21,据我所知,这是第一个为这张卡提供支持的版本。 全部失败,并显示“此计算机上没有Intel适配器”的消息。 如果我试图让Windows在文件夹中查找驱动程序,它会说没有找到驱动程序,如果我尝试从e1d64x64.inf加载的列表中选择驱动程序,则只列出该卡的LM变体,没有 五 到目前为止,已知一种解决方法是手动安装卡的LM变体的驱动程序。 我不知道是否有任何差异,但它是有用的。 如果在此之后我再次运行驱动程序安装程序,有时它将安装正确的驱动程序,有时它不会。 但是,当我的备份软件在我的启动映像或整套驱动程序中注入此驱动程序(e1d64x64.inf)时,客户端启动时不会加载任何网络驱动程序。 我在论坛中读到,当硬件ID与驱动程序文件中的描述不匹配时,您会收到该错误消息,因此我检查了它是什么。 在我的特定机器中,网卡被列为Intel以太网连接(4)I219-V。 Windows设备管理器中的硬件ID是: PCI VEN_8086&放大器; DEV_15D8&安培; SUBSYS_20688086 当我查看英特尔套件中NDIS64文件夹中的INF文件时,它会显示此设备的以下值: [Intel.NTamd64.6.3.1] ; DisplayName Section DeviceID ; ----------- ------- -------- %E15D8NC.DeviceDesc%= E15D8.6.3.1,PCI VEN_8086& DEV_15D8 %E15D8NC.DeviceDesc%= E15D8.6.3.1,PCI VEN_8086& DEV_15D8& SUBSYS_00008086 我决定添加一行来自Windows设备管理器的信息并尝试从设备管理器安装驱动程序无效,但后来我注意到另一个区域略有不同的标题,没有任何对此硬件ID的引用 ,以及“Section”值没有后缀的地方。 所以,对于那个区域,我添加了这一行: [Intel.NTamd64.6.3] ; DisplayName Section DeviceID ; ----------- ------- -------- %E15D8NC.DeviceDesc%= E15D8,PCI VEN_8086& DEV_15D8& SUBSYS_20688086 如果我让Windows查看此驱动程序所在的文件夹,它会检测到它并尝试安装它,但它会抱怨驱动程序的安全目录(e1d64x64.cat)中没有此硬件的字符串。 考虑到我对INF文件所做的修改,这是有道理的。 因此,我删除了INF中的CAT文件引用,禁用了签名强制执行,并且看,我能够通过将Windows指向它来安装驱动程序。 在禁用驱动程序签名实施后,它还可以在其他版本的Windows上运行。 到目前为止,我还没有注意到它的功能有任何问题。 这让我回到原来的问题。 虽然我可以通过禁用签名强制使驱动程序在完整的Windows环境中工作,但我发现你无法在WinPE上禁用该东西。 所以,我回到了正方形1.我有一个功能但未签名的驱动程序,我无法用于PXE启动我们的客户端计算机来运行我们的备份软件。 我无法修改软件的图像,只会注入我提供的驱动程序,如果没有签名则会崩溃。 但签名的驱动程序不起作用。 有没有办法为这个特定的VEN / DEV / SUBSYS组合获得第三方签名驱动程序? 英特尔有人愿意调查吗? 谢谢你的帮助。 以上来自于谷歌翻译 以下为原文 Hello I have a NUC7i3BNK that is used mostly to host a Quickbooks database, and we want to use it as a sort of backup server. This machine would access the backup files stored in a NAS and would send a boot image to the clients (the clients are the same model as the server) to PXE boot and image or restore their drives. Light work. The problem is the driver support. Since I have a lot of time, I tested as many solutions as I could to get the driver to install: For Windows 8, 8.1, 10, 2012, 2012 r2 and 2016, I tried installing driver version 23.2 after fresh installs and after fully updating. I tried that also with version 21, which, as I understand, was the first version to offer support for this particular card. All fails with the message about "No Intel adapters are present on this computer". If I try to have Windows look for the driver in a folder, it will say no driver was found, and if I try to pick a driver from a list loaded from e1d64x64.inf, only the LM variants of the card are listed, none of the V. By now it's known that a workaround is to manually install the driver for the LM variant of the card. I don't know if there are any differences, but it's functional. If after this I run the driver installer again, sometimes it will install the right driver, and sometimes it won't. However, when I have my backup software inject this driver (e1d64x64.inf) in my boot image, or the whole set of drivers, no network driver is loaded when the client boots up. I read in the forums that you get that error message when the hardware ID doesn't match the descriptions in the driver file, so I checked what it was. In my specific machine, the network card is listed as Intel Ethernet Connection (4) I219-V. The hardware ID's from Windows Device Manager are these: PCIVEN_8086&DEV_15D8&SUBSYS_20688086 When I looked at the INF file from the NDIS64 folder in the Intel bundle, it shows these values for this device: [Intel.NTamd64.6.3.1] ; DisplayName Section DeviceID ; ----------- ------- -------- %E15D8NC.DeviceDesc% = E15D8.6.3.1, PCIVEN_8086&DEV_15D8 %E15D8NC.DeviceDesc% = E15D8.6.3.1, PCIVEN_8086&DEV_15D8&SUBSYS_00008086 I decided to add a line with the information from the Windows Device Manager and tried to install the driver from the Device Manager to no effect, but then I noticed another area with a slightly different header that didn't have any references to this hardware id, and where the "Section" values didn't have suffixes. So, for that area, I added the line: [Intel.NTamd64.6.3] ; DisplayName Section DeviceID ; ----------- ------- -------- %E15D8NC.DeviceDesc% = E15D8, PCIVEN_8086&DEV_15D8&SUBSYS_20688086 If I have Windows look into the folder where this driver is, it detects it correctly and attempts to install it, but it will complain that the string for this hardware is not present in the security catalog (e1d64x64.cat) of the driver, which makes sense, given the modifications I made to the INF file. So, I deleted the CAT file reference in the INF, disabled the signature enforcement, and lo and behold, I was able to install the driver by pointing Windows to it. It also worked on the other versions of Windows, after disabling the driver signature enforcement. I haven't noticed any problems in its functioning so far. Which brings me back to my original problem. Although I could make the driver work in a full windows environment by disabling signature enforcement, I found out that you can't disable the thing on WinPE. So, I'm back to square 1. I have a functional but unsigned driver that I can't use for PXE booting our client computers to run our backup software. I can't modify the software's image, it will just inject the drivers I provide it with, and crash if they're not signed. But the signed driver doesn't work. Is there any way to get a third party signed driver for this specific VEN/DEV/SUBSYS combination? Is anyone at Intel willing to look into it? Thanks for your help. |
|
相关推荐
8个回答
|
|
您好McClane.MX,感谢您在此社区中发布您的查询。请继续测试卡本身的证明驱动程序,而不是实际的英特尔®套件NUC7i3BNK,请访问:https://downloadcenter.intel.com/
产品/ 82186 / Intel-Ethernet-Connection-I219-V您可能需要根据您使用的操作系统选择不同的版本。让我们知道结果; 我希望尽快收到你的来信.Regards,Diego S. 以上来自于谷歌翻译 以下为原文 Hello McClane.MX, Thank you for posting your inquiry in this Community. Please go ahead and test the attest drivers for the card itself, and not the actual Intel® Kit NUC7i3BNK, found here: https://downloadcenter.intel.com/product/82186/Intel-Ethernet-Connection-I219-V You may need to pick different versions depending on the OS that you are working with. Let us know the outcome; I hope to hear from you soon. Regards, Diego S. |
|
|
|
jerry1978 发表于 2018-11-9 09:04 您好McClane.MX,我们只想仔细检查您是否需要进一步的帮助?我希望尽快收到您的回复。最好的问候,Diego S. 以上来自于谷歌翻译 以下为原文 Hello McClane.MX, We just wanted to double check if you need further assistance? I hope to hear from you soon. Best Regards, Diego S. |
|
|
|
感谢您的答复! 可悲的是,这个驱动程序的结果在所有平台下完全相同。 像我在NUC驱动程序包中使用驱动程序一样添加硬件ID可以解决检测问题,但只要安全目录中没有所说的ID,驱动程序对WinPE就没用了。 以上来自于谷歌翻译 以下为原文 Thank you for your response! Sadly, the results with this driver were exactly the same under all platforms. Adding the hardware ID as I did with the driver from the NUC driver bundle does fix the detection issue, but as long as said ID is not present in the security catalog, the driver is useless for WinPE. |
|
|
|
jerry1978 发表于 2018-11-9 09:18 您好McClane.MX,感谢您的回复。我们将进一步调查此事; 我们会在收到更多信息后立即将您发回。我希望这会有所帮助.Regards,Diego S. 以上来自于谷歌翻译 以下为原文 Hello McClane.MX, Thank you for your response. We’ll investigate further into this; I’ll post you back as soon as we have more information. I hope this helps. Regards, Diego S. |
|
|
|
jerry1978 发表于 2018-11-9 09:23 McClane.MX,感谢您的回复。在这种情况下,请考虑安全目录中没有硬件ID,因为您的英特尔®NUC套件NUC7i3BNK支持的唯一操作系统是Windows®10,64位 *(Home和Pro版本),你可以在这里查看。我们最好的建议是测试MS-DOS的英特尔®以太网适配器驱动程序,但我们不保证这个驱动程序能完全正常工作。如果你有任何其他的,请告诉我们 问题或关注.Regards,Diego S. 以上来自于谷歌翻译 以下为原文 McClane.MX, Thank you for your response. In this case, please consider that the hardware ID is not present in the security catalog due to fact that the only OS supported by your Intel® NUC Kit NUC7i3BNK is Windows® 10, 64-bit*(Home and Pro editions) as you can check here. Our best recommendation is to test the Intel® Ethernet Adapter Drivers for MS-DOS however we do not guarantee that this one will fully work. Please let us know if you have any other question or concern. Regards, Diego S. |
|
|
|
cd340823 发表于 2018-11-9 09:37 你好迭戈, Windows 10 Pro for Workstations作为支持的操作系统版本怎么样? 它没有列出。 我们是否认为它不受支持或文章是否需要更新或其他内容? MikeLevine-W10-Pro-Workstation.txt.zip 7.3 K. 以上来自于谷歌翻译 以下为原文 Hi Diego, What about Windows 10 Pro for Workstations as a supported OS version? It's not listed. Do we assume that it's not supported or does the article need an update, or something else? |
|
|
|
您好MikeLevine,感谢您发布,在这种情况下,为McClane.MX提供的信息是指我们的英特尔®NUC套件NUC7i3BNK,而不是我们的英特尔®NUC套件NUC8i7HVK。但是,为了解决您的问题,NIC将与 操作系统驱动程序。文章是正确的,英特尔®NUC套件NUC8i7HVK支持的唯一操作系统是Windows Server 2016 *(有限支持)和Windows 10,64位*我希望这有帮助.Regards,Diego S. 以上来自于谷歌翻译 以下为原文 Hello MikeLevine, Thank you for posting, In this case, the information provided for McClane.MX was referring to our Intel® NUC Kit NUC7i3BNK and not our Intel® NUC Kit NUC8i7HVK. However in order to address your question, the NIC will work with the OS drivers. The article is correct, the only OSs supported for the Intel® NUC Kit NUC8i7HVK are Windows Server 2016* (Limited support) and Windows 10, 64-bit* I hope this helps. Regards, Diego S. |
|
|
|
cd340823 发表于 2018-11-9 09:37 谢谢你的回应,迭戈。 令人遗憾的是MS-DOS的驱动程序也不起作用。 话虽如此,我确实希望Windows 10(32位和64位,Home和Pro,我已经尝试过所有这些)的自动安装问题将在未来针对此特定硬件ID的更新中得到解决。 目前,我设法在备份软件的Linux启动映像中修改内核,并正确加载卡,这样我就能得到我想要的结果。 再次感谢你的帮助。 以上来自于谷歌翻译 以下为原文 Thank you for your response, Diego. It's a shame that the drivers for MS-DOS don't work, either. That being said, I do hope that the automatic installation issues under Windows 10 (32 and 64 bit, Home and Pro, I've tried them all) will be solved in a future update for this particular hardware ID. For the time being, I managed to modify the kernel in my backup software's Linux boot image and it loads the card properly, which allows me to get the result I was looking for. Thanks again for your help. |
|
|
|
只有小组成员才能发言,加入小组>>
516浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 20:27 , Processed in 0.873193 second(s), Total 90, Slave 74 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号