Sinds een tijdje ondersteund de IVTV drivers mijn TV kaart, namenlijk de PVR-150. Nu probeer ik de drivers te compilen op mijn Ubuntu Warty install (met 2.6.10 kernel) maar het lukt gewoon freaking niet. Kon echt nergens iets vinden op internet, en uit de output kan ik ook niks wijs worden.
Misschien als een linux-held mij redden kan.
. Ik wil nou echt wel een keer af van die windows partitie.
.
Deel output
Misschien als een linux-held mij redden kan.

Deel output
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
| root@ubuntu:~/ivtv-0.3.2d/driver # make make -C /lib/modules/2.6.10-2-686/build SUBDIRS=/home/najgeetsrev/ivtv-0.3.2d/driver modules make[1]: Entering directory `/usr/src/linux-source-2.6.10' Makefile:484: .config: No such file or directory grep: /lib/modules/2.6.10-2-686/build/.config: No such file or directory CC [M] /home/najgeetsrev/ivtv-0.3.2d/driver/tuner.o In file included from include/linux/module.h:9, from /home/najgeetsrev/ivtv-0.3.2d/driver/tuner.c:1: include/linux/config.h:4:28: linux/autoconf.h: No such file or directory In file included from include/linux/module.h:10, from /home/najgeetsrev/ivtv-0.3.2d/driver/tuner.c:1: include/linux/sched.h:4:37: asm/param.h: No such file or directory In file included from include/linux/types.h:13, from include/linux/capability.h:16, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/najgeetsrev/ivtv-0.3.2d/driver/tuner.c:1: include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from include/linux/capability.h:16, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/najgeetsrev/ivtv-0.3.2d/driver/tuner.c:1: include/linux/types.h:14:23: asm/types.h: No such file or directory In file included from include/linux/capability.h:16, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/najgeetsrev/ivtv-0.3.2d/driver/tuner.c:1: include/linux/types.h:18: error: syntax error before "__kernel_dev_t" include/linux/types.h:18: warning: type defaults to `int' in declaration of `__kernel_dev_t' include/linux/types.h:18: warning: data definition has no type or storage class include/linux/types.h:21: error: syntax error before "dev_t" include/linux/types.h:21: warning: type defaults to `int' in declaration of `dev_t' include/linux/types.h:21: warning: data definition has no type or storage class include/linux/types.h:22: error: syntax error before "ino_t" include/linux/types.h:22: warning: type defaults to `int' in declaration of `ino_t' include/linux/types.h:22: warning: data definition has no type or storage class include/linux/types.h:23: error: syntax error before "mode_t" include/linux/types.h:23: warning: type defaults to `int' in declaration of `mode_t' include/linux/types.h:23: warning: data definition has no type or storage class include/linux/types.h:24: error: syntax error before "nlink_t" include/linux/types.h:24: warning: type defaults to `int' in declaration of `nlink_t' include/linux/types.h:24: warning: data definition has no type or storage class include/linux/types.h:25: error: syntax error before "off_t" ..enz.. |