Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Realtek's rtl8192eu-linux driver via COPR(or other repos) #324

Closed
WasteOfO2 opened this issue Aug 14, 2022 · 4 comments
Closed

Comments

@WasteOfO2
Copy link

WasteOfO2 commented Aug 14, 2022

The driver for rtl8192eu-linux wifi adapter isn't seemingly supported by the kernel OOTB

the official GH repo seems to require dkms, which isnt supported by toolbox or a very complex method via rpm-ostree i am not willing to go through

the drivers are provided via https://github.com/clnhub/rtl8192eu-linux

@travier
Copy link
Member

travier commented Aug 15, 2022

If it's an out of tree driver then there is nothing we can do in Fedora short of upstreaming the driver code to the kernel.
I suggest that you ask for/submit an akmod package to be added to rpm-fusion and that should make it easy to install on Fedora Silverblue.

@travier travier closed this as completed Aug 15, 2022
@travier
Copy link
Member

travier commented Aug 15, 2022

https://rpmfusion.org/Packaging/KernelModules/Kmods2 this page should help you get started.

@WasteOfO2
Copy link
Author

Sorry for the ping @travier

https://rpmfusion.org/Packaging/KernelModules/Kmods2 this page should help you get started.

While trying to compile the driver for myself, I get error like this pastebin

Fedora SB(could be KN as well as they are similar by design) seems to lack a directory in the kernel within the net folder which causes the install to fail, can you perhaps look into whether or not this is by design?

Directory in question is /usr/src/kernels/5.18.17-200.fc36.x86_64/net/ipx.h. This issue could be helpful for future references for installing other drivers from source, hence I want to keep this issue open for longer if that is possible

@travier
Copy link
Member

travier commented Aug 17, 2022

I would recommend trying to build this package into a toolbox instead, where you can install any kernel-devel package that maybe be needed to build it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants