In order to make a vdr machine I have installed FC4 on a computer with SS1. In dmesg I had a message about firmware missing. The problem is that I still have the same message even I created the /usr/lib/hotplug/firmware directory and put there the firmware file there. the message is :
saa7146: register extension 'dvb'. PCI: Found IRQ 11 for device 0000:00:0b.0 saa7146: found saa7146 @ mem ce8b2000 (revision 1, irq 11) (0x13c2,0x1002). 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/
even
[root@router ~]# ls -al /usr/lib/hotplug/firmware/ total 244 drwxr-xr-x 2 root root 4096 Dec 11 20:31 . drwxr-xr-x 3 root root 4096 Dec 11 20:31 .. -rw-r--r-- 1 root root 234284 Jul 6 01:44 dvb-ttpci-01.fw
Paul Lacatus wrote:
In order to make a vdr machine I have installed FC4 on a computer with SS1. In dmesg I had a message about firmware missing. The problem is that I still have the same message even I created the /usr/lib/hotplug/firmware directory and put there the firmware file there. the message is :
Correct place for firmware in FC4 is /lib/firmware/
On 12/11/05, Kimmo Vuorinen kimmo_lists@palsi.net wrote:
Paul Lacatus wrote:
In order to make a vdr machine I have installed FC4 on a computer with SS1. In dmesg I had a message about firmware missing. The problem is that I still have the same message even I created the /usr/lib/hotplug/firmware directory and put there the firmware file there. the message is :
Correct place for firmware in FC4 is /lib/firmware/
Thank you Kimmo , working now !
PL