You can get the latest snapshot of the driver from <a href="http://www.linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2">http://www.linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2</a><br><br>Extract that file and instead of doing 1b, do the following.<br>
<br>cd v4l-dvb-e876c1b66fd8 (or whatever the directory that was created when you extracted the the file)<br>make<br>sudo make install<br>sudo /etc/init.d/mythtv-backend stop<br>sudo make unload<br>sudo modprobe cx18<br>sudo /etc/init.d/mythtv-backend start<br>
<br>You can skip step 2 in the wiki because the firmware will already be installed.<br><br>Make sure that the ivtv-utils package is installed, you'll need it to change the channels. Continue from step 3. One thing that might not be obvious is the external channel change command. Set it to "ivtv-tune -c". I needed it to change the channels.<br>
<br clear="all">--<br>Richard<br>
<br><br><div class="gmail_quote">2008/12/30 Kenneth Long <span dir="ltr"><<a href="mailto:kelong_2000@yahoo.com">kelong_2000@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello,<br>
<br>
I have a question regarding this tutorial...<br>
<br>
<a href="http://mythtv.org/wiki/index.php/Hauppauge_HVR-1600#Issues_and_Problems" target="_blank">http://mythtv.org/wiki/index.php/Hauppauge_HVR-1600#Issues_and_Problems</a><br>
<br>
what is the "best" directory to run "hg clone <a href="http://linuxtv.org/hg/v4l-dvb" target="_blank">http://linuxtv.org/hg/v4l-dvb</a><br>
" ??<br>
<br>
I am using kubuntu.<br>
<br>
# pwd<br>
/usr/src<br>
<br>
# uname -r<br>
2.6.27-11-generic<br>
<br>
# ls -l<br>
drwxr-xr-x 22 root root 4096 2008-12-19 19:47 linux-headers-2.6.27-11<br>
drwxr-sr-x 7 root src 4096 2008-12-30 20:03 v4l-dvb<br>
<br>
<br>
/usr/src# hg clone <a href="http://linuxtv.org/hg/v4l-dvb" target="_blank">http://linuxtv.org/hg/v4l-dvb</a><br>
destination directory: v4l-dvb<br>
requesting all changes<br>
adding changesets<br>
adding manifests<br>
adding file changes<br>
added 10156 changesets with 26271 changes to 1695 files<br>
updating working directory<br>
1225 files updated, 0 files merged, 0 files removed, 0 files unresolved<br>
root@htpc:/usr/src# cd v4l-dvb/<br>
root@htpc:/usr/src/v4l-dvb# make<br>
make -C /usr/src/v4l-dvb/v4l<br>
make[1]: Entering directory `/usr/src/v4l-dvb/v4l'<br>
No version yet, using 2.6.27-11-generic<br>
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'<br>
make[1]: Entering directory `/usr/src/v4l-dvb/v4l'<br>
scripts/make_makefile.pl<br>
Updating/Creating .config<br>
Preparing to compile for kernel version 2.6.27<br>
File not found: /lib/modules/2.6.27-11-generic/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.<br>
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'<br>
make[1]: Entering directory `/usr/src/v4l-dvb/v4l'<br>
Updating/Creating .config<br>
Preparing to compile for kernel version 2.6.27<br>
File not found: /lib/modules/2.6.27-11-generic/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.<br>
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'. Stop.<br>
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'<br>
make: *** [all] Error 2<br>
<br>
<br>
<br>
--- On Mon, 12/29/08, igloocentral hotmail <<a href="mailto:igloocentral@hotmail.com">igloocentral@hotmail.com</a>> wrote:<br>
<br>
> From: igloocentral hotmail <<a href="mailto:igloocentral@hotmail.com">igloocentral@hotmail.com</a>><br>
> Subject: Re: [ivtv-users] hvr-1600 update<br>
> To: <a href="mailto:ivtv-users@ivtvdriver.org">ivtv-users@ivtvdriver.org</a><br>
> Date: Monday, December 29, 2008, 6:26 PM<br>
> This also works great for me. Thanks Andy, Mike and Jeff!<br>
><br>
> I have removed mention of the bug from here<br>
> <a href="http://mythtv.org/wiki/index.php/Troubleshooting:Prebuffering_pause" target="_blank">http://mythtv.org/wiki/index.php/Troubleshooting:Prebuffering_pause</a><br>
><br>
> I have added a note about this great fix here<br>
> <a href="http://mythtv.org/wiki/index.php/Hauppauge_HVR-1600#Issues_and_Problems" target="_blank">http://mythtv.org/wiki/index.php/Hauppauge_HVR-1600#Issues_and_Problems</a><br>
><br>
> Now I can put my mythtv box into full use! Saweet!!!<br>
><br>
> ----------------------------------------<br>
> > Date: Sun, 21 Dec 2008 06:51:19 -0500<br>
> > From: <a href="mailto:bcjenkins@tvwhere.com">bcjenkins@tvwhere.com</a><br>
> > To: <a href="mailto:awalls@radix.net">awalls@radix.net</a><br>
> > CC: <a href="mailto:video4linux-list@redhat.com">video4linux-list@redhat.com</a>;<br>
> <a href="mailto:ivtv-users@ivtvdriver.org">ivtv-users@ivtvdriver.org</a>; <a href="mailto:ivtv-devel@ivtvdriver.org">ivtv-devel@ivtvdriver.org</a><br>
> > Subject: Re: [ivtv-users] hvr-1600 update<br>
> ><br>
> > Hi Andy,<br>
> ><br>
> > I have pulled your changes and installed the modules.<br>
> The playback<br>
> > pausing issue is now gone. As you noted there is an<br>
> issue with the<br>
> > first capture. I get no audio until I stop the capture<br>
> and start<br>
> > again. To work around this, I put a capture script in<br>
> my rc.local to<br>
> > "initialize" the cards.<br>
> ><br>
> > Thanks again and have a great holiday!<br>
> ><br>
> > Brandon<br>
><br>
> _________________________________________________________________<br>
><br>
><br>
> _______________________________________________<br>
> ivtv-users mailing list<br>
> <a href="mailto:ivtv-users@ivtvdriver.org">ivtv-users@ivtvdriver.org</a><br>
> <a href="http://ivtvdriver.org/mailman/listinfo/ivtv-users" target="_blank">http://ivtvdriver.org/mailman/listinfo/ivtv-users</a><br>
<br>
_______________________________________________<br>
ivtv-users mailing list<br>
<a href="mailto:ivtv-users@ivtvdriver.org">ivtv-users@ivtvdriver.org</a><br>
<a href="http://ivtvdriver.org/mailman/listinfo/ivtv-users" target="_blank">http://ivtvdriver.org/mailman/listinfo/ivtv-users</a><br>
</blockquote></div><br>