Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
7368 Discussions

Wireless driver spamming Windows Event Log

GLuci
Novice
35,688 Views

This is for a Intel Dual Band Wireless-AC 8260 chip on a Lenovo P50. The driver for the wireless chip keeps posting this to the Application Event Log every 9-11 seconds:

Source: Netwtw06

Event ID: 7023

Level: Information

Content: 7077 - Intel proprietary

It's cluttering my event log and making it difficult to find anything useful.

I have the latest version of the driver (20.30.1).

Is there any way to turn off this event logging? Or can it be removed in the next version?

59 Replies
idata
Employee
16,548 Views

Hello gabe_luci,

 

 

Thanks for being part of our community. We understand that Netwtw06 is showing in several events at Event Viewer. Other than the multiple entries, are there any other issues regarding wireless connectivity?

 

 

In order to better assist you, we would like to gather some more information. Please download and run the https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows- Intel® System Support Utility and share the resulting report with us.

 

 

Best regards,

 

Eugenio F.
0 Kudos
GLuci
Novice
16,548 Views

I've attached the output from the utility.

But no, I have no problems with connectivity. Everything is working fine, except the flood of entries in my event log. I have attached a screenshot.

And I was wrong about which event log: They're going in the System event log, not Application.

idata
Employee
16,548 Views

Hello gabe_luci,

 

 

Thanks for your reply and for providing the files. Your adapter settings are https://www.intel.com/content/www/us/en/support/articles/000005544/network-and-i-o/wireless-networking.html configured as recommended.

 

 

To provide you with a direct answer to your question, we can't prevent a driver from triggering events. This is managed by the operating system and cannot be disabled.

 

 

As long as your system is working properly, you may ignore the information events and most error and warning entries in the Event Viewer. In case you ever need to troubleshoot, we recommend to clear the logs in order to capture the specific error information.

 

 

Here's an interesting and informative reading regarding Windows* Event Viewer functionality:

 

 

- https://www.howtogeek.com/123646/htg-explains-what-the-windows-event-viewer-is-and-how-you-can-use-it/ What Is the Windows Event Viewer, and How Can I Use It? How-To Geek*

 

 

NOTE: Links to third party sites are being offered for your convenience and should not be viewed as an endorsement by Intel of the content, products, or services offered there.

 

 

Please let us know if there's anything else we can do for you.

 

 

Best regards,

 

Eugenio F.
0 Kudos
GLuci
Novice
16,548 Views

That's fair enough that I cannot stop the events. But your development team can. Would you suggest to your development team that they remove these events in a future version? The events don't seem to serve any useful purpose.

0 Kudos
idata
Employee
16,548 Views

Hello gabe_luci,

 

 

I can't confirm if these events are part of the driver design. However, I'll share your feedback with our business unit for consideration.

 

 

Best regards,

 

Eugenio F.
0 Kudos
GLuci
Novice
16,548 Views
0 Kudos
LSaue
Beginner
16,545 Views

I noticed the same problem and this prompted me to google for it, find this post, register to the forum, and post this comment. So yes - this is considered spam in the Event logs by at least two users.

I find a staggering 42762 (fortytwothousandsevenhundredsixtytwo) entries in my Event Log.

idata
Employee
16,545 Views

Hello Leobard,

 

 

Thanks for your reply. We understand that you're also reviving multiple driver notifications on the Event logs. Please bear in mind that Event Viewer is not an Intel software, and event tracking cannot be disabled from the driver.

 

 

gabe_luci Doing further research, we found some information regarding Event Viewer that might interest you. From https://technet.microsoft.com/en-us/library/bb687437.aspx Microsoft* Technet:

 

 

To disable logging for a specific event

 

  1. In the Application Center snap-in, expand the cluster node.
  2. Under the cluster node, right-click the Events node, and then on the pop-up menu, click Properties.
  3. In the Event Properties dialog box, click Exclusions.
  4. In the Event Exclusions dialog box, in the Product box, click the appropriate event source, and then click Add.
  5. Click the appropriate event severity, and then, if required, in the Source box, enter the event source and in the Event ID box, enter the identifier number.

