drivers/media/pci/netup_unidvb

NetUP Universal Dual DVB-CI PCIe capture cards

A PCI Express digital TV capture card family from NetUP (board revisions 1.3 and 1.4, PCI IDs 1b55:18f6 and 1b55:18f7) that provides dual DVB tuners with Common Interface slots for conditional-access modules, built around Sony demodulators and tuners. These boards are aimed at professional broadcast and IPTV headend use rather than home viewers, and date from the early-to-mid 2010s.

keep-annotate conf=0.53 deploy=low replacement=none subsystem=media category=media-camera-tv
53%

recommendation

Worth keeping but documenting as niche hardware. The NetUP Universal DVB cards are specialty professional gear with limited deployment today, but the driver still receives passive upstream maintenance (treewide cleanups in 2023 and a stable-tree API conversion as recently as October 2025) and there is no alternative driver covering the same boards. Confidence is moderate because broader mailing-list searches were inconclusive, so the niche status is inferred rather than proven.

repository signals

7 files
2,005 source lines
13 commits, 5y
+63 / −56 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 13 total · active in 10/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +16 −11 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +1 −1 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +10 −9 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 2 commits · +4 −3 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +24 −24 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +1 −1 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +3 −3 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −1 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kconfig identifies this as support for the NetUP PCI Express Universal DVB card, i.e. a board-specific PCIe DVB driver rather than a generic transport layer.

  2. cateee.net

    LKDDb maps CONFIG_DVB_NETUP_UNIDVB to NetUP Universal DVB card support and the board-specific PCI IDs 1b55:18f6 and 1b55:18f7.

  3. lore.kernel.org

    The driver was still touched by media treewide maintenance in late 2023, indicating it remains build-tested and not abandoned in-tree.

  4. lore.kernel.org

    The driver file was still included in a 5.15-stable treewide API conversion in October 2025, showing ongoing passive maintenance rather than active removal.

codex reasoning notes (technical)

Local exec_command inspection of the directory shows a board-specific PCIe DVB-CI driver for NetUP hardware revisions 1.3/1.4 using Sony demod/tuner frontends. lore_file_timeline on netup_unidvb_core.c returned only scattered treewide/stable touches through 2025 and no removal-thread evidence in the sampled history; a broader lore_regex query timed out, and lei was unavailable due local socket permission failure. Kernel Kconfig and LKDDb URLs are canonical recall used to anchor device identity/PCI IDs. Recommendation is keep-annotate: hardware looks legacy and niche with likely low present-day deployment, but there is still occasional upstream maintenance and no clear replacement driver for the same board.