Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] newbie question - problem installing driver on 2.4.19



Hi,
I am trying to install the driver on a system running Mandrake 9.0,(not using the Mandrake provided kernel but a vanilla 2.4.19 from kernel.org).
I have tried building with gcc3.2 and gcc2.96, make and make install work without problem. However when I try to start the driver problems start:
executing: "sh -x ./driver.av7110 start" from the build-2.4 dir gives the following output, (and yes , lspci -v shows that the system has detected the card!!):



+ export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin
+ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin
+ depmod -ae
+ echo -n -e 'Inserting av7110 modules into kernel'
Inserting av7110 modules into kernel+ modprobe videodev
+ modprobe dvb-core
+ modprobe alps_bsrv2
+ modprobe v4l1-compat
+ modprobe v4l2-common
+ modprobe video-buf
+ modprobe saa7146
+ modprobe saa7146_vv
+ modprobe dvb-ttpci
/lib/modules/2.4.19/misc/dvb-ttpci.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.19/misc/dvb-ttpci.o failed
modprobe: insmod dvb-ttpci failed
+ echo

+ exit 0

If I then try to manually do an "insmod /lib/modules/2.4.19/misc/dvb-ttpci.o" I get the following output:
/lib/modules/2.4.19/misc/dvb-ttpci.o: unresolved symbol input_event_R22610667
/lib/modules/2.4.19/misc/dvb-ttpci.o: unresolved symbol input_register_device_R98a547ee
/lib/modules/2.4.19/misc/dvb-ttpci.o: unresolved symbol input_unregister_device_R8b46da79

I have tried this with a cvs from 22 Jan and one from 16 Jan , both with same result. I can forward my kernel config file if required,is there some external driver that I am missing on which there is a dependency??

Rgds
Rob Mason.


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index