Hi folks,
System description:
[EMAIL PROTECTED]>uname -a
Linux paag 2.6.21-2-686 #1 SMP Wed Jul 11 03:53:02 UTC 2007 i686 GNU/Linux
Distro: up-to-date Debian testing
Problem: MT-2060 doesn't register => no frontend
Solution: attached patch
Request: include it in the mainstream ASAP: I'm really sick of
having to recompile the DVB subsystem everytime a kernel update
happens
THANKS a lot
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-dvb.c Sun Apr 01 19:29:16 2007 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-dvb.c Tue Apr 10 13:32:12 2007 +0200
@@ -174,8 +174,8 @@ int dvb_usb_adapter_frontend_init(struct
err("strange: '%s' #%d doesn't want to attach a frontend.",adap->dev->desc->name, adap->id);
return 0;
}
-
+ msleep(1000);
/* re-assign sleep and wakeup functions */
if (adap->props.frontend_attach(adap) == 0 && adap->fe != NULL) {
adap->fe_init = adap->fe->ops.init; adap->fe->ops.init = dvb_usb_fe_wakeup;
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb