Difference between revisions of "Talk:Hauppauge HVR-1600"

From MythTV Official Wiki
Jump to: navigation, search
(Unknown symbol v4l_compat_ioctl32)
(Unknown symbol v4l_compat_ioctl32)
Line 7: Line 7:
  
 
So far in analog, recording and Live TV seem to work ok. [[User:Vsnine|Vsnine]] 16:22, 4 April 2008 (UTC)
 
So far in analog, recording and Live TV seem to work ok. [[User:Vsnine|Vsnine]] 16:22, 4 April 2008 (UTC)
 +
 +
== Unknown symbol v4l_compat_ioctl32 ==
 +
 +
I found this error message in <code>dmesg</code> after running <code>modprobe cx18</code> on Ubuntu Hardy 8.04.1,
 +
 +
<pre>
 +
[  274.303329] cx18: disagrees about version of symbol v4l_compat_ioctl32
 +
[  274.303338] cx18: Unknown symbol v4l_compat_ioctl32
 +
</pre>
 +
 +
The solution was to remove the <code>compat_ioctl32</code> module and force the use of <code>v4l_compat_ioctl32</code>.  I hackily added this to <code>/etc/modules</code>,
 +
 +
<pre>
 +
compat_ioctl32 -r
 +
v4l2-compat-ioctl32
 +
cx18
 +
</pre>

Revision as of 21:51, 3 November 2008

Latest Drivers

If you do not mind compiling drivers for you kernel then the latest drivers from ivtvdriver. Then you can expect a reasonable experience in MythTv for recording and watching LiveTV. The one caveat is that sound is quite a bit softer than you would get on the more well supported Hauppauge cards like the PVR-150 Hoodlum 07:58, 23 March 2008 (UTC)

Analog Video

Analog video seems to work ok. I'm going to try and help with testing ATSC support (We have several channels in my area, and it looks really good in Windows.

So far in analog, recording and Live TV seem to work ok. Vsnine 16:22, 4 April 2008 (UTC)

Unknown symbol v4l_compat_ioctl32

I found this error message in dmesg after running modprobe cx18 on Ubuntu Hardy 8.04.1,

[  274.303329] cx18: disagrees about version of symbol v4l_compat_ioctl32
[  274.303338] cx18: Unknown symbol v4l_compat_ioctl32

The solution was to remove the compat_ioctl32 module and force the use of v4l_compat_ioctl32. I hackily added this to /etc/modules,

compat_ioctl32 -r
v4l2-compat-ioctl32
cx18