[linux-dvb] Avermedia DVB-T Volar X
Jos Hoekstra
joshoekstra at gmx.net
Fri Jun 20 15:31:10 CEST 2008
This device has the following chips on it:
AF9015-NT*
MXL5003S
This device seems to work with the following additions to af9015.c in
the tree found under:
http://linuxtv.org/hg/~anttip/af9015-mxl500x/
Added under static struct usb_device_id af9015_usb_table[]:
/* AverMedia DVB-T Volar X) */
{USB_DEVICE(0x07ca, 0xa815)},
Added/ changed under static struct dvb_usb_device_properties
af9015_properties:
.num_device_descs = 8, /* to add another case, without it the change
didn't get picked up. */
and:
{
.name = " AverMedia DVB-T Volar X",
.cold_ids = {&af9015_usb_table[8], NULL},
.warm_ids = {NULL},
},
With these changes, which are in attached file as well, the normal make,
make install routine works and plugging the stick in to the usb-port it
gets recognized and firmware of:
http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/
It can scan, tune and watch FTA-channels :)
Hope this helps and can be added to the official driver somehow?
Regards,
Jos Hoekstra
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: af9015.c
Url: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20080620/410265ce/attachment-0001.c
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Avermedia Volar X.txt
Url: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20080620/410265ce/attachment-0001.txt
More information about the linux-dvb
mailing list