JSI Tip 8350. How can I troubleshoot wireless connection events in Windows XP SP2?
August 10, 2004
One of my laptops would occassionally display a Notification Area pop-up on the wireless network connection icon that read:
Wireless Network Connection is now connected.
I could find no reason, since it had been connected for days, ever since it was booted.
To troubleshoot the event:
1. I opened a CMD.EXE window.
2. I typed netsh ras set tracing * enable and pressed Enter. This enabled tracing in the %SystemRoot%TracingWzcdlg.log and %SystemRoot%TracingWzctrace.log files.
3. Hours later, I was able to search the %SystemRoot%TracingWzcdlg.log file for NCES_CONNECTED. The following line showed the SSID of the network the laptop was connected to, and I was able to determine I had an intermittent hardware problem.
4. To stop the logging, I typed netsh ras set tracing * disable and pressed Enter.
NOTE: The %SystemRoot%TracingWzctrace.log file grows very rapidly.
About the Author
You May Also Like