Changes between Version 109 and Version 110 of wireless/wifi
- Timestamp:
- 11/08/2024 08:26:11 PM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v109 v110 60 60 === Silex === 61 61 62 Note, the GW11048-5 Silex Development Kit by default contains the SDMAX drivers and not the PCEAX drivers. P lease contact Gateworks support for the PCEAX drivers.62 Note, 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. 63 63 64 64 ==== Silex SX-SDMAX 802.11ax 1x1 NXP IW611 65 66 The 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 70 Pin 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 65 79 * [https://shop.gateworks.com/index.php?route=product/product&path=70_74&product_id=248 Purchase Here] 66 80 * [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. ) … … 68 82 * Driver: 69 83 * 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 directly84 * For compatibility with your own kernel or to understand how this driver compares to the opensource mwifiex you will need to contact Silex directly 71 85 * Installation instructions of .img.gz images [wiki:venice/firmware#CompresseddiskimageviaU-Boot here] 72 86 73 87 * Silex Driver for 6.1 kernel 74 * NXP MWIF LEX Open Source [https://github.com/nxp-imx/mwifiex]88 * NXP MWIFIEX Open Source [https://github.com/nxp-imx/mwifiex] 75 89 * Provides mlan.ko moal.ko files 76 90 * Requires Download of 2 firmware files: … … 113 127 }}} 114 128 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 ]129 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] 130 131 To use the radio to connect to an already known access point, use wpa supplicant discussed here: [wiki:ubuntu#Wireless Ubuntu Wireless] 118 132 119 133 ==== Silex SX-PCEAX 802.11ax 2x2 QCA (Qualcomm QCA2066) 134 135 he 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 139 Pin 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 120 151 * Driver: 121 152 * Silex PCEAX i.MX8MM Demo Software Image Download [https://dev.gateworks.com/fae/silexwifi6/jammy-venice-SXPCEAX.img.gz here] … … 140 171 }}} 141 172 * 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 175 Several Models are available 176 * https://www.silextechnology.com/connectivity-solutions/embedded-wireless 143 177 * 802.11 ax/ac/a/b/g/n and 802.11 a/b/g/n models 144 178 * Using ath10k and ath9k … … 147 181 * Industrial temperature version available 148 182 149 ''' Monitor Mode''' 183 ==== Monitor Mode 150 184 Monitor mode is supported using the Silex driver. 151 185