Mini-Howto: ROCK64 USB 3.0 WIFI Adapter (Rabbit-ear) on Manjaro
#2
Update: The driver the above uses stopped building as of kernel 5.15 because ipx was removed. The kernel devs gave 3 years for refactoring code; predictably no one heard of it or fixed code until it was actually removed.

The issue was reported upstream on Nov 04 and hasn't been addressed yet; it's been fixed in two other rtl8812au drivers. The maintainer said on Sep 04 "We are just about at the point where I am considering dropping support for this driver, due to USB issues with kernel 5.13."

I've switched to,
https://github.com/morrownr/8812au-20210629

Installation was mostly as per the instructions on that page. Before running 'sudo ./install_driver.sh' I edit the Makefile to hardcode ARCH to arm64,
Code:
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
# ARCH ?= $(SUBARCH)
ARCH := 'arm64'
Otherwise it detects the architecture as aarch64 and doesn't know how to build for it.

Note the maintainer's comments:
Quote:Question: Why do you recommend Mediatek based adapters when you maintain this repo for a Realtek driver?

Answer: Many new Linux users already have adapters based on Realtek chipsets. This repo is for Linux users to support their existing adapters but my STRONG recommendation is for Linux users to seek out WiFi solutions based on Mediatek, Intel or Atheros chipsets and drivers. If users are looking at a USB solution, Mediatek and Atheros based adapters are the best solution. Realtek based USB adapters are not a good solution because Realtek does not follow Linux Wireless standards (mac80211) for USB WiFi adapters and the drivers are not maintained in the Linux kernel. These issues make Realtek drivers problematic in many ways. You have been WARNED. For more information about USB WiFi adapters:

https://github.com/morrownr/USB-WiFi
  Reply


Messages In This Thread
RE: Mini-Howto: ROCK64 USB 3.0 WIFI Adapter (Rabbit-ear) on Manjaro - by Dendrocalamus64 - 11-14-2021, 03:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Kernel Not Detecting Wifi tallfrye 10 955 01-01-2024, 06:57 AM
Last Post: wdt
Thumbs Up NVMe adapter, Great addition dachalife 2 1,809 11-28-2022, 12:56 PM
Last Post: dachalife
  unable to boot after manjaro update gega 6 3,167 10-28-2022, 01:18 PM
Last Post: wdt
  Connection to WiFi with OWE IhorOlkhovskyi 1 1,384 09-01-2022, 08:48 AM
Last Post: IhorOlkhovskyi
  Is there a way to turn off Wifi completely? jirow 10 7,886 06-20-2022, 05:53 AM
Last Post: Kaythe
  Anyone selling a spare NVMe adapter in Europe? tom.tomasz 1 1,854 01-03-2022, 07:57 AM
Last Post: tom.tomasz
  RTL8811AU usb wifi for pbpro vlut 0 1,311 12-02-2021, 05:23 AM
Last Post: vlut
  Wifi disconnecting after few minutes hellojack 0 1,388 09-16-2021, 02:50 AM
Last Post: hellojack
  Advice on increasing WIFI range stozi 2 4,067 03-29-2021, 06:57 AM
Last Post: barray
  Curious about problem with PBP Wifi kendew 3 4,709 01-14-2021, 11:16 AM
Last Post: clover

Forum Jump:


Users browsing this thread: 1 Guest(s)