Unsupported distributions
We try to support as many Linux distributions as possible. But there are so many that it’s impossible to test all of them. Also, some do not provide the required kernel headers and build tools, or target exotic hardware that we don’t have access to.
📝 Note that if your distribution is unsupported and you didn’t notice it when you purchased our adapter, you may return the adapter back to Amazon for a refund, as it comes with a two-year warranty.
Here are some of the distributions that we tested where our installer either doesn’t work at all, or it requires an unreasonable amount of effort:
Distribution | Version | Headers package | Remarks |
---|---|---|---|
CentOS Linux | 8 | kernel-devel | dnf, see note 1 |
CentOS Stream | 8 | kernel-devel | dnf, see note 1 |
Endless OS | Endless 3.8.7 | - | ostree+flatpak, unsupported |
Guix | 1.3.0 | linux-libre-headers | No FHS, unsupported |
openSUSE Leap | 15.2 | kernel-devel | zypper, see note 2 |
Puppy Linux | FossaPup64 9.5 | kernel_sources-5.4.53-fossapup64.sfs | ppm, install devx.sfs first |
Red Hat Enterprise Linux | 8.3 | kernel-devel | dnf, see note 1 |
Tails | 4.17 | linux-headers-amd64 | apt, live only, unsupported |
Tiny Core Linux | 12 | - | tcz, unsupported |
Windows Subsystem for Linux | WSL 2 | - | VM, unsupported |
Notes
CentOS and RHEL backport some new features to older kernels, confusing the Realtek driver. Currently the driver can only work by installing the kernel-lt and kernel-lt-devel packages, which upgrade to thelong term support kernel (or the -ml ones which upgrade to the mainline kernel). Additionally, dkms isn’t included in their stock repositories. Our driver can work without it, but it’s best if you make it available.
# Add the repository for dkms sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm # Add the repository for the -lt kernels sudo rpm -ivh https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm # Install the -lt kernels sudo dnf install -y --enablerepo=elrepo-kernel kernel-lt kernel-lt-devel # Then reboot, then run our installer
openSUSE Leap backports some new features to older kernels, confusing the Realtek driver. Currently the driver is only supported on openSUSE Tumbleweed, which comes with a newer kernel.
See also the supported distributions list.