From 21ae09ada9d367994b3a00c14bce5836a806b899 Mon Sep 17 00:00:00 2001 From: nic Date: Mon, 5 May 2025 10:59:25 -0400 Subject: Auto from nzxt - Mon 05 May 2025 10:59:25 AM EDT --- cs/Gentoo/wpa_supplicant.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cs/Gentoo/wpa_supplicant.md (limited to 'cs/Gentoo/wpa_supplicant.md') diff --git a/cs/Gentoo/wpa_supplicant.md b/cs/Gentoo/wpa_supplicant.md new file mode 100644 index 0000000..2ba6ebd --- /dev/null +++ b/cs/Gentoo/wpa_supplicant.md @@ -0,0 +1,20 @@ +first figure out name of wifi device + +wlp2s0 + +vim /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf +>> +# Allow users in the 'wheel' group to control wpa_supplicant +ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel + +# Make this file writable for wpa_gui / wpa_cli +update_config=1 + +SYSTEMESD + +wpa_passphrase $NAME_WIFI $PASSWORD >> /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf + +sudo sh -c 'wpa_passphrase "SYSTEMESD" "4506550808" >> /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf' + + +wpa_supplicant -B -i wlp2s0 -c /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf -- cgit v1.2.3