The machine is working great except for the built-in Ethernet adapter, but I can live with the USB to Ethernet dongle.
Thanks for the GUI recommendations. I have made a note of them.
MacOSX is long gone on this machine. ifconfig is not on Debian, apparently.
But, below are other enumerations of the Ethernet setup. Would be nice to have the built-in working, but beggars...
172.16.99.227 04-69-f8-ec-83-23 <----- This is my USB to Ethernet adapter that is working.
joe@debian1:~$ sudo ifconfig
[sudo] password for joe:
sudo: ifconfig: command not found
joe@debian1:~$
joe@debian1:~$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enP1p3s15f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 00:0d:93:4a:42:d2 brd ff:ff:ff:ff:ff:ff
altname enx000d934a42d2
3: enx0469f8ec8323: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether 04:69:f8:ec:83:23 brd ff:ff:ff:ff:ff:ff
joe@debian1:~$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet
127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enP1p3s15f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 00:0d:93:4a:42:d2 brd ff:ff:ff:ff:ff:ff
altname enx000d934a42d2
3: enx0469f8ec8323: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 04:69:f8:ec:83:23 brd ff:ff:ff:ff:ff:ff
inet
172.16.99.227/24 brd 172.16.99.255 scope global dynamic noprefixroute enx0469f8ec8323
valid_lft 86253sec preferred_lft 86253sec
inet6 fe80::669:f8ff:feec:8323/64 scope link noprefixroute
valid_lft forever preferred_lft forever
joe@debian1:~$ nmcli device status
DEVICE TYPE STATE CONNECTION
enx0469f8ec8323 ethernet connected Wired connection 1
lo loopback connected (externally) lo
enP1p3s15f0 ethernet unavailable --
joe@debian1:~$
joe@debian1:~$ lspci | grep -i ethernet
0001:03:0f.0 Ethernet controller: Apple Inc. Shasta (Sun GEM)
joe@debian1:~$ netstat -ie