-
×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
- Desktops
- Desktop Wireless and Networking
- Linux network issues

Create an account on the HP Community to personalize your profile and ask a question
01-23-2019 11:40 AM
Does HP have any network drivers for linux? I am looking for network drivers for Suse 12.x sled on the 705 G4, as the OS will not work with the network ports on this amd system. We have tried many versions of Suse and even searched the web for source drivers. All with no luck.
Also reached out to my sales rep looking for better linux support on this system.
01-24-2019 03:39 AM
Hi
AAANND you can't name the adapter that is fitted?
sudo lspci ?????
Therefore try this...
Yes I know it's a different distro, but it still runs....
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
sudo zypper ref
sudo zypper dup
and reboot if necessary.
If the issues persist, it is recommended that you install pastebinit, by running:
Code:
sudo apt install pastebinit
sudo zypper in 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.