-
×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 and bluetooth disappeared

Create an account on the HP Community to personalize your profile and ask a question
04-27-2020 09:04 PM
Wifi adapter disappeared
Product: HP Pavilion G-6 2231Tx
Operating System: Microsoft Windows 10 (64-Bit)
My Wifi adapter suddenly disappeared after a restart. Now it does not appear in the device manager. There is no trace of a Wifi adapter whatsoever left in my laptop. All of this happened over night when the laptop was in shutdown state. I tried installing drivers but even that did not work. I tried to run Ubuntu on a USB to check and found no trace of a Wifi adapter even on Ubuntu. Ethernet works fine but keeps refreshing itself every 10-15 minutes. I've tried restarting the system several times and that is not working. Please suggest a solution to this problem.
Laptop model no. : HP Pavilion G-6 2231Tx (HP Pavilion Gaming PC)
Windows 10
04-28-2020 05:25 AM
Hi
It may just have died.
PLEASE POST ANY RESULTS.
First:- Turn off the computer, press and hold the PWR button for 4 seconds.
Then - Leave only keyboard and mouse connected, disconnect all externally connected
devices such as Docking Station, USB storage devices, displays, and printers.
Unplug the AC adapter from the computer.
Next - Press and Hold the Power button for 15 seconds to Hard Reset.
Rinse and Repeat; Re-Connect the AC adapter.
NOW begin checking/testing/proving the Hardware is fit for purpose.
Power on your PC, press ESC (repeatedly), then F2 at the prompt.
Choose System Tests (Fast Test does a 4 minute hardware check).
AND/OR
HOW DO I USE DIAGNOSTICS?
HP PC Hardware Diagnostics Windows is a Windows-based utility that allows you to run diagnostic tests to determine if the computer hardware is functioning properly. The tool runs within the Windows operating system in order to diagnose hardware failures. HP PC Hardware Diagnostics Windows comes pre-installed on new HP computers, but if not on yours, download here:-
https://www8.hp.com/us/en/campaigns/hpsupportassistant/pc-diags.html
Copy, Paste and Save in Notepad, as LBB.bat (not a .TXT) and double click to run.
Preferably run as an Administrator.
OR
Copy and use the individual command lines as needed.
Post anything non-personal, but relevant please.
@Echo OFF
getmac
netsh lan show interfaces
netsh wlan show interfaces
netsh wlan show drivers
PAUSE
systeminfo
PowerShell -Command "Get-NetAdapter"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver"
PowerShell -Command "GIP -Detailed"
PowerShell -Command "Test-NetConnection"
PAUSE
Credit to Bapoumba, Ubuntu Forums
When troubleshooting wireless, it's important that your system is fully updated by opening a terminal, CTRL+ALT+T. Using a wired internet connection, please run:
Code:
sudo apt update
sudo apt dist-upgrade
and reboot if necessary.
If the issues persist, it is recommended that you install pastebinit, by running:
Code:
sudo apt install pastebinit
This will enable the wireless script to, upon your approval, upload the obtained data to pastebin, creating at the same time a link to it in your terminal, permitting you to paste it to a forum thread.
Once that's done, download and run the wireless info script, which will gather information to help diagnose your system. You can run it using this command:
Code:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
It will create the file "wireless-info.txt" at the location it is run from, and depending on its size, an additional archive called "wireless-info.tar.gz". If you prefer, you can post the file directly to pastebin yourself. Sensitive information like MAC addresses and WPA/WEP keys are masked automatically.
If you aren't able to connect to the internet with the affected system, including via a wired connection, just navigate to
https://ubuntuforums.org/showthread.php?t=2082305&p=12350385&viewfull=1#post12350385 using another device and follow the instructions there on how to the run wireless script without an internet connection.