3

I have a hp probook 470 G2 on which I have Windows and Ubuntu installed.
WiFi works on Windows but not on Ubuntu. At start up I get this message :

rtlwifi: Firmware rtlwifirtl8723befw.bin not available.

Could you please help me fix this problem?

The output of lspci -knn | grep Net -A2 is :

09:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b723]
    Subsystem: Hewlett-Packard Company Device [103c:2231]
    Kernel driver in use: rtl8723be
αғsнιη
  • 35,660

1 Answers1

3

Connect to internet by wire and run

sudo apt-get install dkms
wget https://launchpad.net/~hanipouspilot/+archive/ubuntu/rtlwifi/+files/rtlwifi-new-dkms_0.5_all.deb
wget https://launchpad.net/~hanipouspilot/+archive/ubuntu/rtlwifi/+files/linux-firmware_1.144%2Bar3012_all.deb
sudo dpkg -i rtlwifi-new-dkms_0.5_all.deb
sudo dpkg -i linux-firmware*.deb

and reboot.

Pilot6
  • 90,100
  • 91
  • 213
  • 324