User Tools

Site Tools


cammos-rpi-displays

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cammos-rpi-displays [2015/04/09 18:06] – [Alternative to tab mix plus tab slideshow] snargcammos-rpi-displays [2015/05/26 11:28] – [Static IP instructions] snarg
Line 9: Line 9:
 ==== Change default password ==== ==== Change default password ====
 The default password for the "pi" user on Raspbian is "raspberry". Type the following to change it.<code>sudo passwd pi</code> The default password for the "pi" user on Raspbian is "raspberry". Type the following to change it.<code>sudo passwd pi</code>
 +
 +==== Change keyboard layout to US ====
 +  - Type this:<code>sudo nano /etc/default/keyboard</code>
 +  - Then find where it says<code>XKBLAYOUT=”gb”</code>
 +  - Change to<code>XKBLAYOUT=”us”</code>
 +  - Save and exit.
  
 ==== Static IP instructions==== ==== Static IP instructions====
Line 20: Line 26:
  
 iface eth0 inet static iface eth0 inet static
-address 10.106.228.231 #(Change to the IP you require)+#(Change to the IP you require) 
 +address 10.106.228.231
 gateway 10.106.224.250 gateway 10.106.224.250
 netmask 255.255.248.0 netmask 255.255.248.0
 network 10.106.228.0 network 10.106.228.0
-broadcast 10.106.228.255</code>+broadcast 10.106.231.255</code>
   - Save and exit nano.   - Save and exit nano.
-  - Restart new network configuration by typing the following:<code>sudo /etc/inet.d/networking restart</code>+  - Restart new network configuration by typing the following:<code>sudo /etc/init.d/networking restart</code>
  
 ==== SAMBA instructions:==== ==== SAMBA instructions:====
cammos-rpi-displays.txt · Last modified: 2015/06/22 11:57 by snarg