diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-14 22:25:48 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-14 22:25:48 +0200 |
commit | 8b7df2b1f202216b494df986234a498155df3357 (patch) | |
tree | 77e277ba65a1c088e58374d38bb132b8a0ed28c6 /docs | |
parent | fae5afae2f38737c0a869efdcd837a040f4e4f82 (diff) | |
download | vyos-documentation-8b7df2b1f202216b494df986234a498155df3357.tar.gz vyos-documentation-8b7df2b1f202216b494df986234a498155df3357.zip |
wwan: extend list of supported modules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/appendix/vyos-on-baremetal.rst | 20 | ||||
-rw-r--r-- | docs/interfaces/wirelessmodem.rst | 13 |
2 files changed, 30 insertions, 3 deletions
diff --git a/docs/appendix/vyos-on-baremetal.rst b/docs/appendix/vyos-on-baremetal.rst index 0116ddc1..db618431 100644 --- a/docs/appendix/vyos-on-baremetal.rst +++ b/docs/appendix/vyos-on-baremetal.rst @@ -106,11 +106,25 @@ dual front cover. Extension Modules ^^^^^^^^^^^^^^^^^ +WiFi +"""" + +Refer to :ref:`wireless-interface` for additional information, below listed modules +have been tested successfully on this Hardware platform: + * Compex WLE900VX mini-PCIe WiFi module, only supported in mPCIe slot 1. - Refer to :ref:`wireless-interface` for additional information. -* Sierra Wireless MC7710 LZE miniPCIe card is supported by VyOS 1.3 (equuleus). - Refer to :ref:`wwan-interface` for additional information. +WWAN +"""" + +Refer to :ref:`wwan-interface` for additional information, below listed modules +have been tested successfully on this Hardware platform using VyOS 1.3 (equuleus): + +* Sierra Wireless AirPrime MC7304 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7430 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7455 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7710 miniPCIe card (LTE) +* Huawei ME909u-521 miniPCIe card (LTE) VyOS 1.2 (crux) --------------- diff --git a/docs/interfaces/wirelessmodem.rst b/docs/interfaces/wirelessmodem.rst index 71f8df28..80497359 100644 --- a/docs/interfaces/wirelessmodem.rst +++ b/docs/interfaces/wirelessmodem.rst @@ -114,3 +114,16 @@ Operation .. opcmd:: show interfaces wirelessmodem <interface> log Displays log information for a WWAN interface. + +Supported Modules +################# + +The following hardware modules have been tested successfully in an +:ref:`pc-engines-apu4` board: + +* Sierra Wireless AirPrime MC7304 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7430 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7455 miniPCIe card (LTE) +* Sierra Wireless AirPrime MC7710 miniPCIe card (LTE) +* Huawei ME909u-521 miniPCIe card (LTE) + |