11-30-2023, 01:35 PM
@hurcheon
Concerning the default user account and SSH, see @DRONE7's response. It covers setting up WiFi too.
Nevertheless, concerning the WiFi information you posted
Okay, so the Ethernet port is enabled but there's no Ethernet connection. Moving on
Okay, so the WiFi adapter is live, and moOde (the underlying Linux actually) has tried for two minutes to associate with your LAN's AP with SSID XXXXX and whatever password you gave it, and failed.
Finally,
Okay, so moOde has activated its own AP mode. The AP will have the SSID you assigned in the Network configuration. It will associate with WiFi clients if they present the correct credentials and assign them an address in the 172.24.1.x range, and the moOde WebUI will be accessible at 172.24.1.1 with the hostname assigned in the moOde configuration. The AP does not provide DNS service so you have to access it by IP address or by the mDNS artfice hostname.local
As an aside, generally it's not helpful to post only selected and redacted portions of the startup log when you're seeking assistance.
Regards,
Kent
Concerning the default user account and SSH, see @DRONE7's response. It covers setting up WiFi too.
Nevertheless, concerning the WiFi information you posted
Code:
20231130 012907 worker: -- Network
20231130 012907 worker: --
20231130 012907 worker: eth0 adapter exists
20231130 012907 worker: eth0 address check (Off)
20231130 012907 worker: eth0 address not assigned
...
Okay, so the Ethernet port is enabled but there's no Ethernet connection. Moving on
Code:
20231130 012907 worker: wlan0 adapter exists
20231130 012907 worker: wlan0 country (GB)
20231130 012907 worker: wlan0 configured SSID (XXXXXX)
20231130 012907 worker: wlan0 SSID alternates (None)
20231130 012907 worker: wlan0 router mode (Off)
20231130 012907 worker: wlan0 address check (up to 120 secs)
20231130 013110 worker: wlan0 address not assigned
20231130 013110 worker: wlan0 activating AP mode
20231130 013142 worker: wlan0 address check (up to 120 secs)
...
Okay, so the WiFi adapter is live, and moOde (the underlying Linux actually) has tried for two minutes to associate with your LAN's AP with SSID XXXXX and whatever password you gave it, and failed.
Finally,
Code:
20231130 013149 worker: wlan0 AP mode activated (SSID XXXXXX)
20231130 013149 worker: wlan0 power save (Disabled)
20231130 013149 worker: IP addr (172.24.1.1)
20231130 013149 worker: Netmask (255.255.255.0)
20231130 013149 worker: Gateway (0.0.0.0)
20231130 013149 worker: Pri DNS (127.0.0.1)
20231130 013149 worker: Domain ()
Okay, so moOde has activated its own AP mode. The AP will have the SSID you assigned in the Network configuration. It will associate with WiFi clients if they present the correct credentials and assign them an address in the 172.24.1.x range, and the moOde WebUI will be accessible at 172.24.1.1 with the hostname assigned in the moOde configuration. The AP does not provide DNS service so you have to access it by IP address or by the mDNS artfice hostname.local
As an aside, generally it's not helpful to post only selected and redacted portions of the startup log when you're seeking assistance.
Regards,
Kent