a.golbin
New Member
- My Satellite Setup
- Stat 25.5
Computer: Ubuntu 24.04 Server
DV Card: TBS6904SE
- My Location
- Iran
Hello all,
I have successfully compiled the deeptho/linux_media drivers for the TBS6904SE card on Ubuntu Server 24.04 (kernel 6.8.0-71-generic) with the m88rs6060 demodulator (firmware version 30). All /dev/dvb/adapter[0–19] directories are detected for my 5 number of TBS6904SE cards, and dmesg confirms proper I2C communication and firmware loading. Compilation on Ubuntu 22.04 and 20.04 failed due to kernel incompatibilities.
System setup:
The problem:
I am unable to scan a known transponder (11045 MHz, SR 27500, H pol, DVB-S2) on Eshail-2 using two-level DiSEqC (1.1 position 2 + 1.0 position 3) via neumo-blindscan, even though this setup works fine on a standalone satellite receiver.
Example command:
I have tried all possible values for --uncommitted and --committed with no success.
dmesg shows DiSEqC commands being sent (e.g., e0 10 39 f2, e0 10 38 fe), but the scan times out with partial lock (reg08=0x47, stat=0x23) and finds no channels.
Limitations observed:
My questions:
Thanks in advance for any guidance.
I have successfully compiled the deeptho/linux_media drivers for the TBS6904SE card on Ubuntu Server 24.04 (kernel 6.8.0-71-generic) with the m88rs6060 demodulator (firmware version 30). All /dev/dvb/adapter[0–19] directories are detected for my 5 number of TBS6904SE cards, and dmesg confirms proper I2C communication and firmware loading. Compilation on Ubuntu 22.04 and 20.04 failed due to kernel incompatibilities.
System setup:
- Server: HP DL580 G9, 2× Intel Xeon E7-8880 v4 @ 2.20 GHz, 32 GB RAM
- LNB: Universal (9750 / 10600 MHz)
- Satellite: Eshail-2 @ 26°E
The problem:
I am unable to scan a known transponder (11045 MHz, SR 27500, H pol, DVB-S2) on Eshail-2 using two-level DiSEqC (1.1 position 2 + 1.0 position 3) via neumo-blindscan, even though this setup works fine on a standalone satellite receiver.
Example command:
neumo-blindscan --adapter 16 --lnb-type 1 --diseqc UC --uncommitted 1 --committed 2 \
--start-freq 10970000 --end-freq 22000000 --step-freq 1000 --pol 3 --delsys DVBS2
I have tried all possible values for --uncommitted and --committed with no success.
dmesg shows DiSEqC commands being sent (e.g., e0 10 39 f2, e0 10 38 fe), but the scan times out with partial lock (reg08=0x47, stat=0x23) and finds no channels.
Limitations observed:
- dvbv5-scan fails (no two-level DiSEqC support).
- neumoDVB GUI installation blocked by dependency issues.
- neumo-blindscan has no direct --freq / --sr option for single-transponder scans.
My questions:
- Does the TBS6904SE fully support two-level DiSEqC (1.1 + 1.0) with deeptho drivers on kernel 6.8?
- Are there patches or driver settings to enable single-transponder scanning with neumo-blindscan?
- Any updated drivers or alternative scanning tools recommended for this setup?
Thanks in advance for any guidance.