Aucun accès à internet suite à migration ( 4.4 to 11) depuis Raspberry Pi 4 (pi 400)

vide aussi de mon côté

Par contre :

$ dpkg --list | grep dhc
ii dhcpcd5 1:8.1.2-1+rpt5 armhf DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support
ii isc-dhcp-client 4.4.1-2.3 armhf DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.4.1-2.3 armhf common manpages relevant to all of the isc-dhcp packages

Mouarf j’ai réussi à faire 2 fois de suite une typo … En fait c’est dhcpcd (pour “DHCP client daemon”) T_T … Je me demande combien de point ça vaut au scrabble …

Du coup : dpkg --list | grep dhcpcd

Edit: oui voila on est censé voir dhcpcd5 en version 8.1.2-1+rpt2 (ou plus)

admin@lmc:~ $ sudo dpkg --list | grep dhcpcd
ii dhcpcd5 1:8.1.2-1+rpt5 armhf DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support

~$ sudo dpkg --list | grep dhcpcd
ii  dhcpcd5                               1:8.1.2-1+rpt5                                                           armhf        DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support

Cool

Du coup @aoz est-ce que ça résoud le pb d’éditer le fichier ?

@beelu : est-ce que systemctl | grep dhc retourne quelque chose ?

Editer quel fichier comment ?
Moi, j’ai résolu le problème via les commandes que je liste dans mon 2ème message dans ce fil.

cf Aucun accès à internet suite à migration ( 4.4 to 11) - #17 by Aleks

je n’avais pas vu ton message
j’ai un entretien maintenant, je teste un reboot dans ~30 minutes ou en début de soirée

1 Like

admin@lmc:~ $ sudo systemctl | grep dhc
dhcpcd.service loaded active running DHCP Client Daemon
admin@lmc:~ $

dhcpcd.service.d n’existe pas
du coup répertoire créé puis creation du wait.conf avec:
[Service]
ExecStart=
ExecStart=/usr/lib/dhcpcd5/dhcpcd -w

j’ai remis le fichier /etc/network/interfaces à son état intitial

NB: ça c’est la ligne qui apriori marche pas … Il faut mettre

ExecStart=/usr/sbin/dhcpcd -w

re-reboot après correction dans wait.conf. J’accède bien au serveur.
a la vue de toutes les bricoles effectuées depuis ce matin, je tenterais bien de partir d’une 4.4, d’effectuer à nouveau la migration puis la modif que tu me suggères qui semble fonctionner :slight_smile:
ça va me prendre un paquet d’heure, mais ça permettrait de valider la solution

1 Like

Quand je reboot le problème est à nouveau là.

J’ai appliqué ta suggestion :
nano /etc/systemd/system/dhcpcd.service.d/wait.conf et à remplacer la dernière ligne par : ExecStart=/usr/sbin/dhcpcd -w

J’ai rebooté → le problème est toujours là

Hmmokay dans ce cas regardons sudo journalctl -u dhcpcd -n 100 --no-hostname --no-pager

