P R O D U C T S

 

 Stino MPEG4 STB

 

 Media Adaptor

 

 Kiosk

 

 Set Top Box

H O W    T O

 

Remote Control Linux Program

 

MPEG4 Playback

 

VBI Tuner Program

 

3rd LED Program

 

AUX_IN Audio

 

Disk On Chip

 

MPEG Video

 

PXE (6086)

 

PXE (3036)

 

PXE Server

 

PXE Server Fix

 

RedHat Installation

WORKSHOP & TIPS

 

Remote Boot (XPE)

 A R T I C L E

 

IPSec Router

 

Light Station

 

DIY MP3 Player

 

 Linux Palm Key

 

 VOD White Paper

 R E F E R E N C E
D E S I G N

 

VIP6086N
Advanced digital VOD client based on VIA C3 667MHz

 

RG100
Residential Gateway for SOHO and home use

 

RouterLinux 1.1
based on 100% open source OS to full feature router

Aux-In Audio Programming (Linux)
3036N Model w/ Sigma MPEG2 decoder (STBVOD3036N)
Courtesy of Greg Temkin

I had problems trying to compile the alsa-geode package with all modules (the default configuration), it could be the problem with the version of gcc compiler that we are using, so I tried to compile it only with geode support (./configure -- with-cards geode.). It worked but it is missing some of the support modules (unfortunately I don't remember the names). So, I had to look at which symbols could not be resolved when loading the driver, find the module that contains them (most of them were in alsa-geode-1.02/kernel/directory), compile the missing modules manually (cd kernel; make../modules/<missing module>.o), copy the new compiled modules into /lib/modules/<version>/misc (or run make install) and try modprobe snd-card-geode until it get successfully loaded.

Good lucks!

Greg Temkin (gt@null-t.org)