Hi, so I’ve been using Bazzite as my primary driver for the past 8 months or so, and it seems to be unable to connect to my university wifi. My university uses both edu and Mschapv2 for it’s peap network, and I have been unable to connect to it after my wifi change.
I’ve followed the steps to help try to connect to wifi from these posts:
and I’ve followed a guide for using it from a friend of mine who used to use fedora 41 kinoite, but recently switched to arch. Heres his step by step guide:
-
Open up the openssl.conf file
In [provider_sect] add:
default = default_sect
legacy = legacy_sect
- Get those two sections as follows:
[default_sect]
activate = 1
Options = UnsafeLegacyRenegotiation
CipherString = DEFAULT@SECLEVEL=0
[legacy_sect]
activate = 1
Options = UnsafeLegacyRenegotiation
CipherString = DEFAULT@SECLEVEL=0
-
Save changes to /etc/ssl/openssl.cnf as root
-
nmcli if using Network Manager (which I think Fedora does use)
nmcli connection edit ttuNet (after you put in your credentials and connection settings in the GUI or whatever else (like NM connection editor)) -
set 802-1x.phase1-auth flags 32 (I was unable to do this step, and I don’t understand why)
-
save
-
activate [optional]
-
quit [if needed or 8 not done]
And none of these have seemingly worked. Am I just messing something up, or is this and issue with bazzite that’ll make me have to switch to a different distro?