Activation Codes and Methods, Hardware Details, Sniffing
Post Reply
denenr
Posts: 3
Joined: 04 Mar 2022, 15:13

USB LTE Dongle - ID 05c6:9024 Qualcomm, Inc.

Post by denenr » 04 Mar 2022, 20:17

USB LTE Dongle - ID 05c6:902d Qualcomm, Inc.

Hi guys,
I purchased this Dongle from Aliexpress: https://www.aliexpress.com/item/4G-LTE- ... 4c4d9aUxyi

usb_modeswitch and usb-modeswitch-data-20191128 installed

Code: Select all

~$ usb_modeswitch -e

 * usb_modeswitch: handle USB devices with multiple modes
 * Version 2.6.1 (C) Josua Dietze 2017
 * Based on libusb1/libusbx

 ! PLEASE REPORT NEW CONFIGURATIONS !
This is what happen when I plug it in my laptop (I'm running Ubuntu 18.04 LTS on x86_64 cpu)

Code: Select all

~$ sudo lsusb
Bus 002 Device 011: ID 05c6:9024 Qualcomm, Inc. 

Code: Select all

:~$ sudo lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
        |__ Port 1: Dev 11, If 0, Class=Wireless, Driver=rndis_host, 480M
        |__ Port 1: Dev 11, If 1, Class=CDC Data, Driver=rndis_host, 480M
        |__ Port 1: Dev 11, If 2, Class=Vendor Specific Class, Driver=, 480M

Code: Select all

~$sudo dmesg -t
rndis_host 2-1.1:1.0 usb0: unregister 'rndis_host' usb-0000:00:1d.0-1.1, RNDIS device
usb 2-1.1: new high-speed USB device number 9 using ehci-pci
usb 2-1.1: New USB device found, idVendor=05c6, idProduct=902d
usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-1.1: Product: Android
usb 2-1.1: Manufacturer: Android
usb 2-1.1: SerialNumber: 0
rndis_host 2-1.1:1.0 usb0: register 'rndis_host' at usb-0000:00:1d.0-1.1, RNDIS device, 52:c5:16:b3:68:97
IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
usb 2-1.1: USB disconnect, device number 9
rndis_host 2-1.1:1.0 usb0: unregister 'rndis_host' usb-0000:00:1d.0-1.1, RNDIS device
usb 2-1.1: new high-speed USB device number 10 using ehci-pci
usb 2-1.1: New USB device found, idVendor=18d1, idProduct=d002
usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-1.1: Product: Android
usb 2-1.1: Manufacturer: Android
usb 2-1.1: SerialNumber: 0
usb 2-1.1: USB disconnect, device number 10
usb 2-1.1: new high-speed USB device number 11 using ehci-pci
usb 2-1.1: New USB device found, idVendor=05c6, idProduct=9024
usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-1.1: Product: Android
usb 2-1.1: Manufacturer: Android
usb 2-1.1: SerialNumber: 0
rndis_host 2-1.1:1.0 usb0: register 'rndis_host' at usb-0000:00:1d.0-1.1, RNDIS device, 92:5a:3d:66:56:0d
IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
From dmesg output I can see that device switched from 05c6:902d to 05c6:9024 (correct?)

Code: Select all

~$ ip a
11: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether 92:5a:3d:66:56:0d brd ff:ff:ff:ff:ff:ff
    inet 192.168.42.151/24 brd 192.168.42.255 scope global dynamic noprefixroute usb0
       valid_lft 2752sec preferred_lft 2752sec
    inet6 fe80::cdce:6fbd:4ffa:6d2e/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
From usb0 I can connect to 192.168.100.1 and open the dashboard panel:
Image
I can set up my broadband connection: Image Image

But, no connection to internet.

I want to know if I can run any program to check if this device can actually read the sim card i put it in,
if I can force the connection,
if I have to do some operation through usb_modeswitch, mmcli to make it works,
if I have to switch driver from rndis_host to qmi_wwan or others.

Thanks in advance.
Attachments
IMG_20220304_230405.jpg
IMG_20220304_230405.jpg (146.5 KiB) Viewed 5933 times
Dongle_Dashboard_01.jpg
Dongle_Dashboard_01.jpg (30.01 KiB) Viewed 5940 times
Dongle_Dashboard_02.jpg
Dongle_Dashboard_02.jpg (34.39 KiB) Viewed 5940 times

beetzcontag
Posts: 2
Joined: 07 Mar 2022, 23:43

Re: USB LTE Dongle - ID 05c6:9024 Qualcomm, Inc.

Post by beetzcontag » 07 Mar 2022, 23:47

Just adding that my dongle looks exactly the same as yours but I have idVendor=05c6, idProduct=f00e. Mine works FYI but it runs like shit. The dongle is rated at 150mbps, on wifi I get a shitty 20mbps and over usb an even shittier 10mbps. My phone for comparison can pull 120-180mbps...

Came here hoping to find some magical code to unlock full USB potential, but I guess a lot of people struggle with this chip...

denenr
Posts: 3
Joined: 04 Mar 2022, 15:13

Re: USB LTE Dongle - ID 05c6:9024 Qualcomm, Inc.

Post by denenr » 09 Mar 2022, 07:47

When connected to USB, are you running it under qmi_wwan or cdc_ether?

beetzcontag
Posts: 2
Joined: 07 Mar 2022, 23:43

Re: USB LTE Dongle - ID 05c6:9024 Qualcomm, Inc.

Post by beetzcontag » 09 Mar 2022, 11:19

Mine's literally Plug'n'Play. Plug into phone charger for wifi or plug straight into Raspberry Pi for usb internet & wifi together. I didn't do any configuration..

denenr
Posts: 3
Joined: 04 Mar 2022, 15:13

Re: USB LTE Dongle - ID 05c6:9024 Qualcomm, Inc.

Post by denenr » 09 Mar 2022, 15:37

What's the output of lsusb -t?

namdosan1409
Posts: 4
Joined: 19 Dec 2023, 06:15

Re: USB LTE Dongle - ID 05c6:9024 Qualcomm, Inc.

Post by namdosan1409 » 02 Apr 2024, 13:15

I want to utilize an openwrt router with a fast 4G/LTE modem. papa's games

Post Reply