- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page