Denis Pynkin
Denis Pynkin
@hughsie how about review and upstream the current state, since the base support were added months ago? It allows updating the directly attached dongle and headset, and while we are...
Interesting. I did a push of the current main into the main in the __private__ repository and the issue were closed automatically by the same commit from https://github.com/fwupd/fwupd/pull/8274. Reopening.
This ping query is sent for any child device from [fu_logitech_hidpp_device_poll()](https://github.com/fwupd/fwupd/blob/de292181ae418312a7dd823df24ecd30917454e8/plugins/logitech-hidpp/fu-logitech-hidpp-device.c#L230) and the answer read by both instances (the Bolt and peripheral). I did a blind shot and disabled the...
@hughsie hmmm... more complete log is available from failing install -- looks like it includes the full log from a previous update attempt. [fwupd_install_fail_1.9.16.log](https://github.com/fwupd/fwupd/files/15354002/fwupd_install_fail_1.9.16.log) And it is full of messages...
@hughsie looks like it is possible to test that. However, I don't think we can get backtrace. Also, I have no access to device itself. So, if I correctly understood...
> Nah, that only works for _adding_ quirks, not taking them away. Maybe try setting `DisabledPlugins=rts54hub` in `fwupd.conf`? Hm... @hughsie it has been updated successfully. Do you need the successful...
Verbose logs attached: - successful update and disabled plugin `rts54hub` [fwupd-success-14768.log](https://github.com/fwupd/fwupd/files/15414257/fwupd-success-14768.log) - failed update with plugin enabled [fwupd-fail-6163.log](https://github.com/fwupd/fwupd/files/15414284/fwupd-fail-6163.log) and from restarted `fwupd` right after failure, just in case if it...
@hughsie any ideas?
@hughsie hm... I obfuscated the username and token but the URI is strange indeed: `https://xxxxxxx%40xxx.xxx:[email protected]/downloads/auth`: ``` Fwupd-INFO: 16:59:39.752: downloading https://xxxxxxx%40xxx.xxx:[email protected]/downloads/auth (/home/lxdhome/d4s/work/fwupd/fwupd_main/venv/bin/../dist/bin/fwupdmgr:1264682): pxbackend-DEBUG: 16:59:39.752: px_manager_get_proxies_sync: url=https://xxxxxxx%40xxx.xxx:[email protected]/downloads/auth online=1 (/home/lxdhome/d4s/work/fwupd/fwupd_main/venv/bin/../dist/bin/fwupdmgr:1264682): pxbackend-DEBUG: 16:59:39.752: px_manager_get_proxies_sync:...
@hughsie just repeated. The same situation. Just to be sure, I did: ``` fwupdmgr modify-remote lvfs Username "[email protected]" fwupdmgr modify-remote lvfs Password TOKEN fwupdmgr refresh --force fwupdmgr update ``` I...