Hi,
I am using a Telstra MF832 4G USB dongle, trying to interface with the Arduino Yun.
Output from terminal using lsusb command is below:
Bus 001 Device 017: ID 19d2:1405 ZTE WCDMA Technologies MSM
From what I understand is the it needs to switch from '1405' to '1403' for this to happen as 1405 for the ROM containing installer for Windows.
root@Arduino:~# dmesg | tail
[10289.540000] usb 1-1.1: new high-speed USB device number 17 using ehci-platform
[10289.690000] usb 1-1.1: New USB device found, idVendor=19d2, idProduct=1405
[10289.690000] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10289.690000] usb 1-1.1: Product: ZTE WCDMA Technologies MSM
[10289.700000] usb 1-1.1: Manufacturer: ZTE,Incorporated
[10289.700000] usb 1-1.1: SerialNumber: MF8230ZTED010000
[10289.720000] scsi14 : usb-storage 1-1.1:1.2
[10290.730000] scsi 14:0:0:0: CD-ROM CWID USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2
[10290.730000] scsi 14:0:0:1: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 2
[10290.750000] sd 14:0:0:1: [sdb] Attached SCSI removable disk
Can someone please explain to me how the usb_modeswitch works to allow me to use the USB as GSM modem?
Thanks