Użytkownik Stian Jordet napisał:
Will the 2.5.x kernel series be updated to the last (and actually the
first working) saa7134 version? I tried to compile my own from the 0.2.5
release, but it failed under 2.5.62. Works fine with recent 2.4.x.
Best regards,
Stian Jordet
gcc -Wp,-MD,/tmp/saa7134-0.2.5/.saa7134-tvaudio.o.d -D__KERNEL__
-Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=pentium3 -Iinclude/asm-i386/mach-default -fomit-frame-pointer
-nostdinc -iwithprefix include -DMODULE
-DKBUILD_BASENAME=saa7134_tvaudio -DKBUILD_MODNAME=saa7134 -c -o
/tmp/saa7134-0.2.5/saa7134-tvaudio.o
/tmp/saa7134-0.2.5/saa7134-tvaudio.c
/tmp/saa7134-0.2.5/saa7134-tvaudio.c: In function `tvaudio_thread':
/tmp/saa7134-0.2.5/saa7134-tvaudio.c:385: too few arguments to function
`daemonize'
/tmp/saa7134-0.2.5/saa7134-tvaudio.c: In function `tvaudio_thread_ddep':
/tmp/saa7134-0.2.5/saa7134-tvaudio.c:580: too few arguments to function
`daemonize'
make[2]: *** [/tmp/saa7134-0.2.5/saa7134-tvaudio.o] Error 1
make[1]: *** [/tmp/saa7134-0.2.5] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.62'
make: *** [default] Error 2
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/video4linux-list
I can see, that 2.5 modules has another extension even, it requires also
other modules managing tool (module-init-tools) so thats not strange.
Linux-2.5 has own module for saa7134 cards, enable it.
WK