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.

22 lines
707 B

  1. # OpenWrt ModemManager
  2. ## Description
  3. Cellular modem control and connectivity
  4. Optional libraries libmbim and libqmi are available. Optional mbim-utils and qmi-utils are available.
  5. Your modem may require additional kernel modules.
  6. ## Usage
  7. # Once installed, you can configure the 2G/3G/4G modem connections directly in
  8. /etc/config/network as in the following example:
  9. config interface 'broadband'
  10. option device '/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.2/1-1.2.1'
  11. option proto 'modemmanager'
  12. option apn 'ac.vodafone.es'
  13. option username 'vodafone'
  14. option password 'vodafone'
  15. option pincode '7423'
  16. option lowpower '1'