The Via Epia M10000 with Nehemiah cpu 
Great stuff coming from via nowadays. I am experimenting with those via boards for a while now, and they are fun! Why buy a noisy, expensive 3Ghz intel or athlon, when all you need is a 600Mhz pc. On top of that, it does not need a fan, so it's completely silent.

Tutuut
One of the boards are build into a cubid case, which is about the size of a car radio. I am preparing this one to be used in the car. (the cubid has an external adapter on 12volts and an internal dc-dc converter into atx and disk voltage levels) This is the first epia project. It uses a M6000 epia board, and the thing is called tutuut. Main goal is a 160Gb car mp3 jukebox, but watching divx in the car would be nice too) Tutuut is currently running redhat8, but will be converted to gentoo or fedora core2 soon. Specs:
EPIA M6000 600Mhz cpu (fanless)
256Mb ram
160G seagate disc (seagate discs are very silent!)
Cubid 3688 case, 12volt input, dc-dc converter on board, fanless.
The cubid case does not support 3.5" harddiscs out of the box, but with a little effort it fits.



Montevideo
The other board is an epia M10000. It is build into a travla C137 case, which makes this a perfect fit as a tv-settopbox. A bit larger than the cubid case, but it supports one pci-slot with a pci-riser/corner card. The pci card in this case is a hauppauge pvr350, as this should be a linux-tivo box. It and has the option for a 3.5"harddisc standard (without drilling holes..) .
This machine is called montevideo, and is supposed to run mythtv (www.mythtv.org) , as this seems to be the best free tivo system at the moment. (in comparison with freevo, the other contender). The microsoft multimedia centre is not considered, as anything running on windows needs a 6Ghz processor to start with, and they cannot be bought as yet.

[ add comment ]   |  permalink  |  related link  |   ( 3 / 751 )
getting the gentoo live-cd to work 
The gentoo manuals are great, taking you step-by-step through the whole process. Following this, i first needed their live-cd for booting this old pentium 166mhz. So i burned the live-cd 2004.2 iso (the minimal one).

Watch out that you burn this one as an 'image', so do not create a cd with the iso file on it as this does not work: you need to have a bootable cd. I used nero with the 'burn image' menu option. Just select the iso file and go.

With the freshly made cd I tried booting the old pentium system. It did not boot. So, was the bios set correctly? yes: bootorder CDROM,A,C That was not the issue. Maybe the cdrom was too old and dusty.. after all, the system was 8 years old. So I installed another cdrom in the system. no luck, but I found out that a fedora or redhat boot cd DID boot! So there is something wrong with the gentoo disc, as it does not boot in older systems. I made 5 copies of the CD just to be sure, but none of them would boot the old machine.

UPDATE: I did a gentoo install using the fedora boot disk - just boot the fedora boot cd in 'rescue' mode and start installing gentoo the moment the bash prompt is shown. Googling for other gentoo installtion info, I found out that knoppix (linux-on-a-cd) is also a good way of starting the gentoo installation, and maybe toms bootroot (linux-on-a-floppy, http://www.toms.net/rb/) might work for the older (386 and like) pc's, although I did not try this (yet!).

UPDATE2: There is a new experimental minimal-cd available which fixes this problem.

[ add comment ]   |  permalink  |  related link  |   ( 3 / 840 )
Tired of redhad/fedora: The Gentoo case 
After using redhat for quite some years i decided to give gentoo (www.gentoo.org) a try. The main advantage is their impressive package system called 'portage'.

The drawback of the redhad distributions is that you always need the correct rpm if you want to install something, and at the end you always end up compiling it from source using a tarball because the right rpm (or srpm - source rpm) does not exist or is outdated or your redhat version is not recent enough / compatible or whatever.

I have tried to build mplayer on redhat 8 for instance. First i spend some time figuring out all the dependencies, then figuring out all versions that work (or not) together with mplayer, or with each other. It took me a few hours to get this all working, which is all wasted time. With gentoo, each application/package has a team of people (called the "herd") maintaining the installation scripts (the "ebuilds") of the package. Entering "emerge mplayer" on a gentoo system will do everything to generate an mplayer for you. When emerge is done, you can start using mplayer.

[ add comment ]   |  permalink  |  related link  |   ( 3 / 597 )

Back