hello,
I'm new to fedora and I'm trying to make my tv card work.
By using this guide:
http://linuxtv.org/wiki/index.php/Ho...Device_Drivers
I've successfully built and load the driver several times in different linux installations(ubuntu, mint) and kernels, but in fedora I cannot.
In fact I can build and install the nessesary modules following the above guide, but after reboot nothing change.
I tried to manually load em28xx by
sudo modprobe em28xx and I get this output:
Code:
WARNING: Error inserting media (/lib/modules/2.6.38.8-32.fc15.x86_64/kernel/drivers/linux/drivers/media/media.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting videodev (/lib/modules/2.6.38.8-32.fc15.x86_64/kernel/drivers/media/video/videodev.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting v4l2_common (/lib/modules/2.6.38.8-32.fc15.x86_64/kernel/drivers/media/video/v4l2-common.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting em28xx (/lib/modules/2.6.38.8-32.fc15.x86_64/kernel/drivers/media/video/em28xx/em28xx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
I use 2.6.38 kernel in Ubuntu too and I haven't this problem
Please help me to fix this.
Thanks.