Philips TDA10046: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (+cat)
(added kernel config info)
Line 1: Line 1:
A [[DSP]]-based [[DVB-T]] [[Demodulator]] produced by [[Philips Semiconductor]]. Successor of the [[TDA10045]]. Documentation is available only when signing an [[NDA]]. The Linux driver was written after analyzing the Windows driver and thus can't get better than the Windows driver.
A [[DSP]]-based [[DVB-T]] [[Demodulator]] produced by [[Philips Semiconductor]]. Successor of the [[TDA10045]]. Documentation is available only when signing an [[NDA]]. The Linux driver was written after analyzing the Windows driver and thus can't get better than the Windows driver.


==Kernel Config==
Requires a [[Firmware]] that needs to get peeled out the Windows driver.
For 2.6.11 (?? could be less) and above go to:<br/>
-> Device Drivers
-> Multimedia devices
-> Digital Video Broadcasting Devices
Select
-> DVB For Linux (DVB)
-> DVB Core Support (DVB_CORE)
-> Budget cards (DVB_BUDGET)
-> Customise DVB Frontends
-> Philips TDA10045H/TDA10046H based (DVB_TDA1004X)


Requires a firmware to work. You need to run a script that comes with the kernel source (it downloads the windows driver and peels out the code). Then, each time the machine is booted, the firmware is loaded into the card to make it work. See the [[Firmware]] page for instructions.
''Firmware HOWTO??''


[[Category:DVB-T]]
[[Category:DVB-T]]

Revision as of 21:27, 8 August 2005

A DSP-based DVB-T Demodulator produced by Philips Semiconductor. Successor of the TDA10045. Documentation is available only when signing an NDA. The Linux driver was written after analyzing the Windows driver and thus can't get better than the Windows driver.

Kernel Config

For 2.6.11 (?? could be less) and above go to:

-> Device Drivers
  -> Multimedia devices
     -> Digital Video Broadcasting Devices

Select

-> DVB For Linux (DVB)
  -> DVB Core Support (DVB_CORE)
    -> Budget cards (DVB_BUDGET)
    -> Customise DVB Frontends
      -> Philips TDA10045H/TDA10046H based (DVB_TDA1004X)

Requires a firmware to work. You need to run a script that comes with the kernel source (it downloads the windows driver and peels out the code). Then, each time the machine is booted, the firmware is loaded into the card to make it work. See the Firmware page for instructions.