Skip to content

A repo for the newest Realtek rtlwifi codes.

Notifications You must be signed in to change notification settings

w179962443/rtlwifi_new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtlwifi_new

A repo for the newest Realtek rtlwifi codes.

This code will build on any kernel 3.0 and newer as long as the distro has not modified any of the kernel APIs. It includes the following drivers:

rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae.

####Installation instruction How can you find <> using lspci | grep Wireless

sudo apt-get install linux-headers-generic build-essential git`
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make clean
sudo make install
sudo modprobe -r <<YOUR WIRELESS DRIVER CODE>>
sudo modprobe <<YOUR WIRELESS DRIVER CODE>>
sudo reboot

####Option Configuration

touch /etc/modprobe.d/<<YOUR WIRELESS DRIVER CODE>>.conf
vim /etc/modprobe.d/<<YOUR WIRELESS DRIVER CODE>>.conf 

and past bellow line options <<YOUR WIRELESS DRIVER CODE>> fwlps=N ips=N

Added March 16, 2016: All branches of this repo now support the ant_sel module option for rtl8723be. In addition, patches to implement this feature have been submitted to the linux-wireless repo. If accepted, they should appear in kernel 4.7; however, they will be backported to kernels 4.0 and newer when they reach mainline.

About

A repo for the newest Realtek rtlwifi codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.8%
  • C++ 4.6%
  • Perl 2.4%
  • Other 0.2%