Hello,
I'm trying to install drivers for my dv-t usb tuner, using this: http://linuxtv.org/wiki/index.php/Kworld_UB499-2T
I have finally got it compile, but driver fails to load:
Code:
modprobe dvb-usb-it9135
FATAL: Error inserting dvb_usb_it9135 (/lib/modules/2.6.39-0.slh.3-aptosid-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-it9135.ko): Unknown symbol in module, or unknown parameter (see dmesg)
So, dmesg says:
Code:
[ 1036.955198] dvb_usb_it9135: Unknown symbol __stack_chk_fail (err 0)
[ 1036.955493] dvb_usb_it9135: Unknown symbol mcount (err 0)
The say, that such errors can be caused with compilation with wrong kernel sources. I've downloaded kernel sources like this:
Code:
apt-get source linux-image-$(uname -r)
The sources was already unpacked, so I've used it. How do you think - is this wrong sources error, or I've ommited something. Do you have any idea? |