[mythtv-users] Assistance with Plextor Convertx

Eric Thelin eric.thelin at gmail.com
Wed Dec 13 22:16:19 UTC 2006


Thank you.  That is what I needed.  I will try to add that information
to the mythwiki tonight along with the rest of the details to build
the driver.

Eric

On 12/13/06, Dale E. Martin <dale at the-martins.org> wrote:
> Once I fixed this first warning:
> > /home/eric/wis-go7007-linux-0.9.8/kernel/wis-saa7115.c:206: warning:
> > implicit declaration of function ?_IOW?
>
> Everything was fine.  To fix it I figured out where to get a definition for
> _IOW included those headers everywhere that this warning popped up.  (4 or
> 5 places iirc).
>
> After that, it works well with 2.6.18, although I do get some messages in
> my logs that I never used to:
> Nov 26 18:34:45 chinchilla kernel: go7007-usb: error in video pipe: -32
> Nov 26 18:38:29 chinchilla kernel: go7007-usb: error in video pipe: -32
>
> I see some about the audio pipe occasionally too.  But the recordings have
> been OK so I have not worried about it.
>
> Anyways, here are approximate diffs, as always ymmv:
> wis-saa7113.c
> 17a18,20
> > #include <linux/types.h>
> > #include <linux/ioctl.h>
> > #include <linux/video_decoder.h>
> 23d25
> < #include <linux/video_decoder.h>
>
> wis-saa7115.c
> 17a18
> > #include <linux/ioctl.h>
>
> wis-tw2804.c
> > #include <linux/types.h>
> > #include <linux/ioctl.h>
> > #include <linux/video_decoder.h>
> 23d25
> < #include <linux/video_decoder.h>
>
> wis-tw9903.c
> >
> > #include <linux/types.h>
> > #include <linux/ioctl.h>
> > #include <linux/video_decoder.h>
> 23d26
> < #include <linux/video_decoder.h>
>
> (I.e. add those includes to those files.)
>
> Take care,
>   Dale
> --
> Dale E. Martin - dale at the-martins.org
> http://the-martins.org/~dmartin
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list