Mario Limonciello

Results 679 comments of Mario Limonciello

> > lack of can tag for emulation flag > > Can we add the flag in `_init()` for those devices? or @superm1 maybe a heuristic makes sense, e.g. if...

> Also, I am not sure I understand why AsymmetricTopology=1 only in the second level It's a topology indicator only. IE how they're grouped into larger units. It's meant to...

Yeah the publication of the docs sometimes lags a bit from the launch, sorry about that. I double checked though and `0h` means `Zen5` for `NativeModelId` on Strix. There is...

Are you using the token or your password? It should be the token.

I wonder if your username is causing issue. I notice in your above it's got a `%40`: ```xxxxxx%40xxxx.com```

OK, maybe @hughsie needs to look at LVFS side to see what could be going wrong.

If you boot without the blamed cards inserted are things OK?

Interesting problem! Looking through their API, they do allow adding a rule over dbus. and also allow applying policies. https://usbguard.github.io/documentation/dbus/doc-[org.usbguard.Policy](https://usbguard.github.io/documentation/dbus/doc-org.usbguard.Policy.html).html https://usbguard.github.io/documentation/dbus/doc-[org.usbguard.Devices](https://usbguard.github.io/documentation/dbus/doc-org.usbguard.Devices.html#gdbus-method-org-usbguard-Devices.applyDevicePolicy).html#gdbus-method-org-usbguard-Devices.applyDevicePolicy Maybe we can listen for `DevicePresenceChanged` signals while updates...

I raised a discussion in their discussions section. https://github.com/USBGuard/usbguard/discussions/620