So, I tried a MMC install on a Samsung Chromebook. I can connect with menu-wifi and I can ping but no DNS resolution. Sounds like it is the problem with the two network controllers. ("https://archlinuxarm.org/forum/viewtopic.php?f=15&t=14188") but I don't know how to turn one off.
But here is the results from the three commands:
First: networkctl status
$this->bbcode_second_pass_code('', '
networkctl status
* State: routable
Address: 192.168.254.39 on mlan0
fe80::2202:afff:feef:ed6 on mlan0
Gateway: 192.168.254.254 (ARRIS Group, Inc.) on mlan0
')
Second: resolvectl status
$this->bbcode_second_pass_code('', '
resolvectl status
Global
LLMNR setting: yes
MulticastDNS setting: yes
DNSOverTLS setting: no
DNSSEC setting: allow-downgrade
DNSSEC supported: yes
Current DNS Server: 9.9.9.10
Fallback DNS Servers: 1.1.1.1
9.9.9.10
8.8.8.8
2606:4700:4700::1111
2620:fe::10
2001:4860:4860::8888
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test
Link 2 (mlan0)
Current Scopes: LLMNR/IPv4 LLMNR/IPv6
DefaultRoute setting: no
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: allow-downgrade
DNSSEC supported: yes
')
And Third: systemctl --all list-units | egrep "net|resol"
$this->bbcode_second_pass_code('', '
systemctl --all list-units | egrep "net|resol"
sys-devices-platform-soc-12230000.mmc-mmc_host-mmc2-mmc2:0001-mmc2:0001:1-net-mlan0.device loaded active plugged /sys/devices/platform/soc/12230000.mmc/mmc_host/mmc2/mmc2:0001/mmc2:0001:1/net/mlan0
sys-subsystem-net-devices-mlan0.device loaded active plugged /sys/subsystem/net/devices/mlan0
netctl.service loaded inactive dead (Re)store the netctl profile state
netctl@mlan0\x2dRothoff\x2dBasement_5G.service loaded active exited Networking for netctl profile mlan0-Rothoff-Basement_5G
systemd-networkd.service loaded active running Network Service
systemd-resolved.service loaded active running Network Name Resolution
system-netctl.slice loaded active active system-netctl.slice
systemd-networkd.socket loaded active running Network Service Netlink Socket
network-pre.target loaded inactive dead Network (Pre)
network.target loaded active active Network
')
Any help would be greatly appreciated. I have not had to use the command line in a long time. Thanks in advance.