e1000e-dkms-debian VS 88x2bu

Compare e1000e-dkms-debian vs 88x2bu and see what are their differences.

88x2bu

Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets (by morrownr)
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
e1000e-dkms-debian 88x2bu
3 23
68 418
- -
0.0 0.0
almost 2 years ago about 1 year ago
C C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

e1000e-dkms-debian

Posts with mentions or reviews of e1000e-dkms-debian. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-23.
  • PXE provisioning issues with new hardware that requires specific drivers!
    1 project | /r/linuxadmin | 7 Aug 2022
    Hello, Our hardware vendor stopped selling the previous models of our standard desktops and laptops and possess sent the newest models in our latest purchase. Unfortunately, when installing Ubuntu on these machines the NICs are not recognized by the OS and need manual intervention to be updated, which I was able to get going by downloading the appropriate e1000e driver onto a USB and installing from that. Our standard workflow was provisioning the system with Foreman, and configuring it with ansible after the OS was installed. The manual steps now required between these steps have caused delays in setting up new equipment. Getting this hardware to allow PXE in the first place was a pain, I had to take the initrd.gz that foreman provides for the PXE environment, unpack it and replace the e1000e network driver with the very latest one to even allow the PXE process to start. But because the archive foreman uses for Ubuntu is the standard Canonical hosted Ubuntu archive, the OS is again missing that version of the driver and it needs to get updated again. Does anyone have recommendations on how to get around this? * I tried using HWE but it seems to not include this very latest version of e1000e so had no luck there * Could this process be included in the preseed file/provisioning template to handle the driver? * Our foreman install has Katello, but I have been having a hell of a time getting deb repos hosted. Even if that gets set up properly, it seems pretty‍ hacky again to insert a kernel with the correct driver version. (GPG issues? idk) * Foreman/Katello docs are lackluster and havent seen anything related to this kind of problem * FYI the desktop is a Dell Precision Tower 3650 and installing Ubuntu 18.04 I was hired as a Junior Sys Admin 2 years and now find myself as the sole IT in the company, this has been driving me nuts as my previous provisioning workflow was pretty solid but dont have anyone internal to turn to for advice. Would really appreciate any thoughts or ideas you all have or any resources you know of I can look into. Thanks! EDIT: Thanks for the replies everyone, I ended up getting this resolved by using DKMS. https://github.com/koljah-de/e1000e-dkms-debian was a good starting point, I built a deb from that and placed it on my tftp server. Then in Foreman's finish template I included the following lines: tftp -m binary tftp.example.com -c get e1000e-dkms.deb dpkg -i e1000e-dkms.deb That worked for me, after the installation process the NIC was usable. Plus this has the added benefit of not needing to tweak the drivers after upgrading the kernel at a later date.
  • 7-zip 22.00 – APFS, Posix TAR, high precision timestamps
    6 projects | news.ycombinator.com | 23 Jun 2022
    Intel out-of-tree NIC drivers too; https://sourceforge.net/projects/e1000/ - But there are not many!
  • Intel NIC drivers confusion
    2 projects | /r/osdev | 22 Nov 2021
    [1] qemu/hw/net/e1000.c [2] Devices supported by Linux's e1000 [3] e1000 from Intel

88x2bu

Posts with mentions or reviews of 88x2bu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-02.
  • USB network adapter drivers uninstalled every OS update
    1 project | /r/pop_os | 4 Nov 2023
    I use an Archer T3U to use wifi off of my desktop machine. It doesn't have a linux native driver, but this one works for me so far.
  • Cant connect to wifi
    2 projects | /r/pop_os | 2 Apr 2023
    I use this driver instead, but I think it all comes down to what does your wifi card need. You can download the driver in another computer and then pass it with a usb stick or, connect through your mobile phone via tethering and then download the driver directly in your computer
  • Wifi Stuck in Authentication Loop
    2 projects | /r/linuxquestions | 22 Mar 2023
    I installed DKMS and this 88x2 github driver recommended by this post.
  • Zabbix Proxy on GL.iNet OpenWRT
    1 project | /r/zabbix | 28 Jan 2023
  • How to connect to Wifi via USB stick?
    1 project | /r/debian | 9 Jan 2023
  • wifi adapter drivers are windows only - any workaround?
    1 project | /r/linux4noobs | 6 Jan 2023
    Device connects and functions properly in normal operation with the following driver: https://github.com/morrownr/88x2bu.git
  • My experience with HoloISO
    2 projects | /r/holoiso | 12 Oct 2022
    My original rEFInd configuration got overwritten by the non-graphical GRUB from HoloISO. However, I was still able to boot into all OSes. I went ahead and booted into SteamOS to test. My WIFI dongle was dead, so I used my phone in USB tether mode to have internet access. I downloaded the drivers for my WIFI dongle from my usual source off Github (https://github.com/morrownr/88x2bu). I booted back into Ubuntu and re-installed rEFInd so I can have the GUI OS selector.
  • Are there any drivers for Realtek Wireless 8122BU?
    1 project | /r/linuxquestions | 7 Mar 2022
    Seems like you have to use a third-party driver from github. Probably this one. Carefully read the instructions. Also you should install additional firmware for your card. Good luck.
  • anyone using AC wireless USB dongle?
    1 project | /r/debian | 21 Nov 2021
    I use the TP Link Archer T3U which has an RTL8812BU WiFi chip. The driver can be found at https://github.com/morrownr/88x2bu but needs to be compiled (instructions are at the web page itself).
  • Debian WiFi Card
    1 project | /r/debian | 29 Oct 2021
    He'll have to compile the kernel module from scratch. Here's a git repository for the Realtek RTL8812BU and RTL8822BU driver: https://github.com/morrownr/88x2bu

What are some alternatives?

When comparing e1000e-dkms-debian and 88x2bu you can also consider the following projects:

ntfs3 - ntfs3 Linux kernel module by Paragon Software

RTL8812BU - Realtek RTL8812BU Driver for Linux

asus-fan - Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks

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

realtek-r8125-dkms - A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.

8821cu - Linux Driver for USB WiFi Adapters that are based on the RTL8811CU, RTL8821CU and RTL8731AU Chipsets

rapiddisk - An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.

rtl88x2bu - rtl88x2bu driver updated for current kernels.

daemon - turns other processes into daemons

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

bcm5719-fw - BCM5719 firmware reimplementation

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