Pushed to
updatelee/updatedvb
bd33e08
add a few missing dvb-t freqs
Atlassian SourceTree is a free Git and Mercurial client for Windows.
Atlassian SourceTree is a free Git and Mercurial client for Mac.
# updateDVB
# A DVB tuning and analysis tool for Linux
# Supports spectrum scan, IQ plot, and blindscan on certain model tuners
# Devices support blindscan and spectrum scan.
# Prof 7301
# Prof 7500
# TBS 6925
# Skystar 2 Express HD
# Devices supporting spectrum scan, no blindscan
# Genpix Skywalker-1
# ATSC devices supporting spectrum scan, blindscan works by having a list of
# possible ATSC transponders and trying those
# Hauppauge WinTV-HVR-950Q
# If you have other cards and have tested them let me know. Im continuously adding
# more cards, the more you guys test the less I have to.
# Install v4l-updatelee kernel/modules, https://bitbucket.org/updatelee/v4l-updatelee
#
# Then download and install any dependancies you need
sudo apt-get install git build-essential subversion libgl1-mesa-dev mesa-common-dev libqwt-qt5-dev
# As well as Qt 5.6
#
# 64bit
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
chmod +x qt-unified-linux-x64-online.run
sudo ./qt-unified-linux-x64-online.run
# or 32bit
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x86-online.run
chmod +x qt-unified-linux-x86-online.run
sudo ./qt-unified-linux-x86-online.run
# To download the updateDVB source
git clone https://bitbucket.org/updatelee/updatedvb.git
# To compile and run open updatedvb.pro in qtcreator
# hit the green triangle in the lower left that says 'Build and Run'
# Author: Chris Lee <updatelee@gmail.com>
# URL: https://bitbucket.org/updatelee/updatedvb