Pci-tv-capture-card-lw-pcitv-fm-drivers

The kernel often misdetects the exact tuner. Create a configuration file:

sudo nano /etc/modprobe.d/saa7134.conf

Add this line (adjust based on your tuner model):

options saa7134 card=3 tuner=54

Common card IDs for LW-PCITV-FM:

Tuner IDs:

Your card is not just for TV. With functioning drivers, here are creative applications:

Since drivers are disappearing from the web, here are known good archives:

If you find an original CD, upload the driver folder (especially .inf and .sys files) to Archive.org to preserve it. pci-tv-capture-card-lw-pcitv-fm-drivers


The LW-PCITV cards are fully supported under the Linux kernel via the Video4Linux2 (V4L2) API.

If you want, I can:

(Invoking related search terms.)

If you use Linux, rejoice: The SAA7134 driver has been part of the mainline kernel since v2.6.12. For Ubuntu/Debian, simply ensure linux-modules-extra-$(uname -r) is installed. The card will appear as /dev/video0.

# Install TV viewing app
sudo apt install tvtime

This is the high-level interface exposed to applications.