hidapi: remove now obsolete iconv patch
[feed/packages.git] / net / modemmanager / README.md
1 # OpenWrt ModemManager
2
3 ## Description
4
5 Cellular modem control and connectivity
6
7 Optional libraries libmbim and libqmi are available.
8 Your modem may require additional kernel modules and/or the usb-modeswitch
9 package.
10
11 ## Usage
12
13 Once installed, you can configure the 2G/3G/4G modem connections directly in
14 /etc/config/network as in the following example:
15
16 config interface 'broadband'
17 option device '/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.2/1-1.2.1'
18 option proto 'modemmanager'
19 option apn 'ac.vodafone.es'
20 option allowedauth 'pap chap'
21 option username 'vodafone'
22 option password 'vodafone'
23 option pincode '7423'
24 option iptype 'ipv4'
25 option lowpower '1'
26 option signalrate '30'
27
28 Only 'device' and 'proto' are mandatory options, the remaining ones are all
29 optional.
30
31 The 'allowedauth' option allows limiting the list of authentication protocols.
32 It is given as a space-separated list of values, including any of the
33 following: 'pap', 'chap', 'mschap', 'mschapv2' or 'eap'. It will default to
34 allowing all protocols.
35
36 The 'iptype' option supports any of these values: 'ipv4', 'ipv6' or 'ipv4v6'.
37 It will default to 'ipv4' if not given.
38
39 The 'signalrate' option set's the signal refresh rate (in seconds) for the device.
40 You can call signal info with command: mmcli -m 0 --signal-get