Udoo x86 Ultra, Android, and Intel AX200 WiFi

Discussion in 'UDOO X86' started by Mrrobertkent, Apr 11, 2020.

  1. Mrrobertkent

    Mrrobertkent New Member

    Joined:
    Apr 11, 2020
    Messages:
    1
    Likes Received:
    0
    Has anyone figured out how to enable a Intel AX200 WiFi module on the Udoo x86 Ultra running an Android OS? Or on any device running Android? I cannot get the OS to recognize there is a WiFi module although the Bluetooth function is working perfectly.

    I have tried the two newest BlissOS builds, Android x86 mirroring Android 9 as well as Android 10.

    Any and all help would be fantastic. I have been struggling with this for two freaking weeks.
     
  2. Logun

    Logun New Member

    Joined:
    May 9, 2020
    Messages:
    2
    Likes Received:
    0
    I’ve only been able to get it running on 7.1, I don’t think it’s working on newer versions yet.
     
  3. LDighera

    LDighera UDOOer

    Joined:
    Jan 13, 2014
    Messages:
    206
    Likes Received:
    36
    From what I can see here https://www.intel.com/content/www/u...intel-wi-fi-6-series/intel-wi-fi-6-ax200.html Intel hasn't yet released drivers for this WiFi6 card.
     
  4. LDighera

    LDighera UDOOer

    Joined:
    Jan 13, 2014
    Messages:
    206
    Likes Received:
    36
  5. LDighera

    LDighera UDOOer

    Joined:
    Jan 13, 2014
    Messages:
    206
    Likes Received:
    36
  6. LDighera

    LDighera UDOOer

    Joined:
    Jan 13, 2014
    Messages:
    206
    Likes Received:
    36
    After days of research and struggling to enable WiFi6 on Jetson AGX Xavier under Ubuntu 18.04.4 LTS with Intel AX200 card installed, I finally found a driver that works.

    I have no idea how this repository is different from the official backport driver from Inte or Ubuntu, but with Intel AX200 card installed it does make WiFi6 work on my AGX Xavier.
    Code:
    sudo add-apt-repository ppa:canonical-hwe-team/backport-iwlwifi
    sudo apt-get update
    sudo apt-get install backport-iwlwifi-dkms
    
    See: https://forums.developer.nvidia.com/t/intel-ax200-wifi-on-jetson-agx-xavier-under-ubuntu-18-04-4-lts/129751
     
    waltervl likes this.
  7. nemiro

    nemiro New Member

    Joined:
    Sep 1, 2020
    Messages:
    1
    Likes Received:
    0
    Has there been any more on this, by any chance? I am definitely not a Linux power user, so I do not really understand how one would port the Linux driver that LDighera posted up into Android. I sure would like to be able to run Android 8 or newer on the Udoo x86. Thanks!
     

Share This Page