apt-get update
apt-get upgrade
rpi-update
to get my wi-fi working. Everything worked out as planned. Wi-fi enabled and working.
This week I got my camera module for the pi. Followed instructions but
apt-get update -------- gave errors on adresses
apt-get upgrade -------- would not update three programs
rpi-update ------- address error and refused to work
So I tried
I have also donepi@raspberrypi ~ $ /opt/vc/bin/vcgencmd version
Apr 18 2013 02:23:00
Copyright (c) 2012 Broadcom
version 384972 (release)
pi@raspberrypi ~ $ sudo raspi-config
Err http://archive.raspberrypi.org wheezy Release.gpg
Could not resolve 'archive.raspberrypi.org'
Err http://mirrordirector.raspbian.org wheezy Release.gpg
Could not resolve 'mirrordirector.raspbian.org'
Reading package lists... Done
W: Failed to fetch http://mirrordirector.raspbian.org/rasp ... elease.gpg Could not resolve 'mirrordirector.raspbian.org'
W: Failed to fetch http://archive.raspberrypi.org/debian/d ... elease.gpg Could not resolve 'archive.raspberrypi.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
raspi-config is already the newest version.
The following packages were automatically installed and are no longer required:
gir1.2-glib-2.0 libgirepository-1.0-1 python-dbus python-dbus-dev python-gi
python-gobject
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Sleeping 5 seconds before reloading raspi-config
pi@raspberrypi ~ $
apt-get -y --fix-missing dist-upgrade
which ran and did some updates. Then I tried again with all the above commands but with no luck.
Can anyone tell me what is wrong.