<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=Transclusion%3A_Debian%3A_Cellular-modem-2</id>
	<title>Transclusion: Debian: Cellular-modem-2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=Transclusion%3A_Debian%3A_Cellular-modem-2"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=Transclusion:_Debian:_Cellular-modem-2&amp;action=history"/>
	<updated>2026-04-17T22:33:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.mediawiki.compulab.com/w/index.php?title=Transclusion:_Debian:_Cellular-modem-2&amp;diff=3984&amp;oldid=prev</id>
		<title>Rinata: New page: ==== Installing Debian packages ==== &lt;pre&gt; root@cm-debian:~# apt-get install libpcap0.8 libuniconf4.6 libwvstreams4.6-base libwvstreams4.6-extras ppp wvdial &lt;/pre&gt;  ==== Loading kernel mod...</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=Transclusion:_Debian:_Cellular-modem-2&amp;diff=3984&amp;oldid=prev"/>
		<updated>2018-02-05T08:12:19Z</updated>

		<summary type="html">&lt;p&gt;New page: ==== Installing Debian packages ==== &amp;lt;pre&amp;gt; root@cm-debian:~# apt-get install libpcap0.8 libuniconf4.6 libwvstreams4.6-base libwvstreams4.6-extras ppp wvdial &amp;lt;/pre&amp;gt;  ==== Loading kernel mod...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== Installing Debian packages ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@cm-debian:~# apt-get install libpcap0.8 libuniconf4.6 libwvstreams4.6-base libwvstreams4.6-extras ppp wvdial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Loading kernel modules ====&lt;br /&gt;
Device driver modules require no user interaction and get loaded automatically. If for some reason device driver modules are not loaded automatically, please load them manually:&lt;br /&gt;
* USB Driver for GSM modems and Qualcomm MSM Interface (QMI) WWAN driver are required for SIMcom modules:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe option&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe qmi_wwan&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* USB Abstract Control Model driver is required for Telit HE910-D:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe cdc-acm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Point-to-Point protocol (PPP) drivers must be loaded manually prior to dialing:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe ppp_generic&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe ppp_async&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe ppp_synctty&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe bsd_comp&lt;br /&gt;
root@cl-som-imx7-sid:~# modprobe ppp_deflate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== WvDial ====&lt;br /&gt;
[https://wiki.debian.org/Wvdial WvDial] is a Point-to-Point Protocol dialer that automatically detects modem, and can log into almost any Internet Service Provider without a complicated configuration.&lt;br /&gt;
First, edit the {{cmd|wldial}} configuration file. Please use the a correct ISP APN instead of {{parameter|YOUR_ISP_APN}} stub:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@cl-som-imx7-sid:~# cat /etc/wvdial.conf&lt;br /&gt;
[Dialer cellular]&lt;br /&gt;
&lt;br /&gt;
# Your modem device. Usually /dev/ttyUSB0 or /dev/ttyACM0&lt;br /&gt;
#Modem = /dev/ttyACM0&lt;br /&gt;
Modem = /dev/ttyUSB3&lt;br /&gt;
&lt;br /&gt;
# Port speeds that're worth testing:&lt;br /&gt;
# 921600&lt;br /&gt;
# 460800&lt;br /&gt;
# 115200&lt;br /&gt;
#  57600&lt;br /&gt;
Baud = 115200&lt;br /&gt;
&lt;br /&gt;
# If your SIM card has a PIN, comment this line, uncomment the next one, and&lt;br /&gt;
# change the PIN shown to your PIN.&lt;br /&gt;
Init = ATZ&lt;br /&gt;
# Init = ATZ+CPIN=&amp;quot;0000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# If you know your ISP's APN, specify it instead of YOUR_ISP_APN below.&lt;br /&gt;
# If you don't, you may be able to find out on the 'net, or from tech&lt;br /&gt;
# support.&lt;br /&gt;
#&lt;br /&gt;
# There's also an APN table at https://wiki.ubuntu.com/NetworkManager/Hardware/3G .&lt;br /&gt;
#&lt;br /&gt;
# If you can't find it, you might be able to dial out without setting an APN&lt;br /&gt;
# (especially from a mobile phone). Just comment this line and uncomment&lt;br /&gt;
# the next one.&lt;br /&gt;
Init2 = AT+CGDCONT=1,&amp;quot;IP&amp;quot;,&amp;quot;YOUR_ISP_APN&amp;quot;&lt;br /&gt;
#Init2 = AT+CGDCONT=1,&amp;quot;IP&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Most services/devices dial with *99# . A few seem to require *99***1#&lt;br /&gt;
Phone = *99#&lt;br /&gt;
&lt;br /&gt;
# These often suffice, but your ISP might require different details. They're&lt;br /&gt;
# often dummy details used for all users on the ISP, frequently the ISP's&lt;br /&gt;
# name, but some ISP's do require you to use a real username and password.&lt;br /&gt;
Username = dummy&lt;br /&gt;
Password = dummy&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The following command can be used for dialing:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@cm-debian:~# wvdial cellular &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rinata</name></author>
		
	</entry>
</feed>