Difference between revisions of "Raspberry Pi"
From Tech
Jump to navigationJump to searchLine 1: | Line 1: | ||
+ | * Initial user: pi, password: raspberry |
||
+ | * Enable ssh on boot: create file named 'ssh' on boot partition |
||
* First Raspberry Pi, MAC=b8:27:eb:f5:5e:0b |
* First Raspberry Pi, MAC=b8:27:eb:f5:5e:0b |
||
* Second: MAC=b8:27:eb:79:41:20 (hostname: tvu-s003) |
* Second: MAC=b8:27:eb:79:41:20 (hostname: tvu-s003) |
Revision as of 17:06, 15 March 2018
- Initial user: pi, password: raspberry
- Enable ssh on boot: create file named 'ssh' on boot partition
- First Raspberry Pi, MAC=b8:27:eb:f5:5e:0b
- Second: MAC=b8:27:eb:79:41:20 (hostname: tvu-s003)
To enable wlan0, as mentioned here in a comment:
<nowiki>cat > /etc/network/interfaces <<EOF
auto lo
iface lo inet loopback iface eth0 inet dhcp
auto wlan0 iface wlan0 inet dhcp wpa-ssid "SSID" wpa-psk "PASSWORD" EOF