Activation Codes and Methods, Hardware Details, Sniffing
Post Reply
Uffe
Posts: 3
Joined: 31 Oct 2011, 09:08

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

Post by Uffe » 31 Oct 2011, 09:15

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"

Josh
Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Post by Josh » 31 Oct 2011, 22:54

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?

Uffe
Posts: 3
Joined: 31 Oct 2011, 09:08

Post by Uffe » 01 Nov 2011, 09:28

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

Post Reply