PcHDTV HD-3000: Difference between revisions
Jump to navigation
Jump to search
(New page: lspci -vn will reveal that the card has a PCI ID of 7063:3000 This card requires a firmware file(s) (dvb-fe-or51132-vsb.fw and dvb-fe-or51132-qam.fw) for the demodulator. These same fil...) |
m (wording etc) |
||
Line 2: | Line 2: | ||
This card requires a firmware file(s) (dvb-fe-or51132-vsb.fw and dvb-fe-or51132-qam.fw) for the demodulator. These |
This card requires a firmware file(s) (dvb-fe-or51132-vsb.fw and dvb-fe-or51132-qam.fw) for the demodulator. These files can be obtained several different ways: |
||
*from the [http://www.linuxtv.org/downloads/firmware/ LinuxTV downloads section] |
*from the [http://www.linuxtv.org/downloads/firmware/ LinuxTV downloads section] |
||
*using the get_dvb_firmware perl script included with kernel sources: |
*using the get_dvb_firmware perl script included with kernel sources: |
||
# cd /[kernel source directory]/Documentation/dvb/ |
# cd /[kernel source directory]/Documentation/dvb/ |
||
# perl get_dvb_firmware |
# perl get_dvb_firmware or5132 |
||
*or from the [[http://www.pchdtv.com/downloads.html pcHDTV downloads page]] |
*or from the [[http://www.pchdtv.com/downloads.html pcHDTV downloads page]] |
||
Whatever method you choose (you'll get the same files regardless), once the download from the source is complete, place a copy of the firmware files in your /lib/firmware directory. (This directory may differ with some distros; consult your distro's documentation for the appropriate location). |
Revision as of 19:10, 2 March 2007
lspci -vn will reveal that the card has a PCI ID of 7063:3000
This card requires a firmware file(s) (dvb-fe-or51132-vsb.fw and dvb-fe-or51132-qam.fw) for the demodulator. These files can be obtained several different ways:
- from the LinuxTV downloads section
- using the get_dvb_firmware perl script included with kernel sources:
# cd /[kernel source directory]/Documentation/dvb/ # perl get_dvb_firmware or5132
- or from the [pcHDTV downloads page]
Whatever method you choose (you'll get the same files regardless), once the download from the source is complete, place a copy of the firmware files in your /lib/firmware directory. (This directory may differ with some distros; consult your distro's documentation for the appropriate location).