#After setting up WiFi in virt-manager I now don't have wifi on the rest of my system
67 messages · Page 1 of 1 (latest)
does get-networks scan and then display the list?
I just can't load anything
ping a site
It's just stuck
I'm on my phone lol
Wifi works ?
Yep
This might be pretty stupid but maybe try connecting thru NetworkManager ?
nmtui or
nmcli c u wifiname
I very much think this is because of some conflict between ur wifi driver and virt-manager 's
Network manager is not running
systemctl start NetworkManager to start it temporarilly
Nmcli just gives me error unknown connection
do nmtui
its a module mismatch
module or whatever its called
do nmcli whats it show
simply nmcli
Wlan0 disconnected
Module not found it directory
maybe its modprobe wlan0 ?
Are you using broadcom wifi drivers ?
fixed ?
great.
Will be nice if you prepend [SOLVED] to the post title so people know.
nat should not even touch the regular network, apart from routing the traffic to it. I have my NAT bridge up and it doesn't touch the regular interfaces.
what's the default network i see?
maybe you passthroughed your wifi card by mistake in the VM config?
It should be easy, modprobe virbr1 to load it
modprobe -r virbr1 to unload
As for ur wifi card, assuming its device name is 'wl'
same thing
I don't think that's how interfaces work
or how modules...
virbr1 isn't a module, it's the name of a virtual NAT interface, you typically use the command ip to make/destroy those. and libvirtd does that automatically
Yes I'm don't really understand how modules work.
oh thanks
solvargi received a thank you cookie!
idts you are supposed to mess/edit those directly using ip anyways
probably use virsh or virt-manager to manage that interface being created and such
to check what driver is loaded on your wifi card, use lspci -v
nmcli | grep -i wifi | awk '{print $2}' works too yeah ?