drivers/media/usb/ttusb-budget

TechnoTrend/Hauppauge Nova-USB DVB satellite receivers

A family of early USB 1.1 digital satellite TV receivers sold by TechnoTrend and Hauppauge (notably the WinTV-Nova-USB and Nova-S USB) around the turn of the 2000s, targeting Windows 98/Me/2000/XP-era PCs. They let a desktop tune and record DVB-S satellite broadcasts before PCI and USB 2.0 tuners took over.

keep-annotate conf=0.81 deploy=low replacement=none subsystem=media category=media-camera-tv
81%

recommendation

Worth keeping but documenting its niche: the hardware has been off Hauppauge's catalog for many years and current deployments are minimal, but the driver still drew device-specific bug fixes in early 2026, so it is not abandoned. No other in-tree driver covers its USB IDs (0b48:1003/1004/1005), so removing it would simply orphan the few remaining users of these vintage satellite tuners.

repository signals

3 files
1,768 source lines
2 commits, 5y
+2 / −2 lines added / removed, 5y
2 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 2 total · active in 1/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 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. lore.kernel.org

    The driver still received a device-specific fix in January 2026, so it is not entirely abandoned upstream.

  2. lore.kernel.org

    Another device-specific validation fix was posted the same day in January 2026, indicating current bug-fix attention rather than removal.

  3. cateee.net

    LKDDb maps CONFIG_DVB_TTUSB_BUDGET to TechnoTrend/Hauppauge Nova-USB class devices and USB IDs 0b48:1003/1004/1005.

  4. hauppage.com

    The archived WinTV-NOVA-S USB product page describes an old USB DVB receiver targeting Windows 98/Me/2000/XP-era PCs, consistent with long-obsolete hardware.

  5. hauppauge.com

    Hauppauge's current support index lists modern TV tuner products, while the Nova-USB family is absent, supporting that it is no longer a current retail product line.

codex reasoning notes (technical)

Real USB media driver: local shell inspection of Kconfig/C source showed module entry points and USB IDs for TechnoTrend/Hauppauge Nova-USB budget devices. Upstream activity was checked with lore_file_timeline on the sole C file; it showed two device-specific linux-media patches on 2026-01-08 and no visible removal thread in that evidence, so removal would be premature. Deployment looks low because web search surfaced only an archived Nova-USB product page (Windows 98/Me/2000/XP-era requirements) and Hauppauge's current support/catalog pages no longer include this family as a current product. No single in-tree replacement driver covers the same USB IDs, so replacement_driver is null. URL provenance: lore URLs from lore_file_timeline; LKDDb and Hauppauge pages from web search.