wifi and HP Pavilion

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

wifi and HP Pavilion

Post by rfd »

hp pavilion with mint 18.3 installed, ethernet works fine, but no wifi. reading through threads in this forum for fixes here's where i'm still at with no wifi ...

Code: Select all

rosco@rosco-HP-Laptop-15-bs0xx ~ $ lspci -nnk | grep -iA2 net
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	DeviceName: Hanksville Gbe Lan Connection
	Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:832a]
	Kernel driver in use: r8169
	Kernel modules: r8169
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
	DeviceName: WLAN
	Subsystem: Hewlett-Packard Company Device [103c:8319]
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
rosco@rosco-HP-Laptop-15-bs0xx ~ $ rfkill list all
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
rosco@rosco-HP-Laptop-15-bs0xx ~ $ inxi -Nn
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169
           IF: eno1 state: up speed: 1000 Mbps duplex: full
           mac: ac:e2:d3:75:e2:3d
           Card-2: Realtek Device d723
           IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
rosco@rosco-HP-Laptop-15-bs0xx ~ $ iwconfig
eno1      no wireless extensions.

lo        no wireless extensions.

rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
rosco@rosco-HP-Laptop-15-bs0xx ~ $ rfkill unblock all
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

What kernel are you using uname -a; dkms status
I have posted a few fixes for that device but it depends on what kernel is used
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

Code: Select all

rosco@rosco-HP-Laptop-15-bs0xx ~ $ uname -a; dkms status
Linux rosco-HP-Laptop-15-bs0xx 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
ndiswrapper, 1.60, 4.10.0-38-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-32-generic, x86_64: installed
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

In terminal do the following and reboot

Code: Select all

sudo apt-get install git dkms
git clone https://github.com/jeremyb31/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

done. still no wifi.

Code: Select all

