Pci-tv-capture-card-lw-pcitv-fm-drivers → [ EXTENDED ]

Pci-tv-capture-card-lw-pcitv-fm-drivers → [ EXTENDED ]

Convert old VHS tapes, camcorder footage, or LaserDiscs using S-Video or composite input. Pair with VirtualDub (lossless capture using HuffYUV) or OBS Studio.

Here is a detailed breakdown of the capabilities exposed by a functional driver for this card:

sudo apt update
sudo apt install linux-modules-extra-$(uname -r)
sudo modprobe saa7134
sudo modprobe saa7134-alsa  # For audio via DMA

The LW-PCITV-FM is a Philips-based analog TV tuner card. "LW" typically refers to the manufacturer (often a generic Taiwanese OEM like LifeView or a rebranded FlyVideo card). The key specifications include: pci-tv-capture-card-lw-pcitv-fm-drivers

This is the high-level interface exposed to applications.


The kernel often misdetects the exact tuner. Create a configuration file: Convert old VHS tapes, camcorder footage, or LaserDiscs

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:

Scroll to Top