[01:02] is GPU video decode (VPDAU) supposed to work OOTB? [01:04] I was able to get my atom/ion frontend to connect to my backend, and see live tv from my HDHR (but with an audio error...), but it was playing in slow motion [01:06] and my box got very hot - I suspect it was using the CPU to decode video [01:06] is there a way to tell if mythtv is using hardware decode? [02:12] nm, figured out that it wasn't enabled - works now [02:17] !help [02:17] !help For a complete list of my knowledge visit: http://www.baablogic.net/Zinn.cgi Other available commands: !status, !about, !bug [bug_number]. === DavidDuffey is now known as dduffey === XDS2010__ is now known as XDS2010 === hpeter_ is now known as hpeter === dahlSTROM|sleep is now known as dahlSTROM === hpeter_ is now known as hpeter === hpeter_ is now known as hpeter === dahlSTROM is now known as dahlSTROM|sleep === dahlSTROM|sleep is now known as dahlSTROM [16:23] I'm looking to setup up 2 frontend using mythbuntu and running a backend on my existing Debian 6 server. What mythtv version do I need to download for the backend? [16:25] stevie_man: you can try to run the exact same PPA if you want on the backend [16:25] i've not actually tried it [16:25] otherwise, you'll want to grab the source package from the PPA after you get the frontends installed and build it on debian [16:25] superm1: not sure what you mean by PPA [16:25] oh sorry. ok so some context [16:26] for mythbuntu we distribute daily builds in Ubuntu PPA's for anyone who wants to stay up to date on the -fixes branch [16:26] for example: http://launchpad.net/~mythbuntu/+archive/0.27/+packages [16:26] PPA is a personal package archive, just made to build one set of packages [16:27] you can add it as an apt source and then you'll pull packages from it. if you install mythbuntu on the frontends, the PPA's aren't enabled by default, but they're trivial to enable and then start getting those -fixes updates if you want [16:27] ah, ok no problem running the PPA on Debian? [16:27] well it might have some problems [16:27] i mean ubuntu is debian based, so there is a good chance it could work, but squeeze is a bit old [16:28] you might have to just grab the source package from the PPA (deb-src apt line) and build it on debian yourself using pbuilder/sbuild/dpkg-buildpackage etc [16:28] yah, it is but it has been solid so it's hard to justify an upgrade :) [16:28] ideally you want to have the exact same -fixes version on all the things you run mythtv on to prevent any protocol changes and to simplify debugging [16:30] the other alternative is to try to build using the debian packaging scripts we have in github at https://github.com/MythTV/packaging. they're mainly targeted at ubuntu right now, but if you want to try building with them we can try to help sort out any problems with debian builds [16:39] cool, so how do I go about getting this started. I just looked in the Debian sub dir and the readme.debian sounds like the info is for uploading [16:43] start out by cloning https://github.com/MythTV/packaging.git [16:43] and then checkout the branch of the mythtv version you want to use [16:43] which is probably fixes/0.27 [16:44] then try to build using ./debs/build-debs.sh [16:44] depending on what you have on your server will depend where it decides to blow up [16:49] alrighty lets see what damage I can do here === hpeter_ is now known as hpeter [16:53] this is the 2nd time I've used git. I've cloned the https://github.com/MythTV/packaging.git. I'm not sure how I check out the branch [16:54] no worries. "git checkout fixes/0.27" [16:54] it should tell you it switched to fixes/0.27 [16:55] ah I triend git pull [16:55] um one question. The mythbuntu live CD what ver does it run? [16:55] git pull is how you will pull "updates" to the packaging branch [16:56] it should run 0.25.2, but you'll want to update to 0.27 so that if there are problems upstream will be willing to help [16:56] I'm going to have to use the live cd first to make sure the setup is going to work before I make the switch [16:56] 0.25 is no longer supported [16:56] ohh [16:57] well that's a bit more complex then, i guess you can build for 0.25, there are packaging scripts for both [16:57] we won't be doing a 0.27 based ISO until next april [16:58] I'm running a Mediaportal frontend and it doesn't connect to the backend so I'm looking to switch to myth but I need to make sure it's going to work with a backend or the wife will have my head :) [16:58] so I can do a git checkout fixes/0.25 and if it all works than I can update to .27 [16:59] yeah [17:00] ok well I got this message "fatal: Not a git repository (or any parent up to mount parent )" [17:02] oh nevermind, I missed changing to the packaging dir [17:02] oh okay [17:02] there are a few ubuntuisms in that 0.25 version of the packaging i know for sure [17:02] it's calling for some ubuntu specific tools so you will need to comment some lines out [17:03] 0.27's scripts are more generic [17:04] if only I could run mythbuntu in a virtual machine and still access the tuner card [17:04] that would be so much easier [17:05] what kind of tuner are you using? [17:09] pinnacle 800i [17:09] ah yeah limited then [17:09] this is the diff i think you'll need to run on 0.25 scripts to make it build more nicely (taken right from the 0.27 scripting) http://paste.ubuntu.com/6176366/ [17:10] neat, I have no idea what that is :) [17:11] well at least for manually sorting things out, comment everything in that if [ "$TYPE" = "binary" ]; then block [17:12] and install these packages ahead of time: dpkg-dev devscripts equivs [17:12] from the top level deb directory, try to run this command (without sudo if you're using it as root) to install all the build dependencies you'll need "sudo mk-build-deps debian/control.in -ir" [17:30] how do I apply the diffs? [17:31] well it might be easier to just comment that whole section out [17:32] and do what i said above [17:32] because that pastebin makes it harder to get raw text [17:56] superm1: mk-build-deps says unknown option ir [17:57] ah figured it out [18:05] ok good, probably just older version of debian stuff [18:16] superm1: building now [18:16] cool, so once you got the build deps in place it seems to be working well? [18:18] nope debuild: fatal error at line 1325: [18:19] can you pastebin the build log for the error? [18:20] sure, where does it log to? [18:20] just to that terminal [18:20] oh [18:20] you can copy paste the last 200-300 lines or so [18:20] otherwise re-run and tee it into a log or something [18:22] http://paste.ubuntu.com/6176641/ That's all I had in the terminal I can output to a log file if you need more [18:22] it says on 193 exactly why that was failing [18:22] those other dependencies listed there for building [18:23] some of those you can optionally take out and build without support others you can't [18:24] so see what you can find in debian for those, and whatever you can't you can try to take out of debian/control.in and make a local packaging git commit to keep it out [18:25] the mp3 support might be your biggest problem [18:32] non of those are part of Squeeze stable [19:10] ok so try to disable them and build without [19:10] see how things fare