What is happening is $sudo apt autoremove
is removing the drivers that are installed since they do not have a dependency. Temp fix is to place them on hold.
This is assumes the network is still up because apt autoremove
was not used. If it broke after running autoremove you will more than likely have better luck getting back up by laying down a fresh image.
$ sudo apt-mark hold r8125-dkms radxa-system-config-r8125-dkms
fred@rock5b:~$ sudo apt-get autoremove
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
The following packages will be REMOVED:
liba52-0.7.4 libdbus-glib-1-2 libdca0 libmodule-scandeps-perl r8125-dkms radxa-system-config-r8125-dkms
0 upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
After this operation, 1,604 kB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
fred@rock5b:~$ sudo apt-mark hold r8125-dkms radxa-system-config-r8125-dkms
[sudo] password for fred:
r8125-dkms set on hold.
radxa-system-config-r8125-dkms set on hold.
fred@rock5b:~$ sudo apt-get autoremove
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
The following packages will be REMOVED:
liba52-0.7.4 libdbus-glib-1-2 libdca0 libmodule-scandeps-perl
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 585 kB disk space will be freed.
Do you want to continue? [Y/n]