Category Archives: Linux

Archos Radio: Better than expected

Happy New Year! Let’s hope 2010 sucks less than 2009 did.
I said last week I would be posting an mp3 of that week’s sermon if I could get my Archos 5 device working correctly. The result surpassed my best expectations of what I thought the FM radio accessory was capable of. The microphone is so [...]

ss, com_err, e2fsprogs-libs blocking

No doubt your wondering what to do about blocking packages in Gentoo. The latest example involves a new package called sys-libs/e2fsprogs-libs. It seems e2fsprogs-libs now includes functionality that was performed by sys-libs/ss, sys-libs/com_err, and sys-fs/e2fsprogs. The solution is to unmerge sys-libs/ss, sys-libs/com_err, and sys-fs/e2fsprogs then update like normal.

ebrake@scanner ~ $ emerge -pvuDN world

These are the [...]

Hardcore Kernel Literature

Previously, my hard core Linux kernel news has come from free sources like kerneltrap and kernelnewbies. When I started tracking the development kernel releases. I wanted more information about the changes coming and what it meant for my hardware. When kerneltrap is writing regular updates he provides pretty good information. kernelnewbies is another good source [...]

Simple rsync backup

One of my goals for running a dedicated home server was for backup purposes. I already have a Simpleshare NAS that works OK but if it fails my data is still lost. Unlike previous computers, the Shuttle PC K4500 is so quiet that I can run it 24/7. From the Shuttle PC, I can mount [...]

Critical Kernel Options

The Shuttle PC K4500 had a lot of unfamiliar hardware on it when I first bought it. The most critical part being the SATA drivers.
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
The pertinent option in menuconfig was to enable “Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA Support” in the SATA drivers [...]

Hardware haters

I’m not the only one with no luck handling hardware. Even Gentoo developers don’t like working with hardware.
Oh, how the hardware hates me. My poor Gentoo development box and primary desktop workstation has been suffering a long string of random lockups lately.[...]
Today I cleaned out the machine, getting rid of a fair amount of dust. [...]

lm_sensors for the Shuttle K4500

Moving right along, I installed lm_sensors and put the effort in to correct the readings I was getting. I wrote down the readings from my BIOS and matched up those with identical readings from lm_sensors. Then I stole the equations from the it8716 section of sensors.conf. In the end, I only have one sensor which [...]

Booting from USB

The Shuttle PC arrived today! At this moment, I’m doing the Gentoo install. The first issue I had to figure out was the exact sequence to make the machine boot from my usb key. Pressing Escape during post brings up a screen to change the first boot device.
LS120
Hard Disk
CD-ROM
ZIP100
USB-FDD
USB-ZIP
USB-CDROM
LAN
None these options worked, however. The correct [...]