Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't set up network by configuring wpa_supplicant manually #3

Open
johanvx opened this issue Oct 7, 2023 · 0 comments
Open

Don't set up network by configuring wpa_supplicant manually #3

johanvx opened this issue Oct 7, 2023 · 0 comments

Comments

@johanvx
Copy link
Owner

johanvx commented Oct 7, 2023

Now, connect to the Internet with `wpa_supplicant`. Note that `iwctl` and
`wpa_cli` suffice in general.
```
console:
# touch /etc/wpa_supplicant.conf
# vim /etc/wpa_supplicant.conf
/etc/wpa_supplicant.conf:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
update_config=1
network={
ssid="SSID"
key_mgmt=WPA-EAP
identity="identity"
password="password"
}
console:
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
# dhcpcd --background
```

Use nmcli or nmtui provided by NetworkManager instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant