Powercolor Real Angel 330

From LinuxTVWiki
Jump to navigation Jump to search

An Analog PCI card from KWorld.

The Real Angel 330 is supported under Linux since kernel 2.6.26.


Overview/Features

  • PCI interface
  • Inputs: Antenna (Composite), Remote and S-Video In

Components Used

  • Conexant CX2388X
  • Xceive xc2028

Other Images

Identification

Please provide here, for PCI/PCIe devices, the relevant output of lspci -vnn . We're particularly interested in the subsystem ID's. To make a code block simply make the first character of each line a space.

Making it Work

You need the following options selected on kernel:

Device Drivers  --->
 Multimedia devices  --->
  [*] Customize analog and hybrid tuner modules to build  --->
      <M>   XCeive xc2028/xc3028 tuners
  [*] Video capture adapters  --->
      <M>   Conexant 2388x (bt878 successor) support

in other words, you need the following modules: tuner_xc2028 and cx8800

Then just:

modprobe cx8800

and you've done!

Firmware

You need the firmware (please take a look at Documentation/video4linux/extract_xc3028.pl with builtin instructions).

Drivers

Provide the details of where the drivers and patches and necessary tools are available.

Sample Kernel Output

Provide the relevant portion of dmesg here.

Remote Control Support

If you want to use the remote control with lirc, just use the following file (/etc/lircd.conf):

# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.8.2(dev/input) on Thu Apr  3 21:35:44 2008
#
# contributed by Dâniel Fraga <fragabr@gmail.com>
#
# brand:                       lircd.conf
# model no. of remote control: 
# devices being controlled by this remote: Powercolor Real Angel 330
#
begin remote
 name  lircd.conf.conf
 bits           16
 eps            30
 aeps          100
 one             0     0
 zero            0     0
 pre_data_bits   16
 pre_data       0x8001
 gap          299990
 toggle_bit_mask 0x80010002
     begin codes
         KEY_SWITCHVIDEOMODE      0x00E3
         KEY_MEDIA                0x00E2
         KEY_0                    0x000B
         KEY_1                    0x0002
         KEY_2                    0x0003
         KEY_3                    0x0004
         KEY_4                    0x0005
         KEY_5                    0x0006
         KEY_6                    0x0007
         KEY_7                    0x0008
         KEY_8                    0x0009
         KEY_9                    0x000A
         KEY_DIGITS               0x019D
         KEY_PREVIOUS             0x019C
         KEY_BRIGHTNESSUP         0x00E1
         KEY_BRIGHTNESSDOWN       0x00E0
         KEY_MODE                 0x0175
         KEY_TEXT                 0x0184
         KEY_UP                   0x0067
         KEY_DOWN                 0x006C
         KEY_RIGHT                0x006A
         KEY_LEFT                 0x0069
         KEY_MUTE                 0x0071
         KEY_RECORD               0x00A7
         KEY_PLAY                 0x00CF
         KEY_PAUSE                0x0077
         KEY_STOP                 0x0080
         KEY_FASTFORWARD          0x00D0
         KEY_REWIND               0x00A8
         KEY_SEARCH               0x00D9
         KEY_SHUFFLE              0x019A
         KEY_SETUP                0x008D
         KEY_SCREEN               0x0177
         KEY_RADIO                0x0181
         KEY_POWER                0x0074
     end codes
end remote

External Links



Page orginally created by: --Dfraga 05:41, 14 July 2008 (CEST)