[linux-dvb] hg tree v4l/av7110_firm.h missing
Oliver Endriss
o.endriss at gmx.de
Sat Feb 4 02:52:46 CET 2006
Sid Boyce wrote:
> Michael Krufky wrote:
> > Sid Boyce wrote:
> >
> >> Builds with the one copied from
> >> /usr/src/linux-2.6.16-rc2/drivers/media/dvb/ttpci/av7110_firm.h
> >> Regards
> >> Sid.
> >
> > Undocumented..... Sorry, I know the answer to this, but I don't know the
> > reason.........
> >
> > Edit v4l-dvb/v4l/Make.config
> >
> > add this line to the very bottom:
> >
> > CONFIG_DVB_AV7110_FIRMWARE := y
> >
> barrabas:/ftp/Feb06/DVB/v4l-dvb # make
> make -C /ftp/Feb06/DVB/v4l-dvb/v4l
> make[1]: Entering directory `/ftp/Feb06/DVB/v4l-dvb/v4l'
> cc -o fdump /ftp/Feb06/DVB/v4l-dvb/fdump.c
> cc: /ftp/Feb06/DVB/v4l-dvb/fdump.c: No such file or directory
> cc: no input files
> make[1]: *** [fdump] Error 1
> make[1]: Leaving directory `/ftp/Feb06/DVB/v4l-dvb/v4l'
> make: *** [all] Error 2
>
> barrabas:/ftp/Feb06/DVB/v4l-dvb # ls
> . .. .cvsignore .hg .hgtags linux Makefile README README.HG
> README.patches test v4l v4l_experimental
>
> It's in ./linux/drivers/media/dvb/ttpci/fdump.c
Please do _not_ add
CONFIG_DVB_AV7110_FIRMWARE := y
at the end of Make.config. Put it _before_ the last endif.
You have to define CONFIG_DVB_AV7110_FIRMWARE_FILE , too.
For example:
ifeq ($(CONFIG_DVB_CORE),m)
...
CONFIG_DVB_AV7110 := m
CONFIG_DVB_AV7110_OSD := y
CONFIG_DVB_AV7110_FIRMWARE := y
CONFIG_DVB_AV7110_FIRMWARE_FILE := /path/to/your/firmware/dvb-ttpci-01.fw
...
endif
HTH,
Oliver
--
--------------------------------------------------------
VDR Remote Plugin available at
http://www.escape-edv.de/endriss/vdr/
--------------------------------------------------------
More information about the linux-dvb
mailing list