Search found 7 matches

by zteDev
07 May 2017, 15:51
Forum: Setup Discussion
Topic: Huawei 1f1c Need serial mode, not cdc-ether
Replies: 2
Views: 7279

Huawei 1f1c hardware, firmware and sim information

Wow that was helpful thanks! In the end I found My modem's local IP is 192.168.9.1 and I can wget this call without logging in to the modem:

192.168.9.1/api/device/information, which replies with:

<?xml version="1.0" encoding="UTF-8"?>
<response>
<DeviceName>K4203</DeviceName>
<SerialNumber ...
by zteDev
06 May 2017, 12:01
Forum: Setup Discussion
Topic: Huawei 1f1c Need serial mode, not cdc-ether
Replies: 2
Views: 7279

Huawei 1f1c Need serial mode, not cdc-ether

I need to read the sim ICCID of the sim card from the modem. I can do it with one of these commands:

AT+CCID or AT+ICCID

However, I cannot get the modem into serial mode (I never see any /dev/ttyUSBx devices, before or after switching). It seems the command I use to switch from CDROM mode:

usb ...
by zteDev
17 Nov 2015, 14:00
Forum: Device Information
Topic: ZTE MF730 19d2:1048 not defined yet
Replies: 8
Views: 15153

ZTE 19d2:1405

I got another ZTE modem that works the same today: 19d2:1405

When it boots up, it auto-switches without needing usb_modeswitch, and it creates the eth1 port where the previous modem created the USB0 port:

from dmesg:
cdc_ether 1-1.4:1.0 eth1: register 'cdc_ether' at usb-bcm2708_usb-1.4, CDC ...
by zteDev
03 Nov 2015, 08:07
Forum: Device Information
Topic: ZTE MF730 19d2:1048 not defined yet
Replies: 8
Views: 15153

Re: ZTE MF730 19d2:1048 not defined yet

Update:

The modem switches on an ethernet port named usb0 without usb_modeswitch and without sending the AT commands (wvdial)

To get it working, I just had to add these lines to /etc/network/interfaces:

Code: Select all

auto usb0
        iface usb0 inet dhcp
by zteDev
02 Nov 2015, 16:23
Forum: Device Information
Topic: ZTE MF730 19d2:1048 not defined yet
Replies: 8
Views: 15153

Re: ZTE MF730 19d2:1048 not defined yet

Yes, this is a raspberry, running ubuntu 14.04 and not raspbian. It was working perfectly (using usb_modeswitch) with my older Huawei modem while developing, but unfortunately I can't take the older modem into production - I need this ZTE to work.

Thanks for explaining the three modes of the ZTE ...
by zteDev
02 Nov 2015, 12:39
Forum: Device Information
Topic: ZTE MF730 19d2:1048 not defined yet
Replies: 8
Views: 15153

Re: ZTE MF730 19d2:1048 not defined yet

mmmm ok here is the output from dmesg:

[12841.145590] usb 1-1.4: USB disconnect, device number 6
[12841.145871] cdc_ether 1-1.4:1.0 usb0: unregister 'cdc_ether' usb-bcm2708_usb-1.4, CDC Ethernet Device
[12861.570381] usb 1-1.4: new high-speed USB device number 7 using dwc_otg
[12861.663132] usb 1 ...
by zteDev
02 Nov 2015, 10:00
Forum: Device Information
Topic: ZTE MF730 19d2:1048 not defined yet
Replies: 8
Views: 15153

ZTE MF730 19d2:1048 not defined yet

This is a new modem from Vodacom South Africa. It is not is the database yet.

I tried getting it to switch but it doesn't. It has never switched out of storage mode, so I don't know what the target mode will be - I took a shot in the dark that it will be 1049 or 1050 but this failed. I assumed ...