Do you have a question about the tbs electronics TBS6909 and is the answer not in the manual?
Steps to install the TBS6909 PCI-e TV tuner card into your computer's slot.
Guidance on when and how to provide supplemental power to the tuner card for optimal operation.
Connecting satellite signal cables using various LNB types and input modes.
Instructions for configuring multiswitch systems with multiple satellite inputs and using dvblast for channel scanning.
Procedures for downloading the TBS6909 Windows driver and performing the initial installation.
Steps to manually update the device driver using Windows Device Manager if automatic installation fails.
How to confirm that the TBS6909 driver has been successfully installed on your Windows system.
Links to download essential player software and video guides for using the TBS6909 tuner card.
Critical warnings regarding proper handling, device detection, and preventing damage to the tuner card.
Commands to check for the device and prepare the Linux environment for driver installation.
Cloning necessary source files and installing build tools for the Linux driver.
Executing make commands to compile and install the open-source driver for the TBS6909 card.
Downloading and installing the required firmware files for the Linux driver to function correctly.
Confirming the successful installation of the Linux driver by checking system logs.
Connecting the satellite cable to the LNB as the initial step for signal reception.
Utilizing dvblast commands to scan and lock TV channels for DVB-S signals.
Utilizing dvblast commands to scan and lock TV channels for DVB-S2 signals.
Connecting the LNB, installing Tvheadend, and accessing its web interface.
Configuring network names and mux frequencies for signal scanning in Tvheadend.
Setting up TV adapters, selecting LNB ports, and mapping services to channels for viewing.
Configuring the tuner card for Unicable mode within the Tvheadend interface.
Steps to install Astra software and log into its web UI for configuration.
Setting up Astra adapters with correct satellite signal and frequency parameters.
Scanning for TV channels, selecting programs, and configuring stream output protocols in Astra.
Common questions and solutions related to installing and using the driver on Linux systems.
Addressing common issues users face with Windows drivers, including detection, performance, and OS compatibility.
The TBS6909 is a PCI Express TV tuner card designed to receive various digital TV signals, including DVB-S2 and DVB-S. This device allows users to switch between different digital TV signals, offering flexibility in TV reception.
Installing the TBS6909 involves a few straightforward steps. First, ensure the computer is powered off. Then, remove the computer cover and locate an available PCI-e slot. Remove the cover panel for the chosen PCI-e slot. Carefully insert the TBS6909 card into the PCI-e slot, ensuring it fits tightly. Secure the card bracket with a screw. Once the card is fixed, replace the computer cover.
For situations where the power from the PCI-e slot might be insufficient, especially when connecting to a large motor, the TBS6909 requires an extra power supply. This ensures stable operation and optimal performance.
Connecting the TV signal cable to the TV tuner card is crucial for reception. The TBS6909 is a powerful DVB-S/S2 octa tuner card, supporting multiple signal input configurations. There are three primary ways to input signals:
Multiswitch Mode (Mode 0):
Normal Mode (Mode 1):
/etc/modprobe.d/mxl58x.conf in the Linux system directory with the content options mxl58x mode=1. After saving, reboot the computer.Unicable Mode (Mode 2):
/etc/modprobe.d/mxl58x.conf with the content options mxl58x mode=2. Reboot the computer after saving.In scenarios where a multiswitch has more than one satellite input, the TBS6909 allows users to select the desired satellite by sending a DiSEqC command.
In this mode, if at least one of the inputs (0 to 3) has an active signal, all tuners can achieve a lock. For example:
dvblast. For DVB-S, the command would be dvblast -f 12538000 -s 41250000 -v 13 -a 0. This means the VH port selects satellite B, and the other seven tuners can receive the satellite B VH signal.dvblast. For DVB-S2, the command would be dvblast -f 11080000 -s 43200000 -v 18 -m psk_8 -a 0. This means the HL port selects satellite A, and the other seven tuners can receive the satellite A HL signal.For Windows users, installing the driver involves these steps:
tbs-6909 x86 or tbs-6909 x64), and copy the drive path.To enjoy satellite TV on a PC or record video, player software is required. The TBS6909 is compatible with various software, including TBSViewer, DVBDream, and ProgDVB.
For Linux users, the installation process involves command-line operations:
sudo -s and the Ubuntu default password to gain root access.# lspci -vvv | grep 6909.# mkdir tbsdriver.# apt-get install git to install the "git" package.# git clone https://github.com/tbsdtv/media_build.git# git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./media# make distclean to clean up the build environment.# make -j4 to compile the drivers.# make install to install the compiled drivers.tbs-tuner-firmwares_v1.0.tar.bz2 using wget http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2./lib/firmware/ directory using tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/.# dmesg | grep frontend.To get the latest source program, navigate to the "tbsdriver/media" directory and execute the following commands:
# cd media# git remote update# git pull# cd ../media_build# git remote update# git pull# make# sudo make install# rebootdvblast -f 12538000 -s 41250000 -v 13 -a 0 (for Tuner 0). Adjust -a for other tuners (1-7).dvblast -f 12660000 -s 45000000 -v 13 -m psk_8 -a 0 (for Tuner 0). Adjust -a for other tuners (1-7).dvblast -f 11080000 -s 43200000 -v 18 -m psk_8 -a 0 (for Tuner 0).tvheadend -C.192.168.8.30:9981) to log into the Tvheadend configuration web UI.192.168.8.30:8010) to log into the Astra configuration web UI.| Operating System Support | Windows, Linux |
|---|---|
| Power Consumption | 15W |
| Tuner Type | DVB-S2 |
| Input Frequency Range | 950-2150 MHz |
| Modulation | QPSK, 8PSK |
| Interface | PCIe |
| Input Connector | F-Type |
Loading...