1 Title: Setting up a 3G USB modem for Netcom
2 Tags: english, nuug, debian edu, debian
5 <p>A few days ago, a friend of mine borrowed me a USB mobile modem to
6 see if I got it working. It included a subscription with the Netcom
7 mobile phone company here in Norway, with a
8 <a href="https://netcom.no/mobiltbredband/fribruk.html">capped fixed
9 prize agreement</a>. NOK 250,- per month and bandwidth redused from
10 up to 2.0 Mbit/s to 200 Kbit/s after downloading more than 5 GB per
13 <p>The modem was supposed to work with Linux, which was the reason I
14 got it. I am wondering if I should get such modem myself for use when
15 we are in our mountain cabin, and wanted to check it out first.</p>
17 <p>I first tried to get it working with Debian Lenny, but as the modem
18 is the kind that need to change mode from storage device to modem
19 device to work (a trick to feed driver into windows boxes without any
20 extra driver disk), and the tools to change the mode (usb-modeswitch)
21 is missing in Debian Lenny, this was not going to work.
23 downloaded 2.1 GB in 24 hours with our normal use pattern.
26 Username: netcom (anything goes?)
27 Password: netcom (anything goes?)
29 APN: internet.netcom.no (or internet, the netcom.no part is implicit)
32 https://netcom.no/bedrift/kundeservice/abonnement-og-tjenester/veiledninger/mobiltbredband.html
34 http://linux1.no/forum/viewtopic.php?f=217&t=222869
36 http://www.linuxforen.de/forums/showthread.php?t=261358
38 http://www.jroller.com/bantunes/
41 root@localhost:~# cat /etc/wvdial.conf
47 Init3 = ATQ0 V1 E1 S0=0 &C1 &D2
48 Init4 = AT+CGDCONT=1,"IP","internet.netcom.no"
49 Modem Type = Analog Modem
60 root@localhost:~# cat /etc/wvdial.conf
64 Modem Type = Analog Modem
75 Init4 = ATS7=60 S30=0 S0=0
76 Init5 = AT+CGDCONT=1,"IP","internet.netcom.no"
79 /usr/share/mobile-broadband-provider-info/serviceproviders.xml
83 <network-id mcc="242" mnc="02"/>
84 <apn value="internet.netcom.no">
85 <username>netcom</username>
86 <password>netcom</password>
87 <dns>212.169.123.67</dns>
88 <dns>212.45.188.254</dns>