OpenWrt using 3G Internet card

Source: Internet
Author: User

Thank you so much for taking the time to guide me.
My equipment is db120 mu350 and Guangdong Unlimited Card
Version isOpenWrtBackfire 10.03.336 DIY full

One, not installed to kmod-usb-acm why?



Second, I am in the terminal to start the route, plug the MU350,WINSCP connected to the route, open the terminal input command to see if MU350 has been identified. The display is as follows (unlike what you wrote, my mu350 identified)
/etc/modules.d$ DMESG | grep usb
Usbcore:registered New Interface Driver USBFS
Usbcore:registered New Interface Driver hub
usbcore:registered New device driver USB
Usbcore:registered New Interface Driver rtl8187
Usbcore:registered New Interface Driver P54USB
USB Usb1:configuration #1 chosen from 1 choice
USB Usb2:configuration #1 chosen from 1 choice
USB 2-1: New full speed USB device using BCM63XX_OHCI and address 2
Usbcore:registered New Interface Driver USBLP
Usbcore:registered New Interface Driver usbserial
USB 2-1: Configuration #1 chosen from 1 choice
Usbserial_generic 2-1:1.0:generic Converter Detected
USB 2-1: Generic converter now attached to ttyUSB0
Usbcore:registered New Interface Driver Usbserial_generic
USBSERIAL:USB Serial Driver Core
Usbcore:registered New Interface Driver Usb-storage
Usbcore:registered New Interface Driver ZD1211RW

Third, this step omitted the above is the 3G Internet card recognition. If your 3G card can not turn off the storage mode, it will need to use the Usb-modeswitch, the software before we have installed.
We created the/etc/usb-modeswitch.conf directly, as follows:
[Copy to Clipboard] [ - ]
CODE:
# ZTE MU350
#
# Contributor:dale Lane
Defaultvendor= 0x19d2;
defaultproduct= 0x0003
# Choose one of these:
Detachstorageonly=0
messagecontent=5553424312345678000000000000061b000000020000000000000000000000

Then execute the usb_modeswitch-w, you can switch the MU350 to modem mode.

After using Usb-modeswitch, the device is not necessarily/dev/usb/tts/0 or/dev/ttyusb0, or it may be/dev/usb/tts/1 or/DEV/TTYUSB1

3G NicThe identification of the most important is the creation of/etc/usb-modeswitch.conf, the information of the relevant network card needs to be researched and collected together.
In addition, if Huawei's card usb-modeswitch can not be identified, try installing this package: Huaweiaktbbo
[Copy to Clipboard] [ - ]
CODE:
Opkg Install Huaweiaktbbo

Then run the command directly: Huaweiaktbbo
[Copy to Clipboard] [ - ]
CODE:
Huaweiaktbbo

rg100a Route cat Brush openwrt use 3G Internet card with broadband merge tutorial http://blog.sina.com.cn/s/blog_64b4ea3a0101655r.html

rg100a using OpenWrt, single route for multiple 3G card broadband Merge: http://forum.51nb.com/viewthread.php?tid=1034040&extra=page%3d1& Highlight=openwrt%2b3g%cd%f8%bf%a8&page=1

3GWireless internet card dialing--a case study of Huawei EC189

The USB 3G nic default mode is a flash device, using Usb-modeswitch to switch the 3G NIC to usbserial mode, eventually using PPPD dial-up Internet.

Kernel configuration

Just choose PPP and Usbserial .

Devicedrivers--->

[*] Network Device support-->

<*> PPP (Point-to-Point Protocol) support

[*] PPP Multilink Support (experimental)

[*] PPP filtering

<*> PPP support for async serial ports

<*> PPP support for sync TTY ports

<*> PPP Deflate Compression

<*> PPP bsd-compress Compression

<*> PPP MPPE Compression (encryption) (experimental)

[*] USB Support--->

<*> USB Serial Converter Support--->

[*] USB Generic Serial Driver

<*> USB driver for GSM and CDMA modems

OpenWrtRequired Software

Ppp

Chat

Comgt

Libpthread

Librt

libusb-1.0

Usb-modeswitch

Zlib

OpenWrtconfiguration file

Network configuration file/etc/config/network

Configinterface Wan

Optionifname ' Ppp0 '

Optionservice ' EVDO '

Optiondevice '/dev/ttyusb0 '

Optionusername ' [email protected] '

Optionpassword ' Vnet.mobi '

Optionproto 3g

Optionauto 1

Chat configuration file/etc/chatscripts/evdo.chat

ABORT BUSY

ABORT ' NO CARRIER '

ABORT ERROR

Report CONNECT

TIMEOUT10

' At

' Ok-+++\c-ok ' ATH0

TIMEOUT40

' At

OK ' atdt#777 '

CONNECT '

Vi/etc/config/network
Config interface ' Wan '
#option ifname ' eth0 '
#option Proto ' DHCP '
Option Proto ' 3g '
Option Service ' EVDO '
Option username ' [Email protected] '
Option password ' Vnet.mobi '
Option Device '/dev/ttyusb0 '

Chat configuration file /etc/chatscripts/evdo.chat

ABORT BUSY

ABORT ' NO CARRIER '

ABORT ERROR

Report CONNECT

TIMEOUT10

' At

' Ok-+++\c-ok ' ATH0

TIMEOUT40

' At

OK ' atdt#777 '

CONNECT '

OpenWrt using 3G Internet card

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.