On Tue, Nov 08, 2005 at 06:54:48AM +0100, T. Schmidt wrote: > I have a first success in porting LinuxTV to my STB containing the Fujitsu > MB86H2x DVB > Processor. > At the moment a uClinux kernel 2.4.29 is running and I have integrated the > dvb kernel sources into the kernel (not as modules because the uClinux port > does not support). > But here is the problem: When attaching the TDA10046 frontend device the DSP > firmware cannot be loaded from file because the root filesystem is still not > accessible when the DVB modules are initialized. Is there another version of > the tda1004x module which has the DSP firmware "integrated"? The firmware isn't loaded before userspace opens the frontend device. Maybe your DVB adapter driver is doing something strange? Johannes