Bonjour, j'esaie d'installer une clé USB WIFI sur mon PC Desktop, et je ne parviens pas à activer le driver.
J'ai utilisé ndiswrapper et j'obtiens
jean@jean:~$ ndiswrapper -l
rt2870 : driver installed
device (148F:761A) present
jean@jean:~$
mais quand je tape isconfig, j'obtiens:
jean@jean:~$ ifconfig -a
enp3s0 Link encap:Ethernet HWaddr 00:21:85:6b:46:c7
inet adr:192.168.0.19 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::2439:4dcd:b663:26bd/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:4208 erreurs:0 :0 overruns:0 frame:0
TX packets:3770 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:2373495 (2.3 MB) Octets transmis:613584 (613.5 KB)
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:612 erreurs:0 :0 overruns:0 frame:0
TX packets:612 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1
Octets reçus:54946 (54.9 KB) Octets transmis:54946 (54.9 KB)
jean@jean:~$
et quand j'essaie iwconfig:
jean@jean:~$ iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
jean@jean:~$
Dans le network-manager, je n'ai pas de réseau wifi qui apparaisse.
Avez-vous une piste pour me débloquer?
Ci dessous le reste de ma config
jean@jean:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
jean@jean:~$ lsusb
Bus 001 Device 005: ID 148f:761a Ralink Technology, Corp.
Bus 001 Device 004: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 001 Device 003: ID 0471:0831 Philips (or NXP)
Bus 001 Device 002: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
jean@jean:~$
Ici on voit bien ma cle Ralink Technology
jean@jean:~$ sudo lshw -C network
[sudo] Mot de passe de jean :
*-network
description: Ethernet interface
produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:03:00.0
nom logique: enp3s0
version: 01
numéro de série: 00:21:85:6b:46:c7
taille: 100Mbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.19 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
ressources: irq:29 portE/S:d800(taille=256) mémoire:fcfff000-fcffffff mémoire:fcfc0000-fcfdffff
jean@jean:~$
jean@jean:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
jean@jean:~$