Page 1 of 1

Got Huawei E353 from 3.se working with some new settings.

Posted: 31 Oct 2011, 09:15
by Uffe
Running like a charm on an OpenWRT router. The modem registers as and cdc ethernet device. Hence by using the usb_cdc_ether module and then DHCP on the new ethernet device the modem is functional.

Enjoy,

Ulf Eklund.



#######################################################
# Huawei E353 (from 3.se) cdc_ether modem.
#
# Contributor: Ulf Eklund

DefaultVendor= 0x12d1
DefaultProduct=0x1f01

TargetVendor= 0x12d1
TargetProduct= 0x14db

CheckSuccess=20
MessageContent="55534243123456780000000000000a11062000000000000100000000000000"

Posted: 31 Oct 2011, 22:54
by Josh
Thanks for the new device and the valuable information!

Did you have to do anything to load the "cdc_ether" module or did it bind automatically?

Posted: 01 Nov 2011, 09:28
by Uffe
It got picked up by the CDC driver automatically. Maybe because the device announces it self as a CDC device in the USB info. Couldn't find any traces of the vendor/product code in the kernel and was expecting to have to a udev rule or something..

/Ulf