-
×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
- WiFi adapter uninstalling automatically

Create an account on the HP Community to personalize your profile and ask a question
08-10-2018 02:01 AM
Hi
So what are the results in Ubunt Mate?
Copy and paste the script below into a text editor and save it with a meaningful name like cf4.scr and then run it in a terminal something like this ./cf4.scr
OR Just use the individual commands:-
ifconfig
iwconfig
lspci -nnk | grep -iA 2 '^[^[:space:]].*net' | sed '/^--$/d; /^[^[:space:]]/ i\\'
lsusb
rfkill list all
lsb_release -idrc
uname -srvmpio
lsmod
as and when needed.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/bash
clear
printf "Very BASIC Report details for WiFi. \n"
printf "NB:-Some commands might not run. \n"
printf "\n##### ifconfig ##########################\n"
ifconfig
printf "\n##### iwconfig ##########################\n"
iwconfig
printf "\n##### route ##########################\n"
route -n
printf "\n##### DNS ##########################\n"
nmcli dev show |grep DNS
printf "\n##### lspci #############################\n"
lspci -nnk | grep -iA 2 '^[^[:space:]].*net' | sed '/^--$/d; /^[^[:space:]]/ i\\'
printf "\n##### lsusb #############################\n"
lsusb
printf "\n##### rfkill ############################\n"
rfkill list all
printf "\n##### Distro Release ######################\n"
lsb_release -idrc
uname -srvmpio
printf "\n##### Modules ######################\n"
lsmod
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
08-10-2018 10:45 AM
Hi
Either the Hardware has actually failed or you have a config problem.
I see a Gateway of 192.168.42.129
I see a DHCP IP of 192.168.42.129
Also a DNS IP of 192.168.42.129
Why?
Gateway is the entry port onto your router.
DHCP serves up/allocates IP addresses on the local network.
DNS IP's are usually external bodies, EG: 8.8.8.8. and 8.8.4.4
You have a lease time of 1 hour, at least a Day is my choice (preferably a week).
So maybe go thru your settings.
08-10-2018 10:55 AM
08-11-2018 09:04 PM - edited 08-11-2018 09:54 PM
Update: The WiFi is back up. On its own. I did some updates last night. Last time I did the same thing, and the WiFi didn't come back.
Edit 1: Its gone, even when I didn't restart. Yep, definitely a hardware problem. I am closing this thread as resolved. Thanks for your help.
08-12-2018 02:36 AM
How unfortunate that it looks to be hardware failure. Hopefully it is either a case of reseating the Wi-Fi adapter or replacing it, which should be relatively inexpensive. I hope you can find an acceptable permanent solution.
- « Previous
-
- 1
- 2
- Next »