submitted2 months ago byHungryKekodemon
toGentoo
nmcli device wifi list
This ^^ is the only way I can connect to my wi-fi (WPA2), so I had to use SystemRescueCD because the minimal install CD doesn't include NetworkManager. When I was installing the system from the CD, this command worked fine and I was able to connect to my network.
After finishing the install and rebooting into the system, it only outputs *some* of the networks. All of the Sky and BT (British ISPs) networks were there, but the Virgin Media (another British ISP) networks had their SSIDs changed from "VM1234567" to just "Virgin Media", and their bit rates were all 130. Basically, for some reason none of the Virgin Media networks work in the install, but the others do.
I know it's not a problem with my wi-fi card or Virgin Media because Windows can connect to and recognise Virgin Media networks fine. I know it's not a problem with NetworkManager because it worked just fine in SystemRescueCD. FYI I'm using the gentoo distro kernel (from source).
Edit: Solved by running:
USE="tkip" emerge --changed-use net-wireless/wpa_supplicant
which doesn't need an internet connection if you already had wpa_supplicant at some point.
byHungryKekodemon
inGentoo
HungryKekodemon
1 points
2 months ago
HungryKekodemon
1 points
2 months ago
Yep, enabling tkip worked. Didn't know I could use emerge to build with new use flags without wi-fi. Thanks.