You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's been a while (again). I've been feeling better over the past few weeks.
10
-
Coincidentally, my Framework Desktop finally arrived. It's a cute lil machine
11
-
that I really love. Like any other machine I get my hands on (except macbooks
12
-
lol), I install NixOS in it!
9
+
Hi, it's been a while (again). I've been feeling better over the past few weeks. Coincidentally, my Framework Desktop finally arrived. It's a cute lil machine that I really love. Like any other machine I get my hands on (except macbooks lol), I install NixOS in it!
13
10
14
11
---
15
12
@@ -115,22 +112,22 @@ your SSID, and connect to it.
115
112
> add_network
116
113
0
117
114
<3>CTRL-EVENT-NETWORK-ADDED 0
118
-
> set_network 0 ssid "<YOUR_SSID_NAME_HERE>"
115
+
> set_network 0 ssid "YOUR_SSID_NAME_HERE"
119
116
OK
120
-
> set_network 0 psk "<YOUR_WIFI_PASSWORD_HERE>"
117
+
> set_network 0 psk "YOUR_WIFI_PASSWORD_HERE"
121
118
OK
122
119
> enable_network 0
123
120
OK
124
121
<3>CTRL-EVENT-SCAN-STARTED
125
122
<3>CTRL-EVENT-SCAN-RESULTS
126
123
<3>WPS-AP-AVAILABLE
127
-
<3>SME: Trying to authenticate with <MAC_ADDRESS> (SSID='<SSID_NAME' freq=5500 MHz)
128
-
<3>Associated with <MAC_ADDRESS>
124
+
<3>SME: Trying to authenticate with YOUR_ROUTER_MAC_ADDRESS (SSID='YOUR_SSID_NAME' freq=5500 MHz)
0 commit comments