NotOnlyTV LV3H
#1
New attempt to run the "NotOnlyTV LV3H" with XBMC live 13.
I explain my steps.

First:http://www.linuxtv.org/wiki/index.php/NotOnlyTV_LV3H
wget http://steventoth.net/linux/hvr1400/xc3028L-v36.fw
mv xc3028L-v36.fw /lib/firmware/xc3028-v27.fw
Once we have the firmware, now we need the options for the module to make it work properly:
nano /etc/modprobe.d/LV3H.conf
Now add the line:
options cx88xx card=81 tuner=71


1 Check that I have:
sudo lspci -n

04:01.0 0400: 14f1:8800 (rev 05)
04:01.1 0480: 14f1:8801 (rev 05)
04:01.2 0480: 14f1:8802 (rev 05)

In http://kmuto.jp/debian/hcl/, say:
14f18800 Si Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder cx8800 v2.6.25-
14f18801 Si Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] cx88-alsa v2.6.25-
14f18802 Si Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] cx8802 v2.6.25-

2º Load de kernel
I would say (I'm not knowledgeable in linux, I read from here and there) I work tuner.

Code:
sudo lsmod
Module                  Size  Used by
ir_lirc_codec          13021  0
lirc_dev               19980  1 ir_lirc_codec
nls_iso8859_1          12713  1
ufs                    74890  0
qnx4                   13317  0
hfsplus               107516  0
hfs                    54677  0
minix                  36140  0
ntfs                   97369  0
msdos                  17332  0
jfs                   181348  0
xfs                   912173  0
cfg80211              484040  0
autofs4                38674  1
nfsd                  280336  2
zl10353                17835  1
cx88_dvb               34393  0
auth_rpcgss            59338  1 nfsd
cx88_vp3054_i2c        12911  1 cx88_dvb
videobuf_dvb           14092  1 cx88_dvb
nfs_acl                12837  1 nfsd
dvb_core              121659  2 cx88_dvb,videobuf_dvb
gpio_ich               13476  0
ppdev                  17671  0
tuner_xc2028           31249  2
nfs                   236636  0
tuner                  27308  1
lockd                  93977  2 nfs,nfsd
snd_hda_codec_realtek    61438  1
sunrpc                284590  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
cx88_alsa              18359  0
cx8802                 18972  1 cx88_dvb
cx8800                 37892  0
snd_hda_intel          52355  1
cx88xx                 88508  4 cx88_dvb,cx88_alsa,cx8800,cx8802
vt6656_stage          193637  0
snd_hda_codec         192906  2 snd_hda_codec_realtek,snd_hda_intel
fscache                63988  1 nfs
btcx_risc              13640  4 cx88_alsa,cx8800,cx8802,cx88xx
tveeprom               21216  1 cx88xx
videobuf_dma_sg        19262  5 cx88_dvb,cx88_alsa,cx8800,cx8802,cx88xx
rc_core                28124  3 lirc_dev,ir_lirc_codec,cx88xx
snd_hwdep              13602  1 snd_hda_codec
v4l2_common            15681  3 tuner,cx8800,cx88xx
snd_pcm               102099  3 cx88_alsa,snd_hda_codec,snd_hda_intel
videobuf_core          26023  5 videobuf_dma_sg,videobuf_dvb,cx8800,cx8802,cx88xx
videodev              134688  5 tuner,cx88_alsa,cx8800,cx88xx,v4l2_common
snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
snd_seq_midi           13324  0
snd_seq_midi_event     14899  1 snd_seq_midi
snd_rawmidi            30144  1 snd_seq_midi
snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
lpc_ich                21080  0
dm_multipath           22873  0
snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
scsi_dh                14882  1 dm_multipath
snd_timer              29482  2 snd_pcm,snd_seq
serio_raw              13462  0
snd                    69238  13 snd_hda_codec_realtek,cx88_alsa,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
soundcore              12680  1 snd
mac_hid                13205  0
parport_pc             32701  1
lp                     17759  0
parport                42348  3 lp,ppdev,parport_pc
coretemp               13435  0
btrfs                 835954  0
xor                    21411  1 btrfs
raid6_pq               97812  1 btrfs
libcrc32c              12644  2 xfs,btrfs
dm_mirror              22135  0
dm_region_hash         20862  1 dm_mirror
dm_log                 18411  2 dm_region_hash,dm_mirror
hid_generic            12548  0
usbhid                 52570  0
hid                   106148  2 hid_generic,usbhid
usb_storage            62209  1
i915                  783703  3
r8169                  67581  0
mii                    13934  1 r8169
video                  19476  1 i915
i2c_algo_bit           13413  3 i915,cx88_vp3054_i2c,cx88xx
drm_kms_helper         53081  1 i915
drm                   303102  4 i915,drm_kms_helper

3º Now I'm going to spain xbmc tutorial to tune (http://xbmcspain.com/foro/topic-t72.html), we perform the "Main Setup" and reached the channel search miss it:

sudo apt-get install dvb-utils
[sudo] password for vicent:
Reading package lists ... Done
Building dependency tree
Reading state information ... Done
The dvb-utils package is not available but referred to by another package
him. This may mean that the package is missing, has been obsoleted, or is only
available from any other source
However, the following packages replace it:
   dvb-apps: dvb-apps i386

Install dvb-apps and scan...

ls -lR /dev/dvb
/dev/dvb:
total 0
drwxr-xr-x 2 root root 120 Jul 3 13:01 adapter0

/dev/dvb/adapter0:
total 0
crw-rw----+ 1 root video 212, 1 Jul 3 13:01 demux0
crw-rw----+ 1 root video 212, 2 Jul 3 13:01 dvr0
crw-rw----+ 1 root video 212, 0 Jul 3 13:01 frontend0
crw-rw----+ 1 root video 212, 3 Jul 3 13:01 net0

scan /usr/share/dvb/dvb-t/es-Valencia | tee channels.conf
Code:
scanning /usr/share/dvb/dvb-t/es-Valencia
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 490000000 0 2 9 3 1 3 0
initial transponder 746000000 0 2 9 3 1 3 0
initial transponder 762000000 0 2 9 3 1 3 0
initial transponder 770000000 0 2 9 3 1 3 0
initial transponder 834000000 0 2 9 3 1 3 0
initial transponder 842000000 0 2 9 3 1 3 0
initial transponder 850000000 0 2 9 3 1 3 0
initial transponder 858000000 0 2 9 3 1 3 0
>>> tune to: 490000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 490000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 746000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 746000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 762000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 762000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 770000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 770000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 834000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 834000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 842000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 842000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 850000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 850000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 858000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 858000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.


if I try w_scan

Code:
sudo w_scan -ft -c ES
[sudo] password for vicent:
w_scan version 20130331 (compiled for DVB API 5.10)
using settings for SPAIN
DVB aerial
DVB-T Europe
scan type TERRESTRIAL, channellist 4
output format vdr-2.0
WARNING: could not guess your codepage. Falling back to 'UTF-8'
output charset 'UTF-8', use -C <charset> to override
Info: using DVB adapter auto detection.
    /dev/dvb/adapter0/frontend0 -> TERRESTRIAL "Zarlink ZL10353 DVB-T": good :-)
