I'm a raspberry pi noob and have been trying to understand why NetworkManager is not accepting this profile whatsoever.
[connection]
id=namelol
UUID=12345678-abcd-1234-abcd-1234567890ab
type=wifi
interface-name=wlan0
autoconnect-priority=0
[wifi]
ssid=NAMELOL
mode=infrastructure
[ipv4]
method=auto
[ipv6]
addr-gen-mode=default
method=auto
[proxy]
[wifi-security]
key-mgmt=wpa-eap
eap=ttls
identity=your_username
password=your_password
phase2-auth=pap
When I change the wifi-security settings to anything else, it magically gets recognized. For example see below. Even removing the wifi-security thing works. Am I missing some value here? Have I wrongly entered some data?
[wifi-security]
key-mgmt=wpa-psk
psk=idklol
ETA: nmcli tool, version 1.42.4, Debian GNU/Linux 12 (bookworm)
invalid connection: 802-1x: 'wpa-eap' security requires '802-1x' setting presence
-voption?), the error messages, and the logs surrounding the failure. Within 5 minutes of the event, the terminal commandsudo journalctl --since="-5 minutes"will show system logs that cover the event. Readman journalctl. Each log message starts with a timestamp, the host that issued the log entry, the process name, the PID in[]of the issuer and a colon (:). Everything after the colon is a message from the programmer, intended to help the user understand the program's behavior. Readman logger.