You can disable logging for specific events. This can be useful to hide events that you are aware of and no longer need to see. Events of this type that are already logged are still displayed in the Events view until they are cleaned-up by Application Center after the period of time specified in the Keep logged events for (days) text box or until the log is cleared.

NOTE: Links to third party sites are being offered for your convenience and should not be viewed as an endorsement by Intel of the content, products, or services offered there.

Best regards,

 

Eugenio F.
0 Kudos
GLuci
Novice
16,548 Views

Eugenio,

I think you misunderstand the purpose of the Event Viewer. Event Viewer does not create the events, it only views them. Events only show in the Viewer when an application (or driver) purposefully logs an event. In this case, the Event Source is "Netwtw06", which is the short name for the Intel Wireless driver (the file name of the driver is Netwtw06.sys).

All this means that there is code in the Intel driver that is logging this event. That's why I asked that you forward this feedback to your developers so that they can remove that code, or otherwise provide a way to disable it.

The method you gave to disable logging won't work in Windows 10. As described in this link, the Application Center is no longer supported and was last updated for Windows Server 2003: https://technet.microsoft.com/en-us/library/bb545877.aspx https://technet.microsoft.com/en-us/library/bb545877.aspx

idata
Employee
16,548 Views

Hello gabe_luci,

 

 

Thanks for your reply. We'll gladly pass on your feedback along with the new inputs.

 

 

Best regards,

 

Eugenio F.
0 Kudos
MDjog
Novice
16,548 Views

Hi,

Same troubleshoot here !

The amount of useless traces this driver is inserting into the event viewer database is just insane.

Can Intel update its driver please?

Regards

0 Kudos
MDjog
Novice
16,548 Views

For example: "7021 - Connection telemetry fields and analysis usage" [event id 7021] (24% of the Netwtw06 events). It's usefulness is debatable...

But "7077 - Intel proprietary" [event id 7023] represent 32% of the Netwtw06 events. Does this mean something useful for you?

0 Kudos
MDjog
Novice
16,548 Views

Nothing possible in Powershell, no way to deal with this issue removing only the interesting even ids.

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/remove-eventlog?view=powershell-5.1 Remove-EventLog or https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/limit-eventlog?view=powershell-5.1 Limit-EventLog doesn't bring any viable solution.

So Intel, the ball's in your court.

0 Kudos
HKlum
Valued Contributor I
11,353 Views

Same problem, and it also wakes up modern standby every 10 minutes:

 

https://i.imgur.com/7kvpSSL.png

 

1 year later and still not fixed. I love Intel.

0 Kudos
GLuci
Novice
11,353 Views

It has been fixed for a while. I just updated my driver again last week, and it's still fixed. Driver version 20.70.5.2.

 

Download here: https://downloadcenter.intel.com/product/86068/Intel-Dual-Band-Wireless-AC-8260

0 Kudos
HKlum
Valued Contributor I
11,353 Views

Erm no... it is not fixed. Latest driver is 20.100.0. I have a 9260. The driver for 8260 is old and abandoned long time ago (end of life).

0 Kudos
GLuci
Novice
11,353 Views

Well this thread was about 8260 and it's fixed for that.

 

You'd be better off creating a new thread about the 9260 driver.

0 Kudos
mcbsys
Novice
11,353 Views

> The driver for 8260 is old and abandoned long time ago (end of life).

 

@HKlum​ , the link that @GLuci​  provided is specifically for the 8260. It also shows version 20.110.0, dated 1/15/2019. Doesn't seem abandoned. That said, I'm happily running 20.70.3.3 on an 8265 with no event log spamming. Can't say if the issue has come back after that version.

 

0 Kudos
HKlum
Valued Contributor I
11,353 Views
0 Kudos
entilza
New Contributor I
11,350 Views

This thread was for the 8260 I suggest making a new post on 9260.... My 8265 is working fine - My driver is perhaps older at 20.60.0.7

0 Kudos
Reply