Code: Select all
===Original:
Measured floating point speed 233.92 million ops/sec
Measured integer speed 917.99 million ops/sec
=== with medium overclock
Measured floating point speed 315.36 million ops/sec
Measured integer speed 1209.8 million ops/secCode: Select all
[raspi]: uptime; perl freqtemp.pl
23:36:30 up 54 min, 2 users, load average: 1.04, 1.03, 0.97
CPU is at 900 MHz and at 53.0 CFor completeness it should be added in the description that wpa_gui should be performed at least once in LXDE (scanning, re-adding network).* Create a desktop icon for wpa_gui with `cp /usr/share/applications/wpa_gui.desktop ~/Desktop`
Only if you consider having your hair grow out to appropriately head-banging lengths and all your pants turning to Spandex a bad thing.pygmy_giant wrote:thanks - will anything bad happen if I turn it up to 11?
Code: Select all
sudo su
apt-get update
rpi-update
apt-get install raspi-config
reboot
Code: Select all
raspi-configCode: Select all
alias cpu="/opt/vc/bin/vcgencmd measure_temp && cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"Code: Select all
sudo nano /etc/bash.bashrcCode: Select all
#-------------------------#
# ALIASSES - CPUinfo #
#-------------------------#
alias cpu="/opt/vc/bin/vcgencmd measure_temp && cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"
Is there a location where I can put the "saved" wifi setup without actually doing it? Once I lose network, I am kinda stuck with a keyboard and no mouse to do startx to do the wpagui. Not sure if I can navigate without a mouse.asb wrote:Once you've done the wifi setup once, it's saved and will come back on reboot. WiFi Config is just a shortcut to wpagui (not the most friendly UI for wireless configuration, but we had problems with resource consumption with network-manager and wicd). wpa_cli would be an obvious alternative for you.Dweeber wrote: Is there a non-GUI version of the WiFi Config?
I use my RPi's primarily via SSH (HDMI, WiFi, NO Ethernet, Keyboard if necessary, No mouse) I almost never use startx. My experimental RPi with a breadboard etc... doesn't have a keyboard or monitor at all.
If WiFi is not working, I have to sit in a hard to work area with a keyboard in one hand typing using the other. I could VNC in, but if the network isn't setup, that is not possible.
Code: Select all
/etc/network/interfaces
/etc/wpa_supplicant/wpa_supplicant.confCode: Select all
...
#uncomment to overclock the arm. 700 MHz is the default.
arm_freq=800
# for more options see http://elinux.org/RPi_config.txt
#core_freq=300
#sdram_freq=300
over_voltage=6
Hooked up the hub, mouse... used StartX to setup the WiFi.... not nearly as easy as a simple cmd line command... In any case WiFi working.Dweeber wrote:Is there a location where I can put the "saved" wifi setup without actually doing it? Once I lose network, I am kinda stuck with a keyboard and no mouse to do startx to do the wpagui. Not sure if I can navigate without a mouse.asb wrote:Once you've done the wifi setup once, it's saved and will come back on reboot. WiFi Config is just a shortcut to wpagui (not the most friendly UI for wireless configuration, but we had problems with resource consumption with network-manager and wicd). wpa_cli would be an obvious alternative for you.Dweeber wrote: Is there a non-GUI version of the WiFi Config?
I use my RPi's primarily via SSH (HDMI, WiFi, NO Ethernet, Keyboard if necessary, No mouse) I almost never use startx. My experimental RPi with a breadboard etc... doesn't have a keyboard or monitor at all.
If WiFi is not working, I have to sit in a hard to work area with a keyboard in one hand typing using the other. I could VNC in, but if the network isn't setup, that is not possible.
BTW... I did create symbolic links toto the /boot directory so that if I have to, I can edit them when mounted in a windows box.Code: Select all
/etc/network/interfaces /etc/wpa_supplicant/wpa_supplicant.conf
Code: Select all
#core_freq=250
#over_voltage=0Code: Select all
CPU Info
Processor : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : swp half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2708
Revision : 0002
Serial : 000000004ca1####
--------------------------------------
VCGenCMD Version
Sep 18 2012 01:45:34
Copyright (c) 2012 Broadcom
version 337601 (release)
scaling_cur_freq
700000
temp=129.38'F (54.1'C)
MPG2=enabled
WVC1=enabled
Make sure you execute this after update n upgrade,sghazagh wrote:I have used "Apt-get update && apt-get upgrade" and everything went well but after reboot it is not coming up!
Please help
Code: Select all
sudo apt-get install raspberrypi* raspi-configI also seem to be getting these errors when I overclockFrank B wrote:Hi,
i'm having SD-Card problems again. The both previous raspbian-images worked perfect, with this image i get sd-card errors:
Tested with Sandisk Ultra 2GB II & Sandisk Class 4 4GB, Samsung Class 6 8 GBCode: Select all
[ 198.620419] mmc0: final write to SD card still running [ 208.648726] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 208.649888] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 219.733927] mmc0: final write to SD card still running [ 229.748701] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 229.749870] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 235.849829] mmc0: final write to SD card still running [ 245.868729] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 245.869895] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 247.573302] mmc0: final write to SD card still running [ 257.588712] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 257.589920] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 266.429275] mmc0: final write to SD card still running [ 276.448702] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 276.449877] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 287.235896] mmc0: final write to SD card still running [ 297.248701] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 297.249875] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900
Frank
Me to, overclock corrupts my SD card (config.txt edit's itself...). This issue was solved for a while but it seems to be back? Card= Transcend 8gb class 10outsider wrote:I also seem to be getting these errors when I overclockFrank B wrote:Hi,
i'm having SD-Card problems again. The both previous raspbian-images worked perfect, with this image i get sd-card errors:
Tested with Sandisk Ultra 2GB II & Sandisk Class 4 4GB, Samsung Class 6 8 GBCode: Select all
[ 198.620419] mmc0: final write to SD card still running [ 208.648726] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 208.649888] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 219.733927] mmc0: final write to SD card still running [ 229.748701] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 229.749870] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 235.849829] mmc0: final write to SD card still running [ 245.868729] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 245.869895] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 247.573302] mmc0: final write to SD card still running [ 257.588712] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 257.589920] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 266.429275] mmc0: final write to SD card still running [ 276.448702] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 276.449877] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 [ 287.235896] mmc0: final write to SD card still running [ 297.248701] mmc0: Timeout waiting for hardware interrupt - cmd12. [ 297.249875] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900
Frank
Thanks that's what I was thinking I didn't have much time to setup today just got them in the mail wish the berryboot would give more options it was a convenient way to install maybe need to make it clear as troubleshooting wheezy seems harder when there are 2 kernels out there with the same name.asb wrote:malakai: It's a harmless warning.
EDIT: at least the update-rc.d bit is. That isn't the right kernel though.

What memory split are you on?Dweeber wrote:However, lost the ability to play mp4's again. 2nd time an update has inexplicably caused this to happen. I can hear sound, but no picture. I can also hear it shuddering which it wasn't doing before the upgrade.

Is this from an updated older image, or a new intall?Ed Raket wrote:Me to, overclock corrupts my SD card (config.txt edit's itself...). This issue was solved for a while but it seems to be back? Card= Transcend 8gb class 10