RHF2S308 Enable Wifi - helium-support/helium-miner-documentation GitHub Wiki
Allows the miner to connect to a Wifi network. For more detailed explanation see rhf2s308 experience
systemctl stop init_wifi
systemctl disable init_wifi
systemctl mask init_wifi
systemctl stop create_ap
systemctl disable create_ap
systemctl mask create_ap
systemctl stop wpa_supplicant
systemctl disable wpa_supplicant
systemctl mask wpa_supplicant
- Edit wpa_supplicant.conf
sudo vi /etc/wpa_supplicant/wpa_supplicant.conf- Type
ito start insert mode - Move your cursor to the end of the file using your arrow keys
- Type
network={ ssid="YOUR_WIFI_SSID" psk="YOUR_WIFI_SSID_PASSWORD" }- wpa_supplicant.conf example
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="MyHomeNetwork" psk="secure_password" } - Type
:wqto write and exit the editor - Reboot
sudo reboot - Once rebooted validate you are connected to your network by typing
ifconfig wlan0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.81 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe40::e1cd:faf0:64d1:7a19 prefixlen 64 scopeid 0x20<link>
ether 10:54:ef:1c:ca:31 txqueuelen 1000 (Ethernet)
RX packets 86968 bytes 67251038 (64.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 74219 bytes 11447660 (10.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0