I don't have any direct experience with mythbuntu, I use gentoo myself, and I'm very happy with it. Having said that, for mythtv questions, you might want to look around this forum
http://www.mythtvtalk.com/forum/ --- On Tue, 7/6/10, Joel Mayer <[email protected]> wrote: > From: Joel Mayer <[email protected]> > Subject: [pvrusb2] Is MythBuntu Any Good? > To: [email protected] > Date: Tuesday, July 6, 2010, 5:14 PM > Ladies and Gentlemen- > > I'm about to trash my SuSE Linux installation on the > grounds of > insufficient support for multimedia applications. Would > anyone > care to express an opinion about Mythbuntu? > > Is there a tutorial I can use to get my Hauppauge Win > TV-HVR- > 1950 recognized and up and running in Mythbuntu? I own a > one > year old HP Compaq lap top. > > thanks- > ----- Original Message ----- > From: [email protected]<mailto:[email protected]> > > To: [email protected]<mailto:[email protected]> > > Sent: Tuesday, July 06, 2010 1:00 PM > Subject: pvrusb2 Digest, Vol 59, Issue 1 > > > Send pvrusb2 mailing list submissions to > [email protected]<mailto:[email protected]> > > To subscribe or unsubscribe via the World Wide Web, > visit > > http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2<http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2> > or, via email, send a message with subject or body > 'help' to > [email protected]<mailto:[email protected]> > > You can reach the person managing the list at > [email protected]<mailto:[email protected]> > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of pvrusb2 digest..." > > > Today's Topics: > > 1. pvrusb2 with 2.6.35-rc4 > (devsk) > 2. Re: pvrusb2 with 2.6.35-rc4 > (Mike Isely) > > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 5 Jul 2010 12:33:02 -0700 (PDT) > From: devsk <[email protected]<mailto:[email protected]>> > Subject: [pvrusb2] pvrusb2 with 2.6.35-rc4 > To: pvrusb2 mythtv <[email protected]<mailto:[email protected]>> > Message-ID: > <[email protected]<mailto:[email protected]>> > Content-Type: text/plain; charset=us-ascii > > Mike, > > I was trying to build 2.6.35-rc4 for other reasons > but ran into this compile > error while building my usual out-of-kernel > modules: > > Any ideas? Any quick patches? > > CC [M] > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.o > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c: > In function > 'pvr2_v4l2_do_ioctl': > > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c:320: > error: incompatible > type for argument 2 of 'v4l2_prio_check' > include/media/v4l2-common.h:94: note: expected 'enum > v4l2_priority' but argument > is of type 'enum v4l2_priority *' > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c: > In function > 'pvr2_v4l2_release': > > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c:1217: > error: incompatible > type for argument 2 of 'v4l2_prio_close' > include/media/v4l2-common.h:92: note: expected 'enum > v4l2_priority' but argument > is of type 'enum v4l2_priority *' > make[2]: *** > [/usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.o] Error > 1 > make[1]: *** > [_module_/usr/src/pvrusb2-mci-20100425/driver] Error 2 > > BTW: How old (or new) is the in-kernel module? That > builds fine with the kernel. > How can that be? Are there patches in the in-kernel > version which are not in > 0425 version? > > Thanks, > -devsk > > > > > > ------------------------------ > > Message: 2 > Date: Tue, 6 Jul 2010 09:11:53 -0500 (CDT) > From: Mike Isely <[email protected]<mailto:[email protected]>> > Subject: Re: [pvrusb2] pvrusb2 with 2.6.35-rc4 > To: Communications nexus for pvrusb2 driver > <[email protected]<mailto:[email protected]>> > Message-ID: > <[email protected]<mailto:[email protected]>> > Content-Type: text/plain; charset=us-ascii > > > This is probably something dumb that I tracked > incorrectly. I am out of > town right now but I will examine and fix this as > soon as I'm back > (which should be about another day or so). > > -Mike > > > On Mon, 5 Jul 2010, devsk wrote: > > > Mike, > > > > I was trying to build 2.6.35-rc4 for other > reasons but ran into this compile > > error while building my usual out-of-kernel > modules: > > > > Any ideas? Any quick patches? > > > > CC [M] > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.o > > > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c: In > function > > 'pvr2_v4l2_do_ioctl': > > > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c:320: > error: incompatible > > type for argument 2 of 'v4l2_prio_check' > > include/media/v4l2-common.h:94: note: expected > 'enum v4l2_priority' but argument > > is of type 'enum v4l2_priority *' > > > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c: In > function > > 'pvr2_v4l2_release': > > > /usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.c:1217: > error: incompatible > > type for argument 2 of 'v4l2_prio_close' > > include/media/v4l2-common.h:92: note: expected > 'enum v4l2_priority' but argument > > is of type 'enum v4l2_priority *' > > make[2]: *** > [/usr/src/pvrusb2-mci-20100425/driver/pvrusb2-v4l2.o] Error > 1 > > make[1]: *** > [_module_/usr/src/pvrusb2-mci-20100425/driver] Error 2 > > > > BTW: How old (or new) is the in-kernel module? > That builds fine with the kernel. > > How can that be? Are there patches in the > in-kernel version which are not in > > 0425 version? > > > > Thanks, > > -devsk > > > > > > > > > > > _______________________________________________ > > pvrusb2 mailing list > > [email protected]<mailto:[email protected]> > > > http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2<http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2> > > > > -- > > Mike Isely > isely @ isely (dot) net > PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F5 C1 > E8 > > > ------------------------------ > > _______________________________________________ > pvrusb2 mailing list > [email protected]<mailto:[email protected]> > > http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2<http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2> > > > End of pvrusb2 Digest, Vol 59, Issue 1 > ************************************** > _______________________________________________ > pvrusb2 mailing list > [email protected] > http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2 > _______________________________________________ pvrusb2 mailing list [email protected] http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
