Activation Codes and Methods, Hardware Details, Sniffing
Post Reply
despojos69
Posts: 3
Joined: 07 Sep 2013, 09:16

ZTE MF-667 [19d2:1405]

Post by despojos69 » 07 Sep 2013, 09:41

Hi all,

I am trying to enable 3g in a Linux OpenWrt 3.3.8. I am testing with ZTE MF 667 (19d2:1405) device which is not included in usb-modeswitch-data.

Code: Select all

Bus 001 Device 004: ID 19d2:1405 ZTE WCDMA Technologies MSM
I have tried to use 19d2:0154 configuration creating a new file for 19d2:1405, but I receive following:
Switching seemingly failed
Do you know what is conf I have to use to switch to modem?

Please, let me know if you need more information.

Thanks and Regards,

LOM
Posts: 1404
Joined: 11 Jul 2012, 15:14
Location: Koh Samui, TH

Re: ZTE MF-667 [19d2:1405]

Post by LOM » 07 Sep 2013, 13:43

19d2:1405 is the id for an already switched device, you can not not switch it further.

despojos69
Posts: 3
Joined: 07 Sep 2013, 09:16

Re: ZTE MF-667 [19d2:1405]

Post by despojos69 » 07 Sep 2013, 15:00

Do you know how can stop switch for first time?

This is my dmesg output for this device:

Code: Select all

[   19.580000] USB Serial support registered for generic
[   19.588000] usbcore: registered new interface driver usbserial_generic
[   19.592000] usbserial: USB Serial Driver core
[   19.728000] Initializing USB Mass Storage driver...
[   19.732000] scsi0 : usb-storage 1-2:1.0
[   19.740000] usbcore: registered new interface driver usb-storage
[   19.744000] USB Mass Storage support registered.
[   19.928000] USB Serial support registered for GSM modem (1-port)
[   19.936000] usbcore: registered new interface driver option
[   19.944000] option: v0.7.2:USB Driver for GSM modems
[   20.352000] usb 1-2: USB disconnect, device number 3
[   20.728000] usb 1-2: new high-speed USB device number 4 using bcm63xx_ehci
[   20.892000] scsi1 : usb-storage 1-2:1.2
[   22.516000] scsi 1:0:0:0: CD-ROM            ZTE      USB SCSI CD-ROM  2.31 PQ: 0 ANSI: 2
[   22.524000] scsi 1:0:0:0: Attached scsi generic sg0 type 5
[   22.552000] scsi 1:0:0:1: Direct-Access     ZTE      MMC Storage      2.31 PQ: 0 ANSI: 2
[   22.560000] sd 1:0:0:1: Attached scsi generic sg1 type 0
[   22.572000] sd 1:0:0:1: [sda] Attached SCSI removable disk
[   26.832000] eth0: link forced UP - 100/full - flow control off/off
[   26.844000] device eth0 entered promiscuous mode
[   26.852000] br-lan: port 1(eth0) entered forwarding state
[
At the end, it is not attached to ttyUSB0.

Regards,

LOM
Posts: 1404
Joined: 11 Jul 2012, 15:14
Location: Koh Samui, TH

Re: ZTE MF-667 [19d2:1405]

Post by LOM » 07 Sep 2013, 16:51

Why do you want to stop it from switching?
In its initial unswitched state there is only a cd-rom interface for installing windows drivers and connection manager from, it is of no use for linux.

This dongle does not have interfaces for ppp over serial, it is a direct ip ethernet dongle, it needs the cdc_ether driver which will create an additional eth device in your system.

despojos69
Posts: 3
Joined: 07 Sep 2013, 09:16

Re: ZTE MF-667 [19d2:1405]

Post by despojos69 » 09 Sep 2013, 11:38

Thanks, you are right.

I did not know "cdc_ether".

Post Reply