Ok, got it working, sorry for the SPAM!<br><br>apt-get update<br>apt-get upgrade<br>sudo /opt/vc/bin/vcgencmd measure_temp<br><br>Matt<br><br><div class="gmail_quote">On Wed, Sep 19, 2012 at 10:33 PM, Matthew Campbell <span dir="ltr"><<a href="mailto:dvdmatt@gmail.com" target="_blank">dvdmatt@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Update: I was able to set the overclocking settings.<br>% sudo apt-get update<br>% sudo apt-get install raspi-config<br>
% sudo raspi-config<br>...<br><br>Unfortunately the commands to report on CPU temperature are not working so something's still missing.<br>
% sudo vcgemcmd measure_temp<br>[sudo] password: <br>error=1 error_msg="Command not registered"<br><br>Matt<div class="HOEnZb"><div class="h5"><br><br clear="all"><div class="gmail_quote">On Wed, Sep 19, 2012 at 10:29 PM, Matthew Campbell <span dir="ltr"><<a href="mailto:dvdmatt@gmail.com" target="_blank">dvdmatt@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks James.<br><br>Unfortunately my Pis were already configured to that standard so no help there.  I have re-flashed a SD card with the September 18 release so I'm going to re-try with that.<br>

<br>I looked through the firmware update postings and saw an awful lot of 'bricked my Pi' postings.  I don't think I'm going to do that at this point.<br>
<br>I have been working on my install and config notes, you can find them at<br>
<br><a href="http://mattswiki.seilcampbells.com/index.php5?title=Install_Raspberry_Pi" target="_blank">http://mattswiki.seilcampbells.com/index.php5?title=Install_Raspberry_Pi</a><br>and<br><a href="http://mattswiki.seilcampbells.com/index.php5?title=Configure_the_Wheezy_Pi_OS" target="_blank">http://mattswiki.seilcampbells.com/index.php5?title=Configure_the_Wheezy_Pi_OS</a><br>



<br>See you all at the meeting tomorrow evening!<br><br>Matt<div><div><br><br><div class="gmail_quote">On Wed, Sep 19, 2012 at 9:34 PM, James McDuffie <span dir="ltr"><<a href="mailto:mcduffie@pitfall.org" target="_blank">mcduffie@pitfall.org</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also one more thing that I forgot. Check that you have:<br>
/etc/apt/sources.list.d/raspi.<u></u>list<br>
<br>
If not add this to it:<br>
deb <a href="http://archive.raspberrypi.org/debian/" target="_blank">http://archive.raspberrypi.<u></u>org/debian/</a> wheezy main<br>
<br>
This gives you access to the <a href="http://raspberrypi.org" target="_blank">raspberrypi.org</a> specific packages such as raspberrypi*, raspi-config.<br>
<br>
apt-get will complain about an untrusted source until you add the public key for <a href="http://raspberrypi.org" target="_blank">raspberrypi.org</a>:<br>
wget <a href="http://archive.raspberrypi.org/debian/raspberrypi.gpg.key" target="_blank">http://archive.raspberrypi.<u></u>org/debian/raspberrypi.gpg.key</a> -O - | sudo apt-key add -<div><div><br>

<br>
On 09/19/2012 09:18 PM, James McDuffie wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You probably do not have to reflash. Looking at the latest wheezy image<br>
from <a href="http://raspberrypi.org" target="_blank">raspberrypi.org</a> I see that /etc/apt/sources.list has:<br>
<br>
deb <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank">http://mirrordirector.<u></u>raspbian.org/raspbian/</a> wheezy main contrib<br>
non-free rpi<br>
<br>
If your already using a wheezy based image you could make your<br>
sources.list consistent with that and then try the apt-get dist-update<br>
route. If anything your probably just missing the "contrib" and "rpi"<br>
package locations.<br>
<br>
I was using a Raspbian image from before the official <a href="http://raspberrypi.org" target="_blank">raspberrypi.org</a><br>
one and doing this did not blow up my Pi. Yet.<br>
<br>
Clicking through from the blog post I sent earlier:<br>
<a href="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=17788&p=176847" target="_blank">http://www.raspberrypi.org/<u></u>phpBB3/viewtopic.php?f=66&t=<u></u>17788&p=176847</a><br>
<br>
You can see instructions on how to update the firmware:<br>
sudo apt-get update && sudo apt-get install raspberrypi* raspi-config<br>
<br>
<br>
On 09/19/2012 08:16 PM, Matthew Campbell wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Oooh, on further reading I want that update.  My WiFi dongles aren't<br>
happy with the August kernel (goes into a tight kernel loop in the USB<br>
driver).  I guess I'm going to have to re-flash my OS image with<br>
September's code drop and try again.<br>
<br>
Matt<br>
<br>
On Wed, Sep 19, 2012 at 8:10 PM, Matthew Campbell <<a href="mailto:dvdmatt@gmail.com" target="_blank">dvdmatt@gmail.com</a><br>
<mailto:<a href="mailto:dvdmatt@gmail.com" target="_blank">dvdmatt@gmail.com</a>>> wrote:<br>
<br>
    Urm.  Nice, but the command produced:<br>
    The following packages have been kept back:<br>
       alsa-base<br>
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br>
<br>
    Either I already had the update from August or there is another<br>
    dependency.  As this post is dated today this does not compute.<br>
<br>
    Matt<br>
<br>
    On Wed, Sep 19, 2012 at 2:22 PM, James McDuffie<br>
    <<a href="mailto:mcduffie@pitfall.org" target="_blank">mcduffie@pitfall.org</a> <mailto:<a href="mailto:mcduffie@pitfall.org" target="_blank">mcduffie@pitfall.org</a>>> wrote:<br>
<br>
        If you have a Raspberry Pi and you are using the wheezy image<br>
        from their website, you can now get a 50% speed increase just by<br>
        running apt-get upgrade.<br>
<br>
        "Introducing turbo mode: up to 50% more performance for free"<br>
        <a href="http://www.raspberrypi.org/__archives/2008" target="_blank">http://www.raspberrypi.org/__<u></u>archives/2008</a><br>
        <<a href="http://www.raspberrypi.org/archives/2008" target="_blank">http://www.raspberrypi.org/<u></u>archives/2008</a>><br>
<br>
<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>