I'd get a later version of ivtv, 0.2.0 instead of 0.1.9. I don't know what the patch the howto references is for, but it's probably not needed anyway
Ross On Wed, 23 Mar 2005 16:47:08 -0600, Matthew K. Lee <[EMAIL PROTECTED]> wrote: > To anyone who can help: > > I'm trying to follow the steps outlined in Alfred Park's howto guide > (http://home.comcast.net/~alf_park/mythtv.html). Specifically, I'm to > the following steps: > > cd ivtv/utils > wget http://hauppauge.lightpath.net/software/pvr250/pvr250_17_21288.exe > ./ivtvfwextract.pl pvr250_17_21288.exe > cd ../driver > make; > > Here's the output: > > driver # make > gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS > -I/lib/modules/2.6.10-gentoo-r6/build/include -O2 -fomit-frame-pointer > -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include > /lib/modules/2.6.10-gentoo-r6/build/include/linux/modversions.h -c > -o msp3400.o msp3400.c > <command line>:138463609:51648: > /lib/modules/2.6.10-gentoo-r6/build/include/linux/modversions.h: No > such file or directory > In file included from > /lib/modules/2.6.10-gentoo-r6/build/include/asm/smp.h:18, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/smp.h:17, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/sched.h:23, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/module.h:10, > from msp3400.c:38: > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:6:25: > mach_mpspec.h: No such file or directory > In file included from > /lib/modules/2.6.10-gentoo-r6/build/include/asm/smp.h:18, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/smp.h:17, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/sched.h:23, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/module.h:10, > from msp3400.c:38: > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:8: error: > `MAX_MP_BUSSES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:9: error: > `MAX_MP_BUSSES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:10: error: > `MAX_MP_BUSSES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:12: error: > `MAX_MP_BUSSES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:20: error: > `MAX_MP_BUSSES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:20: error: > conflicting types for `mp_bus_id_to_type' > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:8: error: > previous declaration of `mp_bus_id_to_type' > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:22: error: > `MAX_IRQ_SOURCES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:24: error: > `MAX_MP_BUSSES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:24: error: > conflicting types for `mp_bus_id_to_pci_bus' > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:12: error: > previous declaration of `mp_bus_id_to_pci_bus' > In file included from > /lib/modules/2.6.10-gentoo-r6/build/include/asm/smp.h:20, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/smp.h:17, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/sched.h:23, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/module.h:10, > from msp3400.c:38: > /lib/modules/2.6.10-gentoo-r6/build/include/asm/io_apic.h:158: error: > `MAX_IRQ_SOURCES' undeclared here (not in a function) > /lib/modules/2.6.10-gentoo-r6/build/include/asm/io_apic.h:158: error: > conflicting types for `mp_irqs' > /lib/modules/2.6.10-gentoo-r6/build/include/asm/mpspec.h:22: error: > previous declaration of `mp_irqs' > In file included from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/smp.h:17, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/sched.h:23, > from > /lib/modules/2.6.10-gentoo-r6/build/include/linux/module.h:10, > from msp3400.c:38: > /lib/modules/2.6.10-gentoo-r6/build/include/asm/smp.h:72:26: > mach_apicdef.h: No such file or directory > msp3400.c: In function `msp3400c_set_scart': > msp3400.c:344: error: structure has no member named `data' > msp3400.c: In function `msp3400c_setmode': > msp3400.c:408: error: structure has no member named `data' > msp3400.c: In function `msp3400c_setstereo': > msp3400.c:481: error: structure has no member named `data' > msp3400.c: In function `msp3400c_restore_dfp': > msp3400.c:609: error: structure has no member named `data' > msp3400.c: In function `autodetect_stereo': > msp3400.c:637: error: structure has no member named `data' > msp3400.c: In function `watch_stereo': > msp3400.c:737: error: structure has no member named `data' > msp3400.c: In function `msp3400c_thread': > msp3400.c:756: error: structure has no member named `data' > msp3400.c:761: error: too few arguments to function `daemonize' > msp3400.c:765: error: structure has no member named `sigmask_lock' > msp3400.c:767: error: structure has no member named `sigmask_lock' > msp3400.c: In function `msp3410d_thread': > msp3400.c:1011: error: structure has no member named `data' > msp3400.c:1014: error: too few arguments to function `daemonize' > msp3400.c:1018: error: structure has no member named `sigmask_lock' > msp3400.c:1020: error: structure has no member named `sigmask_lock' > msp3400.c: In function `msp_attach': > msp3400.c:1282: error: structure has no member named `data' > msp3400.c:1333: error: `MOD_INC_USE_COUNT' undeclared (first use in > this function) > msp3400.c:1333: error: (Each undeclared identifier is reported only once > msp3400.c:1333: error: for each function it appears in.) > msp3400.c: In function `msp_detach': > msp3400.c:1357: error: structure has no member named `data' > msp3400.c:1383: error: `MOD_DEC_USE_COUNT' undeclared (first use in > this function) > msp3400.c: In function `msp_probe': > msp3400.c:1390: warning: passing arg 3 of `i2c_probe' from > incompatible pointer type > msp3400.c: In function `msp_wake_thread': > msp3400.c:1396: error: structure has no member named `data' > msp3400.c: In function `msp_command': > msp3400.c:1408: error: structure has no member named `data' > make: *** [msp3400.o] Error 1 > > Can anyone lead me in the right direction? Did I forget to compile > something into the kernel? > > uname -a > Linux stumpy 2.6.10-gentoo-r6 #9 SMP Tue Mar 22 19:34:33 CST 2005 i686 > Pentium III (Coppermine) GenuineIntel GNU/Linux > > Using Hauppage PVR350. > > Thanks in advance, > > Matt > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > Ivtv-users mailing list > Ivtv-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ivtv-users > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Ivtv-users mailing list Ivtv-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-users