From: Job Snijders Subject: fix faq/faq4 wifi only? To: tech@openbsd.org Date: Mon, 23 Dec 2024 21:18:39 +0000 Seems fw_update(8)'s -p option does something different than what's needed in this example. how about this? Index: faq/faq4.html =================================================================== RCS file: /cvs/www/faq/faq4.html,v diff -u -p -r1.559 faq4.html --- faq/faq4.html 7 Oct 2024 14:20:31 -0000 1.559 +++ faq/faq4.html 23 Dec 2024 21:11:45 -0000 @@ -507,7 +507,11 @@ This example uses firmware for an # vnconfig install76.img vnd0 # mount /dev/vnd0a /mnt -# fw_update -Fv -p /mnt iwm +# cd /mnt +# fw_update -Fv iwm +Get/Verify iwm-firmware-20240410.tgz ... installed. +fw_update: add iwm; update none +# cd / # umount /mnt # vnconfig -u vnd0