chip:firststeps
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chip:firststeps [2016/08/07 18:44] – [Connect to wifi] rlunaro | chip:firststeps [2018/03/31 09:53] (current) – removed rlunaro | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== First Steps with Next Thing CHIP ====== | ||
- | |||
- | I've installed the commandline only configuration, | ||
- | |||
- | ====== Login and change default password ====== | ||
- | |||
- | Default username and password: | ||
- | |||
- | < | ||
- | username: chip | ||
- | password: chip | ||
- | </ | ||
- | |||
- | The first thing I did is change the default password for the '' | ||
- | |||
- | < | ||
- | $ passwd chip | ||
- | $ sudo su | ||
- | $ passwd | ||
- | </ | ||
- | |||
- | ====== Connect to wifi ====== | ||
- | |||
- | I want to make an static, permanent wifi connection. To do so, I've copied the configuration of my raspberry pi, but with a new IP. | ||
- | |||
- | I've started by editing a new wlan1 file: | ||
- | |||
- | < | ||
- | $ sudo vi / | ||
- | </ | ||
- | |||
- | And added the following configuration: | ||
- | |||
- | < | ||
- | # | ||
- | # Wifi configuration | ||
- | # | ||
- | |||
- | auto wlan1 | ||
- | allow-hotplug wlan1 | ||
- | iface wlan1 inet static | ||
- | address 192.168.0.XXXX | ||
- | network 192.168.0.XXXX | ||
- | netmask 255.255.255.0 | ||
- | gateway 192.168.0.XXXX | ||
- | wpa-ssid | ||
- | wpa-psk | ||
- | dns-domain | ||
- | dns-nameservers 8.8.8.8, 8.8.4.4 | ||
- | |||
- | </ | ||
- | |||
- | |||
- | I've selected the dns nameservers of google, but you can configure whatever you want. | ||
- | |||
- | |||
- | |||
- | |||
- | |||
chip/firststeps.1470595473.txt.gz · Last modified: 2022/12/02 21:02 (external edit)