Archive for the ‘drivers’ Tag
HD-PVR/HVR-1600 32-bit Compatibility fixed!
User trueno on the SageTV forums posted this patch which adds full ioctl support for a 32-bit software package running with these 64-bit drivers in Linux. If you have both devices like I do, I would suggest the following implementation:
- ~#>hg clone http://hg.jannau.net/hdpvr/
- ~#>cd hdpvr
- ~#>hg pull http://linuxtv.org/hg/~awalls/v4l-dvb/
- ~#>hg merge
- ~#>hg commit
- ~#>wget -O sage64.patch.zip http://forums.sagetv.com/forums/attachment.php?attachmentid=7049&d=1218594284
- ~#>unzip sage64.patch.zip sage64.patch
- ~#>cat sage64.patch | patch -p1
- ~#>hg merge
- ~#>hg commit
- ~#>make menuconfig #select/deselect the options
- ~#>make
- ~#>sudo make install
- ~#>sudo reboot
Have fun. In testing HVR-1600s do not throw dmesg errors and I haven’t hooked the hd-pvr back up to Linux yet –b
Leave a Comment