Changes between Version 109 and Version 110 of wireless/wifi


Ignore:
Timestamp:
11/08/2024 08:26:11 PM (13 days ago)
Author:
Ryan Erbstoesser
Comment:

cleanup silex section

Legend:

Unmodified
Added
Removed
Modified
  • wireless/wifi

    v109 v110  
    6060=== Silex ===
    6161
    62 Note, the GW11048-5 Silex Development Kit by default contains the SDMAX drivers and not the PCEAX drivers. Please contact Gateworks support for the PCEAX drivers.
     62Note, the GW11048-5 Silex Development Kit by default contains the SDMAX drivers and not the PCEAX drivers. PCEAX software image is listed in instructions below.
    6363
    6464==== Silex SX-SDMAX 802.11ax 1x1 NXP IW611
     65
     66The Silex SDMAX Wifi6+BT5.3 802.11ax M.2 E-Key combo radio is based on the NXP IW611 chip using SDIO for wifi and UART for bluetooth:
     67 * https://www.silextechnology.com/connectivity-solutions/embedded-wireless/sx-sdmax
     68 * https://www.silextechnology.com/productspecs/sx-sdmax-product-specification
     69
     70Pin Details:
     71 * W_DISABLE1# PDn (drive low to power down)
     72 * W_DISABLE2# BT_RESET (drive low to reset BT)
     73
     74!WiFi details:
     75 * Wifi6 802.11ax
     76 * SDIO 0x0471:0x0204
     77 * Supported by the mwifiex driver
     78
    6579     * [https://shop.gateworks.com/index.php?route=product/product&path=70_74&product_id=248 Purchase Here]
    6680     * [https://www.gateworks.com/products/industrial-single-board-computers/imx8-single-board-computers-gateworks-venice/silex-wifi6-development-kit-with-single-board-computer/ Gateworks GW7200 Development Kit with SX-SDMAX Drivers Pre-Loaded] (Note, the GW11048-5 Silex Development Kit by default contains the SDMAX drivers and not the PCEAX drivers. )
     
    6882     * Driver:
    6983      * Silex SX-SDMAX i.MX8MM Demo Software Image Download [https://dev.gateworks.com/fae/silexwifi6/jammy-venice-SXSDMAX.img.gz here]
    70        * Ror compatibility with your own kernel or to understand how this driver compares to the opensource mwifiex you will need to contact Silex directly
     84       * For compatibility with your own kernel or to understand how this driver compares to the opensource mwifiex you will need to contact Silex directly
    7185       * Installation instructions of .img.gz images [wiki:venice/firmware#CompresseddiskimageviaU-Boot here]
    7286
    7387      * Silex Driver for 6.1 kernel
    74       * NXP MWIFLEX Open Source [https://github.com/nxp-imx/mwifiex]
     88      * NXP MWIFIEX Open Source [https://github.com/nxp-imx/mwifiex]
    7589       * Provides mlan.ko moal.ko files
    7690       * Requires Download of 2 firmware files:
     
    113127    }}}
    114128
    115 Now, mlan0 should be used like any other Linux wireless interface. For using the WiFi radio as an access point, use hostapd discussed here: [wiki:ubuntu#Wireless]
    116 
    117 To use the radio to connect to an already known access point, use wpa supplicant discussed here: [wiki:ubuntu#Wireless]
     129Now, mlan0 should be used like any other Linux wireless interface. For using the !WiFi radio as an access point, use hostapd discussed here: [wiki:ubuntu#Wireless]
     130
     131To use the radio to connect to an already known access point, use wpa supplicant discussed here: [wiki:ubuntu#Wireless Ubuntu Wireless]
    118132
    119133==== Silex SX-PCEAX 802.11ax 2x2 QCA (Qualcomm QCA2066)
     134
     135he Silex SX-PCEAX combo card uses the QCA2066 chipset with PCI for wifi and USB for Bluetooth:
     136 * https://www.qualcomm.com/products/technology/wi-fi/qca206x
     137 * Silex recommends using Qualcomm's LEA driver with their patches (requires license agreement with Silex)
     138
     139Pin Details:
     140 * M2.54 W_DISABLE2# input; BT_EN active high to enable USB/bluetooth
     141 * M2.56 W_DISABLE1# N/C (datasheet rev AX Sept 2022 shows this as not used)
     142 * M2.6 LED1# N/C (datasheet rev AX Sept 2022 shows this as not used)
     143 * M2.16 LED2# N/C (datasheet rev AX Sept 2022 shows this as not used)
     144
     145!WiFi details:
     146 * Wifi6E 802.11ax
     147 * PCIe 3.0 0x17cb:0x1103
     148 * Supported by the ath11k driver but needs a board-2.bin and regdb from Silex
     149
     150
    120151     * Driver:
    121152      * Silex PCEAX i.MX8MM Demo Software Image Download [https://dev.gateworks.com/fae/silexwifi6/jammy-venice-SXPCEAX.img.gz here]
     
    140171}}}
    141172     * Please contact Silex for more support
    142     * MiniPCIe (Several Models) https://www.silextechnology.com/connectivity-solutions/embedded-wireless
     173==== Silex Mini-PCIe !WiFi Radios
     174
     175Several Models are available
     176     * https://www.silextechnology.com/connectivity-solutions/embedded-wireless
    143177     * 802.11 ax/ac/a/b/g/n and 802.11 a/b/g/n models
    144178     * Using ath10k and ath9k
     
    147181     * Industrial temperature version available
    148182
    149 ''' Monitor Mode'''
     183==== Monitor Mode
    150184Monitor mode is supported using the Silex driver.
    151185