doc:appunti:hardware:raspberrypi_wpa_supplicant_problem
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:hardware:raspberrypi_wpa_supplicant_problem [2024/11/15 16:01] – [dhcpcd process dies without configuring wlan0] niccolo | doc:appunti:hardware:raspberrypi_wpa_supplicant_problem [2024/11/17 16:55] (current) – [dhcpcd process dies without configuring wlan0] niccolo | ||
---|---|---|---|
Line 112: | Line 112: | ||
It results that wlan0 gets a sqeuence of '' | It results that wlan0 gets a sqeuence of '' | ||
- | I solved the problem by letting Systemd to start wpa_supplicant on the specific wlan0 interface. This is achieved renaming the wpa_supplicant.conf file and enabling the service: | + | I solved the problem by letting Systemd to start wpa_supplicant on the specific wlan0 interface. This is achieved renaming the wpa_supplicant.conf file and enabling |
< | < | ||
mv / | mv / | ||
systemctl enable wpa_supplicant@wlan0.service | systemctl enable wpa_supplicant@wlan0.service | ||
+ | systemctl disable wpa_supplicant.service | ||
</ | </ | ||
Line 141: | Line 142: | ||
</ | </ | ||
- | Indeed you can see that **dhcpcd.service** becomes active after the **wpa_supplicant@wlan0.service**, | + | Indeed you can see that **dhcpcd.service** becomes active after the **wpa_supplicant@wlan0.service**, |
< | < |
doc/appunti/hardware/raspberrypi_wpa_supplicant_problem.1731682919.txt.gz · Last modified: 2024/11/15 16:01 by niccolo