Hello, I use Fedora as my desktop computer, I installed VirtualBox, after rebooting my computer, it broke my wifi (I can’t have wifi anymore), I don’t have bluetooth also, text is also very zoomed out and the cursor is very slow, USB thetering also doesn’t seem to work.
Virtualbox installs its own network adapters (virtual bridge etc) but it should not break network connectivity.
Just a question: Do you really need Virtualbox?
Did you know you have KVM virtualization that is part of the linux kernel and is much more efficient than software-based virtualbox? You can install GUI for it and enjoy native virtualization (in this case uninstall virtualbox first):
I don’t. does it have some other name, as I can’t see anything even remotely close when listing all of the groups.
┌─🎩 lurcher ~
├─
└─➜ sudo dnf group install @virtualization 19:21 Mon 24-Nov
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
No match for argument: @virtualization
This is probably what broke things.
The safest way to be sure that VB will work on fedora is to install it from the rpmfusion repo and not directly from oracle.
I have never had a problem installing VB from rpmfusion but have seen several threads about problems when installed directly from oracle.
I suggest that you remove your current version of VirtualBox then disable that repo and reinstall it from rpmfusion.
sudo dnf remove VirtualBox should remove it for you.
Remove the file /etc/yum.repos.d/virtualbox.repo that you created
reboot should restore the internet. If not then ask specifically for assistance with that.
Then follow the instructions at rpmfusion to enable the rpmfusion-free repos, following which you can install VirtualBox from rpmfusion. sudo dnf install VirtualBox should now pull it from the rpmfusion-free-updates repo.
I would try booting without Secure Boot, to see if it fixes your apparent issues with kernel drivers (including wifi).
When VirtualBox is properly installed from rpmfusion, it can be made to work fine with Secure Boot. But obviously getting your internet access back is a prerequisite before you can achieve that.
According to your first post apparently you did have internet and something broke it when you installed VirtualBox.
This should be addressed in a new thread, and users here can probably assist in recovery