I have problems con my tuner TBS8920. In windows (64 bits) work perfectly, in linux con kernel 3.1 (x86_64) no!!!. I download the last driver (linux-tbs-sources_111017) and compiled perfectly.. the card is detected by linux..
- Code: Select All Code
[temocles@GOKU ~]$ dmesg |grep cx
[ 10.237897] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
[ 10.237994] cx8800 0000:06:01.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 10.249891] cx88[0]: subsystem: 8920:8888, board: TBS 8920 DVB-S/S2 [card=72,autodetected], frontend(s): 1
[ 10.249896] cx88[0]: TV tuner type 4, Radio tuner type -1
[ 10.451389] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.9 loaded
[ 10.776793] input: cx88 IR (TBS 8920 DVB-S/S2) as /devices/pci0000:00/0000:00:1e.0/0000:06:01.0/rc/rc0/input6
[ 10.776955] rc0: cx88 IR (TBS 8920 DVB-S/S2) as /devices/pci0000:00/0000:00:1e.0/0000:06:01.0/rc/rc0
[ 10.777068] input: MCE IR Keyboard/Mouse (cx88xx) as /devices/virtual/input/input7
[ 10.777411] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx) registered at minor = 0
[ 10.777419] cx88[0]/0: found at 0000:06:01.0, rev: 5, irq: 19, latency: 32, mmio: 0xde000000
[ 10.777567] cx88[0]/0: registered device video1 [v4l2]
[ 10.777635] cx88[0]/0: registered device vbi1
[ 10.777663] cx88[0]/2: cx2388x 8802 Driver Manager
[ 10.777677] cx88-mpeg driver manager 0000:06:01.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 10.777686] cx88[0]/2: found at 0000:06:01.2, rev: 5, irq: 19, latency: 32, mmio: 0xdf000000
[ 10.952926] cx88/2: cx2388x dvb driver version 0.0.9 loaded
[ 10.952930] cx88/2: registering cx8802 driver, type: dvb access: shared
[ 10.952935] cx88[0]/2: subsystem: 8920:8888, board: TBS 8920 DVB-S/S2 [card=72]
[ 10.952938] cx88[0]/2: cx2388x based DVB/ATSC card
[ 10.952940] cx8802_alloc_frontends() allocating 1 frontend(s)
[ 11.146772] DVB: registering new adapter (cx88[0])
[11754.235027] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
[11754.779471] cx24116_firmware_ondemand: Waiting for firmware upload(2)...
[11759.928686] cx24116_load_firmware: FW version 1.23.86.1
[11759.928699] cx24116_firmware_ondemand: Firmware upload complete
- Code: Select All Code
[temocles@GOKU ~]$ uname -ra
Linux GOKU 3.1.0-4-ARCH #1 SMP PREEMPT Mon Nov 7 22:47:18 CET 2011 x86_64 Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz GenuineIntel GNU/Linux
With kaffeine
- Code: Select All Code
[temocles@GOKU ~]$ kaffeine(4618) DvbDevice::frontendEvent: tuning failed
kaffeine(4618) DvbDevice::frontendEvent: tuning failed
kaffeine(4618) DvbDevice::frontendEvent: tuning failed
with w_scan
- Code: Select All Code
[temocles@GOKU w_scan]$ w_scan -fs -l UNIVERSAL -I sat_old.conf
w_scan version 20111011 (compiled for DVB API 5.3)
parsing initial tuning data "sat_old.conf"..
transponder S f = 12020 kHz H SR = 30000 3/4 0,35 QPSK
transponder S f = 12040 kHz V SR = 30000 3/4 0,35 QPSK
frontend_type DVB-S, channellist 4
output format vdr-1.6
output charset 'UTF-8', use -C <charset> to override
Info: using DVB adapter auto detection.
/dev/dvb/adapter0/frontend0 -> DVB-S "Conexant CX24116/CX24118": very good :-))
Using DVB-S frontend (adapter /dev/dvb/adapter0/frontend0)
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.3
frontend 'Conexant CX24116/CX24118' supports
INVERSION_AUTO
DVB-S
DVB-S2
FREQ (0.95GHz ... 2.15GHz)
SRATE (1.000MBd ... 45.000MBd)
using LNB "UNIVERSAL"
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
updating transponder list..
S f = 12020 kHz H SR = 30000 3/4 0,35 QPSK: (time: 00:00) (time: 00:03)
S f = 12040 kHz V SR = 30000 3/4 0,35 QPSK: (time: 00:06) (time: 00:09)
tune to: S f = 12020 kHz H SR = 30000 3/4 0,35 QPSK (no signal)
(time: 00:11) ----------no signal----------
tune to: S f = 12020 kHz H SR = 30000 3/4 0,35 QPSK (no signal)
(time: 00:14) ----------no signal----------
tune to: S f = 12040 kHz V SR = 30000 3/4 0,35 QPSK (no signal)
(time: 00:16) ----------no signal----------
tune to: S f = 12040 kHz V SR = 30000 3/4 0,35 QPSK (no signal)
(time: 00:19) ----------no signal----------
ERROR: Sorry - i couldn't get any working frequency/transponder
Nothing to scan!!
is it drivers ?? or not.. my configuration in windows and linux it same (LNB, multiswitch, etc). Windows with dvdream perfect!!.. i need it for my new HTPC with Mythtv.. Some idea ?
Thanks.. in advance..... Regards.