Project

General

Profile

Actions

Active3GUSB » History » Revision 1

Revision 1/7 | Next »
Agustí Moll Garcia, 06/06/2012 09:30 PM


Active3GUSB

Compilar amb els moduls corresponents

Seleccionar els següents moduls:

ppp
chat
kmod-usb2
kmod-usb-ohci
kmod-usb-uhci
kmod-usb-serial
kmod-usb-serial-option
comgt
usb-modeswitch
usb-modeswitch-data

Opcional:

usbutils

Comprovar que ha carregat bé el Dongle

Declarar Interficie 3g

uci set network.wan2=interface
uci set network.wan2.ifname=ppp0
uci set network.wan2.proto=3g
uci set network.wan2.device=/dev/ttyUSB0
uci set network.wan2.apn=movistar.es
uci set network.wan2.service=umts
uci set network.wan2.username=movistar
uci set network.wan2.password=movistar
uci commit network

ifup wan2

Updated by Agustí Moll Garcia almost 13 years ago · 1 revisions