Slark Xiao
Slark Xiao
Hi @aleksander0m , Yes, you are right. T99W373(SDX65) and T99W175(SDX55) won't call the MM-triggered automatic carrier selection since we did it in firmware side. But now, just like you said,...
We just get feedback from our internal team, and they said the client needs to register the indication by QMI_PDC_INDICATION_REGISTER , then they will receive the indication of QMI_PDC_CONFIG_CHANGE_IND. So...
@aleksander0m As I said in last, I think that solution may also don't work even if we register this indication in ModemManager side. We can't ensure that this register point...
Actually this is issue was caused by the sparse image format. We shall transfer it to RAW image format.
Hi @lvoegl , Your patch can't fix issue https://github.com/fwupd/fwupd/issues/9071. We still have other problem.
Hi Kenkit, I didn't see the firmware version from mmcli command. And it seems there is no driver for rmnet port. Please show the response of "usb-devices" and "lsusb". You...
You driver initial is strange. The port info is different with my local https://lore.kernel.org/lkml/[email protected]/. DW5829e-eSIM MBIM mode: T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 6 Spd=5000 MxCh= 0 D: Ver=...
Hi Kenkit, For DW5829 support, the driver settings as below: + { USB_DEVICE_INTERFACE_CLASS(DELL_VENDOR_ID, DELL_PRODUCT_5829E, **0xff**), + .driver_info = RSVD(6) }, + { USB_DEVICE_INTERFACE_CLASS(DELL_VENDOR_ID, DELL_PRODUCT_5829E_ESIM, **0xff**), + .driver_info = RSVD(6) },...