Recent issue that popped up after making some changes... When pc starts (or reboots) network adapter is instantly working from bios (lights flashing). As soon as Debian starts, light go out, no network at all. After googling and poking around a bit, I realized the only way to get the network working is to manually enable it from the command line at the pc using these commands:
sudo ip address add 192.168.1.4/24 dev enp3s0
sudo ip link set enp6s0 up
sudo ip route add default via 192.168.1.254
After these commands, the network is working normally until the machine reboots. It then starts all over again..
My system has been working fine for a couple of weeks now. This started recently after I tried installing the plugin called "openmediavault-wol 7.0.2" . I was trying to enable WOL but when I installed this plugin I was getting an error every time I tried to run it (sorry, I don't remember the error. It was a "software error" that popped up in a red banner on the screen in OMV). SO, I uninstalled the plugin and now it is gone. But it must have broken something because I am left with this problem.
Does anyone have any ideas how to revert back to the working state I had before or what may have gotten scrambled here?
Thanks!