Bonjour,
j’ai un pc acheté chez anyware (censé être linux compatible, donc ><) et j’ai un souci avec le wifi dont je n’arrive pas à me dépêtrer.
Le PC était livré avec Ubuntu pré-installé, le wifi marchait bien, jusqu’à une mise à jour du wifi => plus de wifi, je n’ai pas retrouvé comment le remettre en route et comme Ubuntu me lassait sur pas mal de points, je suis repassée à Debian.
Donc une installation tout fraîche de Debian en Stretch, avec XFCE et… pas plus de wifi. J’ai fini par installé pleins de firmware (free, non-free) et là, durant cette session d’installation intensive… j’ai eu du wifi.
Mais je l’ai perdu au redémarrage.
En regardant dans les logs, j’ai repéré un truc bizarre dans /var/log/syslog (log complet ici : https://framabin.org/?10295946a394a2f0#D9pIBN404T7tKA1/OpE2IpDYm4V/P3cpnSf/VAF2m0Y= )
Oct 27 15:53:04 debian kernel: [ 2.422591] r8169 0000:01:00.1 enp1s0f1: renamed from eth0 Oct 27 15:53:07 debian NetworkManager[523]: <info> [1509112387.1453] devices added (path: /sys/devices/pci0000:00/0000:00:13.0/0000:01:00.1/net/enp1s0f1, iface: enp1s0f1) Oct 27 15:53:07 debian NetworkManager[523]: <info> [1509112387.1453] device added (path: /sys/devices/pci0000:00/0000:00:13.0/0000:01:00.1/net/enp1s0f1, iface: enp1s0f1): no ifupdown configuration found. Oct 27 15:53:07 debian NetworkManager[523]: <info> [1509112387.7730] manager: (enp1s0f1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Oct 27 15:53:07 debian NetworkManager[523]: <info> [1509112387.7771] device (enp1s0f1): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Oct 27 15:53:07 debian kernel: [ 19.486653] IPv6: ADDRCONF(NETDEV_UP): enp1s0f1: link is not ready Oct 27 15:53:07 debian kernel: [ 19.562623] r8169 0000:01:00.1: firmware: direct-loading firmware rtl_nic/rtl8411-2.fw Oct 27 15:53:07 debian kernel: [ 19.582349] r8169 0000:01:00.1 enp1s0f1: link down Oct 27 15:53:07 debian kernel: [ 19.582432] IPv6: ADDRCONF(NETDEV_UP): enp1s0f1: link is not ready
Donc le firmware me renomme enp1s0f1 en eth0 puis fait des choses sur enp1s0f1 et ensuite ne retrouve pas ce enp1s0f1 ce qui semble un peu logique vu qu’il l’a renommé ?
Je ne vois pas comment avoir le wifi…
Pour info :
lspci -k -nn | grep -A 3 -i net
01:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: CLEVO/KAPOK Computer RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1558:0955]
Kernel driver in use: r8169
Kernel modules: r8169
L’ordinateur a un module bluetooth (dont je n’ai pas besoin…) et quand le wifi n’est plus détecté,
sudo rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Si quelqu’un a une idée, je prends… Merci.