All Projects → corneal64 → Realtek-USB-Wireless-Adapter-Drivers

corneal64 / Realtek-USB-Wireless-Adapter-Drivers

Licence: GPL-3.0 license
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Realtek-USB-Wireless-Adapter-Drivers

Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+2129.41%)
Mutual labels:  arm, raspberrypi, arm64, raspberry-pi-3
Wifi Txpower Unlocker
Stars: ✭ 173 (+408.82%)
Mutual labels:  wifi, wireless, raspberry-pi-3
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+7267.65%)
Mutual labels:  raspberrypi, arm64, raspberry-pi-3
XNU
Research into porting the XNU kernel to ARM devices.
Stars: ✭ 76 (+123.53%)
Mutual labels:  kernel, arm64, raspberry-pi-3
rtl88x2BU WiFi linux v5.2.4.1 22719 COEX20170518-4444.20170613
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 26 (-23.53%)
Mutual labels:  wifi, wireless, wireless-adapter
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+21297.06%)
Mutual labels:  kernel, arm64, raspberry-pi-3
Comitup
Bootstrap Wifi support over Wifi
Stars: ✭ 190 (+458.82%)
Mutual labels:  raspberrypi, wifi, raspberry-pi-3
Gitlab
GitLab CE (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 121 (+255.88%)
Mutual labels:  arm, raspberrypi, raspberry-pi-3
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (+52.94%)
Mutual labels:  arm, raspberrypi, raspberry-pi-3
Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (+667.65%)
Mutual labels:  arm, raspberrypi, arm64
Raspberry Pi Os
Learning operating system development using Linux kernel and Raspberry Pi
Stars: ✭ 11,000 (+32252.94%)
Mutual labels:  arm, kernel, raspberry-pi-3
Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+367.65%)
Mutual labels:  arm, kernel, arm64
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-44.12%)
Mutual labels:  raspberrypi, raspberry-pi-3
aria2-ariang-docker
🐳 Aria2 downloader and AriaNg webui Docker image based on Alpine Linux
Stars: ✭ 49 (+44.12%)
Mutual labels:  raspberrypi, arm64
AR9285-rebranding
Wireless card rebranding
Stars: ✭ 17 (-50%)
Mutual labels:  wireless, wireless-adapter
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (+5.88%)
Mutual labels:  kernel, wireless
xone
Linux kernel driver for Xbox One and Xbox Series X|S accessories
Stars: ✭ 636 (+1770.59%)
Mutual labels:  kernel, wireless
fdtd3d
fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x86, arm, arm64 architectures
Stars: ✭ 77 (+126.47%)
Mutual labels:  arm, arm64
EEGwithRaspberryPI
Open-Source board for converting RaspberryPI to Brain-computer interface
Stars: ✭ 402 (+1082.35%)
Mutual labels:  raspberrypi, raspberry-pi-3
Linux-System-Info-Webpage
Material Design Dashboard for Linux System Info. Great for RPi and other linux Distros
Stars: ✭ 19 (-44.12%)
Mutual labels:  raspberrypi, raspberry-pi-3

Realtek USB Wireless Adapter Drivers

Realtek USB Wireless Adapter Drivers [rtl8188fu] [0bda:f179]

For Kernel 4.15.x ~ 5.6.x (Linux Mint or Ubuntu Derivatives)


Alt text


For ARM architecture (and kernel 5.9.x support), use this branch

How to install

sudo apt-get install build-essential git dkms linux-headers-$(uname -r)

git clone https://github.com/corneal64/Realtek-USB-Wireless-Adapter-Drivers.git

cd Realtek-USB-Wireless-Adapter-Drivers

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/


Disable power management and solve plugging/replugging issues

sudo mkdir -p /etc/modprobe.d/

sudo touch /etc/modprobe.d/rtl8188fu.conf

echo "options rtl8188fu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/rtl8188fu.conf


How to uninstall

sudo dkms remove rtl8188fu/1.0 --all

sudo rm -f /lib/firmware/rtlwifi/rtl8188fufw.bin

sudo rm -f /etc/modprobe.d/rtl8188fu.conf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].