PCTV picoStick 74e

From LinuxTVWiki
Revision as of 19:33, 18 February 2010 by Devin.heitmueller (talk | contribs) (djh - start of a page for the PCTV 74e)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A DVB-T device by PCTV Systems.

This device is not currently supported in the mainline Linux kernel, but a test driver is available from KernelLabs. See KernelLabs blog for more details.

Overview/Features

This device supports DVB-T. The package includes a small dipole antenna and a short USB extension cable.

Card connectors/inputs:

  • TV antenna input

Components used

  • Abilis AS102 (combined tuner/demodulator/USB bridge)

Identification

Making it Work

Firmware

In order to use the LinuxTV driver, you need to download and install the firmware.

Download the windows driver with something like:

wget https://www.kernellabs.com/firmware/as102/as102_data1_st.hex
wget https://www.kernellabs.com/firmware/as102/as102_data2_st.hex

copy the generated file so it can be picked up by the Linux kernel:

cp as102_data1_st.hex /lib/firmware
cp as102_data2_st.hex /lib/firmware

Drivers

While the driver is not currently upstream, it can be installed via the following:

hg clone http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102
cd v4l-dvb-as102
make
make install
reboot
  • Read the above mentioned Firmware section for details on installing the proper firmware.

External Links