so i have a usb adapter for ethernet dongle. i have my pc connected to ethernet that is built into it. how can i pass that conection out a usb via usb to ethernet adapter to my tv such that my tv can access the internet through my pc?
The usb adapter is irrelevant here just gets abstractized as network card and probably shows right away in ip link, i think the easiest way is to bridge that adapter to your main one https://wiki.archlinux.org/title/Network_bridge, cause a switch config or a separate dhcp server is darn complicated :)
ty. i'll have a gander and give it a good artix try.