Last active
August 29, 2015 14:00
-
-
Save Zardoz89/11381041 to your computer and use it in GitHub Desktop.
ASUS Tiger Hybrid TV Tunner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ASUS Tiger Hybrid TV Tunner | |
sudo rmmod saa7134_alsa | |
sudo rmmod saa7134_dvb | |
sudo modprobe saa7134 card=112 tuner=54 gpio_tracking=1 i2c_scan=1 | |
# Escuchar la entrada de linea o el micro : | |
pactl load-module module-loopback latency_msec=10 | |
# anotar el numero | |
# para desactivarlo : | |
pactl unload-module (Module Number) | |
# Configuar entrada y norma : | |
v4lctl list | |
v4lctl setinput "Composite1" | |
v4lctl setnorm "PAL" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment