4G LTE dongle not switch mode on Raspberry Pi

Hi Frollic,

Thanks for your advice.

I searched the forum for 05c6:6000 and all are about the lucky guys who have their dongles switched successfully, while mine stuck in 05c6:f000 even after usb-modeswitch is installed.

I then searched for 05c6:f000, and finally came to one post that gives an example file that is working for his modem: [SOLVED] 3g/LTE modem (Qualcomm MDM9200) - USB modeswitch problem - #7 by ketyosz

{

	"messages": [

		"5553424308306384c000000080000671030000000000000000000000000000"

	],

	"devices": {

		"05c6:f000": {

			"*": {

				"t_vendor": "05c6",

				"t_product": "6000",

				"msg": [0]

			}

		}

	}

}

But I wonder if that magic will work for me, because a similar logic can already be found in the /etc/usb-mode.json:

$ grep 05c6:f000 -A10 build_dir/target-aarch64_cortex-a53_glibc/root-bcm27xx/etc/usb-mode.json
                "05c6:f000": {
                        "*": {
                                "t_vendor": 1478,
                                "t_product": [ 22, 24576, 36864 ],
                                "mode": "StandardEject",
                                "msg": [ 11 ]
                        }
                },
                "05c7:1000": {
                        "*": {
                                "t_vendor": 1479,