Using TERRESTRIAL frontend (adapter /dev/dvb/adapter0/frontend0)
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.a
frontend 'Zarlink ZL10353 DVB-T' supports
INVERSION_AUTO
QAM_AUTO
TRANSMISSION_MODE_AUTO
GUARD_INTERVAL_AUTO
HIERARCHY_AUTO
FEC_AUTO
FREQ (174.00MHz ... 862.00MHz)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
Scanning 7MHz frequencies...
177500: (time: 00:00)
184500: (time: 00:21)
191500: (time: 00:43)
198500: (time: 01:04)
205500: (time: 01:25)
212500: (time: 01:47)
219500: (time: 02:08)
226500: (time: 02:29)
Scanning 8MHz frequencies...
474000: (time: 02:51)
482000: (time: 03:12)
490000: (time: 03:33)
498000: (time: 03:55)
506000: (time: 04:16)
514000: (time: 04:37)
522000: (time: 04:59)
530000: (time: 05:20)
538000: (time: 05:42)
546000: (time: 06:03)
554000: (time: 06:24)
562000: (time: 06:46)
570000: (time: 07:07)
578000: (time: 07:29)
586000: (time: 07:50)
594000: (time: 08:11)
602000: (time: 08:33)
610000: (time: 08:54)
618000: (time: 09:15)
626000: (time: 09:37)
634000: (time: 09:58)
642000: (time: 10:20)
650000: (time: 10:41)
658000: (time: 11:02)
666000: (time: 11:24)
674000: (time: 11:45)
682000: (time: 12:06)
690000: (time: 12:28)
698000: (time: 12:49)
706000: (time: 13:10)
714000: (time: 13:32)
722000: (time: 13:53)
730000: (time: 14:14)
738000: (time: 14:36)
746000: (time: 14:57)
754000: (time: 15:18)
762000: (time: 15:40)
770000: (time: 16:01)
778000: (time: 16:23)
786000: (time: 16:44)
794000: (time: 17:05)
802000: (time: 17:27)
810000: (time: 17:48)
818000: (time: 18:09)
826000: (time: 18:31)
834000: (time: 18:52)
842000: (time: 19:13)
850000: (time: 19:35)
858000: (time: 19:56)

ERROR: Sorry - i couldn't get any working frequency/transponder
Nothing to scan!!
Reply

Logout Mark Read Team Forum Stats Members Help
NotOnlyTV LV3H0