Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
5149 Discussions

I210 network adapter driver missing options

DWald
Beginner
1,577 Views

Hi,

I have an embedded computer with 3xI210 ports (as windows tells me). I had to set the Interrupt Moderation Rate and other stuff like Receive Buffers to ensure that a high-performance ethernet camera is working well. Now (after a really long time) I updated the network drivers and these options are gone. Why is that so and what can I do about it? I could still use the old drivers, but I was looking forward automating these settings via the new powershell Cmdlets.

BR,

Daniel

0 Kudos
2 Replies
idata
Employee
658 Views

Hi Daniel,

 

 

Thank you for posting in Wired Ethernet Community.

 

 

To use PowerShell for setting Intel(R) Network Adapter settings such as Interrupt Moderation rate or Receive Buffers, you can import the "IntelNetCmdlets" module.

 

 

To modify the adapter setting using PowerShell :

 

1. Run powershell as administrator

 

2. Import the "IntelNetCmdlets" module

 

PS c:\> Import-Module -Name "C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets"

 

3. Type "IntelNetAdapter" to show the list of Intel(R) Adapter in your system.

 

4. Type "Get-IntelNetadapterSetting -Name "adapter name" to view the existing setting

 

Example - Get-IntelNetadapterSetting -Name "Intel(R) Ethernet Server Adapter I210-T1"

 

5. Type "Set-IntelNetadapterSetting -Name "adapter name" -RegistryKeyword "adapter setting" -RegistryValue "value"

 

Example - Set-IntelNetadapterSetting -Name "Intel(R) Ethernet Server Adapter I210-T1" -RegistryKeyword "*ReceiveBuffers" -RegistryValue "512"

 

 

Hope this helps.

 

 

Regards,

 

 

Vince T.

 

Intel Customer Support

 

Agent under contract to Intel

 

0 Kudos
idata
Employee
658 Views

Hi Daniel,

 

 

Please let us know if you have additional question regarding IntelNetCmdLets module.

 

 

The I210 is an Ethernet Controller integrated to the system. The manufacturer may have customized solution to address your concern regarding missing options. Kindly contact them for further assistance.

 

 

Regards,

 

 

Vince T.

 

Intel Customer Support

 

 

0 Kudos
Reply