On Friday 23 February 2018 23:31:54 Bernard wrote: > [email protected] wrote: > > Quel est le résultat d'un "cat /etc/network/interfaces" ?
> #This file describes the network interfaces available on your system > # and how to activate them. For mor information, see interfaces (5). > # The loopback network interface > auto lo > iface lo inet loopback Il devrait aussi contenir ces lignes : auto eth1 iface eth1 inet dhcp # WiFi : auto wlanX allow-hotplug wlanX iface wlanX inet dhcp wpa-ssid <Y> wpa-psk <Z> # X = n° wlan , Y = ssid | et Z = mot de passe. Si ça tombe, c'est ça la panne de l'E.C. RTL8111...

