Jump to content

TV Tuner Card


flarefox
 Share

Recommended Posts

:help:

I scoured to try to find something with this tv card. Here is what hard drake says about it:

Vendor: ‎Hauppauge

Bus: ‎PCI

Bus identification: ‎14f1:8800:1002:f8

Location on the bus: ‎4:2:0

Description: ‎WinTV PCI card (88x chip based)

Module: ‎cx8800

Media class: ‎MULTIMEDIA_VIDEO

 

I don't know where to go to get the driver for it as I guess that's what I need? Every time I run a tv app it says that it can't find my video0 device. It's an ATI TV Wonder Pro card and is supposed to work fine in linux but I can't find anywhere that actually shows it....Does anyone with more experience know this? Sorry, I'm still learning about linux stuff. Wonderful OS. Sooo much better than windoze. :D

 

~Dee

Link to comment
Share on other sites

the Hauppauge page only gives windows drivers...how would I recompile them for linux? (newb)

 

I tried the ivtv like it said in the second post and when I did a build I got this error:

 

[root@localhost driver]# make

gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -I/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/modversions.h -c -o msp3400.o msp3400.c

<command line>:138832057:26880: /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/modversions.h: No such file or directory

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/smp.h:18,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/smp.h:18,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:50: error: `MAX_APICS' undeclared here (not in a function)

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/smp.h:20,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/io_apic.h:160: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/io_apic.h:160: error: conflicting types for `mp_irqs'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/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: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:502)

msp3400.c: In function `msp_detach':

msp3400.c:1357: error: structure has no member named `data'

msp3400.c:1383: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:514)

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

[root@localhost driver]# make install

gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -I/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/modversions.h -c -o msp3400.o msp3400.c

<command line>:138832057:26880: /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/modversions.h: No such file or directory

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/smp.h:18,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/smp.h:18,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:50: error: `MAX_APICS' undeclared here (not in a function)

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/smp.h:20,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/io_apic.h:160: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/io_apic.h:160: error: conflicting types for `mp_irqs'

/lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'

In file included from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/smp.h:17,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/sched.h:23,

from /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:10,

from msp3400.c:38:

/lib/modules/2.6.3-7mdk-p3-smp-64GB/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: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:502)

msp3400.c: In function `msp_detach':

msp3400.c:1357: error: structure has no member named `data'

msp3400.c:1383: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.3-7mdk-p3-smp-64GB/build/include/linux/module.h:514)

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

 

I have no idea what I'm supposed to do with this...the tutorial didn't work as it should have.....and I'd love to use the windows drivers, but they won't work for linux, right? Should I just go to the ATI site and download their windows drivers or use the windows drivers on the cd if I know how to recompile or convert or something to make them work in linux? I didn't think they would do that....

 

~Dee

Link to comment
Share on other sites

I think it would be a lot better if you addressed this question to "devries" the one who posted "HW-02: Using Hauppauge WinTV PVR with Mandrake 10" since you have similar problems. :D

 

 

His article: http://www.mandrakeusers.org/index.php?showtopic=13792

 

 

 

 

 

Thanks, :thanks:

 

capatuy

Edited by capatuy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...