CL-SOM-iMX6UL: Linux: Known Issues

From Compulab Mediawiki
Revision as of 07:27, 14 January 2016 by Valentin (talk) (New page: {{ IssueCategory|WiLink8 scan issue| * WiFi scan using '''iw wlan0 scan''' or '''iwlist wlan0 scan''' returns with time out. :'''Workaround :''' # Remove both '''btwilink''' and '''wl18xx...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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