Bonjour, suite à l'installation de Lubuntu sur un ancien PC, je rencontre un problème avec l'activation du wifi sur une clé USB Netgear WNA3100 ; j'ai installé le driver avec le fichier inf via Wine comme stipulé sur ce topic :
https://askubuntu.com/questions/839947/netgear-n-300-wna3100-usb-adapter-for-ubuntu-16-04
Le matériel et le driver sont bien présents comme me l'indique la commande ndisgtk, mais jene sais pas comment utiliser cette clé wifi du coup.
>> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
>> lsusb
Bus 001 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> lspci -k -nn | grep -A 3 -i net
02:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
Subsystem: Dell Optiplex GX280 [1028:0179]
Kernel driver in use: tg3
Kernel modules: tg3
>> sudo lshw -C network
*-network
description: Ethernet interface
produit: NetXtreme BCM5751 Gigabit Ethernet PCI Express
fabriquant: Broadcom Inc. and subsidiaries
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: enp2s0
version: 01
numéro de série: 00:0f:1f:eb:01:64
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 duplex=full firmware=5751-v3.23a ip=192.168.1.5 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources: irq:16 mémoire:dfcf0000-dfcfffff
>> lsmod | sort
ac97_bus 16384 1 snd_ac97_codec
autofs4 40960 2
dcdbas 16384 0
drm 356352 8 i915,drm_kms_helper
drm_kms_helper 151552 1 i915
fb_sys_fops 16384 1 drm_kms_helper
ff_memless 16384 1 hid_logitech
floppy 61440 0
gpio_ich 16384 0
hid 106496 3 hid_generic,usbhid,hid_logitech
hid_generic 16384 0
hid_logitech 32768 0
i2c_algo_bit 16384 1 i915
i915 1376256 6
input_leds 16384 0
intel_powerclamp 16384 0
ip_tables 20480 0
joydev 20480 0
lp 20480 0
lpc_ich 24576 0
mac_hid 16384 0
Module Size Used by
parport 45056 3 lp,parport_pc,ppdev
parport_pc 32768 1
pata_acpi 16384 0
ppdev 20480 0
psmouse 135168 0
sch_fq_codel 20480 2
serio_raw 16384 0
snd 69632 15 snd_ca0106,snd_ac97_codec,snd_timer,snd_rawmidi,snd_intel8x0,snd_seq_device,snd_pcm
snd_ac97_codec 106496 2 snd_ca0106,snd_intel8x0
snd_ca0106 40960 2
snd_intel8x0 36864 2
snd_pcm 86016 3 snd_ca0106,snd_ac97_codec,snd_intel8x0
snd_rawmidi 28672 1 snd_ca0106
snd_seq_device 16384 1 snd_rawmidi
snd_timer 28672 1 snd_pcm
soundcore 16384 1 snd
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tg3 163840 0
usbhid 49152 0
video 40960 1 i915
x_tables 28672 1 ip_tables
>> iwconfig
>> ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.5 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::62b4:2e:82df:72ea prefixlen 64 scopeid 0x20<link>
inet6 2a01:e34:ed3f:83c0:52e2:d57f:e6d7:3788 prefixlen 64 scopeid 0x0<global>
inet6 2a01:e34:ed3f:83c0:c933:2d9d:4cac:bfec prefixlen 64 scopeid 0x0<global>
ether 00:0f:1f:eb:01:64 txqueuelen 1000 (Ethernet)
RX packets 4743 bytes 1827600 (1.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3383 bytes 496929 (496.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Boucle locale)
RX packets 687 bytes 65453 (65.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 687 bytes 65453 (65.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
>> sudo iwlist scan
>> uname -r -m
4.18.0-18-generic i686
>> 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 list (< 15.04) ou nmcli connection show (>= 15.04)
NAME UUID TYPE DEVICE
Connexion filaire 1 e139b15e-bc1b-31a1-b5f3-e7887da69f2e ethernet enp2s0
>> nmcli connection status
>> sudo rfkill list
Si quelqu'un à une idée, je prend 🙂
Merci d'avance !
Bonne journée !