Conversation
Notices
-
Embed this notice
:blobcatflower: (methyltheobromine@netzsphaere.xyz)'s status on Sunday, 28-Apr-2024 23:07:22 JST :blobcatflower: "wifi on linux is easy" they said
"just enter your ssid and pw in wpa_supplicant dot conf" they said
:lainstress:- snacks likes this.
-
Embed this notice
snacks (snacks@netzsphaere.xyz)'s status on Sunday, 28-Apr-2024 23:07:20 JST snacks @lucy works for me as long as wpa supplicant is actually running -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 28-Apr-2024 23:25:58 JST 翠星石 @lucy You forgot to add GNU silly.
After you add GNU, it's as easy as adding to wpa_supplicant.conf;
network={
ssid="<SSID>"
psk="<psk>"
}
You can even become a wireless AP too with WPA2+WPA3 with;
network={
ssid="Freedom"
psk="<freedom presharedkeyfied>"
mode=2
ieee80211w=1 #optional 802.11w
wps_disabled=1
proto=RSN
key_mgmt=WPA-PSK WPA-PSK-SHA256 SAE
} -
Embed this notice
:marseyloadingneon: m0xEE :marseyloading: (m0xee@breloma.m0xee.net)'s status on Monday, 29-Apr-2024 00:41:52 JST :marseyloadingneon: m0xEE :marseyloading: @lucy @iska
Oh, you brobably don't have dhclient or dhcpcd running on that interface then — your distro usually provided a more clean way to do it, but you can always run it yourself with "dhclient interface" or "dhcpcd interface" — whatever your system has installed. You can find the name of the interface out with "ip l" — it's either just wlan0 or something really weird like wlp35s18.snacks likes this. -
Embed this notice
:blobcatflower: (methyltheobromine@netzsphaere.xyz)'s status on Monday, 29-Apr-2024 00:41:53 JST :blobcatflower: @m0xEE @iska i did that and it connects and i don't get any internet connection -
Embed this notice
:marseyloadingneon: m0xEE :marseyloading: (m0xee@breloma.m0xee.net)'s status on Monday, 29-Apr-2024 00:41:59 JST :marseyloadingneon: m0xEE :marseyloading: @iska @lucy
But it's quite literally "wpa_passphrase network passphrase > /etc/wpa_supplicant/wpa_supplicant.conf", what could possibly be easier? 😱
Unless you're using Radius or some other weird shit 🤪 -
Embed this notice
Iska (iska@catposter.club)'s status on Monday, 29-Apr-2024 00:42:05 JST Iska @lucy@netzsphaere.xyz just let your DE do the job for you :lain-sneed: