driver for rtl8723bs
Tofloor
poster avatar
den
deepin
2017-04-26 11:30
Author
Good afternoon, after installing the final version of deepin 15.4 I just can not build the driver for wifi rtl8723bs. In the ubuntu after executing this instruction, wifi started working: apt-get install git build-essential
git clone https://github.com/hadess/rtl8723bs/
cd rtl8723bs
make
make install
depmod -a
modprobe r8723bs
modinfo r8723bs

In dееpin, after the "make" command, nothing not happening. Can you tell me what the problem is?


Reply Favorite View the author
All Replies
A·S·M·X·T 😏😜
deepin
2017-04-26 15:02
#1
he man, look at your Makefile! It does not need to compile!
Reply View the author
den
deepin
2017-04-26 19:35
#2
I did the instructions from this video. And nothing happened. https://youtu.be/eS0hd5VWb3U
Reply View the author
DebuggerX
deepin
2017-04-26 19:45
#3
https://bbs.deepin.org/post/138468
I did the instructions from this video. And nothing happened. https://youtu.be/eS0hd5VWb3U

please use root permission and try again.
  1. sudo make
  2. sudo make install
  3. sudo modprobe r8723bs
Copy the Code
Reply View the author
den
deepin
2017-04-27 03:28
#4
https://bbs.deepin.org/post/138468
please use root permission and try again.

I am use root permission and nothing happend.

Reply View the author