File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments