fredag den 18. januar 2008

Internet radio

So I wanted audio for my Gumstix Verdex, but I've already used the expansion ports for other cards. So I got a USB sound "card", a Hercules Muse Pocket LT. It works out of the box with the snd-usb-audio kernel module, and I can now listen to internet radio with eg:
wget -O - http://some-mp3-stream-url | ./madplay - 

lørdag den 29. december 2007

Repository update

Got all my packages added to the git repository, which now contains:

apache-httpd
berkeleydb
cpio
curl
dropbear
git
mysql
openssh
php
popa3d
postfix
samba

torsdag den 20. december 2007

Razzle.dk got a little facelife

razzle.dk/ now has a few links to the git repository etc.

Git repository for Gumstix buildroot packages

I've added a public git repository for my buildroot packages: razzle.dk/git-php/git.php
Currently it contains the packages: curl, cpio and git.

tirsdag den 18. december 2007

GIT - second try

Ok, I was a little too fast the other day, because git did not quite work. I missed that it depends on find (NOT the busybox version), cpio (which I had to add to the buildroot) and perl (microperl works fine). But now it works, as does git-php in a slightly altered version: razzle.dk/git-php/git.php. Nothing much to see yet, but I'll add my gumstix buildroot packages in the "near" future.

onsdag den 12. december 2007

File system crash

Doh! Forgot to unmount my CF card with a ext2 root file system when I rebooted, and forgot to fsck the filesystem before I remounted it. This lead to severe file system corruption. Got it fsck'ed but a lot of files where corrupted :-(
Have now switched to ext3 to prevent that to happen in the future!

tirsdag den 11. december 2007

GIT too

Got GIT compiling & working too :-)