Discussion:
[ivtv-devel] 0.7 compile and modprobe issues
cdrom
2006-06-21 13:34:06 UTC
Permalink
hi all,

just tried compiling drivers for ivtv version 0.7 and got this error
message hence modprobe reports via dmesg

latcom:/home/rf/0.7/driver# uname -a
Linux latcom 2.6.17.1 #1 Tue Jun 20 21:15:12 BST 2006 i686 GNU/Linux
latcom:/home/rf/0.7/driver# make
created ivtv-svnversion.h
make -C /lib/modules/2.6.17.1/build M=/home/rf/0.7/driver modules
make[1]: Entering directory `/home/rf/kernel2.6.17/linux-2.6.17.1'
CC [M] /home/rf/0.7/driver/ivtv-driver.o
CC [M] /home/rf/0.7/driver/ivtv-ioctl.o
/home/rf/0.7/driver/ivtv-ioctl.c: In function `ivtv_ivtv_ioctls':
/home/rf/0.7/driver/ivtv-ioctl.c:1573: warning: implicit declaration
of function `ivtv_mute'
/home/rf/0.7/driver/ivtv-ioctl.c:1583: warning: implicit declaration
of function `ivtv_unmute'
LD [M] /home/rf/0.7/driver/ivtv.o
LD [M] /home/rf/0.7/driver/ivtv-fb.o
Building modules, stage 2.
MODPOST
WARNING: "ivtv_unmute" [/home/rf/0.7/driver/ivtv.ko] undefined!
WARNING: "ivtv_mute" [/home/rf/0.7/driver/ivtv.ko] undefined!
LD [M] /home/rf/0.7/driver/ivtv-fb.ko
CC /home/rf/0.7/driver/ivtv.mod.o
LD [M] /home/rf/0.7/driver/ivtv.ko
make[1]: Leaving directory `/home/rf/kernel2.6.17/linux-2.6.17.1'
latcom:/home/rf/0.7/driver# modprobe ivtv
FATAL: Error inserting ivtv (/lib/modules/2.6.17.1/ivtv/ivtv.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

(dmesg output)

Linux video capture interface: v1.00
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute

cheers
Roman

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ivtvdriver.org/pipermail/ivtv-devel/attachments/20060621/acf35bd9/attachment.html
Adam Majer
2006-06-21 22:06:25 UTC
Permalink
Post by cdrom
hi all,
just tried compiling drivers for ivtv version 0.7 and got this error
message hence modprobe reports via dmesg
It could have something to do with the message called "ivtv 0.7 for
2.6.17: next weekend" by Hans. So, I'm assuming 0.7 will be released in
a few days and the current version is not yet updated for the released
2.6.17

- Adam
Romans Filickins
2006-06-21 13:14:13 UTC
Permalink
hi all,

just tried compiling drivers for ivtv version 0.7 and got this error
message hence modprobe reports via dmesg

latcom:/home/rf/0.7/driver# uname -a
Linux latcom 2.6.17.1 #1 Tue Jun 20 21:15:12 BST 2006 i686 GNU/Linux
latcom:/home/rf/0.7/driver# make
created ivtv-svnversion.h
make -C /lib/modules/2.6.17.1/build M=/home/rf/0.7/driver modules
make[1]: Entering directory `/home/rf/kernel2.6.17/linux-2.6.17.1'
CC [M] /home/rf/0.7/driver/ivtv-driver.o
CC [M] /home/rf/0.7/driver/ivtv-ioctl.o
/home/rf/0.7/driver/ivtv-ioctl.c: In function `ivtv_ivtv_ioctls':
/home/rf/0.7/driver/ivtv-ioctl.c:1573: warning: implicit declaration of
function `ivtv_mute'
/home/rf/0.7/driver/ivtv-ioctl.c:1583: warning: implicit declaration of
function `ivtv_unmute'
LD [M] /home/rf/0.7/driver/ivtv.o
LD [M] /home/rf/0.7/driver/ivtv-fb.o
Building modules, stage 2.
MODPOST
WARNING: "ivtv_unmute" [/home/rf/0.7/driver/ivtv.ko] undefined!
WARNING: "ivtv_mute" [/home/rf/0.7/driver/ivtv.ko] undefined!
LD [M] /home/rf/0.7/driver/ivtv-fb.ko
CC /home/rf/0.7/driver/ivtv.mod.o
LD [M] /home/rf/0.7/driver/ivtv.ko
make[1]: Leaving directory `/home/rf/kernel2.6.17/linux-2.6.17.1'
latcom:/home/rf/0.7/driver# modprobe ivtv
FATAL: Error inserting ivtv (/lib/modules/2.6.17.1/ivtv/ivtv.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

(dmesg output)

Linux video capture interface: v1.00
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute
ivtv: Unknown symbol ivtv_mute
ivtv: Unknown symbol ivtv_unmute

cheers
Roman

Loading...