02-21-2021, 02:18 PM
(This post was last modified: 03-10-2021, 12:18 PM by JuanEsf.
Edit Reason: fix command
)
My way to get connection to the internet and to pinecube is to enter by serial and enter the following commands:
uci show network
uci set network.lan.proto='dhcp'
uci commit
service network reload
ifconfig
take note of the address, you can install luci with the following:
opkg update && opkg install luci
uci show network
uci set network.lan.proto='dhcp'
uci commit
service network reload
ifconfig
take note of the address, you can install luci with the following:
opkg update && opkg install luci