PCTV picoStick 74e: Difference between revisions
(djh - start of a page for the PCTV 74e) |
(djh - make the links http instead of https, and add a note about firmware redistribution terms) |
||
Line 21: | Line 21: | ||
Download the windows driver with something like: |
Download the windows driver with something like: |
||
wget |
wget http://www.kernellabs.com/firmware/as102/as102_data1_st.hex |
||
wget |
wget http://www.kernellabs.com/firmware/as102/as102_data2_st.hex |
||
copy the generated file so it can be picked up by the Linux kernel: |
copy the generated file so it can be picked up by the Linux kernel: |
||
cp as102_data1_st.hex /lib/firmware |
cp as102_data1_st.hex /lib/firmware |
||
cp as102_data2_st.hex /lib/firmware |
cp as102_data2_st.hex /lib/firmware |
||
KernelLabs has worked with the chipset vendor to provide licensing which allows the firmware to be freely redistributed (including bundling in Linux distributions). More information can be found here: [http://www.kernellabs.com/firmware/as102/README.as102 Licensing README] |
|||
===Drivers=== |
===Drivers=== |
Revision as of 19:49, 18 February 2010
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 http://www.kernellabs.com/firmware/as102/as102_data1_st.hex wget http://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
KernelLabs has worked with the chipset vendor to provide licensing which allows the firmware to be freely redistributed (including bundling in Linux distributions). More information can be found here: Licensing README
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.