-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×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 not working

Create an account on the HP Community to personalize your profile and ask a question
04-14-2019 01:40 AM
The wifi signal of my laptop is very low and I am unable to connect to any wireless network, I am unable to switch on the Bluetooth. I tried switching to windows but the problem persists. So, I switched back to ubuntu again. The problem still persists. I tried updating drivers but did not work. Need help.
04-14-2019 02:51 AM
Hi
Could the antenna be dis-connected, as the problem seems common to both OS's?
My usual response to a Linux WiFi problem is ....
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 this link and follow the instructions there on how to the run wireless script without an internet connection.
04-14-2019 10:39 PM
04-15-2019 04:57 AM
Hi
Do you need WiFi?
You have a WWAN card, WLAN card and Ethernet?
So you are trying to hotspot via the WWAN card to a mobile signal?
You have WiFi powersave enabled, this could limit the strength / speed.
Also ... https://www.computerhope.com/unix/ifup.htm
Is there a closer DNS server than 8.8.8.8 / 8.8.4.4?
I would try a live version of Lubuntu, run from USB without all the extra 172.x.x.x networks etc, and see if just the WiFi alone will actually respond.
04-18-2019 04:56 AM
Actually, I want to use both the wifi and Bluetooth on my laptop. previously I was able to use both, but I can't use them now. I am not a technical guy so I could not get your previous reply. can you simplify the steps which will help me to use both.
04-18-2019 05:33 AM
Hi
NO not really. My questions still stand...
Do you need WiFi?
You have a WWAN card, WLAN card and Ethernet?
So you are trying to hotspot via the WWAN card to a mobile signal?
#####
You appear to have a 'bridge' to a WWAN card.
NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true
#####
Also...
https://askubuntu.com/questions/253632/how-do-i-get-a-ralink-rt3290-wireless-card-working#253660
Please Download the Updated Driver (Big Thanks to Jim Colaco) From Here or Here. Tested on Ubuntu 16.04 and 16.10.
Type in the following commands....
sudo tar -xvf rt3290sta-2.6.0.0.dkms.tar -C /usr/src sudo dkms install -m rt3290sta -v 2.6.0.0 --force sudo reboot
You are using a 2800 series driver. From ???
http://rt2x00.serialmonkey.com/wiki-static/index.html
rather than an Ubuntu one?
So perhaps one step at a time?