If the original multimedia center software package crashes on your retro PC rig, several open-source community utilities from that era offer superior stability:
sudo modprobe cx88xx sudo modprobe cx8800 # video sudo modprobe cx88_alsa # audio pcitvcapturecardlwpcitvfmdrivers
// Write to TEA5767 via I2C outb(0xC2, base + 0x08); // TEA5767 address outb(freq_high, base + 0x0C); outb(freq_low, base + 0x0C); If the original multimedia center software package crashes
The card=21 parameter matches the LightWave LW-PCITV specific configuration. You can also check other options in saa7134-cards.c . The LinuxTV V4L-DVB source code provides extensive support for many TV tuner cards, including those using the SAA713x chipset. base + 0x08)
The "LWPCI" fragment is the key mystery. It likely refers to: