From e32c5f852ba342d8af1eafe764abe3625e36897c Mon Sep 17 00:00:00 2001 From: bt Date: Wed, 10 Apr 2024 12:30:24 -0500 Subject: --- wiki/openbsd/installation.mdwn | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf