Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
asus_vm65n [Le 28/12/2020, 20:22] dexter74 créée |
asus_vm65n [Le 03/01/2023, 22:08] (Version actuelle) Dadu042 |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ===== ASUS VM65N ===== | + | ===== Asus VM65N ===== |
=== Information Matériel === | === Information Matériel === | ||
<code>dmesg | grep "firmware:" | <code>dmesg | grep "firmware:" | ||
Ligne 6: | Ligne 7: | ||
iwlwifi 0000:05:00.0: - firmware: direct-loading firmware iwlwifi-7265D-29.ucode | iwlwifi 0000:05:00.0: - firmware: direct-loading firmware iwlwifi-7265D-29.ucode | ||
r8169 0000:04:00.0: - firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw | r8169 0000:04:00.0: - firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw | ||
- | --------------------------------------------------------------------------------------------- | + | ---------------------------------------------------------------------------------------------</code> |
- | </code> | + | |
=== Trouver les Pilotes manquants === | === Trouver les Pilotes manquants === | ||
- | <code> | + | <code>apt-cache search "i915|iwlwifi|r8169|rtl8168h" |
- | apt-cache search "i915|iwlwifi|r8169|rtl8168h" | + | |
--------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ||
xserver-xorg-video-intel - serveur X pour X.org – pilote d'affichage Intel i8xx et i9xx | xserver-xorg-video-intel - serveur X pour X.org – pilote d'affichage Intel i8xx et i9xx | ||
Ligne 19: | Ligne 18: | ||
firmware-realtek - Binary firmware for Realtek wired/wifi/BT adapters | firmware-realtek - Binary firmware for Realtek wired/wifi/BT adapters | ||
r8168-dkms - dkms source for the r8168 network driver | r8168-dkms - dkms source for the r8168 network driver | ||
- | --------------------------------------------------------------------------------------------- | + | ---------------------------------------------------------------------------------------------</code> |
- | </code> | + | |
=== Installer les Pilotes manquants === | === Installer les Pilotes manquants === | ||
- | <code> | + | <code>apt install xserver-xorg-video-intel ; |
- | apt install xserver-xorg-video-intel ; | + | |
apt install firmware-iwlwifi ; | apt install firmware-iwlwifi ; | ||
apt install firmware-misc-nonfree ; | apt install firmware-misc-nonfree ; | ||
- | apt install firmware-realtek r8168-dkms ; | + | apt install firmware-realtek r8168-dkms ;</code> |
- | </code> | + | |
== Décharger / Charger modules === | == Décharger / Charger modules === | ||
- | </code> | + | #** Merci de compléter la partie (Dexter74)**# |
- | # Dé/Charger le module | + | <code>modprobe -rv iwlwifi ; |
- | # modprobe -rv iwlwifi | + | modprobe -v iwlwifi ;</code> |
- | # modprobe -v iwlwifi | + | |
- | <code> | + | |
+ | |||
+ | {{tag>ASUS_VM65N matériel pilote Wifi ethernet dexter74}} |