05.03.2013 Views

RPi Easy SD Card Setup - eLinux.org

RPi Easy SD Card Setup - eLinux.org

RPi Easy SD Card Setup - eLinux.org

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Networking<br />

Ethernet connection is lost when a USB device is plugged in<br />

This is often caused by inadequate power. Use a good power supply and a good power<br />

cable. Some cheap cables that work with a cell phone, cannot fully power the R-Pi. Some<br />

USB devices require a lot of power (>100 mA), so they must be used with a powered<br />

USB hub. Some cheap USB hubs suck power from the Raspberry Pi even if a USB power<br />

supply is connected. (More often than not, however, the reverse is true with cheap<br />

hubs—the Pi draws just enough power backwards from the powered hub to<br />

unsuccessfully attempt booting.)<br />

There is an ongoing issue with the Ethernet connection being lost when low-speed<br />

devices, such as mice or keyboards are connected via a powered USB hub. The simplest<br />

way to solve this is to connect your mouse and keyboard directly into the 2 USB ports on<br />

the R-Pi (assuming they draw less than 100 mA apiece).<br />

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.

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

Saved successfully!

Ooh no, something went wrong!