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

Not compiling on Ubuntu 22.04 #22

Open
nowatbuer opened this issue May 24, 2022 · 1 comment
Open

Not compiling on Ubuntu 22.04 #22

nowatbuer opened this issue May 24, 2022 · 1 comment

Comments

@nowatbuer
Copy link

Hello
,tried to install thos one on the current Ubuntu version, but it fails with:

sudo dkms install rtl8188fu/1.0
...
Error! Bad return status for module build on kernel: 5.15.0-33-generic (x86_64)
/var/lib/dkms/rtl8188fu/1.0/build/make.log shows:

/var/lib/dkms/rtl8188fu/1.0/build/core/rtw_br_ext.c:25:10: fatal error: net/ipx.h: Datei oder Verzeichnis nicht gefunden
25 | #include <net/ipx.h>

@jhonathannc
Copy link

jhonathannc commented Sep 22, 2022

This worked for me.

sudo apt update
sudo apt install git
git clone https://github.com/kelebek333/rtl8188fu
sudo apt install dkms
sudo dkms add ./rtl8188fu
sudo dkms build rtl8188fu/1.0
sudo dkms install rtl8188fu/1.0
sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
reboot

Font: Install 0bda:f179 Realtek Semiconductor Corp. (rtl8188fu), or Netgear rtl8812au USB WiFi adapters

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