Re: [vdr] Error compiling vdr-1.5.14 + Supported multiproto.
Hi, Have you done this Link auf compiler.h setzen cd /usr/local/src/dvb/linux/include/linux ln -s /usr/src/linux/include/linux/compiler.h compiler.h I got it from : http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2_-_Teil2:_DVB_Treib er also take a look at http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2 bye sp -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Albert Gall Verzonden: donderdag 13 maart 2008 19:34 Aan: vdr@linuxtv.org Onderwerp: [vdr] Error compiling vdr-1.5.14 + Supported multiproto. Hello list: The road in my Make.config is DVBDIR = /usr/local/src/multiproto/linux/ Is correct. Vdr not compile with the following errors : /usr/local/src/multiproto/linux//include/linux/dvb/video.h:27:28: error: linux/compiler.h: No such file or directory Any solution ? Albert ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Error compiling vdr-1.5.14 + Supported multiproto.
On Fri, Mar 14, 2008 at 08:43:46AM +0100, serge pecher wrote: > Hi, > > Have you done this > Link auf compiler.h setzen > > cd /usr/local/src/dvb/linux/include/linux > ln -s /usr/src/linux/include/linux/compiler.h compiler.h > > I got it from : > > http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2_-_Teil2:_DVB_Treib > er > > also take a look at > > http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2 > > bye > > sp > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Albert > Gall > Verzonden: donderdag 13 maart 2008 19:34 > Aan: vdr@linuxtv.org > Onderwerp: [vdr] Error compiling vdr-1.5.14 + Supported multiproto. > > Hello list: > > The road in my Make.config is DVBDIR = /usr/local/src/multiproto/linux/ > > Is correct. > > Vdr not compile with the following errors : > > > /usr/local/src/multiproto/linux//include/linux/dvb/video.h:27:28: error: > linux/compiler.h: No such file or directory > > > Any solution ? > > > Albert > > > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr Thanks serge pecher Now vdr compiles well until this point: g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS1\" -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DCONFDIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -DLOCDIR=\"./locale\" -I/usr/include/freetype2 -I/usr/local/src/multiproto/linux//include dvbdevice.c dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': dvbdevice.c:271: error: 'struct dvbfe_info' no tiene un miembro llamado 'delivery' dvbdevice.c:286: error: 'struct dvbfe_info' no tiene un miembro llamado 'delivery' dvbdevice.c:307: error: 'struct dvbfe_info' no tiene un miembro llamado 'delivery' make: *** [dvbdevice.o] Error 1 Any idea ? Albert ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Error compiling vdr-1.5.14 + Supported multiproto.
for last multiproto need last dvb-s2 patch for vdr see mail from Reinhard Nissl (10.03.2008) - Original Message - From: "Albert Gall" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 9:29 PM Subject: Re: [vdr] Error compiling vdr-1.5.14 + Supported multiproto. > On Fri, Mar 14, 2008 at 08:43:46AM +0100, serge pecher wrote: >> Hi, >> >> Have you done this >> Link auf compiler.h setzen >> >> cd /usr/local/src/dvb/linux/include/linux >> ln -s /usr/src/linux/include/linux/compiler.h compiler.h >> >> I got it from : >> >> http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2_-_Teil2:_DVB_Treib >> er >> >> also take a look at >> >> http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2 >> >> bye >> >> sp >> >> -Oorspronkelijk bericht- >> Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens >> Albert >> Gall >> Verzonden: donderdag 13 maart 2008 19:34 >> Aan: vdr@linuxtv.org >> Onderwerp: [vdr] Error compiling vdr-1.5.14 + Supported multiproto. >> >> Hello list: >> >> The road in my Make.config is DVBDIR = /usr/local/src/multiproto/linux/ >> >> Is correct. >> >> Vdr not compile with the following errors : >> >> >> /usr/local/src/multiproto/linux//include/linux/dvb/video.h:27:28: error: >> linux/compiler.h: No such file or directory >> >> >> Any solution ? >> >> >> Albert >> >> >> >> ___ >> vdr mailing list >> vdr@linuxtv.org >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr >> >> >> ___ >> vdr mailing list >> vdr@linuxtv.org >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > Thanks serge pecher > > Now vdr compiles well until this point: > > > g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD > -DLIRC_DEVICE=\"/dev/lircd\" > -DRCU_DEVICE=\"/dev/ttyS1\" > -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DCONFDIR=\"/video\" > -DPLUGINDIR=\"./PLUGINS/lib\" > -DLOCDIR=\"./locale\" > -I/usr/include/freetype2 -I/usr/local/src/multiproto/linux//include > dvbdevice.c > dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': > dvbdevice.c:271: error: 'struct dvbfe_info' no tiene un miembro llamado > 'delivery' > dvbdevice.c:286: error: 'struct dvbfe_info' no tiene un miembro llamado > 'delivery' > dvbdevice.c:307: error: 'struct dvbfe_info' no tiene un miembro llamado > 'delivery' > make: *** [dvbdevice.o] Error 1 > > > Any idea ? > > > Albert > > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Error compiling vdr-1.5.14 + Support ed multiproto.
> Now vdr compiles well until this point: > > > g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD > -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS1\" > -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DCONFDIR=\"/video\" > -DPLUGINDIR=\"./PLUGINS/lib\" -DLOCDIR=\"./locale\" > -I/usr/include/freetype2 -I/usr/local/src/multiproto/linux//include > dvbdevice.c > dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': > dvbdevice.c:271: error: 'struct dvbfe_info' no tiene un miembro llamado > 'delivery' > dvbdevice.c:286: error: 'struct dvbfe_info' no tiene un miembro llamado > 'delivery' > dvbdevice.c:307: error: 'struct dvbfe_info' no tiene un miembro llamado > 'delivery' > make: *** [dvbdevice.o] Error 1 > > > Any idea ? you need install this patch http://www.linuxtv.org/pipermail/vdr/attachments/20080309/dbc60894/attachment.bin Igor ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Problems with V1.3 FF Card and Film 4 Channel
On 03/11/08 18:06, Brian wrote: > ... > What is strangle is that although Filem 4 is on 10729, the message says: > > Mar 11 17:49:48 brian vdr: [6802] frontend 0 timed out while tuning to > channel 1183, tp 210729 <--- ??? > > Does that mean anything? Since there are satellites that have transponders on the same frequency on both H and V polarization, VDR precedes the frequency with a number indicating the polarization. Klaus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] Second Call For Papers - uxTV2008 - First International Conference on Designing Interactive User Experiences for TV and Video
Dear Colleagues, sorry for any cross-posting, but it's an interesting conference: SECOND CALL FOR PAPERS - March 3, 2008 uxTV2008 - First International Conference on Designing Interactive User Experiences for TV and Video October 22-24, 2008 in the Silicon Valley (San Francisco Bay Area) California, US http://uxtv2008.org CALL FOR PAPERS The uxTV 2008 conference brings together researchers and designers of interactive user experiences for TV and Video to learn and share in an academic conference. The Silicon Valley is home to top companies in new video and television technologies. Outstanding invited speakers, papers, tutorials, workshops, doctoral consortium talks and demos and will make uxTV 2008 the premier conference for designers and researchers in this field. INVITED SPEAKERS Jakob Nielsen, Nielsen Norman Group, US Elissa Lee, TiVo, US Gunthar Hartwig, YouTube, US Dale Herigstad, Schematic, US TOPICS OF INTEREST Submissions are invited on all aspects of interactive user experiences for TV and Video. This includes, but is not limited to: - Designing interactive TV - TV viewer research - Designing Internet video & Internet television websites - Video on demand - Personal video recording (DVR) - Mobile video & TV - Remote control design and research - Whole home DVR - IPTV, digital cable & satellite TV - Ethnographies and studies of TV and Internet video viewers - Advertising and revenue models - The sociology of interactive TV - User generated videos - User annotated content - Enhanced TV - The psychology of TV viewing - New interactive TV applications - The connected home and home media sharing - Personalised Interactive TV - Ambient media environments - Interactive storytelling, advertising, learning and e-commerce via TV and Video - Accessibility of Interactive TV and Video - Broadcast and broadband video integration SUBMISSIONS We are currently inviting the following types of submissions: - Long papers: Long papers of up to 10 pages on substantial research results. Accepted papers will be published in ACM digital library. - Short papers/posters: Short papers of up to 4 pages describing late- breaking findings, work-in-progress and burning-issues. Accepted short papers will published on the conference website and on the conference DVD. Accepted short papers will have corresponding posters displayed at the conference. - Tutorial proposals: Tutorials provide an opportunity for more experienced members of the uxTV community to share their knowledge in 2-hour classroom style sessions with up to 50 participants. - Workshop proposals: Workshops provide an opportunity to discuss specific uxTV topics in an informal atmosphere fostering collaboration and exchange. Workshops can include up to 50 participants. - Doctoral Consortium proposals: The Doctoral Consortium provides PhD students with a forum for expressing their research interests, comparing approaches with others and exploring ideas for the future of television. The consortium provides an excellent opportunity to share ideas, to connect with peers and to receive supportive feedback from members of the television community. - Demo proposals: We are interested in demonstrations of TV/Video related products, prototypes or concept illustrations (in interactive form preferred). Instructions for all submission types are provided on the conference website at http://uxtv2008.org KEY SUBMISSION DATES - Tutorial proposals - Deadline for submission March 31, 2008 - Notification of acceptance April 14, 2008 - Workshop proposals - Deadline for submission March 31, 2008 - Notification of acceptance April 14, 2008 - Long papers - Deadline for submission June 2, 2008 - Notification of acceptance June 30, 2008 - Final copy due July 28, 2008 - Doctoral Consortium proposal - Deadline for submission June 2, 2008 - Notification of acceptance June 30, 2008 - Short papers/Posters - Deadline for submission August 4, 2008 - Notification of acceptance September 1, 2008 - Final copy due September 15, 2008 - Demo proposals - Deadline for submission August 4, 2008 - Notification of acceptance August 25, 2008 ORGANIZING COMMITTEE General Chair: Michael J. Darnell, Microsoft TV, US Program Chairs: Judith Masthoff, University of Aberdeen, UK Sheri Panabaker, Windows Media Center, US Short Papers/Posters Chairs: Marc Sullivan, AT&T Labs, US Artur Lugmayr, Tampere University of Technology, Finland Tutorials/Workshops Chairs: Ken Chizinsky , Cisco, US Adriana Tavares, Schematic, US Doctoral Consortium Chair: Rich Gossweiler, Google, US Demos Chair: Linda Chan, Microsoft TV, US Entertainment/Promotion Chair: Elizabeth Harrington, Microsoft TV, US Website Chair: Noor Ali-Hasan, Microsoft TV, US Visual Designer: Laura Blanchard, Microsoft TV, US Conference Advisors: Bill Buxton, Microsoft Research, US Therese Solimeno, Microsoft TV