2010-07-29, 07:41
Cirion Wrote:It does say "backend client". That is not a server...
Sorry, my bad I'll keep my eyes open.
Cirion Wrote:It does say "backend client". That is not a server...
mudgee.garry Wrote:I have tvheadend working with my dvb-t and displaying free to air with epg. I have xbmc 1.9.11-karmic1 installed on 2nd ubuntu pc, i have then gone 'Programs' add source and added 'htsp://un:pw@ipaddress:9982' with name 'Tvheadend' and it seems to respond ok but when I go to 'Programs' 'Tvheadend' it lists:
Live channels
Tag: ABC
Tag: SC Media
Tag: SDTV
Tag: TV channels
but I get no channels or live TV. I'm new at this so any advice appreciated.
Thanks
Garry
tsint Wrote:Shouldn't you add tvheadend under Videos?
ads_german Wrote:Garry, those shoudl be virtual folders from memory, if you click on Live Channels, it should take you to the full channel listing. You can make your Tvheadend source take you straight there by changing the source to: htsp://user:pass@ipaddress:9982/tags/0 Cheers, Adam.
moontan77 Wrote:I have 6 tuners at the moment, and for example two of them are "STB0899 Multistandard", however if i reboot, sometimes these could be duplicated. So there would be 4 "STB0899 Multistandard". With the first two now not having a device path, while the two new ones would have a device path but would have no transponders.
Another problem is "STB0899 Multistandard" could be first in the list before reboot, but after reboot another tuner "Conexant CX24116/CX24118" could be first in the list.
Anyone have similar problems and know how to solve this?
sudo nano /etc/modprobe.d/options-dvb.conf
#DVB-C
options dvb_usb_dw2102 adapter_nr=0
#DMB-TH
options dvb_usb_cxusb adapter_nr=1
#DVB-S2
options dvb-usb-tbsqboxs2 adapter_nr=2
#DVB-T
options dvb_usb_dib0700 adapter_nr=3
gururu Wrote:Hi moontan77:
this can solve your 2rd problem, not sure for the 1st one:
put your hardware info in that file, starts form "0", then reboot. here's my config:Code:sudo nano /etc/modprobe.d/options-dvb.conf
Code:#DVB-C
options dvb_usb_dw2102 adapter_nr=0
#DMB-TH
options dvb_usb_cxusb adapter_nr=1
#DVB-S2
options dvb-usb-tbsqboxs2 adapter_nr=2
#DVB-T
options dvb_usb_dib0700 adapter_nr=3
the device name can be found by using "lsusb" or "lsmod" or something like that (sorry, I can't remember)
and, as you can see, all of my tuners are USB connections, so please note this config only works for those devices plugged and powered on(for DVB-S devices) before computer's booting. If you unplug and re-plug them after boot, that might couse a mass. (but internal cards were fine coz you cannot unplug them while your computer's running)
hope that helps, and sorry for my English.
John