AF9015 – equinux tubestick under Ubuntu
Posted by: Tim on
Sep 5th, 2008 |
Filed under: linux
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
Did this help you? Wanna help too?
Tags: 
October 2nd, 2008 at 6:02 pm
Hey,
thanks for the tutorial! Everything works fine for me until I plug the stick in. Dmesg throws:
—–
[15826.247812] usb 3-5: new high speed USB device using ehci_hcd and address 5
[15826.384063] usb 3-5: configuration #1 chosen from 1 choice
[15826.400611] dvb-usb: found a ‘Afatech AF9015 DVB-T USB2.0 stick’ in cold state, will try to load a firmware
[15826.409339] dvb-usb: did not find the firmware file. (dvb-usb-af9015.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
[15826.409367] dvb_usb_af9015: probe of 3-5:1.0 failed with error -2
—-
Thanks
October 2nd, 2008 at 7:34 pm
Oops I forgot too write down a step. You can get the firmware at:
http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw (right click save-as)
place this in /lib/firmware
October 2nd, 2008 at 8:28 pm
[24748.563207] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and connected.
thanks a lot
December 18th, 2008 at 1:25 am
Works pretty fine if “make all” is run with sudo permissions. After all channels.conf has to be copied into ~/.xine/ in order to allow xine to find the channels.
COUNTRY_REGION may be get listed with
ls /usr/share/doc/dvb-utils/examples/scan/dvb-t/
Tested with Ubuntu 8.10 i386 on an 1800MhZ AMD Athlon Mobile processor, ATI Radeon Mobile 9600, 512 MB RAM, 120 GB HD.
Thanks a lot!
December 18th, 2008 at 10:15 am
[...] you want to run you TubeStick Classic under Ubuntu Linux, here is how. Comment (RSS) [...]
January 28th, 2009 at 7:34 pm
It’s important to use xine instead of gXine or totem!
Simply install it using:
sudo apt-get install xine-ui
April 29th, 2009 at 2:04 pm
I carried out the instructions above on a acer aspire one running Ubuntu netbook mix release. I could not find the file /usr/share/doc/dvb-utils/examples/scan/dvb-t/COUNTRY_YOURREGION > channels.conf.
April 29th, 2009 at 2:11 pm
Steve. Don’t you have the folder /usr/share/doc/dvb-utils/examples/scan/dvb-t/?
check step for step again if compiling and installing the dvb utils went correct.
April 29th, 2009 at 10:04 pm
Thanks Tim, I did not have dvb-utils installed, re did make and make install. I now have /usr/share/doc/dvb-utils folder but no scan/dvb-t, just changelog.Debian.gz, copyright and readme files located in the dvb-utils folder
May 31st, 2009 at 8:33 pm
same with me on 9.04 netbook remix (with 8.10 it worked):
[ 7500.295774] DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
[ 7500.764213] af9013: firmware version:4.65.0
[ 7500.781487] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)…
[ 7500.898122] MT2060: successfully identified (IF1 = 1220)
[ 7501.408247] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and connected.
[ 7501.417036] usbcore: registered new interface driver dvb_usb_af9015
[ 8884.686730] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 8885.176629] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 8889.288468] ath5k phy0: unsupported jumbo
[ 9484.862857] [drm:i915_getparam] *ERROR* Unknown parameter 6
[10084.809667] [drm:i915_getparam] *ERROR* Unknown parameter 6
[11340.110478] [drm:i915_getparam] *ERROR* Unknown parameter 6
[11340.743807] [drm:i915_getparam] *ERROR* Unknown parameter 6
no examples folder.
under win xp home the stick works
Samsung Netbook NC-10
June 1st, 2009 at 1:41 am
yip! using kaffeine the tube-stick works fine on the Samsung Netbook NC-10 under Ubuntu 9.04 jaunty Netbook Remix and the equinux tubestick.
June 6th, 2009 at 5:45 pm
It’s really fascinating. Setting up the Samsung NC-10 with an external 15″ TFT monitor, resolution of 1024×768 and set up the internal display to a 4:3 ratio as 800×600 you may view TV on the external display fluently and you may use Firefox, Pidgin and Skype parallel on the internal display.
It works easily! Pretty nice!!! This hypes!
August 15th, 2009 at 12:29 pm
Ubuntu now places transmitter info files into
/usr/share/dvb not /usr/share/doc/dvb-utils
November 25th, 2009 at 10:29 pm
Could anyone get remote to work with it?
November 26th, 2009 at 12:16 am
try looking into Lirc maybe your remote is supported.
Add A Comment