– Journal begins at Thu 2019-02-14 11:12:00 CET, ends at Fri 2022-08-12 18:41:56 CEST. –
Aug 12 18:18:42 systemd[1]: Starting DHCP Client Daemon…
Aug 12 18:18:42 systemd[342]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:42 systemd[342]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Failed with result ‘exit-code’.
Aug 12 18:18:43 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 1.
Aug 12 18:18:43 systemd[1]: Stopped DHCP Client Daemon.
Aug 12 18:18:43 systemd[1]: Starting DHCP Client Daemon…
Aug 12 18:18:43 systemd[412]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[412]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Failed with result ‘exit-code’.
Aug 12 18:18:43 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 2.
Aug 12 18:18:43 systemd[1]: Stopped DHCP Client Daemon.
Aug 12 18:18:43 systemd[1]: Starting DHCP Client Daemon…
Aug 12 18:18:43 systemd[417]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[417]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Failed with result ‘exit-code’.
Aug 12 18:18:43 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 3.
Aug 12 18:18:43 systemd[1]: Stopped DHCP Client Daemon.
Aug 12 18:18:43 systemd[1]: Starting DHCP Client Daemon…
Aug 12 18:18:43 systemd[460]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[460]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC
Aug 12 18:18:43 systemd[1]: dhcpcd.service: Failed with result ‘exit-code’.
Aug 12 18:18:43 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:18:44 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 4.
Aug 12 18:18:44 systemd[1]: Stopped DHCP Client Daemon.
Aug 12 18:18:44 systemd[1]: Starting DHCP Client Daemon…
Aug 12 18:18:44 systemd[486]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:44 systemd[486]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:18:44 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC
Aug 12 18:18:44 systemd[1]: dhcpcd.service: Failed with result ‘exit-code’.
Aug 12 18:18:44 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:18:44 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 5.
Aug 12 18:18:44 systemd[1]: Stopped DHCP Client Daemon.
Aug 12 18:18:44 systemd[1]: dhcpcd.service: Start request repeated too quickly.
Aug 12 18:18:44 systemd[1]: dhcpcd.service: Failed with result ‘exit-code’.
Aug 12 18:18:44 systemd[1]: Failed to start DHCP Client Daemon.
– Boot d651ff72cc3e480da7afb1a32ddd225d –
Aug 12 18:23:02 systemd[1]: Starting DHCP Client Daemon…
Aug 12 18:23:03 dhcpcd[339]: dev: loaded udev
Aug 12 18:23:03 dhcpcd[339]: dev: loaded udev
Aug 12 18:23:04 dhcpcd[487]: wlan0: starting wpa_supplicant
Aug 12 18:23:04 dhcpcd-run-hooks[504]: wlan0: starting wpa_supplicant
Aug 12 18:23:04 dhcpcd[339]: wlan0: connected to Access Point ' Aug 12 18:23:04 dhcpcd[339]: wlan0: connected to Access Point
Aug 12 18:23:04 dhcpcd[339]: eth0: waiting for carrier
Aug 12 18:23:04 dhcpcd[339]: wlan0: waiting for carrier
Aug 12 18:23:04 dhcpcd[339]: eth0: waiting for carrier
Aug 12 18:23:04 dhcpcd[339]: wlan0: waiting for carrier
Aug 12 18:23:08 dhcpcd[339]: eth0: carrier acquired
Aug 12 18:23:08 dhcpcd[339]: eth0: carrier acquired
Aug 12 18:23:08 dhcpcd[339]: DUID 00:01:00:01:27:c4:b1:6e:e4:5f:01:27:08:07
Aug 12 18:23:08 dhcpcd[339]: eth0: IAID 01:27:08:07
Aug 12 18:23:08 dhcpcd[339]: DUID 00:01:00:01:27:c4:b1:6e:e4:5f:01:27:08:07
Aug 12 18:23:08 dhcpcd[339]: eth0: IAID 01:27:08:07
Aug 12 18:23:08 dhcpcd[339]: eth0: adding address fe80::eb0c:73c7:c8c4:b7c8
Aug 12 18:23:08 dhcpcd[339]: eth0: adding address fe80::eb0c:73c7:c8c4:b7c8
Aug 12 18:23:09 dhcpcd[339]: eth0: soliciting an IPv6 router
Aug 12 18:23:09 dhcpcd[339]: eth0: soliciting an IPv6 router
Aug 12 18:23:10 dhcpcd[339]: eth0: rebinding lease of 192.168.1.12
Aug 12 18:23:10 dhcpcd[339]: eth0: rebinding lease of 192.168.1.12
Aug 12 18:23:10 dhcpcd[339]: eth0: probing address 192.168.1.12/24
Aug 12 18:23:10 dhcpcd[339]: eth0: probing address 192.168.1.12/24
Aug 12 18:23:11 dhcpcd[339]: eth0: Router Advertisement from fe80::72f8:2bff:fe1d:1092
Aug 12 18:23:11 dhcpcd[339]: eth0: adding address 2a01:cb19:2d4:4e00:25b3:9a4e:1bb3:b98c/64
Aug 12 18:23:11 dhcpcd[339]: eth0: adding route to 2a01:cb19:2d4:4e00::/64
Aug 12 18:23:11 dhcpcd[339]: eth0: requesting DHCPv6 information
Aug 12 18:23:11 dhcpcd[339]: eth0: adding default route via fe80::72f8:2bff:fe1d:1092
Aug 12 18:23:11 dhcpcd[339]: eth0: Router Advertisement from fe80::72f8:2bff:fe1d:1092
Aug 12 18:23:11 dhcpcd[339]: eth0: adding address 2a01:cb19:2d4:4e00:25b3:9a4e:1bb3:b98c/64
Aug 12 18:23:11 dhcpcd[339]: eth0: adding route to 2a01:cb19:2d4:4e00::/64
Aug 12 18:23:11 dhcpcd[339]: eth0: requesting DHCPv6 information
Aug 12 18:23:11 dhcpcd[339]: eth0: adding default route via fe80::72f8:2bff:fe1d:1092
Aug 12 18:23:11 dhcpcd[878]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
Aug 12 18:23:11 dhcpcd[894]: Failed to try-restart systemd-timesyncd.service: Unit systemd-timesyncd.service not found.
Aug 12 18:23:15 dhcpcd[339]: eth0: leased 192.168.1.12 for 86400 seconds
Aug 12 18:23:15 dhcpcd[339]: eth0: leased 192.168.1.12 for 86400 seconds
Aug 12 18:23:15 dhcpcd[339]: eth0: adding route to 192.168.1.0/24
Aug 12 18:23:15 dhcpcd[339]: eth0: adding default route via 192.168.1.1
Aug 12 18:23:15 dhcpcd[339]: eth0: adding route to 192.168.1.0/24
Aug 12 18:23:15 dhcpcd[339]: eth0: adding default route via 192.168.1.1
Aug 12 18:23:15 dhcpcd[978]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
Aug 12 18:23:16 dhcpcd[994]: Failed to try-restart systemd-timesyncd.service: Unit systemd-timesyncd.service not found.
Aug 12 18:23:16 dhcpcd[339]: forked to background, child pid 1016
Aug 12 18:23:16 dhcpcd[339]: forked to background, child pid 1016
Aug 12 18:23:16 systemd[1]: Started DHCP Client Daemon.
Aug 12 18:27:29 dhcpcd[1016]: wlan0: carrier acquired
Aug 12 18:27:29 dhcpcd[1016]: wlan0: IAID 01:27:08:08
Aug 12 18:27:29 dhcpcd[1016]: wlan0: adding address fe80::b354:e2d8:1c4e:4628
Aug 12 18:27:29 dhcpcd[1016]: wlan0: soliciting an IPv6 router
Aug 12 18:27:29 dhcpcd[1016]: wlan0: soliciting a DHCP lease
Aug 12 18:27:35 dhcpcd[1016]: wlan0: probing for an IPv4LL address
Aug 12 18:27:40 dhcpcd[1016]: wlan0: using IPv4LL address 169.254.58.1
Aug 12 18:27:40 dhcpcd[1016]: wlan0: adding route to 169.254.0.0/16
Aug 12 18:27:43 dhcpcd[1016]: wlan0: no IPv6 Routers available

