-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Wireless and Networking
- No WIFI presence on Ubuntu 16.04

Create an account on the HP Community to personalize your profile and ask a question
03-25-2018 12:07 PM
Brand new HP laptop with fresh Ubuntu 16.04 installation doesn't show WIFI adapter at all on Ubuntu 16.04. I have tried all driver combinations.
When I run <sudo lshw -C network> the output is:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 15
serial: 80:ce:62:7b:f0:44
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.197 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:35 ioport:4000(size=256) memory:d3304000-d3304fff memory:d3300000-d3303fff
*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:d2000000-d200ffff
Please advice how to fix WIFI on Ubuntu 16.04
Solved! Go to Solution.
Accepted Solutions
03-26-2018 10:41 AM
Solved thanks to this entry forum [1]. Works like a sharm.
sudo apt-get install git build-essential dkms git clone -b extended https://github.com/lwfinger/rtlwifi_new.git sudo dkms add ./rtlwifi_new sudo dkms install rtlwifi-new/0.6
Reboot.
[1] https://ubuntuforums.org/showthread.php?t=2381580&p=13728303#post13728303
03-26-2018 06:47 AM
It is a quad core AMD (HP Laptop 15-bw005nq). The manual is here [1] but I haven't been able to precisely identify the wireless card (page 4). Have no idea what linux driver to look for.
I manage to make it work following this [2] but it work very poorly (very very low signal & speed) and I supose that's because is not the right driver. The driver was installed that worked poorly was RTL8723DE and I believe that is not the right one.
03-26-2018 10:41 AM
Solved thanks to this entry forum [1]. Works like a sharm.
sudo apt-get install git build-essential dkms git clone -b extended https://github.com/lwfinger/rtlwifi_new.git sudo dkms add ./rtlwifi_new sudo dkms install rtlwifi-new/0.6
Reboot.
[1] https://ubuntuforums.org/showthread.php?t=2381580&p=13728303#post13728303