Marvell of the USA have announced a sub $100 (projected sub $50!) computer built into a ‘power-brick’ or ‘wall wart’.

Bascially, the device is the size of a regular plug-in power adaptor and does just that; it plugs into the mains socket and runs. It’s power consumption is supposedly about 5 Watts.
- 1.2Ghz ARM CPU
- 512MB RAM
- 512MB Flash storage
- Gigabit wired ethernet
- USB 2.0 socket
- SDIO Expansion
Marvell already claim linux distributions to be running on the device and the possibilities for utilisation seem endless.
The $99 “development kit” is effectively a pre-release model and I’m really tempted to order one in to see what I can make of it.
Unfortunately, Slashdot got hold of this before I did so you will be able to see the Marvell SheevaPlug over at Linux Devices when their server stops smoking
You also be able to order the SheevaPlug devkit directly from Marvell
2 Comments »
I recently installed Ubuntu Linux 8.10 on a Compaq Presario 2100 laptop. Specifically, this model of the 2100 series has an intel Celeron mobile processor which nominally runs a 1.7Ghz.
Naturally, on a laptop you don’t want to be running you CPU at full-chat all the time as the fan can be noisy and the flesh on your legs may burn. By default, Ubuntu didn’t work out how to step down the speed of the CPU which is unusual.
I could swear that I’d had this laptop throttling it’s cpu frequency before and with a little brain wracking and internet searching, I [re]found the solution.
You need to activate the p4-clockmod module using the command sudo modprobe p4-clockmod. Once this is done, you can activate the Gnome panel cpu frequency applet (right-click panel>Add to panel>CPU Frequency Scaling Monitor)

You should now be able to choose a speed from 1.7Ghz down to 212Mhz from the list or select one of the automatic speed governors.
You still need to make sure that the kernel module is loaded every time at boot time. To do this, use sudo gedit /etc/modules and add the line p4-clockmod.
Now, every time your machine starts, the cpu governors will be activated and you’ll hopefully have a quieter and cooler experience.
1 Comment »