@beelu : c’était pour @aoz vu que c’est chez lui que ça ne marche pas …

arf pardon :confused:
bon du coup, je pars d’une base “propre”. Je vais repartir d’une sauveagrde en 4.4, re-migre puis reviens donner le résultat ici :slight_smile:

1 Like

pour info, j’ai réappliqué :

sudo dhclient -v -r
sudo dhclient

puis tappé ta commande :

$ sudo journalctl -u dhcpcd -n 100 --no-hostname --no-pager
-- Journal begins at Sun 2022-03-27 07:42:19 CEST, ends at Fri 2022-08-12 19:11:11 CEST. --                                                                                                                       
Aug 12 14:00:40 dhcpcd[555]: eth0: removing interface                                                                                                                                                             
-- Boot 9e03824f05354c698d002cd0fd01fda4 --                                                                                                                                                                       
Aug 12 18:17:54 systemd[1]: Starting DHCP Client Daemon...                                                                                                                                                        
Aug 12 18:17:54 systemd[423]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory                                                                                      
Aug 12 18:17:54 systemd[423]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:17:54 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC                                                                                                                  
Aug 12 18:17:54 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Aug 12 18:17:54 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 1.                                                                                                                       
Aug 12 18:17:55 systemd[1]: Stopped DHCP Client Daemon.                                                                                                                                                           
Aug 12 18:17:55 systemd[1]: Starting DHCP Client Daemon...                                                                                                                                                        
Aug 12 18:17:55 systemd[454]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory                                                                                      
Aug 12 18:17:55 systemd[454]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC                                                                                                                  
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Aug 12 18:17:55 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 2.                                                                                                                       
Aug 12 18:17:55 systemd[1]: Stopped DHCP Client Daemon.                                                                                                                                                           
Aug 12 18:17:55 systemd[1]: Starting DHCP Client Daemon...                                                                                                                                                        
Aug 12 18:17:55 systemd[461]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory                                                                                      
Aug 12 18:17:55 systemd[461]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC                                                                                                                  
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Aug 12 18:17:55 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 3.                                                                                                                       
Aug 12 18:17:55 systemd[1]: Stopped DHCP Client Daemon.                                                                                                                                                           
Aug 12 18:17:55 systemd[1]: Starting DHCP Client Daemon...                                                                                                                                                        
Aug 12 18:17:55 systemd[468]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory                                                                                      
Aug 12 18:17:55 systemd[468]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC                                                                                                                  
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Aug 12 18:17:55 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 4.                                                                                                                       
Aug 12 18:17:55 systemd[1]: Stopped DHCP Client Daemon.                                                                                                                                                           
Aug 12 18:17:55 systemd[1]: Starting DHCP Client Daemon...                                                                                                                                                        
Aug 12 18:17:55 systemd[470]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory                                                                                      
Aug 12 18:17:55 systemd[470]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC                                                                                                                  
Aug 12 18:17:55 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Aug 12 18:17:55 systemd[1]: Failed to start DHCP Client Daemon.
Aug 12 18:17:56 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 5.                                                                                                                       
Aug 12 18:17:56 systemd[1]: Stopped DHCP Client Daemon.                                                                                                                                                           
Aug 12 18:17:56 systemd[1]: dhcpcd.service: Start request repeated too quickly.
Aug 12 18:17:56 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Aug 12 18:17:56 systemd[1]: Failed to start DHCP Client Daemon.
-- Boot 1485f07cae7a4282aa97385c57bd5cd3 --                                                                                                                                                                       
Aug 12 18:31:35 systemd[1]: Starting DHCP Client Daemon...                                                                                                                                                        
Aug 12 18:31:37 dhcpcd[422]: dev: loaded udev                                                                                                                                                                     
Aug 12 18:31:37 dhcpcd[422]: dev: loaded udev                                                                                                                                                                     
Aug 12 18:31:39 dhcpcd[502]: wlan0: starting wpa_supplicant                                                                                                                                                       
Aug 12 18:31:39 dhcpcd-run-hooks[509]: wlan0: starting wpa_supplicant                                                                                                                                             
Aug 12 18:31:41 dhcpcd[422]: wlan0: connected to Access Point `'                                                                                                                                                  
Aug 12 18:31:41 dhcpcd[422]: wlan0: connected to Access Point `'                                                                                                                                                  
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: waiting for carrier                                                                                                                                                 
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: waiting for carrier                                                                                                                                                 
Aug 12 18:31:41 dhcpcd[422]: wlan0: waiting for carrier                                                                                                                                                           
Aug 12 18:31:41 dhcpcd[422]: wlan0: waiting for carrier                                                                                                                                                           
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: carrier acquired                                                                                                                                                    
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: carrier acquired                                                                                                                                                    
Aug 12 18:31:41 dhcpcd[422]: DUID 00:01:00:01:26:df:cc:90:b8:27:eb:b5:5e:c4                                                                                                                                       
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: IAID eb:e0:0b:91                                                                                                                                                    
Aug 12 18:31:41 dhcpcd[422]: DUID 00:01:00:01:26:df:cc:90:b8:27:eb:b5:5e:c4                                                                                                                                       
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: IAID eb:e0:0b:91                                                                                                                                                    
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: adding address fe80::f40c:4b82:1ad5:4b13                                                                                                                            
Aug 12 18:31:41 dhcpcd[422]: enxb827ebe00b91: adding address fe80::f40c:4b82:1ad5:4b13                                                                                                                            
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: soliciting a DHCP lease                                                                                                                                             
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: soliciting a DHCP lease                                                                                                                                             
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: offered 192.168.0.86 from 192.168.0.254                                                                                                                             
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: probing address 192.168.0.86/24                                                                                                                                     
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: offered 192.168.0.86 from 192.168.0.254                                                                                                                             
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: probing address 192.168.0.86/24                                                                                                                                     
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: soliciting an IPv6 router                                                                                                                                           
Aug 12 18:31:42 dhcpcd[422]: enxb827ebe00b91: soliciting an IPv6 router                                                                                                                                           
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: Router Advertisement from fe80::8e97:eaff:fe04:b4f1                                                                                                                 
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: adding address 2a01:e0a:212:c4e0:a021:c800:5fa:9c74/64                                                                                                              
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: adding route to 2a01:e0a:212:c4e0::/64                                                                                                                              
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: adding default route via fe80::8e97:eaff:fe04:b4f1                                                                                                                  
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: Router Advertisement from fe80::8e97:eaff:fe04:b4f1                                                                                                                 
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: adding address 2a01:e0a:212:c4e0:a021:c800:5fa:9c74/64                                                                                                              
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: adding route to 2a01:e0a:212:c4e0::/64                                                                                                                              
Aug 12 18:31:43 dhcpcd[422]: enxb827ebe00b91: adding default route via fe80::8e97:eaff:fe04:b4f1                                                                                                                  
Aug 12 18:31:47 dhcpcd[422]: enxb827ebe00b91: leased 192.168.0.86 for 43200 seconds                                                                                                                               
Aug 12 18:31:47 dhcpcd[422]: enxb827ebe00b91: adding route to 192.168.0.0/24                                                                                                                                      
Aug 12 18:31:47 dhcpcd[422]: enxb827ebe00b91: adding default route via 192.168.0.254                                                                                                                              
Aug 12 18:31:47 dhcpcd[422]: enxb827ebe00b91: leased 192.168.0.86 for 43200 seconds                                                                                                                               
Aug 12 18:31:47 dhcpcd[422]: enxb827ebe00b91: adding route to 192.168.0.0/24                                                                                                                                      
Aug 12 18:31:47 dhcpcd[422]: enxb827ebe00b91: adding default route via 192.168.0.254                                                                                                                              
Aug 12 18:32:12 dhcpcd[813]: Failed to try-restart systemd-timesyncd.service: Unit systemd-timesyncd.service not found.                                                                                           
Aug 12 18:32:12 dhcpcd[422]: forked to background, child pid 835                                                                                                                                                  
Aug 12 18:32:12 dhcpcd[422]: forked to background, child pid 835                                                                                                                                                  
Aug 12 18:32:12 systemd[1]: Started DHCP Client Daemon.                                                                                                                                                           
Aug 12 18:37:19 dhcpcd[835]: enxb827ebe00b91: pid 2031 deleted IP address 192.168.0.86/24                                                                                                                         
Aug 12 18:37:19 dhcpcd[835]: enxb827ebe00b91: deleting route to 192.168.0.0/24                                                                                                                                    
Aug 12 18:37:19 dhcpcd[835]: enxb827ebe00b91: deleting default route via 192.168.0.254                                                                                                                            
Aug 12 18:37:21 dhcpcd[835]: enxb827ebe00b91: rebinding lease of 192.168.0.86                                                                                                                                     
Aug 12 18:37:21 dhcpcd[835]: enxb827ebe00b91: probing address 192.168.0.86/24                                                                                                                                     
Aug 12 18:37:26 dhcpcd[835]: enxb827ebe00b91: leased 192.168.0.86 for 43200 seconds                                                                                                                               
Aug 12 18:37:26 dhcpcd[835]: enxb827ebe00b91: adding route to 192.168.0.0/24                                                                                                                                      
Aug 12 18:37:26 dhcpcd[835]: enxb827ebe00b91: adding default route via 192.168.0.254                                                                                                                              
Aug 12 18:37:26 dhcpcd[835]: enxb827ebe00b91: pid 835 deleted route to 192.168.0.0/24                                                                                                                             
Aug 12 18:37:26 dhcpcd[835]: enxb827ebe00b91: pid 835 deleted default route via 192.168.0.254                                                                                                                     
Aug 12 18:37:51 dhcpcd[835]: enxb827ebe00b91: Router Advertisement from fe80::8e97:eaff:fe04:b4f1

Hmoké donc déjà tu peux confirmer que ton RPi se connecte à Internet en wifi ?

Tu es sur que après avoir reboot il n’y avait pas d’internet …? Genre dans le log on voit à 18h31 (apriori c’est le moment où tu as reboot) qu’il a bien obtenu "192.168.0.86 for 43200 seconds " … ?