09.11.2012 Views

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Ethernet connects at 10M instead of 100M<br />

The LED in the corner of the board labelled "10M" is mislabeled. When that LED is on,<br />

the R-Pi is actually connected at 100 Mbps. You can confirm the true transfer rate using a<br />

network benchmark such as iperf. You can also read the current network speed with<br />

cat /sys/class/net/eth0/speed<br />

Cannot ssh in to Pi<br />

In the Debian image, ssh is disabled by default. Boot commands are taken from /boot/<br />

boot.rc if that file present. There is an example file named boot_enable_ssh.rc that<br />

enables ssh. So:<br />

sudo mv /boot/boot_enable_ssh.rc /boot/boot.rc<br />

and reboot should enable ssh. (password as below)<br />

Network/USB chip gets too hot to touch<br />

This is normal. In open air at 24 C, the LAN9512 Ethernet/USB chip reaches about 52 C<br />

after some time. This is too hot to touch for more than a few seconds, but it is not<br />

unusually hot for the chip.<br />

The LAN9512 data sheet (http://www.smsc.com/media/Downloads_Public/Data_Sheets/<br />

9512.pdf) in Table 4.1 on p.40 says it comes in two versions, rated for operation at an<br />

ambient temperature in still air (Ta) of 70 C (commercial) or 85 C (industrial). It uses 763<br />

mW at 3.3V with maximum traffic on 100baseT and both USB ports (Table 4.3.4, p. 42).<br />

There is a study of RasPi heat profiles by "Remy" at ¿Se calienta el ordenador <strong>Raspberry</strong><br />

Pi? Estudio de sus temperaturas en funcionamiento (http://www.geektopia.es/es/<br />

technology/2012/06/22/articulos/se-calienta-el-ordenador-raspberry-pi-estudio-de-sustemperaturas-en-funcionamiento.html)<br />

(Is the <strong>Raspberry</strong> Pi computer getting hot? A<br />

study of its operational temperature.) The Spanish article has numerous color<br />

temperature images of RasPi in various operational modes, with the highest LAN9512<br />

case temperature measured as 64.5 C.<br />

Networking no longer works when changing SD card between two<br />

<strong>Raspberry</strong> Pis<br />

In some distributions, /etc/udev/rules.d/70-persistent-net.rules remembers which MAC<br />

address is associated with eth0, so each new device will be assigned as a different<br />

interface (eth1, eth2, etc.) due to the different MAC addresses. Editing /etc/udev/rules.d/

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!