CL-SOM-iMX6UL: Yocto Linux: Known Issues

From Compulab Mediawiki
Jump to: navigation, search
WiLink8 scan issue
  • WiFi scan using iw wlan0 scan or iwlist wlan0 scan returns with time out.
Workaround :
  1. Remove both btwilink and wl18xx modules

    # modprobe -r btwilink; modprobe -r wl18xx

  2. Load wl18xx module first and activate the wlan0 device

    # modprobe wl18xx; ifconfig wlan0 up