Kodi Community Forum
[OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110)
+--- Thread: [OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! (/showthread.php?tid=51945)



- kuseman - 2010-04-16

Why use sasc-ng when tvheadend has built-in client for several card-servers?


- dedkus - 2010-04-16

kuseman Wrote:Why use sasc-ng when tvheadend has built-in client for several card-servers?
cryptoworks emm writes are not supported in tvheadend yet (I setup it for tests), moreover ccam seem to doesn't work with my usb cardreader with pl2303 chip so Capmd.connection is also not usable for me. I do not know other way yet. Correct me if I'm wrong, I'll welcome it.


- bmentink - 2010-04-16

bmentink Wrote:Hi Hopefully Andoma can help me here.

I am trying to setup tvheadend here in New zealand using the OptusD1 satellite.
Unfortunately it is not an option presented so I have to enter the multiplexes manually.

Can some one help with the settings? I don't know where to set the LNB frequency,
(it is 10750M for me) the "standard,enhanced etc" options for the LNB in the Satellite Config tab do not tell me anything ..
Also what is the "switchport" setting.

I obviously have things wrong, as when I put a transponder freq of 12483000 in, I get the following error:



Hope the author of this software is monitoring the list, or someone else can help.

Thanks,
B

Anyone? I would really like to get this going with XBMC


- moontan77 - 2010-04-16

post on the developers mailing list and he should see your query

http://mail.lonelycoder.com/pipermail/hts-devel/2010-April/thread.html


- -FX-RIDER- - 2010-04-17

Hi,
unfortunately I'm a total Linux noob... I'd tried to get TVheadend to work an my XBMCfreak liveCD Install. Could install it, but no adapter was choosable in the web frontend. Afterwards I've tried to install the v4l packages and the s2-liplian drivers. Still no possible choise in the web gui. TVheadend doesn't recognize my DVB-S2 budget card. I've got an Technotrend TT-1600-S2, which works perfectly in my HD VDR setup. Anyone an idea how i could fix the problem? Any logs needed? I'll try to provide them.


- bmentink - 2010-04-17

-FX-RIDER- Wrote:Hi,
unfortunately I'm a total Linux noob... I'd tried to get TVheadend to work an my XBMCfreak liveCD Install. Could install it, but no adapter was choosable in the web frontend. Afterwards I've tried to install the v4l packages and the s2-liplian drivers. Still no possible choise in the web gui. TVheadend doesn't recognize my DVB-S2 budget card. I've got an Technotrend TT-1600-S2, which works perfectly in my HD VDR setup. Anyone an idea how i could fix the problem? Any logs needed? I'll try to provide them.

I had to make sure I had the correct LNB type before my setup would work. (Under the "Satellite Setup" tab) In fact, I had to trawl through the code to see what frequency the LNB's were for the various names ... Standard, Circular .. etc

Edit: Oops did not read your post correctly, you are not even getting that far. Have you got any devices under /dev/adapter...?

Cheers,
B.


- petie74 - 2010-04-18

Did anyone find a solution to the No output from xmltv setup problems ito the xmltv grabber. I see theirs been previous posts but still no answer. Googled also but could not find solutions. This is my 3rd format and the previous grabbers work 100%. I still cannot and an entry to the xml source in the web gui


xmltv: No output from "/usr/bin/tv_grab_za"


- petie74 - 2010-04-18

Hi, never mind I got the answer after 2 days of fidling Smile

The conf file must be in /home/hts/.xmltv !! then all is good, No output problam and the EPG works.

So I did tv_grab_za --configure --config-file /home/hts/.xmltv/tv_grab_za.conf

Hope this helps someone!


- -FX-RIDER- - 2010-04-19

bmentink Wrote:Edit: Oops did not read your post correctly, you are not even getting that far. Have you got any devices under /dev/adapter...?

Hey bmentink,
I can see this folder
Code:
/dev/dvb/adapter0/
It contains these files (but all are 0 byte large):
Code:
demux0
dvr0
net0

with
Code:
lspci -vvv

I get:

Code:
01:05.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH Device 101c
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64 (3750ns min, 9500ns max)
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at faeffc00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: budget dvb
        Kernel modules: budget

with
Code:
dmesg | grep -i dvb

I get:
Code:
[    9.823289] saa7146: register extension 'budget dvb'.
[    9.823772] budget dvb 0000:01:05.0: PCI INT A -> Link[LNKB] -> GSI 16 (level, low) -> IRQ 16
[    9.823820] DVB: registering new adapter (TT-Budget S2-1600 PCI)
[   10.256734] DVB: Unable to find symbol stv090x_attach()
[   10.256930] IP: [<fa2e3785>] dvb_frontend_detach+0x5/0x70 [dvb_core]
[   10.257303] Modules linked in: snd_rawmidi snd_seq_midi_event snd_seq budget(+) snd_timer budget_core snd_seq_device saa7146 ttpci_eeprom snd soundcore dvb_core lp snd_page_alloc i2c_nforce2 nvidia(P) psmouse agpgart serio_raw shpchp parport usbhid video output r8169 mii
[   10.258687] EIP is at dvb_frontend_detach+0x5/0x70 [dvb_core]
[   10.260003] EIP: [<fa2e3785>] dvb_frontend_detach+0x5/0x70 [dvb_core] SS:ESP 0068:f6423d7c

Any ideas what's wrong? Is this perhaps the problem?
Code:
[   10.256734] DVB: Unable to find symbol stv090x_attach()



- uwinkelvos - 2010-04-19

-FX-RIDER- Wrote:
Code:
dmesg | grep -i dvb

I get:
Code:
[    9.823289] saa7146: register extension 'budget dvb'.
[    9.823772] budget dvb 0000:01:05.0: PCI INT A -> Link[LNKB] -> GSI 16 (level, low) -> IRQ 16
[    9.823820] DVB: registering new adapter (TT-Budget S2-1600 PCI)
[   10.256734] DVB: Unable to find symbol stv090x_attach()
[   10.256930] IP: [<fa2e3785>] dvb_frontend_detach+0x5/0x70 [dvb_core]
[   10.257303] Modules linked in: snd_rawmidi snd_seq_midi_event snd_seq budget(+) snd_timer budget_core snd_seq_device saa7146 ttpci_eeprom snd soundcore dvb_core lp snd_page_alloc i2c_nforce2 nvidia(P) psmouse agpgart serio_raw shpchp parport usbhid video output r8169 mii
[   10.258687] EIP is at dvb_frontend_detach+0x5/0x70 [dvb_core]
[   10.260003] EIP: [<fa2e3785>] dvb_frontend_detach+0x5/0x70 [dvb_core] SS:ESP 0068:f6423d7c

Any ideas what's wrong? Is this perhaps the problem?
Code:
[   10.256734] DVB: Unable to find symbol stv090x_attach()
Yep it is! And it is a kernel problem: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575207 http://linuxtv.org/hg/v4l-dvb/rev/f3f59eb960fb looks like one of the dvb frontend modules has not been build (correctly). Which distribution are you using? You should probably start looking/posting in theire respective forums.


- -FX-RIDER- - 2010-04-20

uwinkelvos Wrote:Yep it is! And it is a kernel problem: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575207 http://linuxtv.org/hg/v4l-dvb/rev/f3f59eb960fb looks like one of the dvb frontend modules has not been build (correctly). Which distribution are you using? You should probably start looking/posting in theire respective forums.

Hey thanks, I'm using XBMCfreak generic V4 LiveCD, build up on ubuntu 9.10.
I'll investigate this elsewhere... Thanks! Nerd

UPDATE:
I've got it fixed... thx for the advice. The problem was an error within driver compilation. Had to disable fireDTV support. Found this solution in the german vdr-portal.de forum



- xbmcuser2000 - 2010-04-21

Does anyone know a ppa to install the pvr-testing2 in lucid beta2?

I have tried with this but it only works for karmic.

https://launchpad.net/~gregor-fuis/+archive/xbmc-pvr


- Gujs - 2010-04-21

xbmcuser2000 Wrote:Does anyone know a ppa to install the pvr-testing2 in lucid beta2?

I have tried with this but it only works for karmic.

https://launchpad.net/~gregor-fuis/+archive/xbmc-pvr

I will try to publish xbmc for ubuntu lucid tomorrow.


- xbmcuser2000 - 2010-04-22

Gujs Wrote:I will try to publish xbmc for ubuntu lucid tomorrow.

Thank you very much.

Big Grin


- -FX-RIDER- - 2010-04-22

I'm using TVHeadend 2.11 on an Ubuntu Karmic 9.10 XBMC LiveCD (9.11 stable). I have some sound issues when watching LiveTV. On different ocassion and channels I get only a choppy sound output. My HTPC is connected over HDMI directly to my AVR. Where do I find the TVheadend logs to investigate the problem? Or does anybody have an idea what could be wrong?