rtl8814au VS rpi-source

Compare rtl8814au vs rpi-source and see what are their differences.

rtl8814au

Realtek rtl8814au driver (by aircrack-ng)

rpi-source

Raspberry Pi kernel source installer (by RPi-Distro)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rtl8814au rpi-source
19 2
412 133
- 1.5%
0.0 4.3
8 months ago about 2 months ago
C Python
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rtl8814au

Posts with mentions or reviews of rtl8814au. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-20.
  • A Reckless Guide to OpenBSD
    1 project | news.ycombinator.com | 17 Feb 2022
    dkms helps with keeping a module working across Linux kernel upgrades (I use RTL8812AU, but RTL8814AU is problematic [1] being broken. I also use dkms + ZFS on Proxmox and Ubuntu), but other than that don't upgrade Linux kernel, unless you have to. I guess OpenBSD doesn't include the binary blobs, but back in the days (about 10-15 years ago) I used to have a stable WLAN on OpenBSD, on a Soekris. This was 802.11n (later rebranded WiFi 4), I don't now about 802.11ac / WiFi 5. Worked perfectly fine. IIRC it was either Atheros or IWL.

    [1] https://github.com/aircrack-ng/rtl8814au

  • RTL8814au can't get on monitor mode
    1 project | /r/archlinux | 10 Jan 2022
  • Cannot install rtl8812au drivers on Raspberry Pi 4
    4 projects | /r/raspberry_pi | 20 Dec 2021
    git clone https://github.com/aircrack-ng/rtl8814au.gitcd rtl8814ausudo apt updatesudo apt install dkmssudo apt install build-essential libelf-devsudo apt install raspberrypi-kernel-headerssed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefilesed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefileexport ARCH=armsed -i 's/^MAKE="/MAKE="ARCH=arm\ /' dkms.confsudo make dkms_install
  • Install wifi driver error
    2 projects | /r/linux4noobs | 2 Dec 2021
  • Wifi adapter not working on fedora 35
    2 projects | /r/linuxquestions | 23 Nov 2021
    The driver hasn't been updated yet to support your Linux kernel version. Any one below 5.9 is okay, so you should downgrade to 5.4 as that the latest Long Term Support kernel below that.
  • TP-Link Archer T9UH v1 [Realtek RTL8814AU] on 5.13.0-7614-generic (POP! OS)
    2 projects | /r/pop_os | 2 Oct 2021
    Has anyone been able to make this work? Before 21.04 release, I was using this method and it worked, but not anymore.
  • rtl8814AU Driver Linux Lite Installation - Step-by-step
    1 project | /r/LinuxTutorial | 1 Oct 2021
    I'm trying to install this on Pop! OS using this GitHub.Link. But it's simply not working. It was working for Kernel before 5.13.
  • Help installing rtl8812AU drivers
    2 projects | /r/kali4noobs | 12 Sep 2021
    I have also followed this afterwards https://github.com/aircrack-ng/rtl8814au/issues/32
  • Final touches on old laptop (Netgear's AC1900 A7000-10000S USB Wifi Adapter)
    1 project | /r/pop_os | 31 Aug 2021
    git clone https://github.com/aircrack-ng/rtl8814au.git
  • Airodump-ng "[ fixed channel wlan0: -1"
    3 projects | /r/Kalilinux | 16 Aug 2021
    Package: realtek-rtl8814au-dkms Version: 5.8.5.1~git20210331.bdf80b5-0kali1 Priority: optional Section: contrib/kernel Maintainer: Kali Developers Installed-Size: 13.5 MB Depends: dkms (>= 2.1.0.0) Homepage: https://github.com/aircrack-ng/rtl8814au Download-Size: 1601 kB APT-Sources: http://http.kali.org/kali kali-rolling/contrib armhf Packages Description: Realtek RTL8814AU driver in DKMS format This package provides the source code for RTL8814AU Linux driver (with monitor mode and frame injection) to be build with dkms. Kernel sources or headers are required to compile this module.

rpi-source

Posts with mentions or reviews of rpi-source. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-26.
  • Hold the Raspberry Pi Kernel 6.1 if you're running ZFS!
    2 projects | /r/raspberry_pi | 26 Mar 2023
    #Revert back to 5.15 kernel using git commit hash: #https://github.com/raspberrypi/rpi-firmware/commit/f5c4fc199c8d8423cb427e509563737d1ac21f3c sudo rpi-update f5c4fc199c8d8423cb427e509563737d1ac21f3c #Install all packages for rpi-source sudo apt install git bc bison flex libssl-dev libncurses5-dev python2 #Install rpi-source so you can recover the 5.15 kernel headers: #https://github.com/RPi-Distro/rpi-source sudo wget https://raw.githubusercontent.com/RPi-Distro/rpi-source/master/rpi-source -O /usr/local/bin/rpi-source && sudo chmod +x /usr/local/bin/rpi-source && /usr/local/bin/rpi-source -q --tag-update #Run it and wait. My RPi4 took a few hours. rpi-source #Additionally I didn't have libncurses5-dev installed when I #first ran rpi-source so I don't know if you need to run the #next commands, but I did need to run some makes before #the ZFS DKMS module would compile for 5.15. #rpi-source makes a directory when you run it cd ~/linux-c113cf128749d17b6262d76769a6ad0e0e1f33c3/ #rpi-source complained about menuconfig so I ran it. make menuconfig #DKMS module still wouldn't build. make sudo apt install --reinstall zfs-dkms zfsutils-linux sudo systemctl reboot
  • Cannot install rtl8812au drivers on Raspberry Pi 4
    4 projects | /r/raspberry_pi | 20 Dec 2021
    You can use apt full-update and that should push you to the correct kernel. This page has also helped me in the past.

What are some alternatives?

When comparing rtl8814au and rpi-source you can also consider the following projects:

rtl8812au - RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection

USB-WiFi - USB WiFi Adapter Information for Linux

rpi-firmware - Firmware files for the Raspberry Pi

8821au - Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets

8812au-20210629 - Linux Driver for USB WiFi Adapters that are based on the RTL8812AU Chipset - v5.13.6

rtl8812AU_8821AU_linux - rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter

8814au - Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset

rtl8814au - Realtek rtl8814au driver