02-06-2021, 02:36 PM
Also, comparing with one of my players I note the following anomaly in your systemctl status dhcpcd output
From your output
while from my output
What happened to your wpa_supplicant process???
Regards,
Kent
From your output
Code:
pi@moode:~ $ systemctl status dhcpcd
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/lib/systemd/system/dhcpcd.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/dhcpcd.service.d
└─wait.conf
Active: active (running) since Sat 2021-02-06 09:42:51 CET; 14min ago
Main PID: 522 (dhcpcd)
Tasks: 1 (limit: 2063)
CGroup: /system.slice/dhcpcd.service
└─522 /sbin/dhcpcd -q -w
while from my output
Code:
pi@moode:~ $ systemctl status dhcpcd
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/lib/systemd/system/dhcpcd.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/dhcpcd.service.d
└─wait.conf
Active: active (running) since Sat 2021-02-06 09:22:49 EST; 6min ago
Main PID: 465 (dhcpcd)
Tasks: 2 (limit: 1894)
CGroup: /system.slice/dhcpcd.service
├─435 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dnl80211,wext
└─465 /sbin/dhcpcd -q -w
What happened to your wpa_supplicant process???
Regards,
Kent