[HAT]
# Waveshare
dtoverlay=dwc2,dr_mode=hostmodule-load=dwc2,g_etherThis should return eth0 or enx...
interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
# static domain_name_servers=8.8.8.8or
interface enx00e04c3619ec
static ip_address=192.168.1.100/24
static routers=192.168.1.1
# static domain_name_servers=8.8.8.8sudo nano /etc/dhcpcd.conf
interface enx00e04c3619ec
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=8.8.8.8
metric 200
interface wlan0
metric 100restart to take effect sudo reboot