Installation instruction added. #74

Merged
merged 3 commits into from Dec 20, 2017
Next

installation instruction added.

how to install instruction added for the debian based distro.
  • Loading branch information...
commit 8c5ab142e254a709df397d5d3121acc2d783d2d2 @vrkansagara vrkansagara committed Oct 18, 2015
View
@@ -7,3 +7,23 @@ This code will build on any kernel 3.0 and newer. It includes the following driv
rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae.
+####Installation instruction
+How can you find <<YOUR WIRELESS DRIVER CODE>> 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>>
@Pavel-Sayekat

Pavel-Sayekat Jul 30, 2016

Should be followed by an specific example for the newbies, like which part of the result of "lspci | grep Wireless" is considered as the driver code?

@Pavel-Sayekat

Pavel-Sayekat Jul 30, 2016

And it should be on the wiki section I think.

@vrkansagara

vrkansagara Aug 2, 2016

Contributor

As far as I know I used to be said serious only , Am not taking any risk to use random wireless code using lspci | grep Wireless and if the out put belongs to the author said wireless serious than I will install easily. @Pavel-Sayekat

Other what you can do that upgrade your system to the next leve {backport} / {sid} typed and see it will resolved your problem or not.

@nimit95

nimit95 Apr 23, 2017

When I write 'sudo modprobe rtl8723be', I get 'modprobe: ERROR: could not insert 'rtl8723be': Required key not available'. What to do? I removed the previous using -r. Now I dont have wifi on my laptop

@lwfinger

lwfinger Apr 23, 2017

Owner

Turn off secure boot in the BIOS. I cannot sign these modules as I do not have such a certificate.

+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`