Résolution du problème voir les message #40 + #41 de la page 2
Bonjour,
Je viens tout juste d'installer UBUNTU v16 sur mon pc asus. Ca fait a peu pres 5 heures que je cherche comment installer ma wifi.
L'execution de la commande:
lspci | grep -i net
Donne :
03:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
04:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)
J'ai donc cherché sur le net comment installer ma wifi Ralink RT5390 wireless, j'ai suivis plusieur tuto notamment:
https://www.youtube.com/watch?v=X77zAQKIS9g
qui c'est terminé avec une erreur me disant que mon RT5390STA.ko n'existe pas et donc le
sudo make install
ne se termine pas comme on l'aurait souhaité (pas de wifi installé en gros, quoi .. )
Et :
https://forum.ubuntu-fr.org/viewtopic.php?id=663781
ou la commande
tar xvzf RT.tar.gz
n'extrait même pas le fichier préalablement téléchargé, a priorie ce ne serait même pas un fichier .gz ~~ ( j'ai pas tout trés bien compris là dessus )
et bien d'autre que je ne citerai pas.
Alors suivant les recommandations, voila l'execution du script que vous nous recommendez:
>> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
>> lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1bcf:2883 Sunplus Innovation Technology Inc.
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1532:0046 Razer USA, Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> lspci -k -nn | grep -A 3 -i net
03:00.0 Network controller [0280]: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe [1814:5390]
Subsystem: Foxconn International, Inc. RT5390 Wireless 802.11n 1T/1R PCIe [105b:e054]
Kernel modules: rt2800pci
04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10)
Subsystem: ASUSTeK Computer Inc. AR8161 Gigabit Ethernet [1043:14c7]
Kernel driver in use: alx
Kernel modules: alx
>> sudo lshw -C network
*-network NON-RÉCLAMÉ
description: Network controller
produit: RT5390 Wireless 802.11n 1T/1R PCIe
fabriquant: Ralink corp.
identifiant matériel: 0
information bus: pci@0000:03:00.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: mémoire:f7900000-f790ffff
*-network
description: Ethernet interface
produit: AR8161 Gigabit Ethernet
fabriquant: Qualcomm Atheros
identifiant matériel: 0
information bus: pci@0000:04:00.0
nom logique: enp4s0
version: 10
numéro de série: 74:d0:2b:b2:78:d3
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.1.18 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources: irq:30 mémoire:f7800000-f783ffff portE/S:d000(taille=128)
>> lsmod
Module Size Used by
cfg80211 581632 0
bbswitch 16384 0
nls_iso8859_1 16384 1
nvidia_uvm 36864 0
asus_nb_wmi 24576 0
asus_wmi 28672 1 asus_nb_wmi
mxm_wmi 16384 0
sparse_keymap 16384 1 asus_wmi
intel_rapl 20480 0
x86_pkg_temp_thermal 16384 0
coretemp 16384 0
nvidia 10567680 48 nvidia_uvm
snd_hda_codec_hdmi 45056 1
kvm_intel 192512 0
snd_hda_codec_realtek 86016 1
kvm 598016 1 kvm_intel
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
uvcvideo 90112 0
irqbypass 16384 1 kvm
snd_hda_intel 36864 5
snd_hda_codec 135168 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
videobuf2_vmalloc 16384 1 uvcvideo
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
aesni_intel 167936 0
aes_x86_64 20480 1 aesni_intel
lrw 16384 1 aesni_intel
snd_hda_core 86016 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
glue_helper 16384 1 aesni_intel
ablk_helper 16384 1 aesni_intel
snd_hwdep 16384 1 snd_hda_codec
cryptd 24576 3 ablk_helper,ghash_clmulni_intel,aesni_intel
videobuf2_memops 16384 1 videobuf2_vmalloc
intel_cstate 16384 0
videobuf2_v4l2 24576 1 uvcvideo
intel_rapl_perf 16384 0
snd_pcm 110592 5 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videodev 180224 3 uvcvideo,videobuf2_core,videobuf2_v4l2
media 40960 2 uvcvideo,videodev
snd_seq_midi 16384 0
serio_raw 16384 0
joydev 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
input_leds 16384 0
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_seq,snd_pcm
lpc_ich 24576 0
mei_me 40960 0
mei 102400 1 mei_me
snd 86016 20 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
shpchp 36864 0
soundcore 16384 1 snd
mac_hid 16384 0
wmi 16384 2 asus_wmi,mxm_wmi
asus_wireless 16384 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
autofs4 40960 2
hid_generic 16384 0
usbhid 53248 0
hid 122880 2 hid_generic,usbhid
psmouse 139264 0
i915 1310720 3
i2c_algo_bit 16384 1 i915
drm_kms_helper 167936 1 i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 368640 6 nvidia,i915,drm_kms_helper
ahci 36864 3
libahci 32768 1 ahci
alx 36864 0
mdio 16384 1 alx
video 40960 2 asus_wmi,i915
fjes 28672 0
>> iwconfig
>> ifconfig -a
enp4s0 Link encap:Ethernet HWaddr 74:d0:2b:b2:78:d3
inet adr:192.168.1.18 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: 2a01:cb15:8069:de00:fd26:d582:a3de:5b27/64 Scope:Global
adr inet6: fe80::876e:3ea8:4b28:8ca8/64 Scope:Lien
adr inet6: 2a01:cb15:8069:de00:810:7402:d5e5:f018/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:112008 erreurs:0 :0 overruns:0 frame:0
TX packets:33195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:147609566 (147.6 MB) Octets transmis:5734045 (5.7 MB)
Interruption:19
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:65536 Metric:1
Packets reçus:2699 erreurs:0 :0 overruns:0 frame:0
TX packets:2699 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1
Octets reçus:242870 (242.8 KB) Octets transmis:242870 (242.8 KB)
>> sudo iwlist scan
>> uname -r -m
4.8.0-36-generic x86_64
>> cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
>> nm-tool
>> nmcli dev wifi
>> nmcli connection show
NOM UUID TYPE PÉRIPHÉRIQUE
Connexion filaire 1 8d3d13a0-a1a7-38d8-ba30-8c6bf65b86bd 802-3-ethernet enp4s0
>> sudo rfkill list
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
Je ne souhaites pas trop en dire de peur de m'éparpiller et de ne pas être trés préci.
Si vous avez des questions a me poser afin que je puisse mieux vous aiguiller sur mon problème, ma config, et les différentes manip que j'ai effectué, demandez moi.
En vous remerciant.