[03:47] I upgraded to 11.04 and I cant seem to get my RM200 Remote to work any more. When ever I start lirc I see this in dmesg "imon 3-6:1.0: Looks like you're trying to use an IR protocol this device does not support", and irw does not show any keypresses or anything. [03:48] any idea where to look to fix this? [03:50] My case is a Antec Fustion Black with the LCD screen [16:23] superm1: After having to manually install equivs and quilt and then a whole bunch of dev packages manually I'm stuck again with the following errors [16:23] http://pastebin.com/fXR9YJPi [16:23] [pastebin.com] dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XS - Pastebin.com [16:24] qwebirc8636: that sounds like a side effect of using that alternate tool [16:24] delete that file that was created [16:25] delete and then run the script again? [16:27] yeah [16:27] hopefully that should take care of it [16:36] superm1: same error...I tried removing the mythtv_0.24.0+fixes file and the mythtv-build-deps file [16:37] it's probably getting generated again from the mk-build-deps call [16:37] since you have all build deps now, try commenting it out [16:37] ok [16:38] so which file am I removing? [16:39] any that it complains about [16:45] I removed the mythtv-build-deps one and it seems to be compiling now [16:49] with the line commented out of the build-debs.sh script [20:37] superm1: Finally got debs to build with --enable-crystalhd in the rules file and got them installed. When I run mythfrontend --version I don't see crystalhd in the "Options compiled in" section. [20:37] I did see the option go by during the compile though [20:38] qwebirc8636: hmm that's weird then [20:38] maybe is it one of those situations it's only going to show the support if you have the crystal HD DKMS modules loaded up too? [20:39] I was expecting to see using_crystalhd....I'm not exactly sure how setup is supposed to work in the frontend but under playback profiles I don't see anything new [20:39] lsmod shows me that crystalhd is loaded [20:41] looks like not too much documentation on the wiki yet either http://www.mythtv.org/wiki/Broadcom_Crystal_HD [20:41] [www.mythtv.org] Broadcom Crystal HD - MythTV Official Wiki [20:42] http://www.mythtvtalk.com/broadcom-crystal-hd-14732/ says "When you go to your mythtv-frontend setup go to settings -> tv settings -> playback and set the decoder to be the crystalhd. play and watch full 1080p HD with only 9% CPU resources!" [20:42] [www.mythtvtalk.com] N/A [20:43] I don't have that option under the decoder....I know the card is working though because it works fine in xbmc [20:44] Under decoder I have libmpeg2, Standard and NVidia VDPAU acceleration...I was hoping to see crystalhd there :) [20:45] hmm well color me perplexed, not sure what to make of it then [20:45] you sure you got all the right debs installed and it's not using any from the repos still? [20:47] I'll check....they show up as dirty I think [20:49] Version shows as 0.24.0+fixes.20111201.c4ee599-0ubuntu2 on them all when I do a dpkg -s [20:49] yeah so then definitely the same one you just built [20:51] If I had missed the bzm commit -m line it would have reverted the rules file when I ran the build-deps.sh script right? === hpeter_ is now known as hpeter [21:11] qwebirc8636: yes that's correct [21:12] you can go into the work directory and see what it looks like to determine definitively [21:12] superm1: I think I found my problem...the mythtv/configure file checks to see if the libraries are installed and if not disables crystalhd support....I compiled on a box that doesn't have the card in it because it's much faster...looks like I just need to install the crystalhd libs [21:13] oh i see [21:13] you probably need the -dev package really [21:14] I think it's compiled from source if I remember correctly [21:15] well you can try fetching the precise packages [21:15] they might run [21:15] those are what i'm going to try to backport when i get around to it [21:16] I think that was the problem...I couldn't find them [21:19] qwebirc8636: i think here http://launchpad.net/ubuntu/+source/crystalhd [21:19] [launchpad.net] “crystalhd” package : Ubuntu [21:21] Is that only for precise?...I used this on my test box http://git.wilsonet.com/crystalhd.git/ [21:21] [git.wilsonet.com] git.wilsonet.com - crystalhd.git/summary [21:23] i'm not sure the binaries will run on earlier versions [21:23] it's possible they will, but it might need a recompile (hence the need for a backport) [21:24] i'll try with just s/unstable/$RELEASE/ when i upload them to the PPA. if that works, then it will be a really easy backport [21:25] cool....I just compiled and installed the libs from that git link....I'll see if the build changes