the install seem to be ok but I dont arrive to tune channel
linux version :
- Code: Select All Code
uname -a
Linux decodeur-sat 3.5.0-39-generic #60~precise1-Ubuntu SMP Wed Aug 14 15:38:41 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
I have follow this steps to intall drivers and tools scan - szap:
- sudo aptitude update
- sudo aptitude upgrade
- mkdir driver_tbs6985
- cd driver_tbs6985
- unzip tbs-linux-drivers_v130802.zip
- cd linux-tbs-drivers/
- tar xjvf linux-tbs-drivers.tar.bz2
- cd linux-tbs-drivers
- sudo ./v4l/tbs-x86_64.sh
- sudo make && sudo make install
- sudo shutdown -r now
- cd ..
- tar xjvf szap-s2.tar.bz2
- cd szap-s2
- sudo make
- sudo make install
- cd ..
- tar xjvf scan-s2.tar.bz2
- cd scan-s2
- sudo make
- sudo make install
after this in dmesg I see this :
- Code: Select All Code
dmesg | grep frontend
[ 2.675672] DVB: registering adapter 0 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 3.228796] DVB: registering adapter 1 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 3.780790] DVB: registering adapter 2 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 4.332797] DVB: registering adapter 3 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
- Code: Select All Code
dmesg > dmesg.log
https://dl.dropboxusercontent.com/u/108493444/dmesg.log
- Code: Select All Code
lspci -vvnn >> lspci_log
https://dl.dropboxusercontent.com/u/108493444/lspci_log
where I test with scan-s2 :
- Code: Select All Code
sudo scan-s2 -a 0 astra_scan-s2.conf
API major 5, minor 3
ERROR: Cannot open rotor configuration file 'rotor.conf'.
scanning astra_scan-s2.conf
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder DVB-S 10773000 H 22000000 5/6 35 QPSK
initial transponder DVB-S 11778000 V 27500000 3/4 35 QPSK
initial transponder DVB-S2 11362000 H 22000000 2/3 35 8PSK
----------------------------------> Using DVB-S
>>> tune to: 10773:hC56M2O35S0:S0.0W:22000:
DVB-S IF freq is 1023000
WARNING: >>> tuning failed!!!
>>> tune to: 10773:hC56M2O35S0:S0.0W:22000: (tuning failed)
DVB-S IF freq is 1023000
WARNING: >>> tuning failed!!!
----------------------------------> Using DVB-S
>>> tune to: 11778:vC34M2O35S0:S0.0W:27500:
DVB-S IF freq is 1178000
WARNING: >>> tuning failed!!!
>>> tune to: 11778:vC34M2O35S0:S0.0W:27500: (tuning failed)
DVB-S IF freq is 1178000
WARNING: >>> tuning failed!!!
----------------------------------> Using DVB-S2
>>> tune to: 11362:hC23M5O35S1:S0.0W:22000:
DVB-S IF freq is 1612000
WARNING: >>> tuning failed!!!
>>> tune to: 11362:hC23M5O35S1:S0.0W:22000: (tuning failed)
DVB-S IF freq is 1612000
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.
- Code: Select All Code
cat astra_scan-s2.conf
S1 10773000 H 22000000 5/6 35 QPSK
S1 11778000 V 27500000 3/4 35 QPSK
S2 11362000 H 22000000 2/3 35 8PSK
my kernel.log
- Code: Select All Code
sudo cat /var/log/kern.log > kernel.log
https://dl.dropboxusercontent.com/u/108493444/kernel.log
the goal is to se this card with tvheadend.
please someone can help me ?
thanks