diff options
author | bt <bt@web> | 2024-04-10 12:30:24 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-04-10 12:30:24 -0500 |
commit | e32c5f852ba342d8af1eafe764abe3625e36897c (patch) | |
tree | 9e751e7106a5829775df0097efe80b9c933af539 /wiki | |
parent | 34e89fb761eb82a73ada0fc20660420aec82c820 (diff) |
Diffstat (limited to 'wiki')
-rw-r--r-- | wiki/openbsd/installation.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wiki/openbsd/installation.mdwn b/wiki/openbsd/installation.mdwn index 98605ea..324f626 100644 --- a/wiki/openbsd/installation.mdwn +++ b/wiki/openbsd/installation.mdwn @@ -67,6 +67,8 @@ Simply run the command: `fw_update` To enable wifi on your device, run the following command (filling in the proper details where need be) + ifconfig iwn0 up + ifconfig iwn0 scan echo "join WIFI-NAME wpakey PASSPHRASE" >> /etc/hostname.iwn0 echo "dhcp" >> /etc/hostname.iwn0 echo "inet6 autoconf" >> /etc/hostname.iwn0 |