Skip to content

Commit 97e47c3

Browse files
committed
Create sakis3g.conf
1 parent fdadc17 commit 97e47c3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

files/sakis3g.conf

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
########################
2+
# Basic sakis3g config #
3+
########################
4+
# This file provides the basics to make Sakis3g work or to automated
5+
# the selection of several values. This should provide you with
6+
# everything the average 3G device might require.
7+
# You can find a more compreshensive list of options here:
8+
# http://wiki.sakis3g.org/wiki/index.php?title=Sakis3G_configuration
9+
10+
# This works best for SliTaz, so I'd leave these two alone if I was you ;)
11+
SGUI="interactive terminal"
12+
13+
# This is the default driver you wish to use automatically
14+
# Options include usb_serial, rfcomm, option or cdc_acm
15+
# We recommend either option or cdc_acm depending on your device
16+
#USBDRIVER="option"
17+
18+
# This is the interface number Sakis3g uses with your device.
19+
#USBINTERFACE="3"
20+
21+
# This is the network APN used by your 3G network.
22+
# Most 3G networks use "internet" as their APN.
23+
#APN="internet"
24+
25+
# Add your additional settings below:

0 commit comments

Comments
 (0)