AF9015 - equinux tubestick under Ubuntu
Installing drivers for the af9015 sold as the Equinux tubestick and numerous other brands for Linux is pretty easy to find & install. Go to http://linuxtv.org/hg/~anttip/af9015/ and download the latest drivers. We need to build these drivers so make sure you installed the following packages build-essential linux-headers-generic
for the use of the usb stick itself we need: dvb-utils these are all to be found in synaptics. now unpack the file and go into it's directory and type: (when compiling for second time or new kernel, "make distclean")
make all
sudo make install
now download the firmware (right click save-as) for the AF9015 and place this in /lib/firmware then do a:
sudo modprobe dvb-usb-af9015
and it will load all necessary modules. Type dmesg to check if everything loaded use scan to find all the channels which are available to this by using the right file for your region:
scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/COUNTRY_YOURREGION > channels.conf
this file you can us to view tv in xine or me-tv