#26 Le 26/04/2020, à 16:40
- xubu1957
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
[HS] Je rame > Installation de R et R Studio sur Ubuntu 16.04 [/HS]
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#27 Le 26/04/2020, à 17:10
- R@ven
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Bonjour,
J'ai comme vous l'avez indiqué nettoyer dkms ( ce qui avait l'air de fonctionner) et désactivé le secure boot.
sudo dkms remove rtlwifi-new/0.6 --all
[sudo] Mot de passe de malphazz :
-------- Uninstall Beginning --------
Module: rtlwifi-new
Version: 0.6
Kernel: 5.3.0-46-generic (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
rtl_pci.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl_usb.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtlwifi.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
btcoexist.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8188ee.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8192c-common.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8192ce.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8192cu.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8192de.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8192ee.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8192se.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8723ae.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8723be.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8821ae.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
rtl8723-common.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-46-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod........
Backing up initrd.img-5.3.0-46-generic to /boot/initrd.img-5.3.0-46-generic.old-dkms
Making new initrd.img-5.3.0-46-generic
(If next boot fails, revert to initrd.img-5.3.0-46-generic.old-dkms image)
update-initramfs.......
DKMS: uninstall completed.
------------------------------
Deleting module version: 0.6
completely from the DKMS tree.
------------------------------
Done.
En revanche les autres commandes semblent ne pas fonctionner .
malphazz@malphazz-HP-Laptop-17-bs0xx:~$ git clone https://github.com/lwfinger/rtlwifi_new.git -b extended
fatal: le chemin de destination 'rtlwifi_new' existe déjà et n'est pas un répertoire vide.
malphazz@malphazz-HP-Laptop-17-bs0xx:~$ cd rtlwifi_new/
malphazz@malphazz-HP-Laptop-17-bs0xx:~/rtlwifi_new$ make clean
make: *** Aucune règle pour fabriquer la cible « clean ». Arrêt.
malphazz@malphazz-HP-Laptop-17-bs0xx:~/rtlwifi_new$ git pull
fatal: ni ceci ni aucun de ses répertoires parents n'est un dépôt git : .git
malphazz@malphazz-HP-Laptop-17-bs0xx:~/rtlwifi_new$ source dkms.conf
bash: dkms.conf: Aucun fichier ou dossier de ce type
Hors ligne
#28 Le 26/04/2020, à 18:04
- Nuliel
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Etrange, tu peux passer
cd ~
rm -r rtlwifi_new
et repasser mes commandes.
Hors ligne
#29 Le 26/04/2020, à 18:07
- Nuliel
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Le secure boot était sur enabled? Si c'est le cas, on ne peut malheureusement plus faire confiance à bootctl
Dernière modification par Nuliel (Le 26/04/2020, à 18:07)
Hors ligne
#30 Le 26/04/2020, à 18:24
- R@ven
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Nan il était bien sur disabled de base.
et la commande me donne ce-ci :
rm -r rtlwifi_new
rm : supprimer 'rtlwifi_new/.git/objects/pack/pack-4c76695e8f22f75b7e8c87b902014a9897a377cf.idx' qui est protégé en écriture et est du type « fichier » ?
rm: impossible de supprimer 'rtlwifi_new/.git/objects/pack': Le dossier n'est pas vide
Hors ligne
#31 Le 26/04/2020, à 18:30
- Nuliel
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Tant mieux pour le secure boot
Ah, on passe en mode bourrin du coup
cd ~
sudo rm -r rtlwifi_new
Dernière modification par Nuliel (Le 26/04/2020, à 18:30)
Hors ligne
#32 Le 26/04/2020, à 18:58
- R@ven
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Bon , même en forçant la suppréssion j'arrive à avoir une erreur , quel enfer...
rm: impossible de supprimer 'rtlwifi_new': Aucun fichier ou dossier de ce type
Un coup on me dit que c'est déjà installé , un autre on me dit qu'il n'existe pas
Hors ligne
#33 Le 26/04/2020, à 19:03
- R@ven
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Même avec cd je peux plus accéder à ce dossier , j'ai reboot mon ordi il est peut être enfin supprimé.
Est-ce que je réessaye :
git clone https://github.com/lwfinger/rtlwifi_new.git -b extended
?
Hors ligne
#34 Le 26/04/2020, à 20:12
- Nuliel
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
Oui, tu peux passer les commandes.
Hors ligne
#35 Le 26/04/2020, à 21:07
- R@ven
Re : Problème || Aucun Adaptateur Wifi trouvé [Résolu]
C'est bon j'ai fais tout ça , j'ai reboot et ça fonctionne enfin !!
Je peux détecter mon wifi à présent , merci infiniment .
Hors ligne