* Imagenes de instalación de las versiones estables para Mageia y OpenMandriva.

OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.

Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.

Problemas al compilar el controlador de una Terratec Ginergy T USB XE

He adquirido esta tarjeta de TV y una vez descargado el firmware he necesitado el controlador. Lo he descargado, desempaquetado y ahora tengo problemas para compilarlo. Me salen estos mensajes:

[alex@localhost v4l-dvb-39c2d2041e6e]$ make
make -C /home/alex/temp/v4l-dvb-39c2d2041e6e/v4l
make[1]: se ingresa al directorio `/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.29
File not found: /lib/modules/2.6.29.6-desktop586-2mnb/build/.config at ./scripts/make_kconfig.pl line 31, line 4.
make[1]: *** No hay ninguna regla para construir el objetivo `.myconfig', necesario para `config-compat.h'. Alto.
make[1]: se sale del directorio `/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l'
make: *** [all] Error 2

¿Qué debo hacer?

Gracias.

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.


Gravatar de Annubis

# 90207 Podrías empezar

Por instalar las fuentes del kernel, ya que es eso lo que te falla :)

Para que no te den más problemas de los necesarios las compilaciones, deberías instalar el paquete task-c++-devel.



Gravatar de Ed Hunter

# 90211 Necesitas el entorno de desarrollo del kernel

Para compilar módulos para el kernel lo primero que necesitas es el entorno de desarrollo del kernel (en tu caso el paquete kernel-desktop586-devel-latest, aunque si tienes un procesador Intel más moderno que un Pentium II, o AMD más moderno que un Athlon cambiaría al kernel-desktop-latest y entonces el entorno de desarrollo es el kernel-desktop-devel-latest, ya que el kernel-desktop586 es para Intel Pentium "uno", AMD K5 y K6 y los procesadores Via).

Además sería conveniente que te leyeses la documentación incluida con el controlador.

--------------------

Speedball, la banda de heavy metal más barriobajera de Tarragona.
Si te gusta el heavy metal, en Tarragona, ven al Helvete Metal Bar

--

Yo no me llamo... siempre sale que comunico.



Gravatar de cobito

# 90227 Ahora sale otra cosa

He instalado las fuentes del Kernel y el paquete task-c++-devel y ahora me sale todo esto:

[alex@localhost v4l-dvb-39c2d2041e6e]$ make
make -C /home/alex/temp/v4l-dvb-39c2d2041e6e/v4l
make[1]: se ingresa al directorio `/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l'
creating symbolic links...
make -C /lib/modules/2.6.29.6-desktop586-2mnb/build SUBDIRS=/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l modules
make[2]: Entering directory `/usr/src/linux-2.6.29.6-desktop586-2mnb'
CC [M] /home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.o
In file included from /home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:41:
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttvp.h:52:29: error: media/video-buf.h: No such file or directory
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttvp.h:94:1: warning: "clamp" redefined
In file included from /usr/src/linux-2.6.29.6-desktop586-2mnb/arch/x86/include/asm/system.h:10,
from /usr/src/linux-2.6.29.6-desktop586-2mnb/arch/x86/include/asm/processor.h:17,
from include/linux/prefetch.h:14,
from include/linux/list.h:6,
from include/linux/module.h:9,
from /home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:32:
include/linux/kernel.h:419:1: warning: this is the location of the previous definition
In file included from /home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:41:
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttvp.h:143: error: field 'vb' has incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttvp.h:211: error: field 'cap' has incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttvp.h:224: error: field 'vbi' has incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:170: warning: 'struct class_device' declared inside parameter list
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:170: warning: its scope is only this definition or declaration, which is probably not what you want
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'show_card':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:172: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:173: error: incompatible type for argument 1 of 'dev_get_drvdata'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: At top level:
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:176: error: expected ')' before '(' token
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_switch_overlay':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1773: error: 'STATE_DONE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1773: error: (Each undeclared identifier is reported only once
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1773: error: for each function it appears in.)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_prepare_buffer':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1800: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1884: error: 'STATE_NEEDS_INIT' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1886: error: implicit declaration of function 'videobuf_iolock'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1894: error: 'STATE_PREPARED' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'buffer_setup':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1905: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'buffer_prepare':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1919: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1919: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1920: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'buffer_queue':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1929: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1929: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1930: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1933: error: 'STATE_QUEUED' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'buffer_release':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1943: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1943: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1944: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: At top level:
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1949: error: variable 'bttv_video_qops' has initializer but incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1950: error: unknown field 'buf_setup' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1950: warning: excess elements in struct initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1950: warning: (near initialization for 'bttv_video_qops')
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1951: error: unknown field 'buf_prepare' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1951: warning: excess elements in struct initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1951: warning: (near initialization for 'bttv_video_qops')
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1952: error: unknown field 'buf_queue' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1952: warning: excess elements in struct initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1952: warning: (near initialization for 'bttv_video_qops')
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1953: error: unknown field 'buf_release' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1953: warning: excess elements in struct initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:1953: warning: (near initialization for 'bttv_video_qops')
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_common_ioctls':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2111: error: implicit declaration of function 'v4l2_video_std_construct'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2306: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2306: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2306: error: too many arguments to function 'v4l2_chip_match_host'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2309: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2311: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2311: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2313: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2313: error: dereferencing pointer to incomplete type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'setup_window':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2623: error: implicit declaration of function 'videobuf_alloc'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2623: warning: assignment makes pointer from integer without a cast
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_switch_type':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2675: error: implicit declaration of function 'videobuf_queue_is_busy'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_do_ioctl':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:2847: error: implicit declaration of function 'v4l_print_ioctl'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3089: warning: assignment makes pointer from integer without a cast
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3108: error: implicit declaration of function 'videobuf_mmap_setup'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3142: error: 'STATE_QUEUED' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3143: error: 'STATE_ACTIVE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3174: error: implicit declaration of function 'videobuf_waiton'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3178: error: 'STATE_ERROR' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3181: error: 'STATE_DONE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3182: error: implicit declaration of function 'videobuf_dma_sync'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3203: error: implicit declaration of function 'v4l_compat_translate_ioctl'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3378: warning: assignment makes pointer from integer without a cast
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3389: error: implicit declaration of function 'videobuf_reqbufs'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3392: error: implicit declaration of function 'videobuf_querybuf'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3400: error: implicit declaration of function 'videobuf_qbuf'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3404: error: implicit declaration of function 'videobuf_dqbuf'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3413: error: implicit declaration of function 'videobuf_streamon'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3419: error: implicit declaration of function 'videobuf_streamoff'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_ioctl':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3673: error: implicit declaration of function 'video_usercopy'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_read':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3686: error: 'v4l2_type_names' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3695: error: implicit declaration of function 'videobuf_read_one'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3702: error: implicit declaration of function 'videobuf_read_stream'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_poll':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3720: error: implicit declaration of function 'videobuf_poll_stream'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3727: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3743: error: implicit declaration of function 'videobuf_next_field'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3758: error: 'STATE_DONE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3759: error: 'STATE_ERROR' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_open':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3792: error: 'v4l2_type_names' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3804: error: implicit declaration of function 'videobuf_queue_init'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_release':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3867: error: implicit declaration of function 'videobuf_read_stop'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3872: error: implicit declaration of function 'videobuf_mmap_free'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_mmap':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3889: error: 'v4l2_type_names' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3891: error: implicit declaration of function 'videobuf_mmap_mapper'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: At top level:
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3901: error: 'v4l_compat_ioctl32' undeclared here (not in a function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3912: error: unknown field 'type' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3914: error: unknown field 'hardware' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3914: error: 'VID_HARDWARE_BT848' undeclared here (not in a function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3915: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3922: error: unknown field 'type' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3923: error: unknown field 'hardware' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:3924: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4070: error: unknown field 'type' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4071: error: unknown field 'hardware' specified in initializer
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4072: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_irq_next_video':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4222: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4222: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4231: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_irq_timeout':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4355: error: 'STATE_ERROR' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4360: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4360: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4366: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4366: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_irq_wakeup_top':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4391: error: 'STATE_DONE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_irq_switch_video':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4440: error: 'STATE_DONE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_irq_switch_vbi':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4454: warning: type defaults to 'int' in declaration of '__mptr'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4454: warning: initialization from incompatible pointer type
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4473: error: 'STATE_DONE' undeclared (first use in this function)
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'vdev_init':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4614: error: incompatible types in assignment
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c: In function 'bttv_register_video':
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4652: error: 'struct video_device' has no member named 'type'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4665: error: implicit declaration of function 'class_device_create_file'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4665: error: 'struct video_device' has no member named 'class_dev'
/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.c:4666: error: 'class_device_attr_card' undeclared (first use in this function)
make[3]: *** [/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l/bttv-driver.o] Error 1
make[2]: *** [_module_/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.29.6-desktop586-2mnb'
make[1]: *** [default] Error 2
make[1]: se sale del directorio `/home/alex/temp/v4l-dvb-39c2d2041e6e/v4l'
make: *** [all] Error 2



Gravatar de cobito

# 90313 Bueno, ha funcionado sin

Bueno, ha funcionado sin tener que instalar el controlador. He instalado dkms-v4l-dvb-testing y ya funciona.

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.