I installed Solus 4 on my old notebook. I did it using wireless connection, now I don't have any possibility to use ethernet connection. I wanted to install Broadcom proprietary driver (through Wifi). I did it and it looks like the Internet is gone. Moreover, the system does not see any Wifi adapter nor other wireless networks. I uninstalled the driver but it didn't help. I tried installation/unistallation a few more times and it still doesn't help. What's wrong? Did I have to install Broadcom drivers through ethernet connection to have it working properly?
EDIT:
It looks like I actually did not uninstall Broadcom driver properly, it could be done only via terminal, not GUI manager. I tried to install it again and try
echo "install wl /sbin/modprobe cfg80211; /sbin/insmod /lib/modules/\$(/bin/uname -r)/kernel/drivers/net/wireless/wl.ko" | sudo tee /etc/modprobe.d/hackboot.conf
echo "wl" | sudo tee /etc/modules-load.d/wl.conf
which I found in another post but it stopped working again. I completely removed Broadcom proprietary driver(s) and it works using open source drivers. Am I missing something not using proprietary driver?