> 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, make sure the command line
contains ether1=type=4330 and doesn't contain ipconfig=.

Then it goes like this:

term% cat /net/ipselftab
127.0.0.0                                    01 6b  
127.0.0.1                                    01 6u  
255.255.255.255                              01 6b  
127.255.255.255                              01 6b  
term% bind -a '#l1' /net
term% aux/wpa -2p -s MYSSID /net/ether1

!Adding key: essid=MYSSID proto=wpapsk
password: MYPASSWORD
term% ip/ipconfig ether /net/ether1
term% cat /net/ipselftab
192.168.23.0                                 01 6b  
127.0.0.0                                    01 6b  
127.0.0.1                                    01 6u  
192.168.23.110                               01 6u  
192.168.23.255                               01 6b  
255.255.255.255                              02 6b  
127.255.255.255                              01 6b  
term% ndb/dns -r
term% ip/ping www.google.com
sending 32 64 byte messages 1000 ms apart to icmp!www.google.com!1
1: rtt 119714 µs, avg rtt 119714 µs, ttl = 117
2: rtt 15776 µs, avg rtt 67745 µs, ttl = 117
3: rtt 12913 µs, avg rtt 49467 µs, ttl = 117
...


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T3464a8c7bad3062a-M12b5ad87e46b22c5f742ba6a
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to