Search Criteria
Package Details: rtl8192eu 4.4.1-3
Git Clone URL: | https://aur.archlinux.org/rtl8192eu.git (read-only, click to copy) |
---|---|
Package Base: | rtl8192eu |
Description: | Driver for the Realtek8192eu chipset. |
Upstream URL: | https://github.com/Mange/rtl8192eu-linux-driver |
Keywords: | rtl8192 |
Licenses: | |
Submitter: | TJM |
Maintainer: | TJM |
Last Packager: | TJM |
Votes: | 9 |
Popularity: | 0.71 |
First Submitted: | 2016-04-22 07:57 |
Last Updated: | 2020-09-03 09:18 |
Dependencies (4)
- dkms
- bc (bc-gh) (make)
- git (git-git) (make)
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (make)
Latest Comments
1 2 Next › Last »
h30x commented on 2020-04-30 15:23
Here is a truncated output for
LANG=en_US.UTF-8 pamac install rtl8192eu
==> Starting build()... Makefile:1341: *** recipe commences before first target. Stop. ==> ERROR: A failure occurred in build(). Aborting...
TJM commented on 2020-04-30 14:14
Sorry, I'm confused. If the
rtl8xxxu
driver has already been integrated into the kernel, there's no reason for reinstalling it. Just plug your USB WiFi adapter and use it. However, I usually keep an up-to-date clone of this package(maintained bymakepkg -o
) to prevent condition that all kernel models crashed and I have to connect to the Internet to update the kernel.TJM commented on 2020-04-30 14:08
This package will clone the upstream repo every time you build it. So feel free to rebuild the package. It will fetch the up-to-date code even if the PKGBUILD file is not changed.
There's a dkms version of this package, where the dkms hook of pacman will take care of reinstalling models every time you update the kernel.
Updated.
Could you please run
LANG=en_US.UTF-8 pamac install rtl8192eu
? It might provide you with English output.h30x commented on 2020-04-30 07:45
I installed this package on Manjaro with pamac. All was working fine but after 5.4.35-1-MANJARO x86_64 Kernel update, even deinstalling and reinstalling the packages gives me build error: "Makefile:1341: *** La recette commence avant la première cible. Arrêt." (sorry for French)
dothebart commented on 2020-04-17 20:41
this package is missing the
bc
dependency, pls. fix.vegas commented on 2019-02-28 09:28
@matheuspb The package 8192eu-dkms is rebuilt automatically when the kernel is updated :)
matheuspb commented on 2019-02-19 22:26
I'm currently having problems when I update my kernel, I always need to reboot and reinstall the package to make it work again with the kernel. I guess this is due to the fact that the files of the module are not moved when the kernel is updated.
kaputtnik commented on 2018-02-09 15:45
The driver does not compile anymore with kernel 4.15.
Looks like this is fixed upstream. Can you please update the package?
Zaotar commented on 2018-02-04 11:52
I have found the problem (why drivers doesn't work on kernels 4.14-4.15) and solution. So, we need to do some steps: 1. Install this package or driver direct from upstream link 2. Type lsmod in terminal, we wil see probes 8192eu (that's our driver which we just install) and our big problem - rtl8xxxu -the driver pack for wi-fi built in the kernel. This 2 probes conflict with each other. So we need to prevent rtl8xxxu from loading on system boot. 3. Use, for example, Grub Customizer or edit etc/degault/grub. Add to GRUB_CMDLINE_LINUX_DEFAULT="modprobe.blacklist=rtl8xxxu,mac80211", save changes and reboot. (mac80211 depends on rtl8xxxu) 4. Profit! Our wi-fi adapter works great.
TJM commented on 2018-01-31 00:33
Duplicated with package rtl8192eu-git. If you have any problems with the driver itself, please contact the upstream.