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.

General<br />

The time is incorrect<br />

If the clock is off by a series of hours, in the command line type:<br />

sudo dpkg-reconfigure tzdata<br />

The R-Pi has no real-time clock, so unless it can access a timeserver over the network at<br />

boot, or time is manually entered by the user, the time/date will restart counting from the<br />

last logged time in the previous session.<br />

A part broke off<br />

The silver cylinder near the microUSB power input is a 220 uF capacitor ("C6" on<br />

schematic). It sticks up and due to the small surface-mount pads, it is easy to break off;<br />

several people have done so. This is a power supply filter capacitor which reduces any<br />

noise and spikes on the input +5V power. If you like, you can solder it back on, or just<br />

leave it off. If you do solder it back on, take care to observe the correct polarity with the<br />

black stripe towards the board edge. This part, C6 is a "just in case" component which is<br />

good design practice to include, but as it turns out (http://www.raspberrypi.org/phpBB3/<br />

viewtopic.php?f=2&t=4926|) most power supplies still work OK without this part<br />

installed. This part is also discussed here (http://elinux.org/<br />

RPi_Hardware#Capacitor_C6) .<br />

Unable to install new software<br />

When trying to install a software package (using the command sudo apt-get install xxxx)<br />

you may see the error<br />

Package yyyy is not available<br />

This means that your software list is out of date. Before attempting to install software,<br />

you should always make sure that you are using the latest software list by using the<br />

command<br />

sudo apt-get update

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

Saved successfully!

Ooh no, something went wrong!