[sudo] password for rosco: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
dkms is already the newest version (2.2.0.3-2ubuntu11.5).
git is already the newest version (1:2.7.4-0ubuntu1.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

What about the other 3 commands

Code: Select all

git clone https://github.com/jeremyb31/rtl8723de.git

Code: Select all

sudo dkms add ./rtl8723de

Code: Select all

sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

prefecto! thank you!!
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

jeremy, yer fix worked perfectly for months but i think i screwed up the wifi after installing a newer kernal, backed out but still no go .... ack!!!

Code: Select all

rosco@rosco-HP-Laptop-15-bs0xx ~ $ uname -a; dkms status
Linux rosco-HP-Laptop-15-bs0xx 4.15.0-24-generic #26~16.04.1-Ubuntu SMP Fri Jun 15 14:35:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
ndiswrapper, 1.60, 4.10.0-38-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-32-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-36-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-37-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-38-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-39-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-41-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-43-generic, x86_64: installed
ndiswrapper, 1.60, 4.13.0-45-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-32-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-36-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-37-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-38-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-39-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-41-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-43-generic, x86_64: installed
rtl8723de, 5.1.1.8_21285.20171026_COEX20170111-1414, 4.13.0-45-generic, x86_64: installed
rosco@rosco-HP-Laptop-15-bs0xx ~ $ sudo apt-get install git dkms
[sudo] password for rosco: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
dkms is already the newest version (2.2.0.3-2ubuntu11.5).
git is already the newest version (1:2.7.4-0ubuntu1.4).
The following packages were automatically installed and are no longer required:
  libmikmod3 libqt5qml-graphicaleffects libsdl-mixer1.2 libssh-4
  qml-module-qtgraphicaleffects remmina-common
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ git clone https://github.com/jeremyb31/rtl8723de.git
fatal: destination path 'rtl8723de' already exists and is not an empty directory.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ sudo dkms add ./rtl8723de
Error! DKMS tree already contains: rtl8723de-5.1.1.8_21285.20171026_COEX20170111-1414
You cannot add the same module/version combo more than once.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
'make' all KVER=4.15.0-24-generic.......(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found
Error! Bad return status for module build on kernel: 4.15.0-24-generic (x86_64)
Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

The 4.15 kernel needs a different solution

Code: Select all

git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
reboot

I am not sure if it is ok to leave the old dkms module there or not
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

after the reboot, wireless is recognized but is "unavailable". a rescan for networks doesn't work.

Code: Select all

rosco@rosco-HP-Laptop-15-bs0xx ~ $ git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
Cloning into 'rtlwifi_new'...
remote: Counting objects: 5835, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 5835 (delta 29), reused 14 (delta 6), pack-reused 5788
Receiving objects: 100% (5835/5835), 12.84 MiB | 10.64 MiB/s, done.
Resolving deltas: 100% (4797/4797), done.
Checking connectivity... done.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ sudo dkms add ./rtlwifi_new
[sudo] password for rosco: 

Creating symlink /var/lib/dkms/rtlwifi-new/0.6/source ->
                 /usr/src/rtlwifi-new-0.6

DKMS: add completed.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ sudo dkms install rtlwifi-new/0.6

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area........(bad exit status: 2)
make KERNELRELEASE=4.15.0-24-generic -C /lib/modules/4.15.0-24-generic/build M=/var/lib/dkms/rtlwifi-new/0.6/build.................................
cleaning build area....(bad exit status: 2)

DKMS: build completed.

rtl_pci.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl_pci.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl_usb.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl_usb.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtlwifi.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtlwifi.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

btcoexist.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

halmac.ko:
Running module version sanity check.
 - Original module
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

phydm_mod.ko:
Running module version sanity check.
 - Original module
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8188ee.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rtl8188ee.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8192c-common.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8192ce.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rtl8192ce.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8192cu.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/rtl8192cu.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8192de.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/rtl8192de.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8192ee.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/rtl8192ee.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8192se.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/rtl8192se.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8723ae.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/rtl8723ae.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8723be.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/rtl8723be.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8723de.ko:
Running module version sanity check.
 - Original module
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8723-common.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8821ae.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/4.15.0-24-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko
   - Storing in /var/lib/dkms/rtlwifi-new/original_module/4.15.0-24-generic/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

rtl8822be.ko:
Running module version sanity check.
 - Original module
 - Installation
   - Installing to /lib/modules/4.15.0-24-generic/updates/

depmod..........

DKMS: install completed.
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
stringman58

Re: wifi and HP Pavilion intel n-1000 wifi card

Post by stringman58 »

I have this problem as well but a different wifi card and get a wifi module not installed error701. Not sure if it's similar enough to bring it here, but this was the most similar could find. Should i post here or make a new thread? Sorry newbie on this site.
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

help .... ?
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

See the wireless script link in my signature and post results
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

Code: Select all

rosco@rosco-HP-Laptop-15-bs0xx ~ $ wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
--2018-07-04 09:30:55--  https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info [following]
--2018-07-04 09:30:56--  https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.200.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.200.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17021 (17K) [text/plain]
Saving to: ‘wireless-info’

wireless-info       100%[===================>]  16.62K  --.-KB/s    in 0.02s   

Last-modified header missing -- time-stamps turned off.
2018-07-04 09:30:56 (1.02 MB/s) - ‘wireless-info’ saved [17021/17021]

[sudo] password for rosco: 

Results saved in "/home/rosco/wireless-info.txt".

Results also archived in "/home/rosco/wireless-info.tar.gz", as they exceed the 19.5 kB size limit for ".txt" attachments on the Ubuntu Forums.

rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
rosco@rosco-HP-Laptop-15-bs0xx ~ $ cat wireless-info.txt | nc termbin.com 9999
http://termbin.com/cs8p
rosco@rosco-HP-Laptop-15-bs0xx ~ $ 
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

Do the following, then reboot

Code: Select all

cd /lib/firmware/rtlwifi
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtlwifi/rtl8723defw.bin
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

the results of running that code ...

Code: Select all

rosco@rosco-HP-Laptop-15-bs0xx ~ $ cd /lib/firmware/rtlwifi
rosco@rosco-HP-Laptop-15-bs0xx /lib/firmware/rtlwifi $ sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtlwifi/rtl8723defw.bin
[sudo] password for rosco: 
--2018-07-05 06:07:03--  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtlwifi/rtl8723defw.bin
Resolving git.kernel.org (git.kernel.org)... 147.75.58.133, 2604:1380:4020:600::1
Connecting to git.kernel.org (git.kernel.org)|147.75.58.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 27726 (27K) [application/octet-stream]
Saving to: ‘rtl8723defw.bin’

rtl8723defw.bin     100%[===================>]  27.08K  --.-KB/s    in 0.007s  

2018-07-05 06:07:03 (3.58 MB/s) - ‘rtl8723defw.bin’ saved [27726/27726]

rosco@rosco-HP-Laptop-15-bs0xx /lib/firmware/rtlwifi $ 
after the reboot wifi is turned on ... BUT, instead of the normal 10 or more local networks showing, i only get mine at 15-30% and it's as if it doesn't work at all. normal wifi strength is 90% or better.
ww.png
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi and HP Pavilion

Post by JeremyB »

Do

Code: Select all

echo "options rtl8723de ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723de-ant.conf
Reboot
rfd
Level 3
Level 3
Posts: 126
Joined: Sun Feb 01, 2009 10:20 am

Re: wifi and HP Pavilion

Post by rfd »

whoa! much better! thank you!!!!
ww.png
Locked

Return to “Networking”