How do I check that the SCAiLX-Wi-Fi module is initialized and working?

Verify SCAiLX Wi-Fi is working properly

  • Open ssh terminal (see SCAILX user guide “Getting started”)
  • Check: dmesg | grep iwlwifi
    • … Detected Intel(R) Wi-Fi 6 AX210 ….
  • Check: lspci
    • 01:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210 …
  • Check: iw dev
    • … wlan0 ….
  • Check: iw dev wlan0 scan | grep SSID
    • … <wifi network SSID’s> …
  • Check: ip link show wlan0
    • …. UP ….
  • Enable/Disable wlan0: ip link set up/down wlan0

More information can be found within the user guide. Download SCAiLX User Guide