• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We have new content about Hotkey issue, Click here to check it out!
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
Hp pavallion g-6 2231tx
Microsoft Windows 10 (64-bit)

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

1 REPLY 1
HP Recommended

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

 

HWT WiFI.png SSID WiFi Born On.png

 

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.

† 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>.