PCTV PicoStick 74e (Español)

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Estado de la traducción: esta traducción de PCTV PicoStick 74e fue revisada el 2019-01-21. Si existen cambios puede actualizarla o avisar al equipo de traducción.

Este artículo explica cómo utilizar el sintonizador PCTV PicoStick 74e DVB-T en Archlinux.

Descargar el firmware

Ejecute las siguientes órdenes como root:

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

El firmware ya estará instalado.Puede conectar el sintonizador a un puerto USB y debería funcionar sin necesidad de configuración.

Comprobar si funciona

Ejecute la siguiente orden (no se necesita ser root):

dmesg | tail

Debería obtener una salida como la que se muestra a continuación:

[  737.936943] usb 2-2.4.4: new high-speed USB device number 42 using ehci-pci
[  738.022688] as10x_usb: device has been detected
[  738.022707] DVB: registering new adapter (PCTV Systems picoStick (74e))
[  738.022991] usb 2-2.4.4: DVB: registering adapter 0 frontend 0 (PCTV Systems picoStick (74e))...
[  738.186315] as10x_usb: firmware: as102_data1_st.hex loaded with success
[  738.433948] as10x_usb: firmware: as102_data2_st.hex loaded with success

Como puede ver, ambos archivos de firmware se cargaron correctamente y el sintonizador ya está listo para ser utilizado.