Automatic Activation, Hotplug and UDEV, Configuration
Post Reply
startover
Posts: 2
Joined: 22 Feb 2018, 11:14

Huawei E3533 not showing ttyusb

Post by startover » 22 Feb 2018, 13:45

Hi, I'm trying to setup my Huawei E3533 using the following guide:
https://www.contextis.com/blog/binary-s ... -new-thing
in the guide he have the same model as mine but icant see any ttyusb with my stick, the stick work fine and give me internet but I dont want to use the internet i just want to be able to send sms using it, thats why i need ttyusb to be able to send sms.
lsusb

Code: Select all

Bus 001 Device 014: ID 12d1:14db Huawei Technologies Co., Ltd. E353/E3131

Code: Select all

[  222.038610] usb 1-1: new high-speed USB device number 3 using ehci-pci
[  222.356875] usb 1-1: New USB device found, idVendor=12d1, idProduct=14db
[  222.356881] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  222.356883] usb 1-1: Product: HUAWEI Mobile
[  222.356885] usb 1-1: Manufacturer: HUAWEI
[  222.456418] rndis_host 1-1:1.0 eth0: register 'rndis_host' at usb-0000:02:03.0-1, RNDIS device, 00:1e:10:1f:00:00
[  222.487544] IPv6: ADDRCONF(NETDEV_UP): ens35u1: link is not ready
any help will be appreciated.
Thanks

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

Re: Huawei E3533 not showing ttyusb

Post by LOM » 22 Feb 2018, 14:48

12d1:14db has ethernet interfaces (cdc_ether linux driver) when using the normal usb_modeswitch control message.
The author of the blog has used the alternative mode switch message intended for Android and gets serial (ttyUSB) interfaces, you do get rndis interfaces instead.
Since you both have the same E3533 then it must be a matter of dongle firmware difference
and there is nothing usb_modeswitch can do to fix that.

If you want old fashion serial interfaces then you'd better by an old fashion dongle.

startover
Posts: 2
Joined: 22 Feb 2018, 11:14

Re: Huawei E3533 not showing ttyusb

Post by startover » 22 Feb 2018, 18:38

LOM wrote:12d1:14db has ethernet interfaces (cdc_ether linux driver) when using the normal usb_modeswitch control message.
The author of the blog has used the alternative mode switch message intended for Android and gets serial (ttyUSB) interfaces, you do get rndis interfaces instead.
Since you both have the same E3533 then it must be a matter of dongle firmware difference
and there is nothing usb_modeswitch can do to fix that.

If you want old fashion serial interfaces then you'd better by an old fashion dongle.
Thank you for your info, I will try to contact the author to get some info about the firmware, and see what happen.

Post Reply