Asus PCE-AC88 on Ubuntu 18.04

14,031

Solution 1

If it helps I can safely say this has been fixed with the latest 5.0 kernel. So all Ubuntu derivatives of 19.04 will work out of the box. I say this posting with Pop!_os 19.04 (and before that I installed Ubuntu 19.04 and Ubuntu Budgie 19.04 and they all work out the box). So pleased this is finally fixed.

Edit: ... and yes it's going at high speeds, can't test on a several hundred Mbps download/upload any more but my current internet is 70 down and 20 up and its maxing out flawlessly.

Solution 2

I just installed that card on Ubuntu 18.04 but it does not work out of the box. Found this related discussion with a documentation how to solve the problem: https://ubuntuforums.org/showthread.php?t=2337200

Certainly not an easy solution to apply. Will try it during the next days.

UPDATE:

Got the card working with the help of this blog entry: https://blog.cooperteam.net/post/2017-11-10-asus-ac88-wifi-on-linux/ It already contains the patched driver for the card ready to download: https://blog.cooperteam.net/brcmfmac4366c-pcie.bin

I moved the file to to my drivers:

sudo mv brcmfmac4366c-pcie.bin /lib/firmware/brcm

Rebooted - works.

UPDATE:

Drivers are so slow (slower than any cheap Wifi card) that I gave up, sold the card, and switched to Powerline.

Solution 3

As James Reid says:

this has been fixed with the latest 5.0 kernel.

Now we have Ubuntu 18.04.3 with 5.0.0-31 kernel. Just run:

sudo apt-get update && sudo apt-get dist-upgrade -y

to get the last kernel version.

Share:
14,031
Henry
Author by

Henry

Updated on September 18, 2022

Comments

  • Henry
    Henry over 1 year

    Does the card Asus PCE-AC88 work out of the box on Ubuntu 18.04 ?

    There are some informations about its compatibility with Ubuntu, for example here:

    Installing Broadcom Wireless Drivers

    or there:

    https://blog.cooperteam.net/post/2017-11-10-asus-ac88-wifi-on-linux/

    but I could not find anything about the status of its compatibility with Ubuntu 18.04.

    I would like to know before I buy the card.

  • Henry
    Henry over 5 years
    It seems from the second link above that the default kernel in Ubuntu 18.04 works fine with the card. I am too going to try in the next few weeks and post the results here. It is a shame though, that the card is still not working out of the box with the latest version of Ubuntu.
  • Wolkenarchitekt
    Wolkenarchitekt over 5 years
    Got the card working - see my updated answer if you still need help.
  • Henry
    Henry over 5 years
    Great and thanks for the update. The manipulation seems to be easy with Ubuntu 18.04. Do you obtain a stable and fast wifi connection ?
  • Wolkenarchitekt
    Wolkenarchitekt over 5 years
    So far no issues - connection is stable and fast.
  • Henry
    Henry over 5 years
    Can you confirm that you have maximum speed (see Scott Porter's answer) ?
  • Wolkenarchitekt
    Wolkenarchitekt over 5 years
    Could be true, I was too lazy to do any tests besides just getting it to work. Maybe Asus is interested to get it working if enough people contact their support.
  • Wolkenarchitekt
    Wolkenarchitekt over 5 years
    Can you suggest any chipset that has better support and similar speeds?
  • Henry
    Henry over 5 years
    I contacted them, but the answer was: "the card is only supported under Windows". So ASUS was not helpful, and showed a clear disdain for the open source community. Their card was released in 2015, we are end 2018, it should be working under latest Ubuntu version !
  • Henry
    Henry over 5 years
    It's the fastest 802.11ac adapter. Therefore it's a shame it's not compatible with Linux, as already said.
  • Henry
    Henry over 5 years
    Maybe you could try gist.github.com/picchietti/…, step "Install Firmware for Adapter". The author seems to obtain maximum speed.
  • Marogian
    Marogian over 5 years
    FWIW this didn't work for me because some drivers I'd attempted to install before were blacklisting the modded one here. If this solution fails for you try purging the old ones and rebooting: sudo apt-get purge bcmwl-kernel-source broadcom-sta-dkms broadcom-sta-common The speed however isn't at the card's capability. I get ~1000/1000 on Windows and about ~150/150 on Ubuntu with Gigabit internet.
  • jbu
    jbu over 5 years
    Hijacking post. Its 2019 and the ac88 failed to connect after a update on 18.11. Dont see any packages that obviously would have broken it. Anyone else experience this?
  • Henry
    Henry about 5 years
    This is fantastic news. Thank you for testing and sharing your results here.
  • Scott Porter
    Scott Porter almost 4 years
    I can confirm that with Ubuntu 20.04 this card is now running at full speed! Running "snap run fast" (to check Netflix bandwidth) this recorded a speed of 369Mb/sec, which is close to the maximum my cable connection can supply! So yeah, if you want the fastest WiFi speed - especially for a media server, or anything else you're using for file transfers, then this is a great option now!