Re: [vdr] No buttons in EnigmaNG
2007/12/17, Anders Sandell <[EMAIL PROTECTED]>: > Hi all, This is probably a pretty lame question, but anyway… I have installed VDR 1.5.11 on my redhat box with two Hauppauge Nexus S installed. I have also installed the EnigmaNG skin (complete with image files) but I cant see any of the red-yellow-green-blue buttons at the bottom of each OSD menu. Any ideas as of what to start with? Me too had this problems and it took me some time to realize I should play with the following settings, to fit OSD in the right way: Menu->Setup->OSD Left Top Width Height Hope it helps -- Carlos Javier Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Extrecmenu 0.13 fail to compile with vdr-1.5.6
On 9/23/07, Joerg Bornkessel <[EMAIL PROTECTED]> wrote: > > > I love Extrecmenu plugin, in fact I'll love to see all of its features > > on vanilla vdr. > Use this patch up from vdr-1.5.6 > > http://overlays.gentoo.org/proj/vdr/browser/vdr-1.5/media-plugins/vdr-extrecmenu/files/0.13/vdr-extrecmenu-0.13_vdr-1.5.4.diff > > But this is only a dirty compile fix, you will miss then all spezial > source included pixelfonts, like symbol for Rec etc. > For this you will get only a empty sqare :( > > I dont test the patch to replace the vdr original menu, we dont use it on > gentoo. > Thank you, I tested and it work just fine, I'll miss the symbols for now, but been available of moving recordings around and showing directories first, is something that make my very happy. Again thanks. -- Carlos Javier Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] Extrecmenu 0.13 fail to compile with vdr-1.5.6
I love Extrecmenu plugin, in fact I'll love to see all of its features on vanilla vdr. After upgrading to vdr-1.5.6(hooch patched version) it fail to compile: Plugin extrecmenu: make[1]: se ingresa al directorio `/home/cjavier/src/vdr-hooch/vdr-1.5.6/PLUGINS/src/extrecmenu-0.13' ccache g++-3.4 -g -O2 -Wall -Woverloaded-virtual -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"extrecmenu"' -I../../../include extrecmenu.c ccache g++-3.4 -g -O2 -Wall -Woverloaded-virtual -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"extrecmenu"' -I../../../include mymenurecordings.c mymenurecordings.c: In destructor `virtual myMenuRecordings::~myMenuRecordings()': mymenurecordings.c:407: error: no se encuentra una función coincidente para la llamada a `cFont::SetFont(eDvbFont)' ../../../include/vdr/font.h:51: nota: los candidatos son: static void cFont::SetFont(eDvbFont, const char*, int) mymenurecordings.c:409: error: no se encuentra una función coincidente para la llamada a `cFont::SetFont(eDvbFont)' ../../../include/vdr/font.h:51: nota: los candidatos son: static void cFont::SetFont(eDvbFont, const char*, int) make[1]: *** [mymenurecordings.o] Error 1 make[1]: se sale del directorio `/home/cjavier/src/vdr-hooch/vdr-1.5.6/PLUGINS/src/extrecmenu-0.13' Note: My system it is in spanish, if is important, a could try to generate a compile log with warnings and errors in english. The patch to substitute the vdr original menu, also fail. Any patch or any advice to get Extrecmenu working with a new vdr version? regards -- Carlos Javier Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Too many open files - error
On 2/20/07, Gavin Hamill <[EMAIL PROTECTED]> wrote: What hardware are you using? I mean, what driver is being used? Is it dvb-usb-dtt200u ? If so.. 'me too' :) I forget that, I'm using a Nexus card, this is my lspci output: 00:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01) And dmesg: ... [17307906.312000] saa7146: found saa7146 @ mem cec7c000 (revision 1, irq 209) (0x13c2,0x0003). [17307906.592000] DVB: registering new adapter (Technotrend/Hauppauge WinTV Nexus-S rev2.X). [17307906.92] dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app 80f22623 [17307906.92] dvb-ttpci: firmware @ card 0 supports CI link layer interface ... I also forget to say that I'm using xine plugin for output, I don't know is that has something to do, my nexus has the video output broken. http://www.linuxtv.org/pipermail/vdr/2006-June/009718.html Is funny, these mails were the only results google gave me, when I did a search a few days ago. On my systems the limits are: $ grep . /proc/sys/fs/file-* /proc/sys/fs/file-max:21190 /proc/sys/fs/file-nr:4320 0 21190 I never found a solution, so bought different hardware :) To bad, I can't do the same. thanks -- Carlos Javier Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Too many open files - error
On 2/19/07, Kartsa <[EMAIL PROTECTED]> wrote: I was about to test the performance of vdr when I stumbled on this message ERROR: /dev/dvb/adapter0/demux0: Too many open files I'm also having this error, only in my case, is not only related to recording, it also happens sometimes when just changing the channel: Feb 20 11:02:11 hera vdr: [1027] switching to channel 4 Feb 20 11:02:11 hera vdr: [2812] transfer thread ended (pid=1027, tid=2812) Feb 20 11:02:11 hera vdr: [2814] TS buffer on device 1 thread ended (pid=1027, tid=2814) Feb 20 11:02:11 hera vdr: [2813] buffer stats: 53204 (2%) used Feb 20 11:02:11 hera vdr: [2813] receiver on device 1 thread ended (pid=1027, tid=2813) Feb 20 11:02:11 hera vdr: [1027] buffer stats: 53580 (2%) used Feb 20 11:02:11 hera vdr: [1027] ERROR: can't open filter handle on '/dev/dvb/adapter0/demux0' Feb 20 11:02:11 hera vdr: [1027] ERROR: /dev/dvb/adapter0/demux0: Too many open files Feb 20 11:02:11 hera vdr: [1027] ERROR (dvbdevice.c,687): Too many open files Feb 20 11:02:11 hera vdr: [1027] ERROR: can't set PID 4386 on device 1 Feb 20 11:02:11 hera vdr: [1027] ERROR (dvbdevice.c,712): Bad file descriptor Feb 20 11:02:11 hera vdr: [2821] transfer thread started (pid=1027, tid=2821) When this happens, I have to keep changing channels until I get a lock and it is completly aleatory, to reproduce this error, I have to make several channel switching until it happens. My systems specs: Ubuntu Edgy, kernel 2.6.17(the one that comes with the distro), I'm also using the dvb driver that come with the distro kernels. vdr-1.4.4, the one pre-patched be hooch(www.hoochvdr.info). regards -- Carlos Javier Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] channels.conf problem
On 1/23/07, Markus Hahn <[EMAIL PROTECTED]> wrote: Am Dienstag, 23. Januar 2007 17:54 schrieb Torgeir Veimo: > please take this link: http://www.reelbox.org/software/source/vdr-plugins/vdr-reelchannelscan-0.4.0.tgz I had tested reelchannelscan-0.4.0 with Echostar 7(North American sat) and it didn't work, someone said to me, that it is because it only works with european sats, is it true?, is there any kind of debug information I can submit to you that can be helpfull? or with no garanty svn co svn://[EMAIL PROTECTED]/testing/src/vdr/vdr-plugins/src/channelscan-0.4.1 I'll test this svn version to see if it works. -- Carlos Javier Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] vdr-1.4.3-1.diff epg problems
2006/10/10, V Live <[EMAIL PROTECTED]>: Thank you for your effort. But the attached patch still did not fix the "no title" in the epg guide or yaepg plugin. But like I said before removing the eit.c patch from your vdr-1.4.3-1.diff and it works fine. Are you using vdr with DN and EIT patch for this network?, If you do, I think is important to remark, cause the problem maybe is that this patch is broken by the recent changes may in vdr source, so you should seek help from the author of the patch. regards Carlos Javier -- Carlos Javier Linux User #268006 Jabber: [EMAIL PROTECTED] Habana, CUBA ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr