Hi Daniel<br><br>Not using a webcam on my Mythbox, I really can't comment on this. Maybe someone else on the list can offer some assistance with this.<br><br>Ian<br><br><br><div class="gmail_quote">2008/5/2 Daniel Guerrero <<a href="mailto:chancleta@gmail.com">chancleta@gmail.com</a>>:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Ian,<br>
<br>
the card is working perfectly but Im not totally happy, can you get<br>
working the tv card and a webcam, there is an imcompatibily between<br>
these devices, and Im trying to get both working at the same time with<br>
the make kernel-links option from the driver and this guide for other<br>
card:<br>
<a href="https://answers.launchpad.net/ubuntu/+question/21889" target="_blank">https://answers.launchpad.net/ubuntu/+question/21889</a><br>
<br>
Can you tell us if you can get both devices working.<br>
<br>
Thanks,<br>
<font color="#888888">Daniel<br>
</font><div><div></div><div class="Wj3C7c"><br>
2008/4/29 Daniel Guerrero <<a href="mailto:chancleta@gmail.com">chancleta@gmail.com</a>>:<br>
> Finally doing<br>
><br>
> mkdir /dev/dvb/adapter1<br>
> ln -s /dev/dvb/adapter0/frontend1 /dev/dvb/adapter1/frontend0<br>
> ln -s /dev/dvb/adapter0/net1 /dev/dvb/adapter1/net0<br>
> ln -s /dev/dvb/adapter0/dvr1 /dev/dvb/adapter1/dvr0<br>
> ln -s /dev/dvb/adapter0/demux1 /dev/dvb/adapter1/demux0<br>
><br>
> Kaffeine was able to find the channels, thanks a lot man.<br>
><br>
> ps: DVB-S2.. I would like to try it but my dish is oriented to<br>
> hispasat and no free dvb-s2 channels there, maybe other<br>
> satellite....;-)<br>
><br>
> 2008/4/29 Ian Bonham <<a href="mailto:ian.bonham@gmail.com">ian.bonham@gmail.com</a>>:<br>
><br>
><br>
> > Not sure on DVB-T I'm afraid, I only use the DVB-S/2 facilities and the<br>
> > analogue capture at the moment.<br>
> > It suggests you use dmesg to see what the full errors are, so try that. As<br>
> > far as mine works, the card loads at boot time, so it might be that the card<br>
> > has already been initalised, and trying to modprobe it again is causing your<br>
> > error.<br>
> ><br>
> > Post the results of your dmesg output onto the list and see if anyone has<br>
> > any experience with the dvb-t facilties. I did have a quick play a long<br>
> > while ago, and from memory, if you look in /dev/dvb you might see several<br>
> > front ends already loaded. I remember making some soft links in the /dev/dvb<br>
> > directory to make it look like 2 different cards which gave me some results.<br>
> > You need to make sure all listings data is NOT collected from the broadcast<br>
> > signal in that case however, as the drivers will try to use both frontends<br>
> > simultaniuosly and cause crashes.<br>
> ><br>
> > HTH,<br>
> ><br>
> > Ian<br>
> ><br>
> ><br>
> > 2008/4/29 Daniel Guerrero <<a href="mailto:chancleta@gmail.com">chancleta@gmail.com</a>>:<br>
> ><br>
> ><br>
> > > hey Ian,<br>
> > ><br>
> > > thanks for your response, I have done like you explain, and it<br>
> > > compiles fine, but because the default mode is dvb-s I tried to change<br>
> > > it to dvb-t by changing<br>
> > > /etc/modprobe.d/options and adding options cx88-dvb frontend=1<br>
> > > reboot<br>
> > > and when I tried to load the modules with:<br>
> > > modprobe cx8800 && modprobe cx88xx && modprobe cx8802 && modprobe<br>
> > > cx22702 && modprobe cx88-dvb<br>
> > > FATAL: Error inserting cx88_dvb<br>
> > ><br>
> > (/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/cx88/cx88-dvb.ko):<br>
> > > Unknown symbol in module, or unknown parameter (see dmesg)<br>
> > ><br>
> > ><br>
> > > also I tried creating a new file under /etc/modprobe.d/<br>
> > > root@freedom:/etc/modprobe.d# cat cx88-dvb<br>
> > > options cx88-dvb frontend=1<br>
> > > the same response with this method.<br>
> > ><br>
> > > Are you able to watch dvb-t or only dvb-s? how you did it?<br>
> > ><br>
> > > ps:even though I read everywhere that the default is dvb-s when I run<br>
> > > kaffeine it saids that the protocol detected is dvb-t, I also did a<br>
> > > scan with "auto" option enabled and it search but not results shows<br>
> > > up.<br>
> > ><br>
> > > Thanks a lot,<br>
> > ><br>
> > ><br>
> > ><br>
> > > Daniel.<br>
> > ><br>
> > > 2008/4/28 Ian Bonham <<a href="mailto:ian.bonham@gmail.com">ian.bonham@gmail.com</a>>:<br>
> > > > Hi Daniel,<br>
> > > ><br>
> > > > I had this and found the answer on the v4l-dvb wiki. Growlizing put an<br>
> > edit<br>
> > > > in dated 10th April 2008 noting that the last revision that patches<br>
> > without<br>
> > > > failue is 127f67dea087.<br>
> > > ><br>
> > > > What u need to do is delete your v4l-dvb checkout then run it again with<br>
> > the<br>
> > > > command :<br>
> > > ><br>
> > > > hg clone -r 127f67dea087 <a href="http://linuxv.org/hg/v4l-dvb" target="_blank">http://linuxv.org/hg/v4l-dvb</a><br>
> > > ><br>
> > > > This will pull down the older release, then you can patch that with the<br>
> > > > mfe-7285 diff which you already have.<br>
> > > ><br>
> > > > You should find this patches and compiles fine, then as usual just<br>
> > reboot,<br>
> > > > making sure you've got the firmware in /usr/lib/firmware/2.6.24 etc etc<br>
> > > ><br>
> > > > HTH,<br>
> > > ><br>
> > > > Ian<br>
> > > ><br>
> > > ><br>
> > > > 2008/4/28 Daniel Guerrero <<a href="mailto:chancleta@gmail.com">chancleta@gmail.com</a>>:<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > > Hi I tried to do this:<br>
> > > > ><br>
> > > > > install a fresh ubuntu 8.04<br>
> > > > > apt-get install mercurial patch<br>
> > > > ><br>
> > > > > rm -rf"'d the whole cx88 directory<br>
> > > > > hg clone <a href="http://linuxtv.org/hg/v4l-dvb" target="_blank">http://linuxtv.org/hg/v4l-dvb</a><br>
> > > > > wget <a href="http://dev.kewl.org/hauppauge/mfe-7285.diff" target="_blank">http://dev.kewl.org/hauppauge/mfe-7285.diff</a><br>
> > > > > patch -d v4l-dvb -p1 < mfe-7285.diff (stable mfe?)<br>
> > > > ><br>
> > > > > and get this:<br>
> > > > ><br>
> > > > > patching file linux/drivers/media/dvb/dvb-core/dvb_frontend.c<br>
> > > > > patching file linux/drivers/media/dvb/dvb-core/dvb_frontend.h<br>
> > > > > patching file linux/drivers/media/dvb/frontends/Kconfig<br>
> > > > > Hunk #1 succeeded at 14 with fuzz 2.<br>
> > > > > patching file linux/drivers/media/dvb/frontends/Makefile<br>
> > > > > Hunk #1 FAILED at 52.<br>
> > > > > 1 out of 1 hunk FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/dvb/frontends/Makefile.rej<br>
> > > > > patching file linux/drivers/media/dvb/frontends/cx24116.c<br>
> > > > > patching file linux/drivers/media/dvb/frontends/cx24116.h<br>
> > > > > patching file linux/drivers/media/video/cx23885/cx23885-dvb.c<br>
> > > > > Hunk #1 succeeded at 312 (offset 104 lines).<br>
> > > > > Hunk #2 FAILED at 366.<br>
> > > > > Hunk #3 succeeded at 417 (offset 104 lines).<br>
> > > > > Hunk #4 succeeded at 467 (offset 144 lines).<br>
> > > > > Hunk #5 FAILED at 475.<br>
> > > > > Hunk #6 succeeded at 504 (offset 144 lines).<br>
> > > > > Hunk #7 succeeded at 516 (offset 144 lines).<br>
> > > > > 2 out of 7 hunks FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/video/cx23885/cx23885-dvb.c.rej<br>
> > > > > patching file linux/drivers/media/video/cx23885/cx23885.h<br>
> > > > > Hunk #1 succeeded at 225 (offset 5 lines).<br>
> > > > > patching file linux/drivers/media/video/cx88/Kconfig<br>
> > > > > Hunk #1 FAILED at 57.<br>
> > > > > 1 out of 1 hunk FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/video/cx88/Kconfig.rej<br>
> > > > > patching file linux/drivers/media/video/cx88/cx88-cards.c<br>
> > > > > Hunk #1 succeeded at 1337 (offset 2 lines).<br>
> > > > > Hunk #2 succeeded at 1389 (offset 2 lines).<br>
> > > > > Hunk #3 succeeded at 1402 (offset 2 lines).<br>
> > > > > Hunk #4 succeeded at 1441 (offset 6 lines).<br>
> > > > > Hunk #5 succeeded at 2092 (offset 87 lines).<br>
> > > > > Hunk #6 succeeded at 2199 (offset 99 lines).<br>
> > > > > Hunk #7 succeeded at 2533 with fuzz 2 (offset 140 lines).<br>
> > > > > Hunk #8 succeeded at 2639 with fuzz 2 (offset 194 lines).<br>
> > > > > Hunk #9 succeeded at 2884 (offset 206 lines).<br>
> > > > > patching file linux/drivers/media/video/cx88/cx88-dvb.c<br>
> > > > > Hunk #1 FAILED at 48.<br>
> > > > > Hunk #2 succeeded at 113 (offset 3 lines).<br>
> > > > > Hunk #3 succeeded at 386 (offset 3 lines).<br>
> > > > > Hunk #4 FAILED at 503.<br>
> > > > > Hunk #5 succeeded at 568 (offset 44 lines).<br>
> > > > > Hunk #6 succeeded at 592 (offset 44 lines).<br>
> > > > > Hunk #7 FAILED at 605.<br>
> > > > > Hunk #8 FAILED at 734.<br>
> > > > > Hunk #9 FAILED at 756.<br>
> > > > > Hunk #10 FAILED at 783.<br>
> > > > > Hunk #11 FAILED at 803.<br>
> > > > > Hunk #12 FAILED at 823.<br>
> > > > > Hunk #13 FAILED at 843.<br>
> > > > > Hunk #14 succeeded at 1003 (offset 50 lines).<br>
> > > > > Hunk #15 succeeded at 1018 with fuzz 2 (offset 50 lines).<br>
> > > > > Hunk #16 FAILED at 1029.<br>
> > > > > Hunk #17 FAILED at 1054.<br>
> > > > > Hunk #18 succeeded at 1088 (offset 73 lines).<br>
> > > > > Hunk #19 succeeded at 1138 (offset 73 lines).<br>
> > > > > Hunk #20 succeeded at 1151 with fuzz 2 (offset 73 lines).<br>
> > > > > Hunk #21 succeeded at 1172 (offset 73 lines).<br>
> > > > > Hunk #22 FAILED at 1204.<br>
> > > > > 12 out of 22 hunks FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/video/cx88/cx88-dvb.c.rej<br>
> > > > > patching file linux/drivers/media/video/cx88/cx88-i2c.c<br>
> > > > > Hunk #1 succeeded at 126 (offset -30 lines).<br>
> > > > > Hunk #2 succeeded at 225 (offset -30 lines).<br>
> > > > > patching file linux/drivers/media/video/cx88/cx88-input.c<br>
> > > > > Hunk #2 succeeded at 417 (offset 13 lines).<br>
> > > > > Hunk #3 succeeded at 486 (offset 13 lines).<br>
> > > > > patching file linux/drivers/media/video/cx88/cx88-mpeg.c<br>
> > > > > patching file linux/drivers/media/video/cx88/cx88.h<br>
> > > > > Hunk #1 FAILED at 220.<br>
> > > > > Hunk #2 succeeded at 258 (offset 4 lines).<br>
> > > > > Hunk #3 succeeded at 359 (offset 4 lines).<br>
> > > > > Hunk #4 succeeded at 518 (offset 4 lines).<br>
> > > > > 1 out of 4 hunks FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/video/cx88/cx88.h.rej<br>
> > > > > patching file linux/drivers/media/video/ir-kbd-i2c.c<br>
> > > > > Hunk #1 succeeded at 66 (offset -1 lines).<br>
> > > > > Hunk #2 succeeded at 87 (offset -1 lines).<br>
> > > > > Hunk #3 succeeded at 117 (offset -1 lines).<br>
> > > > > patching file linux/drivers/media/video/saa7134/saa7134-dvb.c<br>
> > > > > Hunk #1 FAILED at 565.<br>
> > > > > Hunk #2 succeeded at 945 (offset 36 lines).<br>
> > > > > Hunk #3 FAILED at 966.<br>
> > > > > Hunk #4 succeeded at 1014 (offset 44 lines).<br>
> > > > > Hunk #5 FAILED at 1055.<br>
> > > > > Hunk #6 FAILED at 1071.<br>
> > > > > Hunk #7 FAILED at 1090.<br>
> > > > > Hunk #8 FAILED at 1103.<br>
> > > > > Hunk #9 FAILED at 1118.<br>
> > > > > Hunk #10 FAILED at 1190.<br>
> > > > > Hunk #11 succeeded at 1224 (offset 56 lines).<br>
> > > > > Hunk #12 FAILED at 1241.<br>
> > > > > Hunk #13 FAILED at 1291.<br>
> > > > > 10 out of 13 hunks FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/video/saa7134/saa7134-dvb.c.rej<br>
> > > > > patching file linux/drivers/media/video/saa7134/saa7134.h<br>
> > > > > Hunk #1 succeeded at 583 (offset -1 lines).<br>
> > > > > patching file linux/drivers/media/video/tveeprom.c<br>
> > > > > patching file linux/drivers/media/video/videobuf-dvb.c<br>
> > > > > Hunk #1 FAILED at 141.<br>
> > > > > Hunk #2 succeeded at 236 (offset 4 lines).<br>
> > > > > Hunk #3 succeeded at 268 (offset 4 lines).<br>
> > > > > Hunk #4 succeeded at 283 (offset 4 lines).<br>
> > > > > 1 out of 4 hunks FAILED -- saving rejects to file<br>
> > > > > linux/drivers/media/video/videobuf-dvb.c.rej<br>
> > > > > patching file linux/include/media/videobuf-dvb.h<br>
> > > > > Hunk #2 FAILED at 30.<br>
> > > > > 1 out of 2 hunks FAILED -- saving rejects to file<br>
> > > > > linux/include/media/videobuf-dvb.h.rej<br>
> > > > ><br>
> > > > ><br>
> > > > > What do you men when you say "Then re-checked out the older v4l-dvb<br>
> > tree"<br>
> > > > ??<br>
> > > > ><br>
> > > > > thanks,<br>
> > > > > Daniel<br>
> > > > ><br>
> > > > ><br>
> > > > > 2008/4/28 Ian Bonham <<a href="mailto:ian.bonham@gmail.com">ian.bonham@gmail.com</a>>:<br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > > > Many thanks for all your help everyone, following Hagen's tip I went<br>
> > > > into<br>
> > > > > > /lib/modules/2.6.24-16-generic/ubuntu/media and just "rm -rf"'d the<br>
> > > > whole<br>
> > > > > > cx88 directory. Then re-checked out the older v4l-dvb tree,<br>
> > repatched it<br>
> > > > > > with dev.kewl.org's stable mfe patch and everything seems to be Ok<br>
> > now.<br>
> > > > > ><br>
> > > > > > Thanks for your help guys,<br>
> > > > > ><br>
> > > > > > Ian<br>
> > > > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > > > 2008/4/28 Hagen Schöbel <<a href="mailto:hagen@schoebel-online.net">hagen@schoebel-online.net</a>>:<br>
> > > > > ><br>
> > > > > ><br>
> > > > > > ><br>
> > > > > > > Before you try the 'new' modules you have to remove the 'original'<br>
> > > > > > Ubuntu-Version of cx88*. These modules can found in<br>
> > > > > > /lib/modules/2.6.24-16-generic/ubuntu/media/cx88 (don't now why not<br>
> > in<br>
> > > > > > normal tree) and come with paket<br>
> > linux-ubuntu-modules-2.6.24-16-generic.<br>
> > > > > > ><br>
> > > > > > > Hagen<br>
> > > > > > ><br>
> > > > > > ><br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > > > > Hi All.<br>
> > > > > > > > ><br>
> > > > > > > > > Ok, so just installed the shiny, spangly new Ubuntu 8.04LTS<br>
> > (Hardy<br>
> > > > > > Heron) on<br>
> > > > > > > > > my machine with the HVR4000 in, and now, no TV! It's gone on<br>
> > with<br>
> > > > > > kernel<br>
> > > > > > > > > 2.6.24-16 on a P4 HyperThread, and everything worked just fine<br>
> > > > under<br>
> > > > > > Gutsy.<br>
> > > > > > > > > I've pulled down the v4l-dvb tree (current and revision<br>
> > > > 127f67dea087<br>
> > > > > > as<br>
> > > > > > > > > suggested in Wiki) and tried patching with dev.kewl.org's MFE<br>
> > and<br>
> > > > SFE<br>
> > > > > > > > > current patches (7285) and the latest.<br>
> > > > > > > > ><br>
> > > > > > > > > Everything 'seems' to compile Ok, and installs fine. When I<br>
> > reboot<br>
> > > > > > however I<br>
> > > > > > > > > get a huge chunk of borked stuff and no card. (Dmesg output at<br>
> > end<br>
> > > > of<br>
> > > > > > > > > message)<br>
> > > > > > > > ><br>
> > > > > > > > > Could anyone please give me any pointers on how (or if) they<br>
> > have<br>
> > > > > > their<br>
> > > > > > > > > HVR4000 running under Ubuntu 8.04LTS ?<br>
> > > > > > > > ><br>
> > > > > > > > > Would really appriciate it.<br>
> > > > > > > > > Thanks in advance,<br>
> > > > > > > > ><br>
> > > > > > > > > Ian<br>
> > > > > > > > ><br>
> > > > > > > > > DMESG Output:<br>
> > > > > > > > > cx88xx: disagrees about version of symbol videobuf_waiton<br>
> > > > > > > > > [ 37.790909] cx88xx: Unknown symbol videobuf_waiton<br>
> > > > > > > > ><br>
> > > > > > > > ><br>
> > > > > > > > ><br>
> > > > > > > ><br>
> > > > > > > > _______________________________________________<br>
> > > > > > > > linux-dvb mailing list<br>
> > > > > > > > <a href="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</a><br>
> > > > > > > > <a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb" target="_blank">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</a><br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > > > _______________________________________________<br>
> > > > > > linux-dvb mailing list<br>
> > > > > > <a href="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</a><br>
> > > > > > <a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb" target="_blank">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</a><br>
> > > > > ><br>
> > > > ><br>
> > > ><br>
> > > ><br>
> > ><br>
> ><br>
> ><br>
><br>
</div></div></blockquote></div><br>