Slark Xiao
Slark Xiao
Hi Hughsie, Thanks for your reply. It don't work by upping the value of MAX_WAIT_TIME_SECS . I want to add more details about this issue. 1. Device use QDU to...
Hi hughsie, Could you share a address for shipment? We may need to have a talk internal firstly. Once it's ready, we will send it to you. BTW, this transaction...
Hi Richard, Actually, we need to modify 2 places at least. One is we talked in above, another is the FU_MM_DEVICE_REMOVE_DELAY_REPROBE need to update to 180 seconds or 200 seconds....
'Only 10->20 'or 'both 10->20 and 120000->180000' ?
Hi Hughsie, Does the pull request would be integrated into the stable release? Or only the latest release?
Nice to hear that it has been pushed into stable release branch. Thanks!
Hi Hughsie, Issue still reproduced with modified 1.7.5(1/6) and 1.9.4(3/5). Could you help do a cehck in your side? I tried increase the timeout of write_file_qdu to 30 or 60,...
[0826_1750_1.7.5_passed.log](https://github.com/fwupd/fwupd/files/12445098/0826_1750_1.7.5_passed.log) [0826_1754_1.7.5_failed.log](https://github.com/fwupd/fwupd/files/12445099/0826_1754_1.7.5_failed.log) [0826_1810_1.9.4_passed.log](https://github.com/fwupd/fwupd/files/12445100/0826_1810_1.9.4_passed.log) [0826_1820_1.9.4_failed.log](https://github.com/fwupd/fwupd/files/12445101/0826_1820_1.9.4_failed.log)
Hi Hughsie, This timed out issue seems caused by the value of "/power/auosuspend_delay_ms" not enough. For last fu_mbim_qdu_updater_file_write_ready, we needs 12~16s to get the response. Once we send last MBIM...
After internal checking, the previous path "/sys/bus/mhi/devices/mhi0/power/autosuspend_delay_ms" should be wrong. Correct path is "/sys/devices/pci0000:00/0000:00:1c.0/0000:08:00.0/power/autosuspend_dealay_ms" in my PC. And we found default settings is 2000ms by cat command. So question is:...