HP 15 ab035ax with rtl8723be WiFi not working properly only sometimes and doesn't recognise WiFi card occasionally how do I make it work
Asked
Active
Viewed 416 times
0
-
2Other people are having problems with rtl8732be as well. That and the problem with HP may not be related. Please search the site for each problems separately. Then edit the question so that there is only one question asked in each question. – user68186 Sep 05 '15 at 18:55
-
4possible duplicate of Realtek 8723BE Wifi problem – Pilot6 Sep 05 '15 at 19:11
-
@user68186 I have tried all the solutions including compiling lwfinger and the options file and none of them have worked though it seems to work for others, therefore suspect it may have to do with the laptop model – Anil Gadgil Sep 06 '15 at 02:04
-
https://unix.stackexchange.com/a/593848/254422 – binarysta Aug 21 '20 at 12:10
1 Answers
1
The following might be useful:
sudo apt-get install git build-essential
git clone [https://github.com/neurobin/MT7630E.git][1]
cd MT7630E/
chmod +x install test uninstall
./install

Byte Commander
- 107,489

Lê Ngọc Điền
- 11
-
Could you please explain what the code is doing. If it is building a kernel module what module and why it helps. Thanks for the solution by the way will try it out. – Anil Gadgil Sep 23 '15 at 09:01
-