alex
alex

Reputation: 103

wifi services not working in ubuntu

I just installed ubuntu and fire this command :

sudo modprobe -rv rtl8723be 

sudo modprobe -v rtl8723be ant_set = 1

how to get it back my display?

Upvotes: 3

Views: 191

Answers (2)

Yousef R Hammad
Yousef R Hammad

Reputation: 251

In our company we have this issue just in HP laptop and we solve it in 6 step

1- open software and update icon from the search field

2- go to Additional Drivers go to Realtek Semiconductor.......

3- select the same choice in the picture

enter image description here

4- run this command: sudo apt install

5- run this command: sudo apt update

6- restart your computer

And enjoy :)

Upvotes: 0

JYOTI SAPARIYA
JYOTI SAPARIYA

Reputation: 384

you should do.

sudo modprobe -rv rtl8723be ant_set = 1

i hope it will work ...

Upvotes: 2

Related Questions