Tag Archives: trace

Windows: Enable smartcard/CAPI2 debugging

Hi,

smartcard login consists on CAPI2. To enable verbose debugging set the loglevel and start the logging
Continue reading Windows: Enable smartcard/CAPI2 debugging

Advertisment to support michlstechblog.info

Linux: Enable i2c kernel tracing

Hi,

when you want to see whats happened on the i2c bus on an raspberry pi you can enable tracing with debugfs.

Get root and mount debugfs. This is usually already mounted in raspbian

michael@debdev ~ # sudo su
root@debdev ~ # mount -t debugfs none /sys/kernel/debug

Continue reading Linux: Enable i2c kernel tracing

Windows: Capture a network trace with builtin tools (netsh)

Hi,

Windows Event tracing also supports the capturing of network traffic which can be reed by Wireshark, Microsoft Network Monitor or the Microsoft Message Analyzer.

Continue reading Windows: Capture a network trace with builtin tools (netsh)