You are not logged in.
Pages: 1
I use a USB Wi‑Fi adapter on my mini PC. When I select “network usage” under Events, I end up with a huge list of network devices to choose from, and five of them refer to the USB Wi‑Fi adapter. But no matter which one I pick and confirm, it always switches to “Microsoft Wi‑Fi Direct Virtual Adapter #6”. Basically, I can’t manage to set a damn rule on network usage.
Is there a way to fix this?
Thank you.

https://www.pasteboard.co/rmfXPDkMRDta.png
https://www.pasteboard.co/BHcNZj17oKBK.png
Last edited by fedefat (2026-07-02 13:36)
Offline
Shutter uses the device MAC address to uniquely identify a network interface.
It might be the case that your device's MAC address is not static, i.e. changes dynamically.
Let's do some troubleshooting:
1. Configure a Network Usage event.
2. Save it as a preset, e.g. "Test".
3. Open the preset file with a Notepad.
4. Identify the configured MAC address in the event configuration.
You should find something like this:
[Event1]
ID=NetworkUsage
Config=INTERFACE=00-00-00-00-00-00;...Where "00-00-00-00-00-00" is a placeholder for your device's MAC address.
You can also use command prompt to list all network devices and their MAC address (also known as "Physical Address"):
ipconfig /allExperiment. Check if the MAC address changes.
Offline
Thank you for your reply.
I ran two tests. The first one is the one you described. In the other one, I edited my current profile config file and inserted the MAC address of the Wi‑Fi adapter.
In both cases, the result doesn’t change: the MAC address always stays the same, even if the device is always displayed as "Microsoft Wi‑Fi Direct Virtual Adapter #6". But the traffic on that adapter always shows zero. Why that happens, I really can’t say.
Last edited by fedefat (2026-07-03 14:49)
Offline
In the screenshots I can see that the selected network device does not have an assigned IP address, which is indicated by the empty square brackets "[]" before the device name. If the device does not have an IP address, it can't have any IP traffic.
Do you see any devices that have an IP address assigned?
Does "ipconfig /all" command show an IP address for that same device?
Offline
Maybe the empty square brackets were due to the fact that I had disconnected the USB board at that moment.
Anyway, yes, an IP address is associated with that entry, as shown in the screenshot.
https://ibb.co/pvPSr0Cq
And yes,
ipconfig /allalso shows an IP.
Scheda LAN wireless Wi-Fi 3:
Suffisso DNS specifico per connessione: lan
Descrizione . . . . . . . . . . . . . : Realtek 8812BU Wireless LAN 802.11ac USB NIC
Indirizzo fisico. . . . . . . . . . . : xx-xx-xx-xx-xx-xx
[cut]
Indirizzo IPv4. . . . . . . . . . . . : 192.168.1.91(Preferenziale)
Subnet mask . . . . . . . . . . . . . : 255.255.255.0
[cut]Last edited by fedefat (Today 08:56)
Offline
Pages: 1