hmmm there must be some problem, if i start with the eth unplugged, and then plug it, unplug it and finally plug it, this is the log:
jun 21 10:17:54 DietPi systemd[1]: Starting LSB: Brings up/down network automatically...
jun 21 10:17:54 DietPi ifplugd(eth0)[438]: ifplugd 0.28 initializing.
jun 21 10:17:55 DietPi ifplugd(eth0)[438]: Using interface eth0/DC:A6:32:A9:4B:8D with driver <bcmgenet> (version: v2.0)
jun 21 10:17:55 DietPi ifplugd(eth0)[438]: Using detection mode: SIOCETHTOOL
jun 21 10:17:55 DietPi ifplugd(eth0)[438]: Initialization complete, link beat not detected.
jun 21 10:17:55 DietPi ifplugd[421]: Network Interface Plugging Daemon...start eth0...done.
jun 21 10:17:55 DietPi systemd[1]: Started LSB: Brings up/down network automatically.
jun 21 10:20:26 DietPi ifplugd(eth0)[438]: Link beat detected.
jun 21 10:20:26 DietPi ifplugd(eth0)[438]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
jun 21 10:20:26 DietPi ifplugd(eth0)[438]: client: bring down WiFi
jun 21 10:20:26 DietPi ifplugd(eth0)[438]: client: RTNETLINK answers: No such process
jun 21 10:20:26 DietPi ifplugd(eth0)[438]: client: RTNETLINK answers: Cannot assign requested address
jun 21 10:20:26 DietPi ifplugd(eth0)[438]: Program executed successfully.
jun 21 10:21:34 DietPi ifplugd(eth0)[438]: Link beat lost.
jun 21 10:21:39 DietPi ifplugd(eth0)[438]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
jun 21 10:21:39 DietPi ifplugd(eth0)[438]: client: bring up WiFi
jun 21 10:21:39 DietPi ifplugd(eth0)[438]: client: wpa_supplicant: wpa-roam can only be used with the "manual" inet METHOD
jun 21 10:21:39 DietPi ifplugd(eth0)[438]: client: run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
jun 21 10:21:39 DietPi ifplugd(eth0)[438]: client: ifup: failed to bring up wlan0
jun 21 10:21:39 DietPi ifplugd(eth0)[438]: Program execution failed, return value is 1.
jun 21 10:22:33 DietPi ifplugd(eth0)[438]: Link beat detected.
jun 21 10:22:33 DietPi ifplugd(eth0)[438]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
jun 21 10:22:33 DietPi ifplugd(eth0)[438]: client: bring down WiFi
jun 21 10:22:33 DietPi ifplugd(eth0)[438]: client: RTNETLINK answers: No such process
jun 21 10:22:33 DietPi ifplugd(eth0)[438]: client: RTNETLINK answers: Cannot assign requested address
jun 21 10:22:33 DietPi ifplugd(eth0)[438]: Program executed successfully.
okay so i change wpa-roam in my /etc/network/interfaces to wpa-conf as you have it, and looks working, but it doesnt connect to the ssids, i dont understand why:
-- Logs begin at Thu 2019-02-14 11:11:58 CET, end at Sun 2020-06-21 10:42:53 CEST. --
jun 21 10:25:03 DietPi systemd[1]: Starting LSB: Brings up/down network automatically...
jun 21 10:25:04 DietPi ifplugd(eth0)[438]: ifplugd 0.28 initializing.
jun 21 10:25:04 DietPi ifplugd(eth0)[438]: Using interface eth0/DC:A6:32:A9:4B:8D with driver <bcmgenet> (version: v2.0)
jun 21 10:25:04 DietPi ifplugd(eth0)[438]: Using detection mode: SIOCETHTOOL
jun 21 10:25:04 DietPi ifplugd(eth0)[438]: Initialization complete, link beat not detected.
jun 21 10:25:04 DietPi ifplugd[417]: Network Interface Plugging Daemon...start eth0...done.
jun 21 10:25:04 DietPi systemd[1]: Started LSB: Brings up/down network automatically.
jun 21 10:25:09 DietPi ifplugd(eth0)[438]: Link beat detected.
jun 21 10:25:09 DietPi ifplugd(eth0)[438]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
jun 21 10:25:09 DietPi ifplugd(eth0)[438]: client: bring down WiFi
jun 21 10:25:09 DietPi ifplugd(eth0)[438]: client: ifdown: waiting for lock on /run/network/ifstate.wlan0
jun 21 10:25:17 DietPi ifplugd(eth0)[438]: Program executed successfully.
jun 21 10:26:42 DietPi ifplugd(eth0)[438]: Link beat lost.
jun 21 10:26:47 DietPi ifplugd(eth0)[438]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
jun 21 10:26:47 DietPi ifplugd(eth0)[438]: client: bring up WiFi
jun 21 10:26:47 DietPi wpa_supplicant[884]: Successfully initialized wpa_supplicant
jun 21 10:26:50 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:26:52 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:26:55 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:26:58 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:26:59 DietPi ifplugd(eth0)[438]: Program executed successfully.
jun 21 10:27:01 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'Casita'
jun 21 10:27:04 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:06 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'Casita'
jun 21 10:27:09 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:12 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:27:15 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:18 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:27:21 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:21 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="CasitaAP" auth_failures=1 duration=10 reason=CONN_FAILED
jun 21 10:27:29 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'Casita'
jun 21 10:27:32 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:35 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="CasitaAP"
jun 21 10:27:35 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'Casita'
jun 21 10:27:38 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:38 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=1 ssid="Casita" auth_failures=1 duration=10 reason=CONN_FAILED
jun 21 10:27:45 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:27:48 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:27:48 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="CasitaAP" auth_failures=2 duration=20 reason=CONN_FAILED
jun 21 10:28:01 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-REENABLED id=1 ssid="Casita"
jun 21 10:28:01 DietPi wpa_supplicant[887]: wlan0: Failed to initiate sched scan
jun 21 10:28:08 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="CasitaAP"
jun 21 10:28:08 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:28:11 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:28:11 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="CasitaAP" auth_failures=3 duration=30 reason=CONN_FAILED
jun 21 10:28:24 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'Casita'
jun 21 10:28:26 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:28:26 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=1 ssid="Casita" auth_failures=2 duration=20 reason=CONN_FAILED
jun 21 10:28:41 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="CasitaAP"
jun 21 10:28:41 DietPi wpa_supplicant[887]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 10:28:44 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 10:28:44 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="CasitaAP" auth_failures=4 duration=60 reason=CONN_FAILED
jun 21 10:28:56 DietPi wpa_supplicant[887]: wlan0: CTRL-EVENT-SSID-REENABLED id=1 ssid="Casita"
jun 21 10:28:56 DietPi wpa_supplicant[887]: wlan0: Failed to initiate sched scan
i have country=ES in my wpa_supplicant, maybe is because the static ip, but setting it to another one for sure not used by anyone still doesnt work
by the way, i forgot to enable the ifupd daemon as you did, and edit the default file, thats for sure the main reason it didnt work for me before, so for now everything is fixed except the wlan connection
edit: okay, so i must use wpa-conf instead of roam if i have preset ssids: https://raspberrypi.stackexchange.com/questions/9257/whats-the-difference-between-wpa-roam-and-wpa-conf-in-the-etc-network-inte
edit: i have just changed the wlan0 to dhcp and it still doesnt connect, im just trying to connect to 2 2.4ghz ssids and the first one the password is 12345678, to discard weird character input, and so the psk is psk=“12345678”
right now i have:
/etc/wpa_supplicant/wpa_supplicant.conf
# Grant all members of group "netdev" permissions to configure WiFi, e.g. via wpa_cli or wpa_gui
ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev
# Allow wpa_cli/wpa_gui to overwrite this config file
update_config=1
country=ES
network={
ssid="CasitaAP"
psk="12345678"
}
network={
ssid="Casita"
psk="12345678"
}
/etc/network/interface
# Location: /etc/network/interfaces
# Please modify network settings via: dietpi-config
# Or create your own drop-ins in: /etc/network/interfaces.d/
# Drop-in configs
source interfaces.d/*
# Local
auto lo
iface lo inet loopback
# Ethernet
#allow-hotplug eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 1.1.1.1 1.0.0.1
# WiFi
allow-hotplug wlan0
iface wlan0 inet dhcp
#address 192.168.1.15
#netmask 255.255.255.0
#gateway 192.168.1.1
#dns-nameservers 1.1.1.1 1.0.0.1
wireless-power off
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
journalctl -u ifplugd.service
jun 21 11:09:59 DietPi systemd[1]: Starting LSB: Brings up/down network automatically...
jun 21 11:09:59 DietPi ifplugd(eth0)[439]: ifplugd 0.28 initializing.
jun 21 11:09:59 DietPi ifplugd(eth0)[439]: Using interface eth0/DC:A6:32:A9:4B:8D with driver <bcmgenet> (version: v2.0)
jun 21 11:09:59 DietPi ifplugd(eth0)[439]: Using detection mode: SIOCETHTOOL
jun 21 11:09:59 DietPi ifplugd(eth0)[439]: Initialization complete, link beat not detected.
jun 21 11:09:59 DietPi ifplugd[423]: Network Interface Plugging Daemon...start eth0...done.
jun 21 11:09:59 DietPi systemd[1]: Started LSB: Brings up/down network automatically.
jun 21 11:10:04 DietPi ifplugd(eth0)[439]: Link beat detected.
jun 21 11:10:04 DietPi ifplugd(eth0)[439]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
jun 21 11:10:04 DietPi ifplugd(eth0)[439]: client: bring down WiFi
jun 21 11:10:04 DietPi ifplugd(eth0)[439]: client: ifdown: waiting for lock on /run/network/ifstate.wlan0
jun 21 11:10:13 DietPi dhclient[556]: Killed old client process
jun 21 11:10:13 DietPi ifplugd(eth0)[439]: client: Killed old client process
jun 21 11:10:14 DietPi dhclient[556]: Internet Systems Consortium DHCP Client 4.4.1
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: Internet Systems Consortium DHCP Client 4.4.1
jun 21 11:10:14 DietPi dhclient[556]: Copyright 2004-2018 Internet Systems Consortium.
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: Copyright 2004-2018 Internet Systems Consortium.
jun 21 11:10:14 DietPi dhclient[556]: All rights reserved.
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: All rights reserved.
jun 21 11:10:14 DietPi dhclient[556]: For info, please visit https://www.isc.org/software/dhcp/
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: For info, please visit https://www.isc.org/software/dhcp/
jun 21 11:10:14 DietPi dhclient[556]:
jun 21 11:10:14 DietPi dhclient[556]: Listening on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: Listening on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:10:14 DietPi dhclient[556]: Sending on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: Sending on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:10:14 DietPi dhclient[556]: Sending on Socket/fallback
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: Sending on Socket/fallback
jun 21 11:10:14 DietPi dhclient[556]: DHCPRELEASE of 192.168.1.130 on wlan0 to 192.168.1.1 port 67
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: DHCPRELEASE of 192.168.1.130 on wlan0 to 192.168.1.1 port 67
jun 21 11:10:14 DietPi dhclient[556]: send_packet: Network is unreachable
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: send_packet: Network is unreachable
jun 21 11:10:14 DietPi dhclient[556]: send_packet: please consult README file regarding broadcast address.
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: send_packet: please consult README file regarding broadcast address.
jun 21 11:10:14 DietPi dhclient[556]: dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
jun 21 11:10:14 DietPi ifplugd(eth0)[439]: client: dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
jun 21 11:10:15 DietPi ifplugd(eth0)[439]: Program executed successfully.
jun 21 11:12:13 DietPi ifplugd(eth0)[439]: Link beat lost.
jun 21 11:12:18 DietPi ifplugd(eth0)[439]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
jun 21 11:12:18 DietPi ifplugd(eth0)[439]: client: bring up WiFi
jun 21 11:12:18 DietPi wpa_supplicant[918]: Successfully initialized wpa_supplicant
jun 21 11:12:19 DietPi dhclient[926]: Internet Systems Consortium DHCP Client 4.4.1
jun 21 11:12:19 DietPi dhclient[926]: Copyright 2004-2018 Internet Systems Consortium.
jun 21 11:12:19 DietPi dhclient[926]: All rights reserved.
jun 21 11:12:19 DietPi dhclient[926]: For info, please visit https://www.isc.org/software/dhcp/
jun 21 11:12:19 DietPi dhclient[926]:
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: Internet Systems Consortium DHCP Client 4.4.1
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: Copyright 2004-2018 Internet Systems Consortium.
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: All rights reserved.
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: For info, please visit https://www.isc.org/software/dhcp/
jun 21 11:12:19 DietPi dhclient[926]: Listening on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:12:19 DietPi dhclient[926]: Sending on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:12:19 DietPi dhclient[926]: Sending on Socket/fallback
jun 21 11:12:19 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: Listening on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: Sending on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: Sending on Socket/fallback
jun 21 11:12:19 DietPi ifplugd(eth0)[439]: client: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
jun 21 11:12:21 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 11:12:22 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
jun 21 11:12:22 DietPi ifplugd(eth0)[439]: client: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
jun 21 11:12:24 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:12:26 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
jun 21 11:12:26 DietPi ifplugd(eth0)[439]: client: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
jun 21 11:12:27 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 11:12:30 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:12:30 DietPi dhclient[926]: No DHCPOFFERS received.
jun 21 11:12:30 DietPi dhclient[926]: Trying recorded lease 192.168.1.107
jun 21 11:12:30 DietPi ifplugd(eth0)[439]: client: No DHCPOFFERS received.
jun 21 11:12:30 DietPi ifplugd(eth0)[439]: client: Trying recorded lease 192.168.1.107
jun 21 11:12:33 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'Casita'
jun 21 11:12:33 DietPi ifplugd(eth0)[439]: client: PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
jun 21 11:12:33 DietPi ifplugd(eth0)[439]: client: --- 192.168.1.1 ping statistics ---
jun 21 11:12:33 DietPi ifplugd(eth0)[439]: client: 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
jun 21 11:12:33 DietPi dhclient[926]: No working leases in persistent database - sleeping.
jun 21 11:12:33 DietPi ifplugd(eth0)[439]: client: No working leases in persistent database - sleeping.
jun 21 11:12:33 DietPi ifplugd(eth0)[439]: Program executed successfully.
jun 21 11:12:35 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
jun 21 11:12:35 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:12:38 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'Casita'
jun 21 11:12:41 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:12:42 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
jun 21 11:12:44 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 11:12:46 DietPi dhclient[926]: No DHCPOFFERS received.
jun 21 11:12:46 DietPi dhclient[926]: Trying recorded lease 192.168.1.107
jun 21 11:12:47 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:12:49 DietPi dhclient[926]: No working leases in persistent database - sleeping.
jun 21 11:12:50 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 11:12:52 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
jun 21 11:12:53 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:12:53 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="CasitaAP" auth_failures=1 duration=10 reason=CONN_FAILED
jun 21 11:12:57 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
jun 21 11:13:01 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'Casita'
jun 21 11:13:02 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 1
jun 21 11:13:03 DietPi dhclient[926]: No DHCPOFFERS received.
jun 21 11:13:03 DietPi dhclient[926]: Trying recorded lease 192.168.1.107
jun 21 11:13:03 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:13:07 DietPi dhclient[926]: No working leases in persistent database - sleeping.
jun 21 11:13:07 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="CasitaAP"
jun 21 11:13:07 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'Casita'
jun 21 11:13:10 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:13:10 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=1 ssid="Casita" auth_failures=1 duration=10 reason=CONN_FAILED
jun 21 11:13:10 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
jun 21 11:13:17 DietPi wpa_supplicant[921]: wlan0: Trying to associate with SSID 'CasitaAP'
jun 21 11:13:18 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
jun 21 11:13:20 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
jun 21 11:13:20 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="CasitaAP" auth_failures=2 duration=23 reason=CONN_FAILED
jun 21 11:13:21 DietPi dhclient[926]: No DHCPOFFERS received.
jun 21 11:13:21 DietPi dhclient[926]: Trying recorded lease 192.168.1.107
jun 21 11:13:24 DietPi dhclient[926]: No working leases in persistent database - sleeping.
jun 21 11:13:29 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
jun 21 11:13:33 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-SSID-REENABLED id=1 ssid="Casita"
jun 21 11:13:33 DietPi wpa_supplicant[921]: wlan0: Failed to initiate sched scan
jun 21 11:13:37 DietPi dhclient[926]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
jun 21 11:13:40 DietPi dhclient[926]: No DHCPOFFERS received.
jun 21 11:13:40 DietPi dhclient[926]: Trying recorded lease 192.168.1.107
jun 21 11:13:40 DietPi ifplugd(eth0)[439]: Link beat detected.
jun 21 11:13:40 DietPi ifplugd(eth0)[439]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
jun 21 11:13:40 DietPi ifplugd(eth0)[439]: client: bring down WiFi
jun 21 11:13:40 DietPi dhclient[1125]: Killed old client process
jun 21 11:13:40 DietPi ifplugd(eth0)[439]: client: Killed old client process
jun 21 11:13:40 DietPi wpa_supplicant[921]: wlan0: Failed to initiate sched scan
jun 21 11:13:41 DietPi dhclient[1125]: Internet Systems Consortium DHCP Client 4.4.1
jun 21 11:13:41 DietPi dhclient[1125]: Copyright 2004-2018 Internet Systems Consortium.
jun 21 11:13:41 DietPi dhclient[1125]: All rights reserved.
jun 21 11:13:41 DietPi dhclient[1125]: For info, please visit https://www.isc.org/software/dhcp/
jun 21 11:13:41 DietPi dhclient[1125]:
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: Internet Systems Consortium DHCP Client 4.4.1
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: Copyright 2004-2018 Internet Systems Consortium.
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: All rights reserved.
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: For info, please visit https://www.isc.org/software/dhcp/
jun 21 11:13:41 DietPi dhclient[1125]: Listening on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:13:41 DietPi dhclient[1125]: Sending on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:13:41 DietPi dhclient[1125]: Sending on Socket/fallback
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: Listening on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: Sending on LPF/wlan0/dc:a6:32:a9:4b:8e
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: Sending on Socket/fallback
jun 21 11:13:41 DietPi dhclient[1125]: DHCPRELEASE of 192.168.1.130 on wlan0 to 192.168.1.1 port 67
jun 21 11:13:41 DietPi ifplugd(eth0)[439]: client: DHCPRELEASE of 192.168.1.130 on wlan0 to 192.168.1.1 port 67
jun 21 11:13:42 DietPi wpa_supplicant[921]: nl80211: Failed to open /proc/sys/net/ipv4/conf/p2p-dev-wlan0/drop_unicast_in_l2_multicast: No such file or directory
jun 21 11:13:42 DietPi wpa_supplicant[921]: nl80211: Failed to set IPv4 unicast in multicast filter
jun 21 11:13:42 DietPi wpa_supplicant[921]: nl80211: Failed to open /proc/sys/net/ipv4/conf/p2p-dev-wlan0/drop_unicast_in_l2_multicast: No such file or directory
jun 21 11:13:42 DietPi wpa_supplicant[921]: nl80211: Failed to set IPv4 unicast in multicast filter
jun 21 11:13:42 DietPi wpa_supplicant[921]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
jun 21 11:13:42 DietPi wpa_supplicant[921]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING
jun 21 11:13:42 DietPi wpa_supplicant[921]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
jun 21 11:13:42 DietPi wpa_supplicant[921]: wlan0: CTRL-EVENT-TERMINATING
jun 21 11:13:42 DietPi ifplugd(eth0)[439]: Program executed successfully.