3g
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | 3g [2017-07-27 05:15:34] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Radiomodem and pppd howto ====== | ||
+ | |||
+ | For USB modem (tested with multiple Huawei and Mediatek 3G modems, T-Mobile and Vodafone operators): | ||
+ | |||
+ | < | ||
+ | ~ # usb_modeswitch -v 12d1 -p 14fe -m " | ||
+ | (you will find the correct value in configPack.tar.gz from usb-modeswitch-data or similar in your distribution) | ||
+ | </ | ||
+ | |||
+ | For Bluetooth modems (tested with several Nokia dumbphones): | ||
+ | |||
+ | < | ||
+ | # bluetoothctl | ||
+ | scan on | ||
+ | pair 00: | ||
+ | connect 00: | ||
+ | quit | ||
+ | # rfcomm bind 0 00: | ||
+ | </ | ||
+ | |||
+ | And then PPP configuration: | ||
+ | |||
+ | < | ||
+ | ~ # cat / | ||
+ | / | ||
+ | 115200 | ||
+ | defaultroute | ||
+ | usepeerdns | ||
+ | nodetach | ||
+ | crtscts | ||
+ | lock | ||
+ | noauth | ||
+ | local | ||
+ | debug | ||
+ | nodeflate | ||
+ | |||
+ | connect "/ | ||
+ | disconnect "/ | ||
+ | |||
+ | ~ # cat / | ||
+ | TIMEOUT 10 | ||
+ | ABORT ' | ||
+ | ABORT 'NO ANSWER' | ||
+ | ABORT ' | ||
+ | |||
+ | "" | ||
+ | |||
+ | SAY ' | ||
+ | OK ' | ||
+ | |||
+ | ABORT 'NO CARRIER' | ||
+ | SAY ' | ||
+ | OK ' | ||
+ | CONNECT '' | ||
+ | |||
+ | ~ # pppd call t-cenzor | ||
+ | </ | ||
+ | |||
3g.txt · Last modified: by 127.0.0.1