[9fans] How to setup wifi on raspberry pi 4

2021-08-10 Thread Олег Бахарев
I have Raspberry Pi 4B (1 Gb RAM) and how to run wifi (and setup wifi) on it ? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T3464a8c7bad3062a-Ma5977126b1ba0d38ddf8aceb Delivery options: https://9fans.topicbox.com/groups/9fans/subscript

Re: [9fans] How to setup wifi on raspberry pi 4

2021-08-10 Thread hiro
it seems you can insert it in one of these :P https://blue.kumparan.com/image/upload/fl_progressive,fl_lossy,c_fill,q_auto:best,w_1024/v1570694310/odslztpch4twsoteof8r.jpg On 8/10/21, Олег Бахарев wrote: > I have Raspberry Pi 4B (1 Gb RAM) and how to run wifi (and setup wifi) on > it ?

Re: [9fans] How to setup wifi on raspberry pi 4

2021-08-10 Thread Richard Miller
> I have Raspberry Pi 4B (1 Gb RAM) and how to run wifi (and setup wifi) on > it ? Assuming you're running with root fs on SD card, and no ethernet connected. Assume your wifi ssid is MYSSID and uses wpa2 authentication, and your wifi passwd is MYPASSWORD. In cmdline.txt on the DOS partition, ma

Re: [9fans] How to setup wifi on raspberry pi 4

2021-08-10 Thread a
An example of automating what Richard said: My system name is 'syrup' and my local SSID is 'Ranch'. I have a plain file, $home/lib/wpa/Ranch, which has the WPA password in it. Then in /cfg/syrup/termrc, I have this: bind -a '#l1' /net echo 'key proto=wpapsk essid=Ranch !password='^`{cat $home/lib

Re: [9fans] How to setup wifi on raspberry pi 4

2021-08-10 Thread Олег Бахарев
Thanks. Each of proposed variants works. there is a question of such a plan: if there is a usb wifi adapter, how can it be run in plan 9? ср, 11 авг. 2021 г., 8:14 : > An example of automating what Richard said: > > My system name is 'syrup' and my local SSID is 'Ranch'. I > have a plain file, $h