# RTL_WIFI **Repository Path**: lenver520/RTL_WIFI ## Basic Information - **Project Name**: RTL_WIFI - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README rtlwifi_new =========== ### A repo for the newest Realtek rtlwifi codes. This code will build on any kernel 4.2 and newer as long as the distro has not modified any of the kernel APIs. IF YOU RUN UBUNTU, YOU CAN BE ASSURED THAT THE APIs HAVE CHANGED. NO, I WILL NOT MODIFY THE SOURCE FOR YOU. YOU ARE ON YOUR OWN!!!!! It includes the following drivers: rtl8192ce, rtl8192cu, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae. If you are looking for the driver for rtl8822be or rtl8723de, then execute the following command: git checkout origin/extended -b extended #### Installation instruction You can find <> using `lspci | grep Wireless`. Afterwards, execute the following lines of codes in your shell: ``` You will need to install "make", "gcc", "kernel headers", "kernel build essentials", and "git". If you are running Ubuntu, then sudo apt-get install linux-headers-generic build-essential git Please note the first paragraph above. For all distros: git clone https://github.com/lwfinger/rtlwifi_new.git cd rtlwifi_new sudo make install sudo modprobe -r <> sudo modprobe <> #### Option configuration If it turns out that your system needs one of the configuration options, then do the following: vim /etc/modprobe.d/<>.conf There, enter the line below: `options <> <>=`