[linux-dvb] Problem with dvb_ttpci
VDR User
user.vdr at gmail.com
Wed Nov 7 18:38:23 CET 2007
With recent copies of fresh v4l I started getting the following error
upon trying to load drivers for my nexus-s:
dvb_ttpci: Unknown symbol ttpci_eeprom_parse_mac
After searching on google I found that this problem existed once
before and here is a patch that reflects the fix
i found:
diff -ruN v4l-dvb-orig/linux/drivers/media/dvb/ttpci/Makefile
v4l-dvb/linux/drivers/media/dvb/ttpci/Makefile
--- v4l-dvb-orig/linux/drivers/media/dvb/ttpci/Makefile 2007-11-07
09:21:57.000000000 -0800
+++ v4l-dvb/linux/drivers/media/dvb/ttpci/Makefile 2007-11-07
09:22:35.000000000 -0800
@@ -3,7 +3,7 @@
# and the AV7110 DVB device driver
#
-dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o
av7110.o av7110_ipack.o av7110_ir.o
+dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o
av7110.o av7110_ipack.o av7110_ir.o ttpci-eeprom.o
obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o
obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
Please re-fix this problem and remember to -test- changes before applying them!
Thanks fellas.
More information about the linux-dvb
mailing list