Christof Bodner wrote:
> Hi there!
> 
> That's great, that I've finally found something for my DVB-T stick to play 
> with ;-)
> 
> I've a budget stick with an af9015 and a mt2060 tuner. After tweaking a 
> little bit with af9015_biu.c
> ---
> static struct usb_device_id af9015_usb_table[] = {
>       { USB_DEVICE(USB_VID_AFATECH, USB_PID_AFATECH_AF9015) },
> //    { USB_DEVICE(USB_VID_AFATECH_REF, USB_PID_AFATECH_AF9015_FS803_REF) },
> //    { USB_DEVICE(USB_VID_VISIONPLUS, USB_PID_AZUREWAVE_VP704J) },
>       { 0 },
> };
> MODULE_DEVICE_TABLE(usb, af9015_usb_table);
> ---
> and downloading firmware to /lib/firmware I succeeded in modprobing the 
> driver. Looking at /var/log/messages 
> gives a lot of messages, so I won't post it in the mailing list.
> 
> But when I tried to scan, my Ubuntu Feisty Fawn box (2.6.20-16-generic) 
> froze. I have to say that I am a 
> little bit happy of it, because this did not happen to me for years :-) 
> Seriously, I would like to help 
> debugging that driver, because I would like to activate my tuner. Is anybody 
> interested in the messages
> of the driver?

You would have an oops most probably, since the MT2060 tuner being not
attached.

Currently, the MT2060 tuner is not attached. To play with it a bit more,
attach the MT2060 tuner in the place of the tuner attach, where the
MC44S80x tuner is getting attached, to play with it a bit more.


Manu

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to