Coder Social home page Coder Social logo

nil3sh99 / rtlwifi-new Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 5.0 896 KB

๐Ÿ“ถ Solution for realtek drivers (ubuntu :: Poor signal strength SOLVED)

Makefile 0.19% C 92.80% C++ 4.58% Perl 2.36% Python 0.04% Shell 0.03%
wifi bug hp rtl8723be ubuntu driver rtlwifi

rtlwifi-new's Introduction

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.

Fire up the terminal and run the following commands:-

$ iwconfig
(#this will be used later on for setting up the wlan port)
(#check for the device name for IEEE 802.11bgn)
(#Download the zip file of this repository and extract it on desktop)
				OR
($ cd Desktop
 $ mkdir <<folder name>>
 $ git clone [email protected]:NAAG1999/rtlwifi-new.git )

$ cd Desktop
$ cd rtlwifi_new-master
$ make
$ sudo make install
$ sudo modprobe -rv rtl8723be
$ sudo modprobe -v rtl8723be ant_sel=2
$ sudo ip link set wlo1 up

(#up there inplace of wlo1 enter your device name, you got from running iwconfig)
(# if you get an error of permission denied then do the following steps:-)
	$ sudo su
	(Enter the password)
	$ echo "blacklist hp_wmi" > /etc/modprobe.d/hp.conf
	$ rfkill unblock all
)

$ sudo iw dev wlp13s0 scan

To make the settings permanent,type below command in terminal and press enter.

$ echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-  rtl8723be.conf

If everything goes fine, then turn on your wifi, and enjoy. ;)

Thanks to lwfinger. :)




rtlwifi-new's People

Contributors

nil3sh99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.