• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
HP 15-bw006nq
Linux

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
 
After looking for answers, looks lik "*-network UNCLAIMED" means that there is no driver for that network hardware.

Please advice how to fix WIFI on Ubuntu 16.04
1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

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

View solution in original post

6 REPLIES 6
HP Recommended

the command for wireless I believe is sudo iwconfig. 

HP Recommended

When I run <sudo iwconfig > it says:

"lo no wireless extension.

emp1s0 no wireless extensions"

 

The idea is that I need to find out the exact needed driver for it.

HP Recommended

Do you know the brand of the wifi card?

 

For example if it is intel you use modprobe iwlwifi

 

https://wiki.debian.org/iwlwifi

 

 

HP Recommended

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.

 

[1] http://h10032.www1.hp.com/ctg/Manual/c05493256

[2] https://github.com/lwfinger/rtlwifi_new/

HP Recommended

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

HP Recommended

i have a probook 6465b, this doent do anything. still iwconfig shows nothing. no wireless.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.