J'ai installer le pilote RT3290 (car le wifi qui avait plantait fréquemment) et maintenant je suis obligé de me brancher au câble Ethernet car le wifi à disparu. J'ai aussi vérifier la commande sudo lshw -C network et sa me dit wifi non réclamé.
Merci de votre aide.
>> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
>> lsusb
Bus 002 Device 002: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 1532:0043 Razer USA, Ltd
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> lspci -k -nn | grep -A 3 -i net
02:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
DeviceName: Ralink WLAN Ralink RT3290LE Roma 802.11bgn Wi-Fi
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
Kernel modules: rt2800pci, rt3290sta
--
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
DeviceName: Realtek PCIe FE Family Controller
Subsystem: Hewlett-Packard Company Pavilion 17-e163sg Notebook PC [103c:1985]
Kernel driver in use: r8169
>> sudo lshw -C network
*-network NON-RÉCLAMÉ
description: Network controller
produit: RT3290 Wireless 802.11n 1T/1R PCIe
fabriquant: Ralink corp.
identifiant matériel: 0
information bus: pci@0000:02:00.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: mémoire:f0210000-f021ffff
*-network
description: Ethernet interface
produit: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:05:00.0
nom logique: eno1
version: 07
numéro de série: a0:2b:b8:56:08:99
taille: 100Mbit/s
capacité: 100Mbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.2.252 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
ressources: irq:32 portE/S:2000(taille=256) mémoire:f0004000-f0004fff mémoire:f0000000-f0003fff mémoire:f0010000-f001ffff
>> lsmod
Module Size Used by
uas 24576 0
usb_storage 69632 2 uas
vboxdrv 466944 1
binfmt_misc 20480 1
nls_iso8859_1 16384 2
hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
uvcvideo 90112 0
snd_hda_codec_realtek 90112 1
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videodev 172032 3 uvcvideo,videobuf2_core,videobuf2_v4l2
edac_mce_amd 28672 0
edac_core 53248 0
media 40960 2 uvcvideo,videodev
kvm_amd 2183168 0
kvm 593920 1 kvm_amd
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 49152 1
snd_hda_intel 36864 7
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 5 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
irqbypass 16384 1 kvm
rtsx_pci_ms 20480 0
memstick 16384 1 rtsx_pci_ms
input_leds 16384 0
joydev 20480 0
serio_raw 16384 0
k10temp 16384 0
i2c_piix4 24576 0
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 65536 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
snd 77824 24 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
hp_accel 28672 0
lis3lv02d 20480 1 hp_accel
input_polldev 16384 1 lis3lv02d
hp_wireless 16384 0
mac_hid 16384 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
autofs4 40960 2
algif_skcipher 20480 0
af_alg 16384 1 algif_skcipher
dm_crypt 28672 2
amdgpu 1560576 0
hid_generic 16384 0
usbhid 53248 0
hid 118784 2 hid_generic,usbhid
rtsx_pci_sdmmc 24576 0
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
pcbc 16384 0
amdkfd 139264 2
amd_iommu_v2 20480 1 amdkfd
aesni_intel 167936 2853
radeon 1507328 111
aes_x86_64 20480 1 aesni_intel
crypto_simd 16384 1 aesni_intel
glue_helper 16384 1 aesni_intel
cryptd 24576 1429 crypto_simd,ghash_clmulni_intel,aesni_intel
psmouse 139264 0
i2c_algo_bit 16384 2 amdgpu,radeon
ttm 98304 2 amdgpu,radeon
r8169 81920 0
drm_kms_helper 151552 2 amdgpu,radeon
mii 16384 1 r8169
rtsx_pci 57344 2 rtsx_pci_sdmmc,rtsx_pci_ms
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
ahci 36864 3
drm 352256 12 amdgpu,radeon,ttm,drm_kms_helper
libahci 32768 1 ahci
wmi 16384 1 hp_wmi
fjes 77824 0
video 40960 0
>> iwconfig
>> ifconfig -a
eno1 Link encap:Ethernet HWaddr a0:2b:b8:56:08:99
inet adr:192.168.2.252 Bcast:192.168.2.255 Masque:255.255.255.0
adr inet6: fe80::a2b9:d89a:513e:5323/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:138822 erreurs:0 :0 overruns:0 frame:0
TX packets:106401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:153106679 (153.1 MB) Octets transmis:13218519 (13.2 MB)
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:8539 erreurs:0 :0 overruns:0 frame:0
TX packets:8539 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:905417 (905.4 KB) Octets transmis:905417 (905.4 KB)
>> sudo iwlist scan
>> uname -r -m
4.10.0-37-generic x86_64
>> cat /etc/network/interfaces
>> nm-tool
>> nmcli dev wifi
>> nmcli connection show
NOM UUID TYPE PÉRIPHÉRIQUE
Connexion filaire 1 db661d31-5d79-3aea-ae13-b34030be0bce 802-3-ethernet eno1
BELL209 66a5b718-6f67-42de-8083-0d0246d59401 802-11-wireless --
>> sudo rfkill list