Hi!, I have two dvb cards:
Hauppauge Nexus-s dvb-s FF Terratec Cinergy 1200 dvb-t budget
The two card have the save chipset. I see in lspci:
0000:00:13.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01) 0000:00:14.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
But when the system starts only load the dbv-t firmware. dmesg:
DVB: registering new adapter (Terratec Cinergy 1200 DVB-T). DVB: registering frontend 0 (Philips TDA10046H DVB-T)...
The problem comes with the nexus-s. dmesg says:
dvb-ttpci: could not load firmware, file not found: dvb-ttpci-01.fw dvb-ttpci: usually this should be in /usr/lib/hotplug/firmware dvb-ttpci: and can be downloaded here http://www.linuxtv.org/download/dvb/firmware/
I'm downloaded the firmware and all of this revisions and have put in the same place that the dvb-t firmware (/usr/lib/hotplug/firmware). The file dvb-ttpci-01.fw exists. I also have tried the /lib/firmware folder to put the firmware but the error continues.
Any ideas to solve this problem?
Thanks. Leo
Leo Márquez wrote:
dvb-ttpci: could not load firmware, file not found: dvb-ttpci-01.fw dvb-ttpci: usually this should be in /usr/lib/hotplug/firmware dvb-ttpci: and can be downloaded here http://www.linuxtv.org/download/dvb/firmware/
I'm downloaded the firmware and all of this revisions and have put in the same place that the dvb-t firmware (/usr/lib/hotplug/firmware). The file dvb-ttpci-01.fw exists. I also have tried the /lib/firmware folder to put the firmware but the error continues.
Any ideas to solve this problem?
Use this firmware: http://www.linuxtv.org/cgi-bin/viewcvs.cgi/dvb-kernel/firmware/dvb-ttpci-01....
Check the correct firmware directory with: $ grep FIRMWARE_DIR= /etc/hotplug/firmware.agent
If the file /etc/hotplug/firmware.agent is not present, please install hotplug.
En/na Anssi Hannula ha escrit:
Leo Márquez wrote:
dvb-ttpci: could not load firmware, file not found: dvb-ttpci-01.fw dvb-ttpci: usually this should be in /usr/lib/hotplug/firmware dvb-ttpci: and can be downloaded here http://www.linuxtv.org/download/dvb/firmware/
I'm downloaded the firmware and all of this revisions and have put in the same place that the dvb-t firmware (/usr/lib/hotplug/firmware). The file dvb-ttpci-01.fw exists. I also have tried the /lib/firmware folder to put the firmware but the error continues.
Any ideas to solve this problem?
Use this firmware: http://www.linuxtv.org/cgi-bin/viewcvs.cgi/dvb-kernel/firmware/dvb-ttpci-01....
Check the correct firmware directory with: $ grep FIRMWARE_DIR= /etc/hotplug/firmware.agent
In /etc/hotplug/firmware.agent I have FIRMWARE_DIRS, not FIRMWARE_DIR, and his value is:
FIRMWARE_DIRS="/lib/firmware /usr/local/lib/firmware /usr/lib/hotplug/firmware"
A locate of dvb-ttpci-01.fw returns to me:
vdr:~# locate dvb-ttpci-01.fw /lib/firmware/dvb-ttpci-01.fw /lib/firmware/dvb-ttpci-01.fw-261a /lib/firmware/dvb-ttpci-01.fw-261b /lib/firmware/dvb-ttpci-01.fw-261c /lib/firmware/dvb-ttpci-01.fw-261d /lib/firmware/dvb-ttpci-01.fw.old /usr/lib/hotplug/firmware/dvb-ttpci-01.fw /usr/lib/hotplug/firmware/dvb-ttpci-01.fw-261a /usr/lib/hotplug/firmware/dvb-ttpci-01.fw-261b /usr/lib/hotplug/firmware/dvb-ttpci-01.fw-261c /usr/lib/hotplug/firmware/dvb-ttpci-01.fw-261d /usr/lib/hotplug/firmware/dvb-ttpci-01.fw.old /usr/local/lib/firmware/dvb-ttpci-01.fw /usr/local/lib/firmware/dvb-ttpci-01.fw-261a /usr/local/lib/firmware/dvb-ttpci-01.fw-261b /usr/local/lib/firmware/dvb-ttpci-01.fw-261c /usr/local/lib/firmware/dvb-ttpci-01.fw-261d /usr/local/lib/firmware/dvb-ttpci-01.fw.old /usr/src/linux-2.6.11.10/Documentation/dvb/dvb-ttpci-01.fw /usr/src/linux-2.6.11.10/Documentation/dvb/dvb-ttpci-01.fw-261c
What more could be wrong?
Why found correctly the dvb-t firmware and not found the ttpci?
Thanks again.
En/na Leo Márquez ha escrit:
En/na Anssi Hannula ha escrit:
Leo Márquez wrote:
dvb-ttpci: could not load firmware, file not found: dvb-ttpci-01.fw dvb-ttpci: usually this should be in /usr/lib/hotplug/firmware dvb-ttpci: and can be downloaded here http://www.linuxtv.org/download/dvb/firmware/
I'm downloaded the firmware and all of this revisions and have put in the same place that the dvb-t firmware (/usr/lib/hotplug/firmware). The file dvb-ttpci-01.fw exists. I also have tried the /lib/firmware folder to put the firmware but the error continues.
Any ideas to solve this problem?
I have solved the problem compiling the frontends as a kernel modules. Before it I compile all into the kernel. Now the two firmwares load fine. Thanks.