-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jelle de Jong wrote: > Jelle de Jong wrote: >> >> Hello everybody, >> >> I bought an other usb dvb-t stick (number 5) with the hope it would work >> out of the box under Debian Linux Sid because I could not efficiently >> maintain all the custom build drivers on my systems. >> >> The distributer, tried to create something that would work on Linux but >> he kind of missed the point of Linux sustainable driver model. There was >> an cdrom included with an "autoself" installation script. That tried to >> heavily rape my debian box.. >> >> http://filebin.ca/rydcgt/treiber.tar.gz >> >> I would like to know if this device can work out of the box? and if not >> what is needed to get the device working out of the box? >> >> See the attachment for the device information. If more information is >> needed please tell me how to gather it. >> >> Best regards, >> >> Jelle > > I found some additional information, but all my above questions remain > the same. > > http://openlab.savonia-amk.fi/wiki/index.php/Afatech_9016_DVB-T_USB > > Best regards, > > Jelle > Hello everybody, Even while the device does not yet work out of the box and I don't know why this is the case, i tried to get the device working. I created some documentation of my steps, but the device refuses to find any dvb-t signals, while I am sure there are there. Please see the attachment for far more detailed information. Any help is really appreciated. Kind regards, Jelle -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iJwEAQECAAYFAkj0pdcACgkQ1WclBW9j5HmiqwQAlypHrucNNZK7m0rxAoMgG/U+ jybxQChrQTQPlso0Vt5H2U1HsPUD1gGQQEv6jk9dqjO66+dc+npEa85qGV/VtTFl JLlpA0WEl+UBx2PmCt9CINljuNUGXMifg7CoPdnz42B00bl3TAbEtE7QEWdPTMG0 mu1dZ3/fw+X+Y6kxK9s= =gQvK -----END PGP SIGNATURE-----
#!/bin/bash # just for highliting # Afatech DVB-T - Installation Guide - v0.1.1j.txt # # Copyright 2008 Jelle de Jong <jelledejong at powercraft dot nl> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. cd ~ wget http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw sudo mv --verbose dvb-usb-af9015.fw /lib/firmware/ sudo chmod 555 /lib/firmware/dvb-usb-af9015.fw ls -hal /lib/firmware/dvb-usb-af9015.fw -r-xr-xr-x 1 jelle jelle 16K 2007-11-16 21:06 /lib/firmware/dvb-usb-af9015.fw # original firware included on cdrom cd ~ sudo cp --verbose "/media/DIGITTRADE DVB-T/Installationsdateien/linux/dvb-usb-af9015.fw" /lib/firmware/ sudo chmod 555 /lib/firmware/dvb-usb-af9015.fw ls -hal /lib/firmware/dvb-usb-af9015.fw -r-xr-xr-x 1 jelle root 13K 2008-10-14 15:36 /lib/firmware/dvb-usb-af9015.fw sudo apt-get install linux-headers-$(uname -r) build-essential mercurial cd ~ [ -e af9015 ] && rm --recursive af9015 hg clone http://linuxtv.org/hg/~anttip/af9015 cd af9015 make sudo make install sudo depmod -a cd ~ sudo shutdown -r now ls -hal /dev/dvb/adapter0/ total 0 drwxr-xr-x 2 root root 120 2008-10-14 15:38 . drwxr-xr-x 3 root root 60 2008-10-14 15:38 .. crw-rw---- 1 root video 212, 4 2008-10-14 15:38 demux0 crw-rw---- 1 root video 212, 5 2008-10-14 15:38 dvr0 crw-rw---- 1 root video 212, 3 2008-10-14 15:38 frontend0 crw-rw---- 1 root video 212, 7 2008-10-14 15:38 net0 dmesg | grep af90 dmesg # firmware version:4.95.0 [ 44.132059] firmware: requesting dvb-usb-af9015.fw [ 44.141827] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' [ 44.219500] usbcore: registered new interface driver dvb_usb_af9015 [ 45.157789] af9013: firmware version:4.95.0 [ 45.280556] af9015: command failed:2 [ 43.552057] usb 5-4: new high speed USB device using ehci_hcd and address 9 [ 43.688128] usb 5-4: configuration #1 chosen from 1 choice [ 43.696836] Afatech DVB-T: Fixing fullspeed to highspeed interval: 16 -> 8 [ 43.703912] input: Afatech DVB-T as /class/input/input10 [ 43.732239] input,hidraw3: USB HID v1.01 Keyboard [Afatech DVB-T] on usb-0000:00:1d.7-4 [ 43.732503] usb 5-4: New USB device found, idVendor=15a4, idProduct=9016 [ 43.732512] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 43.732520] usb 5-4: Product: DVB-T [ 43.732525] usb 5-4: Manufacturer: Afatech [ 44.132046] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will try to load a firmware [ 44.132059] firmware: requesting dvb-usb-af9015.fw [ 44.141827] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' [ 44.213470] usb 5-4: USB disconnect, address 9 [ 44.216418] dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. [ 44.219500] usbcore: registered new interface driver dvb_usb_af9015 [ 44.472074] usb 5-4: new high speed USB device using ehci_hcd and address 10 [ 44.608713] usb 5-4: configuration #1 chosen from 1 choice [ 44.655921] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm state. [ 44.656063] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 44.656439] DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick) [ 45.157789] af9013: firmware version:4.95.0 [ 45.163795] DVB: registering frontend 0 (Afatech AF9013 DVB-T)... [ 45.280556] af9015: command failed:2 [ 45.280566] mt2060 I2C read failed [ 45.280675] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and connected. [ 45.294842] Afatech DVB-T: Fixing fullspeed to highspeed interval: 16 -> 8 [ 45.295337] input: Afatech DVB-T as /class/input/input11 [ 45.320250] input,hidraw3: USB HID v1.01 Keyboard [Afatech DVB-T] on usb-0000:00:1d.7-4 [ 45.320527] usb 5-4: New USB device found, idVendor=15a4, idProduct=9016 [ 45.320536] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 45.320544] usb 5-4: Product: DVB-T [ 45.320549] usb 5-4: Manufacturer: Afatech # firmware version:4.65.0 [ 56.158741] firmware: requesting dvb-usb-af9015.fw [ 56.176145] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' [ 56.231452] usbcore: registered new interface driver dvb_usb_af9015 [ 57.157978] af9013: firmware version:4.65.0 [ 57.277990] af9015: command failed:2 [ 55.584068] usb 5-4: new high speed USB device using ehci_hcd and address 8 [ 55.720067] usb 5-4: configuration #1 chosen from 1 choice [ 55.728745] Afatech DVB-T: Fixing fullspeed to highspeed interval: 16 -> 8 [ 55.735821] input: Afatech DVB-T as /class/input/input10 [ 55.764228] input,hidraw3: USB HID v1.01 Keyboard [Afatech DVB-T] on usb-0000:00:1d.7-4 [ 55.764496] usb 5-4: New USB device found, idVendor=15a4, idProduct=9016 [ 55.764505] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 55.764513] usb 5-4: Product: DVB-T [ 55.764519] usb 5-4: Manufacturer: Afatech [ 56.158728] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will try to load a firmware [ 56.158741] firmware: requesting dvb-usb-af9015.fw [ 56.176145] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' [ 56.231452] usbcore: registered new interface driver dvb_usb_af9015 [ 56.231533] usb 5-4: USB disconnect, address 8 [ 56.232690] dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. [ 56.504073] usb 5-4: new high speed USB device using ehci_hcd and address 9 [ 56.640782] usb 5-4: configuration #1 chosen from 1 choice [ 56.654602] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm state. [ 56.654720] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 56.655145] DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick) [ 57.157978] af9013: firmware version:4.65.0 [ 57.163981] DVB: registering frontend 0 (Afatech AF9013 DVB-T)... [ 57.277990] af9015: command failed:2 [ 57.278001] mt2060 I2C read failed [ 57.278118] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and connected. [ 57.292623] Afatech DVB-T: Fixing fullspeed to highspeed interval: 16 -> 8 [ 57.293147] input: Afatech DVB-T as /class/input/input11 [ 57.324212] input,hidraw3: USB HID v1.01 Keyboard [Afatech DVB-T] on usb-0000:00:1d.7-4 [ 57.324482] usb 5-4: New USB device found, idVendor=15a4, idProduct=9016 [ 57.324492] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 57.324500] usb 5-4: Product: DVB-T [ 57.324505] usb 5-4: Manufacturer: Afatech # cleanup cd ~ [ -e af9015 ] && rm --recursive af9015 sudo apt-get remove --purge linux-headers-$(uname -r) build-essential mercurial # scanning channels .... (noting found, device does not seem to work) # i used diffrent antenna's, including active ones and the orignal # my em28xx devices do work so the signal is strong enough bash .scripts/dvb-t/setup-free-to-air-channels.sh w_scan version 20080815 Info: using DVB adapter auto detection. Found DVB-T frontend. Using adapter /dev/dvb/adapter0/frontend0 -_-_-_-_ Getting frontend capabilities-_-_-_-_ frontend Afatech AF9013 DVB-T supports INVERSION_AUTO QAM_AUTO TRANSMISSION_MODE_AUTO GUARD_INTERVAL_AUTO HIERARCHY_AUTO FEC_AUTO -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ 177500: <skip> 858000: ERROR: Sorry - i couldn't get any working frequency/transponder Nothing to scan!! dumping lists (0 services) Done.
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb