Projecte

General

Perfil

Active3GUSB » Historial » Versió 1

Agustí Moll Garcia, 06-06-2012 21:30

1 1 Agustí Moll Garcia
h1. Active3GUSB
2
3
h2. Compilar amb els moduls corresponents
4
5
Seleccionar els següents moduls:
6
7
ppp
8
chat
9
kmod-usb2
10
kmod-usb-ohci
11
kmod-usb-uhci
12
kmod-usb-serial
13
kmod-usb-serial-option
14
comgt
15
usb-modeswitch
16
usb-modeswitch-data
17
18
Opcional:
19
20
usbutils
21
22
23
h2. Comprovar que ha carregat bé el Dongle
24
25
26
h2. Declarar Interficie 3g
27
28
@uci set network.wan2=interface
29
uci set network.wan2.ifname=ppp0
30
uci set network.wan2.proto=3g
31
uci set network.wan2.device=/dev/ttyUSB0
32
uci set network.wan2.apn=movistar.es
33
uci set network.wan2.service=umts
34
uci set network.wan2.username=movistar
35
uci set network.wan2.password=movistar
36
uci commit network@
37
38
@ifup wan2@