]> pere.pagekite.me Git - homepage.git/blob - blog/draft/2010-07-05-usb-modem.txt
Nevn jXplorer.
[homepage.git] / blog / draft / 2010-07-05-usb-modem.txt
1 Title: Setting up a 3G USB modem for Netcom
2 Tags: english, nuug
3 Date: 2010-07-03 23:55
4
5 Number: *99#
6 Username: netcom (anything goes?)
7 Password: netcom (anything goes?)
8
9 APN: internet.netcom.no (or internet, the netcom.no part is implicit)
10 Pin: 3005
11
12 https://netcom.no/bedrift/kundeservice/abonnement-og-tjenester/veiledninger/mobiltbredband.html
13
14 http://linux1.no/forum/viewtopic.php?f=217&t=222869
15
16 http://www.linuxforen.de/forums/showthread.php?t=261358
17
18 http://www.jroller.com/bantunes/
19
20
21 root@localhost:~# cat /etc/wvdial.conf
22 [Dialer Defaults]
23 Modem = /dev/ttyUSB3
24 Baud = 460800
25 Init2 = AT+CPIN=<pin>
26 Init1 = ATZ
27 Init3 = ATQ0 V1 E1 S0=0 &C1 &D2
28 Init4 = AT+CGDCONT=1,"IP","internet.netcom.no"
29 Modem Type = Analog Modem
30 ISDN = 0
31 Baud = 460800
32 Dial Attempts = 1
33 Username = internet
34 Password = internet
35 Phone = *99#
36 Stupid Mode = 1
37 root@localhost:~#
38
39
40 root@localhost:~# cat /etc/wvdial.conf
41 [Dialer Defaults]
42 Modem = /dev/ttyUSB3
43 Baud = 460800
44 Modem Type = Analog Modem
45 ISDN = 0
46 Baud = 460800
47 Dial Attempts = 1
48 Username = internet
49 Password = internet
50 Phone = *99#
51 Stupid Mode = 1
52 #Init1 = AT+CPIN=3005
53 Init2 = ATZ
54 Init3 = AT&F &D2 &C1
55 Init4 = ATS7=60 S30=0 S0=0
56 Init5 = AT+CGDCONT=1,"IP","internet.netcom.no"
57 root@localhost:~#
58
59 /usr/share/mobile-broadband-provider-info/serviceproviders.xml
60 <provider>
61 <name>Netcom</name>
62 <gsm>
63 <network-id mcc="242" mnc="02"/>
64 <apn value="internet.netcom.no">
65 <username>netcom</username>
66 <password>netcom</password>
67 <dns>212.169.123.67</dns>
68 <dns>212.45.188.254</dns>
69 </apn>
70 </gsm>
71 </provider>
72