Archived:ASUS P7131 Hybrid-V4L: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
* ASUS MyCinema P7131 Hybrid

See also:
See also:
*[[Cardlist.saa7134]]
*[[Cardlist.saa7134]]
Line 14: Line 16:
* TV tuner: tda8290+75
* TV tuner: tda8290+75
* FM radio chip: ??
* FM radio chip: ??

ASUS MyCinema P7131 Hybrid

ASUS MyCinema P7131 Hybrid

* In /usr/src/linux/drivers/media/video/saa7134/saa7134-dvb.c, line 873, struct tda1004x_config philips_tiger_config
* change the entry
* .request_firmware = NULL,
* to
* .request_firmware = philips_tu1216_request_firmware,
* run /usr/src/linux/Documentation/dvb/get_dvb_firmware and copy the dvb-fe-tda10046.fw to /lib/firmware
* modprobe saa7134 card=78 gpio_tracking=1
* see http://www.spinics.net/lists/vfl/msg27672.html
* STOP PRESS - the Mercurial version "emerge v4l-dvb-hg" gives the card a proper card number of 112.
* The card can then be brought up with "modprobe saa7134 card=112 tuner=54 gpio_tracking=1 i2c_scan=1". You may also need to modprobe saa7134-dvb and saa7134-alsa. This works now but may not continue to do so.


==Card connectors==
==Card connectors==
Line 36: Line 23:
* FM radio RF signal: Internal RC jack with flying wire to IEC connector
* FM radio RF signal: Internal RC jack with flying wire to IEC connector
* IR-Remote: 2.5mm jack
* IR-Remote: 2.5mm jack

==Bugs==
This is not tested yet:
===Get firmware, old option===
In /usr/src/linux/drivers/media/video/saa7134/saa7134-dvb.c, line 873, struct tda1004x_config philips_tiger_config change the entry
.request_firmware = NULL,
to
.request_firmware = philips_tu1216_request_firmware,
Run /usr/src/linux/Documentation/dvb/get_dvb_firmware and copy the dvb-fe-tda10046.fw to /lib/firmware
modprobe saa7134 card=78 gpio_tracking=1
See http://www.spinics.net/lists/vfl/msg27672.html
===Get firmware, new option===
The Mercurial version "emerge v4l-dvb-hg" gives the card a proper card number of 112.
The card can then be brought up with
modprobe saa7134 card=112 tuner=54 gpio_tracking=1 i2c_scan=1
You may also need to
modprobe saa7134-dvb
modprobe saa7134-alsa
This works now but may not continue to do so.

==lspci -v==
==lspci -v==



Revision as of 10:31, 25 June 2007

  • ASUS MyCinema P7131 Hybrid

See also:

Remote control

An IR remote control is supplied. There is a sensor cable that must be plugged into the card.

Card features

  • PCI
  • Video/audio decoder: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev d1)
  • RF formats: PAL, DVB-T
  • Analog demodulator: ??
  • TV tuner: tda8290+75
  • FM radio chip: ??

Card connectors

  • PAL TV RF signal:
  • DVB-T RF signal:
  • Video Input: S-Video
  • FM radio RF signal: Internal RC jack with flying wire to IEC connector
  • IR-Remote: 2.5mm jack

Bugs

This is not tested yet:

Get firmware, old option

In /usr/src/linux/drivers/media/video/saa7134/saa7134-dvb.c, line 873, struct tda1004x_config philips_tiger_config change the entry

 .request_firmware = NULL,

to

 .request_firmware = philips_tu1216_request_firmware,

Run /usr/src/linux/Documentation/dvb/get_dvb_firmware and copy the dvb-fe-tda10046.fw to /lib/firmware

 modprobe saa7134 card=78 gpio_tracking=1

See http://www.spinics.net/lists/vfl/msg27672.html

Get firmware, new option

The Mercurial version "emerge v4l-dvb-hg" gives the card a proper card number of 112. The card can then be brought up with

 modprobe saa7134 card=112 tuner=54 gpio_tracking=1 i2c_scan=1

You may also need to

 modprobe saa7134-dvb
 modprobe saa7134-alsa

This works now but may not continue to do so.

lspci -v

Module Options

For analog signal (autodetected?):

 saa7134 card=78 tuner=54

Kernel output

Links