-
×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
- J'utilise ubuntu et je n'ai pas de wifi. 'aucun adaptateur w...

Create an account on the HP Community to personalize your profile and ask a question
03-09-2020
03:26 AM
- last edited on
03-09-2020
08:55 AM
by
Cheron-Z
Je ne peux pas me servir de wifi sur ubuntu. Sur windows pas de soiucis mais j'utilise toujours ubuntu...
"aucun adaptateur wifi trouvé'
UBUNTU - 18.04.4 LTS
mon ordinateur - [edit]
Merci d'avance.
John
03-09-2020 04:21 AM
Salut
Crédit à Bapoumba, Forums Ubuntu
Lors du dépannage du sans fil, il est important que votre système soit entièrement mis à jour en ouvrant un terminal, CTRL + ALT + T. À l'aide d'une connexion Internet filaire, veuillez exécuter:
Code:
sudo apt update
sudo apt dist-upgrade
et redémarrez si nécessaire.
Si les problèmes persistent, il est recommandé d'installer pastebinit, en exécutant:
Code:
sudo apt install pastebinit
Cela permettra au script sans fil de, sur votre approbation, télécharger les données obtenues vers pastebin, créant en même temps un lien vers celui-ci dans votre terminal, vous permettant de le coller dans un fil de discussion.
Une fois cela fait, téléchargez et exécutez le script d'informations sans fil, qui recueillera des informations pour aider à diagnostiquer votre système. Vous pouvez l'exécuter à l'aide de cette commande:
Code:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod + x wireless-info && \
./wireless-info
Il créera le fichier "wireless-info.txt" à l'endroit où il est exécuté, et selon sa taille, une archive supplémentaire appelée "wireless-info.tar.gz". Si vous préférez, vous pouvez publier le fichier directement dans pastebin vous-même. Les informations sensibles telles que les adresses MAC et les clés WPA / WEP sont masquées automatiquement.
Si vous ne parvenez pas à vous connecter à Internet avec le système concerné, y compris via une connexion filaire, accédez simplement à
https://ubuntuforums.org/showthread.php?t=2082305&p=12350385&viewfull=1#post12350385 à l'aide d'un autre appareil et suivez les instructions qui s'y trouvent sur la façon d'exécuter le script sans fil sans connexion Internet.
~~~~~~~~~~~~
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.