* AverMedia Volar Black HD (A850) @ 2009-03-29 11:34 Olivier MENUEL 2009-03-29 11:53 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: Olivier MENUEL @ 2009-03-29 11:34 UTC (permalink / raw) To: linux-media Hi, Does anyone knows how to get this card work on linux : AverMedia Volar Black HD (A850) lsusb id is : 07ca:850a I tried this project : http://linuxtv.org/hg/~anttip/af9015_aver_a850/ which seems to be specifically for this card but it does not work (The .num_device_descs has not been correctly set). I tried to fix the .num_device_descs and also tried to add my card in the af9015.c file of the official v4l-dvb project. My card is now correctly detected and dirs are created in the /dev/dvb, but it seems initialization fails : Here is my log : Mar 29 12:31:52 blastor kernel: [ 1158.173568] dvb-usb: AVerMedia A850 successfully deinitialized and disconnected. Mar 29 12:31:58 blastor kernel: [ 1163.748307] usb 5-4.4: new high speed USB device using ehci_hcd and address 7 Mar 29 12:31:58 blastor kernel: [ 1163.844496] usb 5-4.4: configuration #1 chosen from 1 choice Mar 29 12:31:58 blastor kernel: [ 1163.879653] dvb-usb: found a 'AVerMedia A850' in cold state, will try to load a firmware Mar 29 12:31:58 blastor kernel: [ 1163.879662] firmware: requesting dvb-usb-af9015.fw Mar 29 12:31:58 blastor kernel: [ 1163.890963] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' Mar 29 12:31:58 blastor kernel: [ 1163.969803] dvb-usb: found a 'AVerMedia A850' in warm state. Mar 29 12:31:58 blastor kernel: [ 1163.969896] i2c-adapter i2c-0: SMBus Quick command not supported, can't probe for chips Mar 29 12:31:58 blastor kernel: [ 1163.969905] i2c-adapter i2c-0: SMBus Quick command not supported, can't probe for chips Mar 29 12:31:58 blastor kernel: [ 1163.969918] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 29 12:31:58 blastor kernel: [ 1163.970764] DVB: registering new adapter (AVerMedia A850) Mar 29 12:31:58 blastor kernel: [ 1163.971128] i2c-adapter i2c-1: SMBus Quick command not supported, can't probe for chips Mar 29 12:31:58 blastor kernel: [ 1163.971139] i2c-adapter i2c-1: SMBus Quick command not supported, can't probe for chips Mar 29 12:31:59 blastor kernel: [ 1164.363070] af9013: firmware version:4.95.0 Mar 29 12:31:59 blastor kernel: [ 1164.368956] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)... Mar 29 12:31:59 blastor kernel: [ 1164.369216] MXL5005S: Attached at address 0xc6 Mar 29 12:31:59 blastor kernel: [ 1164.369220] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 29 12:31:59 blastor kernel: [ 1164.373191] DVB: registering new adapter (AVerMedia A850) Mar 29 12:31:59 blastor kernel: [ 1164.478066] af9015: command failed:2 Mar 29 12:31:59 blastor kernel: [ 1164.478074] af9015: firmware copy to 2nd frontend failed, will disable it Mar 29 12:31:59 blastor kernel: [ 1164.478079] dvb-usb: no frontend was attached by 'AVerMedia A850' Mar 29 12:31:59 blastor kernel: [ 1164.478083] dvb-usb: AVerMedia A850 successfully initialized and connected. Mar 29 12:31:59 blastor kernel: [ 1164.489385] usb 5-4.4: New USB device found, idVendor=07ca, idProduct=850a Mar 29 12:31:59 blastor kernel: [ 1164.489392] usb 5-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 29 12:31:59 blastor kernel: [ 1164.489395] usb 5-4.4: Product: A850 DVBT Mar 29 12:31:59 blastor kernel: [ 1164.489397] usb 5-4.4: Manufacturer: AVerMedia Mar 29 12:31:59 blastor kernel: [ 1164.489399] usb 5-4.4: SerialNumber: 301475400736000 I guess the problem is here : [ 1164.478066] af9015: command failed:2 It's probably a firmware issue, I'm using this firmware http://otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ I'm completely stuck and have no idea what else could be done. Any help would be appreciated. Thanks ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-29 11:34 AverMedia Volar Black HD (A850) Olivier MENUEL @ 2009-03-29 11:53 ` Antti Palosaari [not found] ` <200903291430.22118.olivier.menuel@free.fr> 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2009-03-29 11:53 UTC (permalink / raw) To: Olivier MENUEL, Laurent Haond; +Cc: linux-media Olivier MENUEL wrote: > Hi, > > Does anyone knows how to get this card work on linux : AverMedia Volar Black HD (A850) > lsusb id is : 07ca:850a > > I tried this project : http://linuxtv.org/hg/~anttip/af9015_aver_a850/ which seems to be specifically for this card but it does not work (The .num_device_descs has not been correctly set). > I tried to fix the .num_device_descs and also tried to add my card in the af9015.c file of the official v4l-dvb project. > > My card is now correctly detected and dirs are created in the /dev/dvb, but it seems initialization fails : > > I guess the problem is here : [ 1164.478066] af9015: command failed:2 No it is not biggest problem - it only says that 2nd FE (you have dual tuner) will be disabled because it fails. > It's probably a firmware issue, I'm using this firmware http://otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ > I'm completely stuck and have no idea what else could be done. The main problem seems to be that AverMedia does not use standard nor reference settings. That's very typical in case of AverMedia, I don't know why... Someone should find correct settings used from usb-sniffs and configure that device as needed. It is a little bit hard for me add support because I don't have device. But I can try to look sniff and guess what should be changed. I was waiting for if Laurent can fix that device. Laurent, are you still working with that? Sniffs are welcome. regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <200903291430.22118.olivier.menuel@free.fr>]
* Re: AverMedia Volar Black HD (A850) [not found] ` <200903291430.22118.olivier.menuel@free.fr> @ 2009-03-29 14:23 ` Antti Palosaari [not found] ` <200903291919.54610.omenuel@laposte.net> 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2009-03-29 14:23 UTC (permalink / raw) To: Olivier MENUEL; +Cc: Laurent Haond, linux-media Olivier MENUEL wrote: > Thanks for your quick answer !!! > > I don't know much about linux drivers, usb-sniff, etc ... But I tried to make usb-sniff on a windows XP while plugging the device. > Not sure this is exactly what you were asking and if I did it correctly, but you can find logs in attachment. > > I did it twice just to be sure (it seems some addresses changed the second time, but I guess it's normal). > Let me know if it's not correct, or if you need something else. > > Again, thanks a lot for your help! Could you take longer sniff. Probably 2 sniffs. 1) successful tune to channel using 1st tuner 2) successful tune to channel using 2nd tuner One sec is enough, log increases very fast when streaming picture.... I did look your sniffs and immediately found some bad values :( There is byte in eeprom which tells 2nd demodulator i2c address, and guess what there was - i2c address of 1st integrated af9015 demodulator :( There should be 38 as i2c addr of 1st demod and 3a as 2nd demod. regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <200903291919.54610.omenuel@laposte.net>]
* Re: AverMedia Volar Black HD (A850) [not found] ` <200903291919.54610.omenuel@laposte.net> @ 2009-03-29 17:34 ` Antti Palosaari 2009-03-29 18:15 ` Olivier MENUEL 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2009-03-29 17:34 UTC (permalink / raw) To: Olivier MENUEL; +Cc: Laurent Haond, linux-media Olivier MENUEL wrote: > > Antti Palosaari wrote: >> Could you take longer sniff. Probably 2 sniffs. >> 1) successful tune to channel using 1st tuner >> 2) successful tune to channel using 2nd tuner >> >> One sec is enough, log increases very fast when streaming picture.... > > I'm not sure what the 2nd tuner is. > This is a quite cheap DVB-T card. > They don't say anything special on the box except that you can watch HDTV with it. > So, I'm guessing the 2nd tuner would be for HD channels ? ah shit, there is not even 2nd tuner! This device eeprom is totally crap and useless, you cannot trust any values it does contain :( Eeprom says: 1) there is 2 tuners * bullshit there is only one 2) 0x38 is 2nd fe i2c addr * 0x38 is reserved for 1st FE and cannot be even changed. 3) xtal is 28000 * not sure yet 4) tuner is MXL5005 * could be 5) used IF is 36125 * I doubt that no, for Maxlinear tuner other IF is typically used totally wrongly configured device, designers must be weenies :( > Or is there a radio tuner in it ? There's nothing about it on the box, but there is a radio switch in the averTV software. But I can't find any channel when scanning for radio channels ... > So, I guess it does not handle radio ... > > Anyway, I don't need HDTV nor radio. Normal TV is enough for me. > Only special thing I can see on the box is that there is blue light on the device when the signal is detected (maybe you'll see weird stuff in the sniff because of that...). But I don't care about that light either. > > I sniffed a regular TV channel and a HD channel (I truncated the end of the log as they were too big to send by emails). You'll find them in attachments. > >> I did look your sniffs and immediately found some bad values :( There is >> byte in eeprom which tells 2nd demodulator i2c address, and guess what >> there was - i2c address of 1st integrated af9015 demodulator :( There >> should be 38 as i2c addr of 1st demod and 3a as 2nd demod. > > you're impressive ;) > But I don't know much about these. Is it hard to fix ? Is it something to change in the af9015 driver ? Or does it need a completely different driver ? > Or is it in the firmware ? > If you can tell me where these addresses are I can try to change them and retest This device have bad eeprom and thus all configuration values are needed to discover from elsewhere. I will continue... regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-29 17:34 ` Antti Palosaari @ 2009-03-29 18:15 ` Olivier MENUEL 2009-03-30 18:38 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: Olivier MENUEL @ 2009-03-29 18:15 UTC (permalink / raw) To: Antti Palosaari; +Cc: Laurent Haond, linux-media ok Thanks Let me know if I can help you in anyway Antti Palosaari wrote : > > Olivier MENUEL wrote: > > > > Antti Palosaari wrote: > >> Could you take longer sniff. Probably 2 sniffs. > >> 1) successful tune to channel using 1st tuner > >> 2) successful tune to channel using 2nd tuner > >> > >> One sec is enough, log increases very fast when streaming picture.... > > > > I'm not sure what the 2nd tuner is. > > This is a quite cheap DVB-T card. > > They don't say anything special on the box except that you can watch HDTV with it. > > So, I'm guessing the 2nd tuner would be for HD channels ? > > ah shit, there is not even 2nd tuner! This device eeprom is totally crap > and useless, you cannot trust any values it does contain :( > Eeprom says: > 1) there is 2 tuners > * bullshit there is only one > 2) 0x38 is 2nd fe i2c addr > * 0x38 is reserved for 1st FE and cannot be even changed. > 3) xtal is 28000 > * not sure yet > 4) tuner is MXL5005 > * could be > 5) used IF is 36125 > * I doubt that no, for Maxlinear tuner other IF is typically used > > totally wrongly configured device, designers must be weenies :( > > > Or is there a radio tuner in it ? There's nothing about it on the box, but there is a radio switch in the averTV software. But I can't find any channel when scanning for radio channels ... > > So, I guess it does not handle radio ... > > > > Anyway, I don't need HDTV nor radio. Normal TV is enough for me. > > Only special thing I can see on the box is that there is blue light on the device when the signal is detected (maybe you'll see weird stuff in the sniff because of that...). But I don't care about that light either. > > > > I sniffed a regular TV channel and a HD channel (I truncated the end of the log as they were too big to send by emails). You'll find them in attachments. > > > >> I did look your sniffs and immediately found some bad values :( There is > >> byte in eeprom which tells 2nd demodulator i2c address, and guess what > >> there was - i2c address of 1st integrated af9015 demodulator :( There > >> should be 38 as i2c addr of 1st demod and 3a as 2nd demod. > > > > you're impressive ;) > > But I don't know much about these. Is it hard to fix ? Is it something to change in the af9015 driver ? Or does it need a completely different driver ? > > Or is it in the firmware ? > > If you can tell me where these addresses are I can try to change them and retest > > This device have bad eeprom and thus all configuration values are needed > to discover from elsewhere. I will continue... > > regards > Antti ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-29 18:15 ` Olivier MENUEL @ 2009-03-30 18:38 ` Antti Palosaari 2009-03-30 19:39 ` Olivier MENUEL 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2009-03-30 18:38 UTC (permalink / raw) To: Olivier MENUEL Cc: Laurent Haond, linux-media, Thomas RENARD, Karsten Blumenau, pHilipp Zabel, Martin Müller hei, Could someone please test this asap? I am still hoping I can get this 2.6.30 and there is not too much time... http://linuxtv.org/hg/~anttip/af9015_aver_a850/ It must not be big issue anymore to get this working... regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-30 18:38 ` Antti Palosaari @ 2009-03-30 19:39 ` Olivier MENUEL 2009-03-30 20:15 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: Olivier MENUEL @ 2009-03-30 19:39 UTC (permalink / raw) To: Antti Palosaari Cc: Laurent Haond, linux-media, Thomas RENARD, Karsten Blumenau, pHilipp Zabel, Martin Müller Sorry, I was at work today. I just downloaded the latest version. It works a lot better than the previous one (the device_nums are correct in the af9015.c and it seems the frontend is correctly initialized now). Here is the /var/log/messages : Mar 30 21:30:26 blastor kernel: [ 2829.680263] usb 5-4.4: new high speed USB device using ehci_hcd and address 11 Mar 30 21:30:26 blastor kernel: [ 2829.776572] usb 5-4.4: configuration #1 chosen from 1 choice Mar 30 21:30:26 blastor kernel: [ 2829.777269] af9015_usb_probe: interface:0 Mar 30 21:30:26 blastor kernel: [ 2829.781867] af9015_read_config: IR mode:0 Mar 30 21:30:26 blastor kernel: [ 2829.786071] af9015_read_config: TS mode:1 Mar 30 21:30:26 blastor kernel: [ 2829.804042] af9015_read_config: [0] xtal:2 set adc_clock:28000 Mar 30 21:30:26 blastor kernel: [ 2829.806990] af9015_read_config: [0] IF1:36125 Mar 30 21:30:26 blastor kernel: [ 2829.809859] af9015_read_config: [0] MT2060 IF1:0 Mar 30 21:30:26 blastor kernel: [ 2829.811355] af9015_read_config: [0] tuner id:13 Mar 30 21:30:26 blastor kernel: [ 2829.812861] af9015_read_config: [1] xtal:2 set adc_clock:28000 Mar 30 21:30:26 blastor kernel: [ 2829.815734] af9015_read_config: [1] IF1:36125 Mar 30 21:30:26 blastor kernel: [ 2829.818731] af9015_read_config: [1] MT2060 IF1:1220 Mar 30 21:30:26 blastor kernel: [ 2829.820234] af9015_read_config: [1] tuner id:130 Mar 30 21:30:26 blastor kernel: [ 2829.820239] af9015_read_config: ugly and broken AverMedia A850 device detected, will hack configuration... Mar 30 21:30:26 blastor kernel: [ 2829.820611] af9015_identify_state: reply:01 Mar 30 21:30:26 blastor kernel: [ 2829.820616] dvb-usb: found a 'AVerMedia A850' in cold state, will try to load a firmware Mar 30 21:30:26 blastor kernel: [ 2829.820619] firmware: requesting dvb-usb-af9015.fw Mar 30 21:30:26 blastor kernel: [ 2829.839678] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' Mar 30 21:30:26 blastor kernel: [ 2829.839686] af9015_download_firmware: Mar 30 21:30:26 blastor kernel: [ 2829.927037] dvb-usb: found a 'AVerMedia A850' in warm state. Mar 30 21:30:26 blastor kernel: [ 2829.927130] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 30 21:30:26 blastor kernel: [ 2829.927139] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 30 21:30:26 blastor kernel: [ 2829.927152] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 30 21:30:26 blastor kernel: [ 2829.929261] DVB: registering new adapter (AVerMedia A850) Mar 30 21:30:26 blastor kernel: [ 2829.929635] af9015_af9013_frontend_attach: init I2C Mar 30 21:30:26 blastor kernel: [ 2829.929638] af9015_i2c_init: Mar 30 21:30:26 blastor kernel: [ 2829.929676] i2c-adapter i2c-6: SMBus Quick command not supported, can't probe for chips Mar 30 21:30:26 blastor kernel: [ 2829.929686] i2c-adapter i2c-6: SMBus Quick command not supported, can't probe for chips Mar 30 21:30:26 blastor kernel: [ 2829.964978] 00: 2c 8f a3 0b 00 00 00 00 ca 07 0a 85 01 01 01 02 Mar 30 21:30:26 blastor kernel: [ 2829.988831] 10: 03 80 00 fa fa 10 40 ef 00 30 31 30 31 30 37 30 Mar 30 21:30:26 blastor kernel: [ 2830.012576] 20: 33 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.036627] 30: 01 01 38 01 00 08 02 01 1d 8d 00 00 0d ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.060015] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.083685] 50: ff ff ff ff ff 26 00 00 04 03 09 04 14 03 41 00 Mar 30 21:30:26 blastor kernel: [ 2830.107431] 60: 56 00 65 00 72 00 4d 00 65 00 64 00 69 00 61 00 Mar 30 21:30:26 blastor kernel: [ 2830.131178] 70: 14 03 41 00 38 00 35 00 30 00 20 00 44 00 56 00 Mar 30 21:30:26 blastor kernel: [ 2830.155049] 80: 42 00 54 00 20 03 33 00 30 00 31 00 34 00 37 00 Mar 30 21:30:26 blastor kernel: [ 2830.179420] 90: 35 00 34 00 30 00 30 00 37 00 33 00 36 00 30 00 Mar 30 21:30:26 blastor kernel: [ 2830.203166] a0: 30 00 30 00 00 ff ff ff ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.227038] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.250412] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.274282] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.297904] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.321900] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 21:30:26 blastor kernel: [ 2830.324902] af9013: firmware version:4.95.0 Mar 30 21:30:26 blastor kernel: [ 2830.330900] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)... Mar 30 21:30:26 blastor kernel: [ 2830.330957] af9015_tuner_attach: Mar 30 21:30:26 blastor kernel: [ 2830.331167] MXL5005S: Attached at address 0xc6 Mar 30 21:30:26 blastor kernel: [ 2830.331172] dvb-usb: AVerMedia A850 successfully initialized and connected. Mar 30 21:30:26 blastor kernel: [ 2830.331175] af9015_init: Mar 30 21:30:26 blastor kernel: [ 2830.331177] af9015_init_endpoint: USB speed:3 Mar 30 21:30:26 blastor kernel: [ 2830.347269] af9015_download_ir_table: Mar 30 21:30:26 blastor kernel: [ 2830.347487] usb 5-4.4: New USB device found, idVendor=07ca, idProduct=850a Mar 30 21:30:26 blastor kernel: [ 2830.347490] usb 5-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 30 21:30:26 blastor kernel: [ 2830.347493] usb 5-4.4: Product: A850 DVBT Mar 30 21:30:26 blastor kernel: [ 2830.347495] usb 5-4.4: Manufacturer: AVerMedia Mar 30 21:30:26 blastor kernel: [ 2830.347497] usb 5-4.4: SerialNumber: 301475400736000 I tried a scan with kaffeine : the blue light is on when scanning (which is a pretty good news), but I can't find any channels : the signal goes up to 85% but SNR stays at 0% and no channel is found ... But I tried a scan with the scan command line and everything worked fine !!!!!!!!! I found all channels and it seems to work really fine with vlc !!! Thanks a lot ! Le lundi 30 mars 2009, Antti Palosaari a écrit : > > hei, > > Could someone please test this asap? I am still hoping I can get this > 2.6.30 and there is not too much time... > http://linuxtv.org/hg/~anttip/af9015_aver_a850/ > > It must not be big issue anymore to get this working... > > regards > Antti ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-30 19:39 ` Olivier MENUEL @ 2009-03-30 20:15 ` Antti Palosaari 2009-03-30 20:58 ` Thomas RENARD 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2009-03-30 20:15 UTC (permalink / raw) To: Olivier MENUEL Cc: Laurent Haond, linux-media, Thomas RENARD, Karsten Blumenau, pHilipp Zabel, Martin Müller Olivier MENUEL wrote: > Sorry, > I was at work today. > > I just downloaded the latest version. > It works a lot better than the previous one (the device_nums are correct in the af9015.c and it seems the frontend is correctly initialized now). Here is the /var/log/messages : Looks just correct! > I tried a scan with kaffeine : the blue light is on when scanning (which is a pretty good news), but I can't find any channels : the signal goes up to 85% but SNR stays at 0% and no channel is found ... hmm, not AverMedia A850 issue. I should look this later... > But I tried a scan with the scan command line and everything worked fine !!!!!!!!! > I found all channels and it seems to work really fine with vlc !!! :) Now I need some more tests. I can see from logs GPIO0 and GPIO1 are set differently. 1) reference design GPIOs: If that works you don't need to test more. http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ 2) GPIO1 tuner looks like tuner is connected to this GPIO If that works no need to test more. http://linuxtv.org/hg/~anttip/af9015_aver_a850_GPIO1/ 3) GPIO0 tuner last test if nothing before works http://linuxtv.org/hg/~anttip/af9015_aver_a850_GPIO0/ regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-30 20:15 ` Antti Palosaari @ 2009-03-30 20:58 ` Thomas RENARD 2009-03-30 22:48 ` Olivier MENUEL 0 siblings, 1 reply; 14+ messages in thread From: Thomas RENARD @ 2009-03-30 20:58 UTC (permalink / raw) To: Antti Palosaari Cc: Olivier MENUEL, Laurent Haond, linux-media, Thomas RENARD, Karsten Blumenau, pHilipp Zabel, Martin Müller Hi, I try http://linuxtv.org/hg/~anttip/af9015_aver_a850/. Here is my /var/log/messages : Mar 30 22:27:57 trubuntu kernel: [ 5020.136029] usb 3-6: new high speed USB device using ehci_hcd and address 3 Mar 30 22:27:57 trubuntu kernel: [ 5020.277506] usb 3-6: configuration #1 chosen from 1 choice Mar 30 22:27:58 trubuntu kernel: [ 5020.693808] af9015_usb_probe: interface:0 Mar 30 22:27:58 trubuntu kernel: [ 5020.695742] af9015_read_config: IR mode:0 Mar 30 22:27:58 trubuntu kernel: [ 5020.697752] af9015_read_config: TS mode:1 Mar 30 22:27:58 trubuntu kernel: [ 5020.701256] af9015_read_config: [0] xtal:2 set adc_clock:28000 Mar 30 22:27:58 trubuntu kernel: [ 5020.704341] af9015_read_config: [0] IF1:36125 Mar 30 22:27:58 trubuntu kernel: [ 5020.707708] af9015_read_config: [0] MT2060 IF1:0 Mar 30 22:27:58 trubuntu kernel: [ 5020.709583] af9015_read_config: [0] tuner id:13 Mar 30 22:27:58 trubuntu kernel: [ 5020.711459] af9015_read_config: [1] xtal:2 set adc_clock:28000 Mar 30 22:27:58 trubuntu kernel: [ 5020.714830] af9015_read_config: [1] IF1:36125 Mar 30 22:27:58 trubuntu kernel: [ 5020.718084] af9015_read_config: [1] MT2060 IF1:1220 Mar 30 22:27:58 trubuntu kernel: [ 5020.719957] af9015_read_config: [1] tuner id:130 Mar 30 22:27:58 trubuntu kernel: [ 5020.719962] af9015_read_config: ugly and broken AverMedia A850 device detected, will hack configuration... Mar 30 22:27:58 trubuntu kernel: [ 5020.721706] af9015_identify_state: reply:01 Mar 30 22:27:58 trubuntu kernel: [ 5020.721711] dvb-usb: found a 'AVerMedia A850' in cold state, will try to load a firmware Mar 30 22:27:58 trubuntu kernel: [ 5020.721715] firmware: requesting dvb-usb-af9015.fw Mar 30 22:27:58 trubuntu kernel: [ 5020.777040] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' Mar 30 22:27:58 trubuntu kernel: [ 5020.777051] af9015_download_firmware: Mar 30 22:27:58 trubuntu kernel: [ 5020.847585] dvb-usb: found a 'AVerMedia A850' in warm state. Mar 30 22:27:58 trubuntu kernel: [ 5020.849750] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 30 22:27:58 trubuntu kernel: [ 5020.852368] DVB: registering new adapter (AVerMedia A850) Mar 30 22:27:58 trubuntu kernel: [ 5020.853615] af9015_af9013_frontend_attach: init I2C Mar 30 22:27:58 trubuntu kernel: [ 5020.853626] af9015_i2c_init: Mar 30 22:27:58 trubuntu kernel: [ 5020.889200] 00: 2c 83 a3 0b 00 00 00 00 ca 07 0a 85 01 01 01 02 Mar 30 22:27:58 trubuntu kernel: [ 5020.913427] 10: 03 80 00 fa fa 10 40 ef 00 30 31 30 31 30 37 30 Mar 30 22:27:58 trubuntu kernel: [ 5020.959135] 20: 33 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5020.987860] 30: 01 01 38 01 00 08 02 01 1d 8d 00 00 0d ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.051391] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.092053] 50: ff ff ff ff ff 26 00 00 04 03 09 04 14 03 41 00 Mar 30 22:27:58 trubuntu kernel: [ 5021.125472] 60: 56 00 65 00 72 00 4d 00 65 00 64 00 69 00 61 00 Mar 30 22:27:58 trubuntu kernel: [ 5021.169028] 70: 14 03 41 00 38 00 35 00 30 00 20 00 44 00 56 00 Mar 30 22:27:58 trubuntu kernel: [ 5021.235275] 80: 42 00 54 00 20 03 33 00 30 00 31 00 34 00 37 00 Mar 30 22:27:58 trubuntu kernel: [ 5021.260035] 90: 35 00 32 00 30 00 31 00 30 00 33 00 32 00 30 00 Mar 30 22:27:58 trubuntu kernel: [ 5021.284759] a0: 30 00 30 00 00 ff ff ff ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.316493] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.339978] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.362849] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.385971] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.408985] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 30 22:27:58 trubuntu kernel: [ 5021.441584] af9013: firmware version:4.95.0 Mar 30 22:27:58 trubuntu kernel: [ 5021.446464] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)... Mar 30 22:27:58 trubuntu kernel: [ 5021.447354] af9015_tuner_attach: Mar 30 22:27:58 trubuntu kernel: [ 5021.527526] MXL5005S: Attached at address 0xc6 Mar 30 22:27:58 trubuntu kernel: [ 5021.527536] dvb-usb: AVerMedia A850 successfully initialized and connected. Mar 30 22:27:58 trubuntu kernel: [ 5021.527540] af9015_init: Mar 30 22:27:58 trubuntu kernel: [ 5021.527542] af9015_init_endpoint: USB speed:3 Mar 30 22:27:58 trubuntu kernel: [ 5021.537693] af9015_download_ir_table: Mar 30 22:27:58 trubuntu kernel: [ 5021.538262] usbcore: registered new interface driver dvb_usb_af9015 Mar 30 22:36:09 trubuntu kernel: [ 5512.208930] af9015_pid_filter_ctrl: onoff:0 Mar 30 22:36:09 trubuntu kernel: [ 5512.363024] af9015_pid_filter_ctrl: onoff:0 Mar 30 22:36:09 trubuntu kernel: [ 5512.472992] af9015_pid_filter_ctrl: onoff:0 Mar 30 22:36:10 trubuntu kernel: [ 5512.660525] af9015_pid_filter_ctrl: onoff:0 Mar 30 22:36:10 trubuntu kernel: [ 5512.763080] af9015_pid_filter_ctrl: onoff:0 Mar 30 22:36:10 trubuntu kernel: [ 5512.977671] af9015_pid_filter_ctrl: onoff:0 ... I think I have "af9015_pid_filter_ctrl: onoff:0" when I run Kaffeine. Here are some messages when I run then scan with Kaffeine : .................................................. Not able to lock to the signal on the given frequency Frontend closed dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 522000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 ...... LOCKED. Transponders: 15/57 scanMode=0 it's dvb 2! Reading SDT: pid=17 CANAL+: sid=769 CANAL+ CINEMA: sid=770 CANAL+ SPORT: sid=771 PLANETE: sid=772 CANAL J: sid=773 TPS STAR: sid=774 Unknown: sid=1008 Unknown: sid=1009 Reading PAT: pid=0 Reading PMT: pid=1280 DVB SUB on CANAL+ page_id: 1 anc_id: 2 lang: fra Reading PMT: pid=1281 DVB SUB on CANAL+ CINEMA page_id: 1 anc_id: 2 lang: fra Reading PMT: pid=1282 DVB SUB on CANAL+ SPORT page_id: 1 anc_id: 2 lang: fra Reading PMT: pid=1283 Reading PMT: pid=1284 Reading PMT: pid=1285 DVB SUB on TPS STAR page_id: 1 anc_id: 2 lang: fra Reading PMT: pid=1290 Reading PMT: pid=1291 Frontend closed Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 530000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .................................................. Not able to lock to the signal on the given frequency Frontend closed dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 538000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .................................................. Not able to lock to the signal on the given frequency Frontend closed dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 562000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 ...... LOCKED. Transponders: 20/57 scanMode=0 it's dvb 2! Reading SDT: pid=17 TF1: sid=1537 NRJ12: sid=1538 Eurosport: sid=1540 LCI: sid=1539 TMC: sid=1542 TF6: sid=1541 Reading PAT: pid=0 Reading PMT: pid=100 DVB SUB on TF1 page_id: 1 anc_id: 0 lang: fra DVB SUB on TF1 page_id: 1 anc_id: 0 lang: eng Reading PMT: pid=200 DVB SUB on NRJ12 page_id: 1 anc_id: 1 lang: fra Reading PMT: pid=400 Reading PMT: pid=300 Reading PMT: pid=600 DVB SUB on TMC page_id: 1 anc_id: 0 lang: fra DVB SUB on TMC page_id: 1 anc_id: 0 lang: fra Reading PMT: pid=500 DVB SUB on TF6 page_id: 1 anc_id: 0 lang: fra Reading PMT: pid=8000 Frontend closed Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 570000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .................................................. Not able to lock to the signal on the given frequency Frontend closed dvbsi: Cant tune DVB Transponders: 57 dvbsi: The end :) |ARTE HD|498000|v|0 |PARIS PREMIERE|498000|v|0 |CANAL+|522000|v|0 |CANAL+ CINEMA|522000|v|0 |CANAL+ SPORT|522000|v|0 |PLANETE|522000|v|0 |CANAL J|522000|v|0 |TPS STAR|522000|v|0 |Eurosport|562000|v|0 |LCI|562000|v|0 |TF6|562000|v|0 Channels found: 11 Saved epg data : 0 events (0 msecs) DCOP Cleaning up dead connections. I hope this could help. This work for me ! I can use my Volar Black ! Thank you for your wonderful work ! I'll try http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ tomorrow and tell you... Regards, Thomas Antti Palosaari a écrit : > > Olivier MENUEL wrote: >> Sorry, >> I was at work today. >> >> I just downloaded the latest version. >> It works a lot better than the previous one (the device_nums are >> correct in the af9015.c and it seems the frontend is correctly >> initialized now). Here is the /var/log/messages : > > Looks just correct! > >> I tried a scan with kaffeine : the blue light is on when scanning >> (which is a pretty good news), but I can't find any channels : the >> signal goes up to 85% but SNR stays at 0% and no channel is found ... > > hmm, not AverMedia A850 issue. I should look this later... > >> But I tried a scan with the scan command line and everything worked >> fine !!!!!!!!! >> I found all channels and it seems to work really fine with vlc !!! > > :) > > Now I need some more tests. I can see from logs GPIO0 and GPIO1 are > set differently. > > 1) reference design GPIOs: > If that works you don't need to test more. > http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ > > 2) GPIO1 tuner > looks like tuner is connected to this GPIO > If that works no need to test more. > http://linuxtv.org/hg/~anttip/af9015_aver_a850_GPIO1/ > > 3) GPIO0 tuner > last test if nothing before works > http://linuxtv.org/hg/~anttip/af9015_aver_a850_GPIO0/ > > regards > Antti ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-30 20:58 ` Thomas RENARD @ 2009-03-30 22:48 ` Olivier MENUEL 2009-03-30 23:07 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: Olivier MENUEL @ 2009-03-30 22:48 UTC (permalink / raw) To: Thomas RENARD Cc: Antti Palosaari, Laurent Haond, linux-media, Karsten Blumenau, pHilipp Zabel, Martin Müller Here are my tests : http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : Mar 31 00:16:27 blastor kernel: [12790.692333] usb 5-4.4: new high speed USB device using ehci_hcd and address 13 Mar 31 00:16:27 blastor kernel: [12790.788517] usb 5-4.4: configuration #1 chosen from 1 choice Mar 31 00:16:27 blastor kernel: [12790.789245] af9015_usb_probe: interface:0 Mar 31 00:16:27 blastor kernel: [12790.793278] af9015_read_config: IR mode:0 Mar 31 00:16:27 blastor kernel: [12790.795755] af9015_read_config: TS mode:1 Mar 31 00:16:27 blastor kernel: [12790.798681] af9015_read_config: [0] xtal:2 set adc_clock:28000 Mar 31 00:16:27 blastor kernel: [12790.801555] af9015_read_config: [0] IF1:36125 Mar 31 00:16:27 blastor kernel: [12790.804556] af9015_read_config: [0] MT2060 IF1:0 Mar 31 00:16:27 blastor kernel: [12790.805935] af9015_read_config: [0] tuner id:13 Mar 31 00:16:27 blastor kernel: [12790.807424] af9015_read_config: [1] xtal:2 set adc_clock:28000 Mar 31 00:16:27 blastor kernel: [12790.810300] af9015_read_config: [1] IF1:36125 Mar 31 00:16:27 blastor kernel: [12790.830517] af9015_read_config: [1] MT2060 IF1:1220 Mar 31 00:16:27 blastor kernel: [12790.836368] af9015_read_config: [1] tuner id:130 Mar 31 00:16:27 blastor kernel: [12790.836376] af9015_read_config: AverMedia A850: overriding config Mar 31 00:16:27 blastor kernel: [12790.836805] af9015_identify_state: reply:01 Mar 31 00:16:27 blastor kernel: [12790.836810] dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in cold state, will try to load a firmware Mar 31 00:16:27 blastor kernel: [12790.836813] firmware: requesting dvb-usb-af9015.fw Mar 31 00:16:27 blastor kernel: [12790.872856] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' Mar 31 00:16:27 blastor kernel: [12790.872864] af9015_download_firmware: Mar 31 00:16:27 blastor kernel: [12790.964480] dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state. Mar 31 00:16:27 blastor kernel: [12790.964570] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 31 00:16:27 blastor kernel: [12790.964579] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 31 00:16:27 blastor kernel: [12790.964594] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 31 00:16:27 blastor kernel: [12790.966730] DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850)) Mar 31 00:16:27 blastor kernel: [12790.967156] af9015_af9013_frontend_attach: init I2C Mar 31 00:16:27 blastor kernel: [12790.967160] af9015_i2c_init: Mar 31 00:16:27 blastor kernel: [12790.967196] i2c-adapter i2c-6: SMBus Quick command not supported, can't probe for chips Mar 31 00:16:27 blastor kernel: [12790.967216] i2c-adapter i2c-6: SMBus Quick command not supported, can't probe for chips Mar 31 00:16:27 blastor kernel: [12791.004560] 00: 2c 8f a3 0b 00 00 00 00 ca 07 0a 85 01 01 01 02 Mar 31 00:16:27 blastor kernel: [12791.028769] 10: 03 80 00 fa fa 10 40 ef 00 30 31 30 31 30 37 30 Mar 31 00:16:27 blastor kernel: [12791.052023] 20: 33 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff Mar 31 00:16:27 blastor kernel: [12791.075878] 30: 01 01 38 01 00 08 02 01 1d 8d 00 00 0d ff ff ff Mar 31 00:16:27 blastor kernel: [12791.099499] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff Mar 31 00:16:27 blastor kernel: [12791.123372] 50: ff ff ff ff ff 26 00 00 04 03 09 04 14 03 41 00 Mar 31 00:16:27 blastor kernel: [12791.147194] 60: 56 00 65 00 72 00 4d 00 65 00 64 00 69 00 61 00 Mar 31 00:16:27 blastor kernel: [12791.170869] 70: 14 03 41 00 38 00 35 00 30 00 20 00 44 00 56 00 Mar 31 00:16:27 blastor kernel: [12791.195111] 80: 42 00 54 00 20 03 33 00 30 00 31 00 34 00 37 00 Mar 31 00:16:27 blastor kernel: [12791.219359] 90: 35 00 34 00 30 00 30 00 37 00 33 00 36 00 30 00 Mar 31 00:16:27 blastor kernel: [12791.243602] a0: 30 00 30 00 00 ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:16:27 blastor kernel: [12791.267347] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:16:27 blastor kernel: [12791.291469] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:16:27 blastor kernel: [12791.315592] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:16:27 blastor kernel: [12791.339711] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:16:28 blastor kernel: [12791.363335] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:16:28 blastor kernel: [12791.366460] af9013: firmware version:4.95.0 Mar 31 00:16:28 blastor kernel: [12791.372472] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)... Mar 31 00:16:28 blastor kernel: [12791.372532] af9015_tuner_attach: Mar 31 00:16:28 blastor kernel: [12791.372770] MXL5005S: Attached at address 0xc6 Mar 31 00:16:28 blastor kernel: [12791.372776] dvb-usb: AverMedia AVerTV Volar Black HD (A850) successfully initialized and connected. Mar 31 00:16:28 blastor kernel: [12791.372778] af9015_init: Mar 31 00:16:28 blastor kernel: [12791.372780] af9015_init_endpoint: USB speed:3 Mar 31 00:16:28 blastor kernel: [12791.389336] af9015_download_ir_table: Mar 31 00:16:28 blastor kernel: [12791.389559] usb 5-4.4: New USB device found, idVendor=07ca, idProduct=850a Mar 31 00:16:28 blastor kernel: [12791.389563] usb 5-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 31 00:16:28 blastor kernel: [12791.389566] usb 5-4.4: Product: A850 DVBT Mar 31 00:16:28 blastor kernel: [12791.389568] usb 5-4.4: Manufacturer: AVerMedia Mar 31 00:16:28 blastor kernel: [12791.389570] usb 5-4.4: SerialNumber: 301475400736000 I found why kaffeine was not working : I needed to check all offset checkboxes when scanning. Like Thomas, I get these messages in /var/log/messages when scanning or changing channel : af9015_pid_filter_ctrl: onoff:0 (with kaffeine, scan or vlc) I found a weird thing though with kaffeine (that may be a wrong setting somewhere in kaffeine though, it's the first time I use a DVB device on linux). If I stop kaffeine and restart it I can't access the channels I just scanned anymore : I get an error message : Tuning to: NRJ12 / autocount: 0 Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 498167000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 ..... Not able to lock to the signal on the given frequency Frontend closed Tuning delay: 1062 ms I need to switch channels several times and eventually it works : I can now change channels without any problems ! But if I quit and restart kaffeine, I get the same problem again No problem with VLC. Except that everything seems to work perfectly fine ! I'm not sure exactly what you want me to test though. GPI01 : Mar 31 00:25:01 blastor kernel: [13305.044263] usb 5-4.4: new high speed USB device using ehci_hcd and address 14 Mar 31 00:25:01 blastor kernel: [13305.140573] usb 5-4.4: configuration #1 chosen from 1 choice Mar 31 00:25:01 blastor kernel: [13305.141320] af9015_usb_probe: interface:0 Mar 31 00:25:01 blastor kernel: [13305.145389] af9015_read_config: IR mode:0 Mar 31 00:25:01 blastor kernel: [13305.150442] af9015_read_config: TS mode:1 Mar 31 00:25:01 blastor kernel: [13305.154098] af9015_read_config: [0] xtal:2 set adc_clock:28000 Mar 31 00:25:01 blastor kernel: [13305.160898] af9015_read_config: [0] IF1:36125 Mar 31 00:25:01 blastor kernel: [13305.171403] af9015_read_config: [0] MT2060 IF1:0 Mar 31 00:25:01 blastor kernel: [13305.173394] af9015_read_config: [0] tuner id:13 Mar 31 00:25:01 blastor kernel: [13305.174894] af9015_read_config: [1] xtal:2 set adc_clock:28000 Mar 31 00:25:01 blastor kernel: [13305.182112] af9015_read_config: [1] IF1:36125 Mar 31 00:25:01 blastor kernel: [13305.185108] af9015_read_config: [1] MT2060 IF1:1220 Mar 31 00:25:01 blastor kernel: [13305.186484] af9015_read_config: [1] tuner id:130 Mar 31 00:25:01 blastor kernel: [13305.186489] af9015_read_config: AverMedia A850: overriding config Mar 31 00:25:01 blastor kernel: [13305.186977] af9015_identify_state: reply:01 Mar 31 00:25:01 blastor kernel: [13305.186982] dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in cold state, will try to load a firmware Mar 31 00:25:01 blastor kernel: [13305.186985] firmware: requesting dvb-usb-af9015.fw Mar 31 00:25:01 blastor kernel: [13305.194723] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' Mar 31 00:25:01 blastor kernel: [13305.194733] af9015_download_firmware: Mar 31 00:25:01 blastor kernel: [13305.275294] dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state. Mar 31 00:25:01 blastor kernel: [13305.275388] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 31 00:25:01 blastor kernel: [13305.275398] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 31 00:25:01 blastor kernel: [13305.275412] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 31 00:25:01 blastor kernel: [13305.278513] DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850)) Mar 31 00:25:01 blastor kernel: [13305.278928] af9015_af9013_frontend_attach: init I2C Mar 31 00:25:01 blastor kernel: [13305.278931] af9015_i2c_init: Mar 31 00:25:01 blastor kernel: [13305.278969] i2c-adapter i2c-6: SMBus Quick command not supported, can't probe for chips Mar 31 00:25:01 blastor kernel: [13305.278980] i2c-adapter i2c-6: SMBus Quick command not supported, can't probe for chips Mar 31 00:25:01 blastor kernel: [13305.307006] 00: 2c 8f a3 0b 00 00 00 00 ca 07 0a 85 01 01 01 02 Mar 31 00:25:01 blastor kernel: [13305.332710] 10: 03 80 00 fa fa 10 40 ef 00 30 31 30 31 30 37 30 Mar 31 00:25:02 blastor kernel: [13305.356927] 20: 33 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.381326] 30: 01 01 38 01 00 08 02 01 1d 8d 00 00 0d ff ff ff Mar 31 00:25:02 blastor kernel: [13305.405332] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff Mar 31 00:25:02 blastor kernel: [13305.430064] 50: ff ff ff ff ff 26 00 00 04 03 09 04 14 03 41 00 Mar 31 00:25:02 blastor kernel: [13305.453937] 60: 56 00 65 00 72 00 4d 00 65 00 64 00 69 00 61 00 Mar 31 00:25:02 blastor kernel: [13305.478681] 70: 14 03 41 00 38 00 35 00 30 00 20 00 44 00 56 00 Mar 31 00:25:02 blastor kernel: [13305.504683] 80: 42 00 54 00 20 03 33 00 30 00 31 00 34 00 37 00 Mar 31 00:25:02 blastor kernel: [13305.528680] 90: 35 00 34 00 30 00 30 00 37 00 33 00 36 00 30 00 Mar 31 00:25:02 blastor kernel: [13305.552924] a0: 30 00 30 00 00 ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.576549] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.601042] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.624662] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.648162] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.672528] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:25:02 blastor kernel: [13305.675647] af9013: firmware version:4.95.0 Mar 31 00:25:02 blastor kernel: [13305.681782] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)... Mar 31 00:25:02 blastor kernel: [13305.681843] af9015_tuner_attach: Mar 31 00:25:02 blastor kernel: [13305.682074] MXL5005S: Attached at address 0xc6 Mar 31 00:25:02 blastor kernel: [13305.682081] dvb-usb: AverMedia AVerTV Volar Black HD (A850) successfully initialized and connected. Mar 31 00:25:02 blastor kernel: [13305.682084] af9015_init: Mar 31 00:25:02 blastor kernel: [13305.682086] af9015_init_endpoint: USB speed:3 Mar 31 00:25:02 blastor kernel: [13305.698619] af9015_download_ir_table: Mar 31 00:25:02 blastor kernel: [13305.698836] usb 5-4.4: New USB device found, idVendor=07ca, idProduct=850a Mar 31 00:25:02 blastor kernel: [13305.698839] usb 5-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 31 00:25:02 blastor kernel: [13305.698842] usb 5-4.4: Product: A850 DVBT Mar 31 00:25:02 blastor kernel: [13305.698844] usb 5-4.4: Manufacturer: AVerMedia Mar 31 00:25:02 blastor kernel: [13305.698846] usb 5-4.4: SerialNumber: 301475400736000 Seems quite similar to previous one. Everything seems fine too (except the weird kaffeine issue). In the logs I get the same message : af9015_pid_filter_ctrl: onoff:0 Finally, I tested GPI00 : Mar 31 00:29:12 blastor kernel: [13555.756325] usb 5-4.4: new high speed USB device using ehci_hcd and address 15 Mar 31 00:29:12 blastor kernel: [13555.852627] usb 5-4.4: configuration #1 chosen from 1 choice Mar 31 00:29:12 blastor kernel: [13555.853345] af9015_usb_probe: interface:0 Mar 31 00:29:12 blastor kernel: [13555.857669] af9015_read_config: IR mode:0 Mar 31 00:29:12 blastor kernel: [13555.862155] af9015_read_config: TS mode:1 Mar 31 00:29:12 blastor kernel: [13555.878721] af9015_read_config: [0] xtal:2 set adc_clock:28000 Mar 31 00:29:12 blastor kernel: [13555.885175] af9015_read_config: [0] IF1:36125 Mar 31 00:29:12 blastor kernel: [13555.888166] af9015_read_config: [0] MT2060 IF1:0 Mar 31 00:29:12 blastor kernel: [13555.889538] af9015_read_config: [0] tuner id:13 Mar 31 00:29:12 blastor kernel: [13555.891038] af9015_read_config: [1] xtal:2 set adc_clock:28000 Mar 31 00:29:12 blastor kernel: [13555.893921] af9015_read_config: [1] IF1:36125 Mar 31 00:29:12 blastor kernel: [13555.896912] af9015_read_config: [1] MT2060 IF1:1220 Mar 31 00:29:12 blastor kernel: [13555.898284] af9015_read_config: [1] tuner id:130 Mar 31 00:29:12 blastor kernel: [13555.898288] af9015_read_config: AverMedia A850: overriding config Mar 31 00:29:12 blastor kernel: [13555.898783] af9015_identify_state: reply:01 Mar 31 00:29:12 blastor kernel: [13555.898788] dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in cold state, will try to load a firmware Mar 31 00:29:12 blastor kernel: [13555.898792] firmware: requesting dvb-usb-af9015.fw Mar 31 00:29:12 blastor kernel: [13555.911638] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' Mar 31 00:29:12 blastor kernel: [13555.911647] af9015_download_firmware: Mar 31 00:29:12 blastor kernel: [13555.993946] dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state. Mar 31 00:29:12 blastor kernel: [13555.994042] i2c-adapter i2c-0: SMBus Quick command not supported, can't probe for chips Mar 31 00:29:12 blastor kernel: [13555.994051] i2c-adapter i2c-0: SMBus Quick command not supported, can't probe for chips Mar 31 00:29:12 blastor kernel: [13555.994065] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 31 00:29:12 blastor kernel: [13555.994420] DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850)) Mar 31 00:29:12 blastor kernel: [13555.994781] af9015_af9013_frontend_attach: init I2C Mar 31 00:29:12 blastor kernel: [13555.994784] af9015_i2c_init: Mar 31 00:29:12 blastor kernel: [13555.994816] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 31 00:29:12 blastor kernel: [13555.994823] i2c-adapter i2c-5: SMBus Quick command not supported, can't probe for chips Mar 31 00:29:12 blastor kernel: [13556.020831] 00: 2c 8f a3 0b 00 00 00 00 ca 07 0a 85 01 01 01 02 Mar 31 00:29:12 blastor kernel: [13556.046261] 10: 03 80 00 fa fa 10 40 ef 00 30 31 30 31 30 37 30 Mar 31 00:29:12 blastor kernel: [13556.070381] 20: 33 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff Mar 31 00:29:12 blastor kernel: [13556.094003] 30: 01 01 38 01 00 08 02 01 1d 8d 00 00 0d ff ff ff Mar 31 00:29:12 blastor kernel: [13556.117876] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff Mar 31 00:29:12 blastor kernel: [13556.141496] 50: ff ff ff ff ff 26 00 00 04 03 09 04 14 03 41 00 Mar 31 00:29:12 blastor kernel: [13556.165245] 60: 56 00 65 00 72 00 4d 00 65 00 64 00 69 00 61 00 Mar 31 00:29:12 blastor kernel: [13556.189118] 70: 14 03 41 00 38 00 35 00 30 00 20 00 44 00 56 00 Mar 31 00:29:12 blastor kernel: [13556.212860] 80: 42 00 54 00 20 03 33 00 30 00 31 00 34 00 37 00 Mar 31 00:29:12 blastor kernel: [13556.239114] 90: 35 00 34 00 30 00 30 00 37 00 33 00 36 00 30 00 Mar 31 00:29:12 blastor kernel: [13556.263098] a0: 30 00 30 00 00 ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:29:12 blastor kernel: [13556.287094] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:29:12 blastor kernel: [13556.311091] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:29:12 blastor kernel: [13556.335088] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:29:13 blastor kernel: [13556.359582] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:29:13 blastor kernel: [13556.383329] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Mar 31 00:29:13 blastor kernel: [13556.386456] af9013: firmware version:4.95.0 Mar 31 00:29:13 blastor kernel: [13556.393213] DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)... Mar 31 00:29:13 blastor kernel: [13556.393275] af9015_tuner_attach: Mar 31 00:29:13 blastor kernel: [13556.393508] MXL5005S: Attached at address 0xc6 Mar 31 00:29:13 blastor kernel: [13556.393515] dvb-usb: AverMedia AVerTV Volar Black HD (A850) successfully initialized and connected. Mar 31 00:29:13 blastor kernel: [13556.393518] af9015_init: Mar 31 00:29:13 blastor kernel: [13556.393520] af9015_init_endpoint: USB speed:3 Mar 31 00:29:13 blastor kernel: [13556.409454] af9015_download_ir_table: Mar 31 00:29:13 blastor kernel: [13556.409677] usb 5-4.4: New USB device found, idVendor=07ca, idProduct=850a Mar 31 00:29:13 blastor kernel: [13556.409680] usb 5-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 31 00:29:13 blastor kernel: [13556.409683] usb 5-4.4: Product: A850 DVBT Mar 31 00:29:13 blastor kernel: [13556.409685] usb 5-4.4: Manufacturer: AVerMedia Mar 31 00:29:13 blastor kernel: [13556.409687] usb 5-4.4: SerialNumber: 301475400736000 Working fine too, seems exactly like previous ones. I hope I installed these correctly and did not mess up between the different drivers. Let me know if something seems weird or if you want me to test something else. I'm really glad it finally works ;) Thanks a lot. Le lundi 30 mars 2009, Thomas RENARD a écrit : > > Hi, > > I try http://linuxtv.org/hg/~anttip/af9015_aver_a850/. > > Here is my /var/log/messages : > Mar 30 22:27:57 trubuntu kernel: [ 5020.136029] usb 3-6: new high speed > USB device using ehci_hcd and address 3 > Mar 30 22:27:57 trubuntu kernel: [ 5020.277506] usb 3-6: configuration > #1 chosen from 1 choice > Mar 30 22:27:58 trubuntu kernel: [ 5020.693808] af9015_usb_probe: > interface:0 > Mar 30 22:27:58 trubuntu kernel: [ 5020.695742] af9015_read_config: IR > mode:0 > Mar 30 22:27:58 trubuntu kernel: [ 5020.697752] af9015_read_config: TS > mode:1 > Mar 30 22:27:58 trubuntu kernel: [ 5020.701256] af9015_read_config: [0] > xtal:2 set adc_clock:28000 > Mar 30 22:27:58 trubuntu kernel: [ 5020.704341] af9015_read_config: [0] > IF1:36125 > Mar 30 22:27:58 trubuntu kernel: [ 5020.707708] af9015_read_config: [0] > MT2060 IF1:0 > Mar 30 22:27:58 trubuntu kernel: [ 5020.709583] af9015_read_config: [0] > tuner id:13 > Mar 30 22:27:58 trubuntu kernel: [ 5020.711459] af9015_read_config: [1] > xtal:2 set adc_clock:28000 > Mar 30 22:27:58 trubuntu kernel: [ 5020.714830] af9015_read_config: [1] > IF1:36125 > Mar 30 22:27:58 trubuntu kernel: [ 5020.718084] af9015_read_config: [1] > MT2060 IF1:1220 > Mar 30 22:27:58 trubuntu kernel: [ 5020.719957] af9015_read_config: [1] > tuner id:130 > Mar 30 22:27:58 trubuntu kernel: [ 5020.719962] af9015_read_config: ugly > and broken AverMedia A850 device detected, will hack configuration... > Mar 30 22:27:58 trubuntu kernel: [ 5020.721706] af9015_identify_state: > reply:01 > Mar 30 22:27:58 trubuntu kernel: [ 5020.721711] dvb-usb: found a > 'AVerMedia A850' in cold state, will try to load a firmware > Mar 30 22:27:58 trubuntu kernel: [ 5020.721715] firmware: requesting > dvb-usb-af9015.fw > Mar 30 22:27:58 trubuntu kernel: [ 5020.777040] dvb-usb: downloading > firmware from file 'dvb-usb-af9015.fw' > Mar 30 22:27:58 trubuntu kernel: [ 5020.777051] af9015_download_firmware: > Mar 30 22:27:58 trubuntu kernel: [ 5020.847585] dvb-usb: found a > 'AVerMedia A850' in warm state. > Mar 30 22:27:58 trubuntu kernel: [ 5020.849750] dvb-usb: will pass the > complete MPEG2 transport stream to the software demuxer. > Mar 30 22:27:58 trubuntu kernel: [ 5020.852368] DVB: registering new > adapter (AVerMedia A850) > Mar 30 22:27:58 trubuntu kernel: [ 5020.853615] > af9015_af9013_frontend_attach: init I2C > Mar 30 22:27:58 trubuntu kernel: [ 5020.853626] af9015_i2c_init: > Mar 30 22:27:58 trubuntu kernel: [ 5020.889200] 00: 2c 83 a3 0b 00 00 00 > 00 ca 07 0a 85 01 01 01 02 > Mar 30 22:27:58 trubuntu kernel: [ 5020.913427] 10: 03 80 00 fa fa 10 40 > ef 00 30 31 30 31 30 37 30 > Mar 30 22:27:58 trubuntu kernel: [ 5020.959135] 20: 33 30 37 30 30 30 30 > 31 ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5020.987860] 30: 01 01 38 01 00 08 02 > 01 1d 8d 00 00 0d ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.051391] 40: ff ff ff ff ff 08 02 > 00 1d 8d c4 04 82 ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.092053] 50: ff ff ff ff ff 26 00 > 00 04 03 09 04 14 03 41 00 > Mar 30 22:27:58 trubuntu kernel: [ 5021.125472] 60: 56 00 65 00 72 00 4d > 00 65 00 64 00 69 00 61 00 > Mar 30 22:27:58 trubuntu kernel: [ 5021.169028] 70: 14 03 41 00 38 00 35 > 00 30 00 20 00 44 00 56 00 > Mar 30 22:27:58 trubuntu kernel: [ 5021.235275] 80: 42 00 54 00 20 03 33 > 00 30 00 31 00 34 00 37 00 > Mar 30 22:27:58 trubuntu kernel: [ 5021.260035] 90: 35 00 32 00 30 00 31 > 00 30 00 33 00 32 00 30 00 > Mar 30 22:27:58 trubuntu kernel: [ 5021.284759] a0: 30 00 30 00 00 ff ff > ff ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.316493] b0: ff ff ff ff ff ff ff > ff ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.339978] c0: ff ff ff ff ff ff ff > ff ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.362849] d0: ff ff ff ff ff ff ff > ff ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.385971] e0: ff ff ff ff ff ff ff > ff ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.408985] f0: ff ff ff ff ff ff ff > ff ff ff ff ff ff ff ff ff > Mar 30 22:27:58 trubuntu kernel: [ 5021.441584] af9013: firmware > version:4.95.0 > Mar 30 22:27:58 trubuntu kernel: [ 5021.446464] DVB: registering adapter > 0 frontend 0 (Afatech AF9013 DVB-T)... > Mar 30 22:27:58 trubuntu kernel: [ 5021.447354] af9015_tuner_attach: > Mar 30 22:27:58 trubuntu kernel: [ 5021.527526] MXL5005S: Attached at > address 0xc6 > Mar 30 22:27:58 trubuntu kernel: [ 5021.527536] dvb-usb: AVerMedia A850 > successfully initialized and connected. > Mar 30 22:27:58 trubuntu kernel: [ 5021.527540] af9015_init: > Mar 30 22:27:58 trubuntu kernel: [ 5021.527542] af9015_init_endpoint: > USB speed:3 > Mar 30 22:27:58 trubuntu kernel: [ 5021.537693] af9015_download_ir_table: > Mar 30 22:27:58 trubuntu kernel: [ 5021.538262] usbcore: registered new > interface driver dvb_usb_af9015 > Mar 30 22:36:09 trubuntu kernel: [ 5512.208930] af9015_pid_filter_ctrl: > onoff:0 > Mar 30 22:36:09 trubuntu kernel: [ 5512.363024] af9015_pid_filter_ctrl: > onoff:0 > Mar 30 22:36:09 trubuntu kernel: [ 5512.472992] af9015_pid_filter_ctrl: > onoff:0 > Mar 30 22:36:10 trubuntu kernel: [ 5512.660525] af9015_pid_filter_ctrl: > onoff:0 > Mar 30 22:36:10 trubuntu kernel: [ 5512.763080] af9015_pid_filter_ctrl: > onoff:0 > Mar 30 22:36:10 trubuntu kernel: [ 5512.977671] af9015_pid_filter_ctrl: > onoff:0 > ... > I think I have "af9015_pid_filter_ctrl: onoff:0" when I run Kaffeine. > > Here are some messages when I run then scan with Kaffeine : > .................................................. > > Not able to lock to the signal on the given frequency > Frontend closed > dvbsi: Cant tune DVB > Using DVB device 0:0 "Afatech AF9013 DVB-T" > tuning DVB-T to 522000000 Hz > inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 > ...... LOCKED. > Transponders: 15/57 > scanMode=0 > it's dvb 2! > Reading SDT: pid=17 > CANAL+: sid=769 > CANAL+ CINEMA: sid=770 > CANAL+ SPORT: sid=771 > PLANETE: sid=772 > CANAL J: sid=773 > TPS STAR: sid=774 > Unknown: sid=1008 > Unknown: sid=1009 > Reading PAT: pid=0 > Reading PMT: pid=1280 > > DVB SUB on CANAL+ page_id: 1 anc_id: 2 lang: fra > > Reading PMT: pid=1281 > > DVB SUB on CANAL+ CINEMA page_id: 1 anc_id: 2 lang: fra > > Reading PMT: pid=1282 > > DVB SUB on CANAL+ SPORT page_id: 1 anc_id: 2 lang: fra > > Reading PMT: pid=1283 > Reading PMT: pid=1284 > Reading PMT: pid=1285 > > DVB SUB on TPS STAR page_id: 1 anc_id: 2 lang: fra > > Reading PMT: pid=1290 > Reading PMT: pid=1291 > Frontend closed > Using DVB device 0:0 "Afatech AF9013 DVB-T" > tuning DVB-T to 530000000 Hz > inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 > .................................................. > > Not able to lock to the signal on the given frequency > Frontend closed > dvbsi: Cant tune DVB > Using DVB device 0:0 "Afatech AF9013 DVB-T" > tuning DVB-T to 538000000 Hz > inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 > .................................................. > > Not able to lock to the signal on the given frequency > Frontend closed > dvbsi: Cant tune DVB > Using DVB device 0:0 "Afatech AF9013 DVB-T" > tuning DVB-T to 562000000 Hz > inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 > ...... LOCKED. > Transponders: 20/57 > scanMode=0 > it's dvb 2! > Reading SDT: pid=17 > TF1: sid=1537 > NRJ12: sid=1538 > Eurosport: sid=1540 > LCI: sid=1539 > TMC: sid=1542 > TF6: sid=1541 > Reading PAT: pid=0 > Reading PMT: pid=100 > > DVB SUB on TF1 page_id: 1 anc_id: 0 lang: fra > > > DVB SUB on TF1 page_id: 1 anc_id: 0 lang: eng > > Reading PMT: pid=200 > > DVB SUB on NRJ12 page_id: 1 anc_id: 1 lang: fra > > Reading PMT: pid=400 > Reading PMT: pid=300 > Reading PMT: pid=600 > > DVB SUB on TMC page_id: 1 anc_id: 0 lang: fra > > > DVB SUB on TMC page_id: 1 anc_id: 0 lang: fra > > Reading PMT: pid=500 > > DVB SUB on TF6 page_id: 1 anc_id: 0 lang: fra > > Reading PMT: pid=8000 > Frontend closed > Using DVB device 0:0 "Afatech AF9013 DVB-T" > tuning DVB-T to 570000000 Hz > inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 > .................................................. > > Not able to lock to the signal on the given frequency > Frontend closed > dvbsi: Cant tune DVB > Transponders: 57 > dvbsi: The end :) > |ARTE HD|498000|v|0 > |PARIS PREMIERE|498000|v|0 > |CANAL+|522000|v|0 > |CANAL+ CINEMA|522000|v|0 > |CANAL+ SPORT|522000|v|0 > |PLANETE|522000|v|0 > |CANAL J|522000|v|0 > |TPS STAR|522000|v|0 > |Eurosport|562000|v|0 > |LCI|562000|v|0 > |TF6|562000|v|0 > Channels found: 11 > Saved epg data : 0 events (0 msecs) > DCOP Cleaning up dead connections. > > I hope this could help. > > This work for me ! I can use my Volar Black ! Thank you for your > wonderful work ! > > I'll try http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ tomorrow and > tell you... > > Regards, > > Thomas > > > Antti Palosaari a écrit : > > > > Olivier MENUEL wrote: > >> Sorry, > >> I was at work today. > >> > >> I just downloaded the latest version. > >> It works a lot better than the previous one (the device_nums are > >> correct in the af9015.c and it seems the frontend is correctly > >> initialized now). Here is the /var/log/messages : > > > > Looks just correct! > > > >> I tried a scan with kaffeine : the blue light is on when scanning > >> (which is a pretty good news), but I can't find any channels : the > >> signal goes up to 85% but SNR stays at 0% and no channel is found ... > > > > hmm, not AverMedia A850 issue. I should look this later... > > > >> But I tried a scan with the scan command line and everything worked > >> fine !!!!!!!!! > >> I found all channels and it seems to work really fine with vlc !!! > > > > :) > > > > Now I need some more tests. I can see from logs GPIO0 and GPIO1 are > > set differently. > > > > 1) reference design GPIOs: > > If that works you don't need to test more. > > http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ > > > > 2) GPIO1 tuner > > looks like tuner is connected to this GPIO > > If that works no need to test more. > > http://linuxtv.org/hg/~anttip/af9015_aver_a850_GPIO1/ > > > > 3) GPIO0 tuner > > last test if nothing before works > > http://linuxtv.org/hg/~anttip/af9015_aver_a850_GPIO0/ > > > > regards > > Antti > > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-30 22:48 ` Olivier MENUEL @ 2009-03-30 23:07 ` Antti Palosaari [not found] ` <7a3c9e3d0903310004y31635654l6ab3884560118efc@mail.gmail.com> 2009-04-08 13:28 ` pHilipp Zabel 0 siblings, 2 replies; 14+ messages in thread From: Antti Palosaari @ 2009-03-30 23:07 UTC (permalink / raw) To: Olivier MENUEL Cc: Thomas RENARD, Laurent Haond, linux-media, Karsten Blumenau, pHilipp Zabel, Martin Müller Olivier MENUEL wrote: > Here are my tests : > > http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : > > I found why kaffeine was not working : I needed to check all offset checkboxes when scanning. > Like Thomas, I get these messages in /var/log/messages when scanning or changing channel : af9015_pid_filter_ctrl: onoff:0 (with kaffeine, scan or vlc) That's normal behaviour. dvb-usb-framework calls .pid_filter_ctrl(0) callback to ensure pid-filter is disabled. Those logs will not seen normally when debug-logs are disabled. > I found a weird thing though with kaffeine (that may be a wrong setting somewhere in kaffeine though, it's the first time I use a DVB device on linux). If I stop kaffeine and restart it I can't access the channels I just scanned anymore : I get an error message : > Tuning to: NRJ12 / autocount: 0 > Using DVB device 0:0 "Afatech AF9013 DVB-T" > tuning DVB-T to 498167000 Hz > inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 > ..... > Not able to lock to the signal on the given frequency > Frontend closed > Tuning delay: 1062 ms > > I need to switch channels several times and eventually it works : I can now change channels without any problems ! > But if I quit and restart kaffeine, I get the same problem again > No problem with VLC. hmm, no idea. Sometimes I have also seen rather similar problems when switching channels but restarting Totem solves problem. I did full band w_scan and it founds all muxes I can receive (4xDVB-T + 1xDVB-H). I haven't tested Kaffeine. > Except that everything seems to work perfectly fine ! > I'm not sure exactly what you want me to test though. > > > GPI01 : > > Seems quite similar to previous one. Everything seems fine too (except the weird kaffeine issue). > In the logs I get the same message : af9015_pid_filter_ctrl: onoff:0 > > > > Finally, I tested GPI00 : > > Working fine too, seems exactly like previous ones. > > I hope I installed these correctly and did not mess up between the different drivers. > Let me know if something seems weird or if you want me to test something else. > > I'm really glad it finally works ;) Thanks a lot. For me it seems like tuner is not connected to GPIO pin at all. I will wait someone else, Thomas?, will test. Testing this (af9015_aver_a850_2) tree is enough if it works: http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <7a3c9e3d0903310004y31635654l6ab3884560118efc@mail.gmail.com>]
[parent not found: <49D1D0C6.9040400@iki.fi>]
* Re: AverMedia Volar Black HD (A850) [not found] ` <49D1D0C6.9040400@iki.fi> @ 2009-03-31 19:19 ` Thomas RENARD 2009-03-31 19:32 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: Thomas RENARD @ 2009-03-31 19:19 UTC (permalink / raw) To: Antti Palosaari; +Cc: Olivier MENUEL, linux-media Hi, I have tested http://linuxtv.org/hg/~anttip/af9015_aver_a850_2. *It works for me !* Here is info for Kernel changelog : *Tested-by: Thomas Renard <threnard@gmail.com> * I just have this error message during scan but I don't know the severity : scan -n -o zap -p /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris > channels.conf scanning /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 474000000 0 2 9 3 1 0 0 initial transponder 498000000 0 2 9 3 1 0 0 initial transponder 522000000 0 2 9 3 1 0 0 initial transponder 562000000 0 2 9 3 1 0 0 initial transponder 586000000 0 3 9 3 1 2 0 >>> tune to: 474000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE 0x0000 0x0201: pmt_pid 0x0500 NTN -- Direct 8 (running) 0x0000 0x0203: pmt_pid 0x0502 NTN -- BFM TV (running) ... 0x0000 0x0176: pmt_pid 0x02c6 GR1 -- France � (running) WARNING: filter timeout pid 0x0010 >>> tune to: -10:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_AUTO:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE *__tune_to_transponder:1483: ERROR: Setting frontend parameters failed: 22 Invalid argument* >>> tune to: -10:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_AUTO:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE *__tune_to_transponder:1483: ERROR: Setting frontend parameters failed: 22 Invalid argument* dumping lists (36 services) Done. Thanks for your help ! Regards, Thomas Antti Palosaari a écrit : > > hello > waiting :) If it works add tested-by to your mail reply > Tested-by: Firsname Lastname <email@address.com> > > Then I can add that to the Kernel changelog. It is not absolutely > needed but it is nice to have some mention who has done job for patch. > Also Olivier! If you don't have nothing to send ml where attach this > tag then you can send Tested-by directly to me. > > regards > Antti > > > Thomas RENARD wrote: >> Hi Antti, >> >> I'm working today... I'll test >> http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/<http://linuxtv.org/hg/%7Eanttip/af9015_aver_a850_2/>this >> >> evening (time in Paris). >> >> Regards, >> >> Thomas >> >> 2009/3/31 Antti Palosaari <crope@iki.fi> >> >>> Olivier MENUEL wrote: >>> >>>> Here are my tests : >>>> >>>> http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/<http://linuxtv.org/hg/%7Eanttip/af9015_aver_a850_2/>: >>>> >>>> >>>> I found why kaffeine was not working : I needed to check all offset >>>> checkboxes when scanning. >>>> Like Thomas, I get these messages in /var/log/messages when >>>> scanning or >>>> changing channel : af9015_pid_filter_ctrl: onoff:0 (with kaffeine, >>>> scan or >>>> vlc) >>>> >>> That's normal behaviour. dvb-usb-framework calls .pid_filter_ctrl(0) >>> callback to ensure pid-filter is disabled. Those logs will not seen >>> normally >>> when debug-logs are disabled. >>> >>> I found a weird thing though with kaffeine (that may be a wrong setting >>>> somewhere in kaffeine though, it's the first time I use a DVB >>>> device on >>>> linux). If I stop kaffeine and restart it I can't access the >>>> channels I just >>>> scanned anymore : I get an error message : >>>> Tuning to: NRJ12 / autocount: 0 >>>> Using DVB device 0:0 "Afatech AF9013 DVB-T" >>>> tuning DVB-T to 498167000 Hz >>>> inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 >>>> ..... >>>> Not able to lock to the signal on the given frequency >>>> Frontend closed >>>> Tuning delay: 1062 ms >>>> >>>> I need to switch channels several times and eventually it works : I >>>> can >>>> now change channels without any problems ! >>>> But if I quit and restart kaffeine, I get the same problem again >>>> No problem with VLC. >>>> >>> hmm, no idea. Sometimes I have also seen rather similar problems when >>> switching channels but restarting Totem solves problem. >>> >>> I did full band w_scan and it founds all muxes I can receive (4xDVB-T + >>> 1xDVB-H). I haven't tested Kaffeine. >>> >>> Except that everything seems to work perfectly fine ! >>>> I'm not sure exactly what you want me to test though. >>>> >>>> >>>> GPI01 : >>>> >>>> Seems quite similar to previous one. Everything seems fine too >>>> (except the >>>> weird kaffeine issue). >>>> In the logs I get the same message : af9015_pid_filter_ctrl: onoff:0 >>>> >>>> >>>> >>>> Finally, I tested GPI00 : >>>> >>>> Working fine too, seems exactly like previous ones. >>>> >>>> I hope I installed these correctly and did not mess up between the >>>> different drivers. >>>> Let me know if something seems weird or if you want me to test >>>> something >>>> else. >>>> >>>> I'm really glad it finally works ;) Thanks a lot. >>>> >>> For me it seems like tuner is not connected to GPIO pin at all. I >>> will wait >>> someone else, Thomas?, will test. Testing this (af9015_aver_a850_2) >>> tree is >>> enough if it works: >>> http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/<http://linuxtv.org/hg/%7Eanttip/af9015_aver_a850_2/> >>> >>> >>> >>> regards >>> Antti >>> -- >>> http://palosaari.fi/ >>> >> > > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-31 19:19 ` Thomas RENARD @ 2009-03-31 19:32 ` Antti Palosaari 0 siblings, 0 replies; 14+ messages in thread From: Antti Palosaari @ 2009-03-31 19:32 UTC (permalink / raw) To: Thomas RENARD; +Cc: Olivier MENUEL, linux-media Thomas RENARD wrote: > I have tested http://linuxtv.org/hg/~anttip/af9015_aver_a850_2. > *It works for me !* > > Here is info for Kernel changelog : > *Tested-by: Thomas Renard <threnard@gmail.com> * Thank you and Olivier for testing! > I just have this error message during scan but I don't know the severity : > scan -n -o zap -p /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris > > channels.conf > scanning /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris > using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' > initial transponder 474000000 0 2 9 3 1 0 0 > initial transponder 498000000 0 2 9 3 1 0 0 > initial transponder 522000000 0 2 9 3 1 0 0 > initial transponder 562000000 0 2 9 3 1 0 0 > initial transponder 586000000 0 3 9 3 1 2 0 > >>> tune to: > 474000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE > > 0x0000 0x0201: pmt_pid 0x0500 NTN -- Direct 8 (running) > 0x0000 0x0203: pmt_pid 0x0502 NTN -- BFM TV (running) > ... > 0x0000 0x0176: pmt_pid 0x02c6 GR1 -- France � (running) > WARNING: filter timeout pid 0x0010 > >>> tune to: > -10:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_AUTO:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE > > *__tune_to_transponder:1483: ERROR: Setting frontend parameters failed: > 22 Invalid argument* > >>> tune to: > -10:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_AUTO:FEC_1_2:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE > > *__tune_to_transponder:1483: ERROR: Setting frontend parameters failed: > 22 Invalid argument* > dumping lists (36 services) > Done. Something strange happens that I don't see clearly. Does this happens every time you scan? Filter timeout typically means that signal is a just little bit weak. But in that case it typically does not reproduce exactly similarly (pid could be different etc.) when scan is done again. regards Antti -- http://palosaari.fi/ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: AverMedia Volar Black HD (A850) 2009-03-30 23:07 ` Antti Palosaari [not found] ` <7a3c9e3d0903310004y31635654l6ab3884560118efc@mail.gmail.com> @ 2009-04-08 13:28 ` pHilipp Zabel 1 sibling, 0 replies; 14+ messages in thread From: pHilipp Zabel @ 2009-04-08 13:28 UTC (permalink / raw) To: Antti Palosaari Cc: Olivier MENUEL, Thomas RENARD, Laurent Haond, linux-media, Karsten Blumenau, Martin Müller On Tue, Mar 31, 2009 at 1:07 AM, Antti Palosaari <crope@iki.fi> wrote: > Olivier MENUEL wrote: >> >> Here are my tests : >> >> http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : >> >> I found why kaffeine was not working : I needed to check all offset >> checkboxes when scanning. >> Like Thomas, I get these messages in /var/log/messages when scanning or >> changing channel : af9015_pid_filter_ctrl: onoff:0 (with kaffeine, scan or >> vlc) > > That's normal behaviour. dvb-usb-framework calls .pid_filter_ctrl(0) > callback to ensure pid-filter is disabled. Those logs will not seen normally > when debug-logs are disabled. > >> I found a weird thing though with kaffeine (that may be a wrong setting >> somewhere in kaffeine though, it's the first time I use a DVB device on >> linux). If I stop kaffeine and restart it I can't access the channels I just >> scanned anymore : I get an error message : >> Tuning to: NRJ12 / autocount: 0 >> Using DVB device 0:0 "Afatech AF9013 DVB-T" >> tuning DVB-T to 498167000 Hz >> inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 >> ..... >> Not able to lock to the signal on the given frequency >> Frontend closed >> Tuning delay: 1062 ms >> >> I need to switch channels several times and eventually it works : I can >> now change channels without any problems ! >> But if I quit and restart kaffeine, I get the same problem again >> No problem with VLC. > > hmm, no idea. Sometimes I have also seen rather similar problems when > switching channels but restarting Totem solves problem. > > I did full band w_scan and it founds all muxes I can receive (4xDVB-T + > 1xDVB-H). I haven't tested Kaffeine. > >> Except that everything seems to work perfectly fine ! >> I'm not sure exactly what you want me to test though. >> >> >> GPI01 : >> >> Seems quite similar to previous one. Everything seems fine too (except the >> weird kaffeine issue). >> In the logs I get the same message : af9015_pid_filter_ctrl: onoff:0 >> >> >> >> Finally, I tested GPI00 : >> >> Working fine too, seems exactly like previous ones. >> >> I hope I installed these correctly and did not mess up between the >> different drivers. >> Let me know if something seems weird or if you want me to test something >> else. >> >> I'm really glad it finally works ;) Thanks a lot. > > For me it seems like tuner is not connected to GPIO pin at all. I will wait > someone else, Thomas?, will test. Testing this (af9015_aver_a850_2) tree is > enough if it works: > http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ I guess I'm a bit late, is there still anything to test? I tried http://linuxtv.org/hg/~anttip/af9015 (2f6cf8db5325), using scan, tzap and mplayer. Except for low signal quality (bad location + lack of proper antenna), everything seemed to work fine. best regards Philipp ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2009-04-08 13:28 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 11:34 AverMedia Volar Black HD (A850) Olivier MENUEL
2009-03-29 11:53 ` Antti Palosaari
[not found] ` <200903291430.22118.olivier.menuel@free.fr>
2009-03-29 14:23 ` Antti Palosaari
[not found] ` <200903291919.54610.omenuel@laposte.net>
2009-03-29 17:34 ` Antti Palosaari
2009-03-29 18:15 ` Olivier MENUEL
2009-03-30 18:38 ` Antti Palosaari
2009-03-30 19:39 ` Olivier MENUEL
2009-03-30 20:15 ` Antti Palosaari
2009-03-30 20:58 ` Thomas RENARD
2009-03-30 22:48 ` Olivier MENUEL
2009-03-30 23:07 ` Antti Palosaari
[not found] ` <7a3c9e3d0903310004y31635654l6ab3884560118efc@mail.gmail.com>
[not found] ` <49D1D0C6.9040400@iki.fi>
2009-03-31 19:19 ` Thomas RENARD
2009-03-31 19:32 ` Antti Palosaari
2009-04-08 13:28 ` pHilipp Zabel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox