[ubuntu-studio-users] Continuing problem with Ubuntu upgrade
Ralf Mardorf
ralf.mardorf at alice-dsl.net
Sun Feb 10 19:49:56 UTC 2019
On Sun, 10 Feb 2019 08:00:36 -0500, sciguy at vex.net wrote:
>It suggests "apt-get -f install". I tried this but it doesn't appear
>that networking is up.
For connecting by DHCP run
sudo dhcpcd $(basename $(ls -d /sys/class/net/enp?s0))
For establishing the Internet access via PPPoE run
sudo modprobe -v pppoe
sudo pppoeconf #if you already configured pppoe, you could skip this command
sudo ip link set $(basename $(ls -d /sys/class/net/enp?s0)) up #dunno if ip link is required
sudo pon || sudo pon dsl-provider
More information about the ubuntu-studio-users
mailing list