From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Tue, 8 May 2018 14:41:42 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 9pi image update Topicbox-Message-UUID: d5b73d08-ead9-11e9-9d60-3106f5b1d025 > Do you have manual how to setup wifi in plan9? Make sure /n/c/config.txt includes 'ether1=type=4330' Then to join network with ssid ROUTER using wpa2, bind -a '#l1' /net aux/wpa -2p -s ROUTER /net/ether1 ip/ipconfig ether /net/ether1 You should be prompted for the network password when the network is associated. Look at /sys/src/9/bcm/bootwifi.rc for an example setup using wifi for the root fileserver. > Also does it suppot WPA2 > Enterprise ? I don't think so.