RTL8812BU VS Ventoy

Compare RTL8812BU vs Ventoy and see what are their differences.

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
RTL8812BU Ventoy
12 392
331 58,144
- -
0.0 6.9
about 2 months ago 6 days ago
C C
- GNU General Public License v3.0 only
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.

RTL8812BU

Posts with mentions or reviews of RTL8812BU. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-05.
  • Why are drivers so complicated?
    1 project | /r/linux4noobs | 8 May 2023
    RHEL 8 is a 4.18 kernel, this driver might work as it is tested with 4.15. Realtek drivers are known to be annoying, unfortunately they are in a ton of USB dongles because they are so cheap.
  • Bad Return status for module build
    1 project | /r/hacking | 24 Feb 2023
  • Installing Dongle Netgear A6150 drivers on Parrot OS 5.1
    1 project | /r/ParrotOS | 21 Nov 2022
    sudo apt update sudo apt install -y dkms git bc git clone -b v5.6.1 https://github.com/fastoe/RTL8812BU.git cd RTL8812BU make sudo make install sudo reboot
  • Archer T3U
    1 project | /r/linuxquestions | 28 Aug 2022
    You bought an adapter with no linux support. A short google search shows that thing uses a Realtek RTL8812BU chip. It looks like there is a 3rd party driver made for linux at https://github.com/fastoe/RTL8812BU but it requires you to clone and compile it.
  • HP x360 only charging to 80%
    4 projects | /r/Kubuntu | 5 Feb 2022
    Later, wife noted wifi was not as good in particular part of house so installed a RTL8812BU wifi adapter using driver from https://github.com/fastoe/RTL8812BU.
  • brostrend wifi adapter
    1 project | /r/Kubuntu | 11 Jan 2022
    Is it https://www.brostrend.com/products/ac3? I ask because I bought https://www.ebay.com.au/itm/284231856690 and followed instructions here, https://github.com/fastoe/RTL8812BU - instructions are different depending on kernel. Yours and mine use the same chipset.
  • BTF file not generated because vmlinux could not be found
    1 project | /r/openSUSE | 5 Oct 2021
    The sophisticated driver from https://github.com/fastoe/RTL8812BU expects the mentioned kernel image vmlinux in the standard location
  • Couldn't install RTL8812BU driver & gave up
    1 project | /r/Fedora | 4 Oct 2021
    I downloaded this driver: https://github.com/fastoe/RTL8812BU/tree/v5.8.7 and hoped to easily install it offline, but it didn't work. Terminal tries to download metadata, but obviously it's not possible without internet. Compiling it gave also an error, if I remember correctly it said that it couldn't find anything in temp build folder? DKMS can't be installed either. I also tried to download it on my phone and move it then to Fedora (like I did with the WiFi driver), but it wasn't possible to install it because of too many dependencies that I have no access to...
  • From Windows 10 to Zorin OS 16: Noob Steps I Took to Feel More Comfy
    1 project | /r/zorinos | 11 Sep 2021
    sudo apt update sudo apt install -y dkms git bc git clone -b v5.6.1 https://github.com/fastoe/RTL8812BU.git cd RTL8812BU VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf) sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER} sudo dkms add -m rtl88x2bu -v ${VER} sudo dkms build -m rtl88x2bu -v ${VER} sudo dkms install -m rtl88x2bu -v ${VER} sudo modprobe 88x2bu sudo reboot
    1 project | /r/linux4noobs | 10 Sep 2021
    Had no WIFI option at all. Downloaded this driver (RTL8812BU v5.6.1, for 5.10 kernel) on my phone and connected it then to my PC, so I can install it: https://github.com/fastoe/RTL8812BU/tree/v5.6.1

Ventoy

Posts with mentions or reviews of Ventoy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.
  • Tools for Linux Distro Hoppers
    7 projects | dev.to | 27 Mar 2024
    Ventoy is an open-source tool to create a bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. Using Ventoy, we can create live USB for multiple distros in one flash disk. This is a revolutionary feature compared to other tools, e.g., Etcher, Rufus, etc, that can only create one live USB at a time. This tool is so important. Don't call yourself a distro hopper if you don't know this tool.
  • My New Computer
    1 project | news.ycombinator.com | 17 Jan 2024
    I'm thinking you mean Ventoy? They say they can load vhd and img files, though I've only tried ISO's myself.

    https://www.ventoy.net/

  • Ventoy, Live USB multitool for you ISOs Collector
    2 projects | dev.to | 4 Jan 2024
    View on GitHub
  • Ventoy
    8 projects | news.ycombinator.com | 18 Dec 2023
    I faced it too. There is a PR on the ventoy GitHub repository that fixes Proxmox boot.

    https://github.com/ventoy/Ventoy/actions/runs/7088423200

  • How to Boot ISO Files from GRUB2 Boot Loader
    6 projects | news.ycombinator.com | 16 Dec 2023
    > While this works, I find this method a bit tedious to use, at least compared to Ventoy [0].

    I find ventoy more tedious, because you can't use it on your hard drive with a sane partitioning scheme.

    The only reason is because of how the ventoy detection hardcode the partition boundaries in its checks, and it means Ventoy can only run with the partitions set in a way that may lead to alignment issues like write-amplification: I've detailed that in https://github.com/ventoy/Ventoy/issues/1342

    Ideally I'd have a 10G partition after the EFI (or it could even be the EFI itself) with a few ISOs for rescue purposes + a UEFI entry to avoid having to use a bootable USB, but that's not possible with Ventoy unless I accept Ventoy choices of partition boundaries:

                    (pMBR->PartTbl[0].StartSectorId != 2048 ||
  • proxmox 8.1 iso doesn't work yet. when is the next ventoy version?
    1 project | /r/Ventoy | 11 Dec 2023
  • Cài win máy tính
    2 projects | /r/TroChuyenLinhTinh | 11 Dec 2023
  • Booting from a bootable USB flash stick?
    1 project | /r/virtualbox | 8 Dec 2023
    I downloaded and made a bootable USB Ventoy (https://www.ventoy.net) with its Windows GUI app in my updated 64-bit W10 Pro PC. However, I couldn't seem to get VirtualBox v7.0.12 to boot it. I read VirtualBox can boot from bootable USB flash sticks so it should work. Am I missing something?
  • Attempt Q4OS install on Netbook, BUT "unable to install grub in /dev/sda"...solutions?
    1 project | /r/linux4noobs | 8 Dec 2023
    So, yes. The installer will need to install grub to that first partition. You can install ventoy to a usb drive, put a windows iso there and your q4os iso. In case you mess up big time, you can reinstall windows.
  • Am I Able to Get By on Linux Without Using the Terminal All the Time?
    1 project | /r/linux4noobs | 28 Sep 2023

What are some alternatives?

When comparing RTL8812BU and Ventoy you can also consider the following projects:

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

Rufus - The Reliable USB Formatting Utility

88x2bu - Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets

etcher - Flash OS images to SD cards & USB drives, safely and easily.

88x2bu-20210702 - Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets - v5.13.1

multibootusb - A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files

RTL8812BU_for_Raspbian - RTL8812BU Driver for Raspbian

netboot.xyz - Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.

ish - Linux shell for iOS

unetbootin - UNetbootin installs Linux/BSD distributions to a partition or USB drive

systemd - The systemd System and Service Manager

multibootusb - Create multiboot live Linux on a USB disk...