You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aleksander Morgado 41552c1cc2 modemmanager: set interface MTU based on bearer settings 4 years ago
..
files modemmanager: set interface MTU based on bearer settings 4 years ago
Config.in modemmanager: enable mbim/qmi support by default 5 years ago
Makefile modemmanager: set interface MTU based on bearer settings 4 years ago
README.md modemmanager: add ModemManager to packages 5 years ago

README.md

OpenWrt ModemManager

Description

Cellular modem control and connectivity

Optional libraries libmbim and libqmi are available. Optional mbim-utils and qmi-utils are available. Your modem may require additional kernel modules.

Usage

Once installed, you can configure the 2G/3G/4G modem connections directly in

/etc/config/network as in the following example:

config interface 'broadband'
    option device   '/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.2/1-1.2.1'
    option proto    'modemmanager'
    option apn      'ac.vodafone.es'
    option username 'vodafone'
    option password 'vodafone'
    option pincode  '7423'
    option lowpower '1'