On Thursday 07 September 2006 07:16, Martin Dauskardt wrote:
> From: "Andrew de Quincey" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Cc: "Martin Dauskardt" <[EMAIL PROTECTED]>
> Sent: Thursday, September 07, 2006 7:03 AM
> Subject: Re: [linux-dvb] Re: Unable to find symbol mt352_attach()
>
> > Hi - what version of module-init-tools are you using? I've just found
> > that anything < 3.2 doesn't work right with dvb attach.
>
> Kernel + hg-drivers were compiled under Ubuntu 5.04/gcc 3.3, but used in
> LinVDR - a small woody-based VDR distribution. I am pretty sure that it has
> an older version of module-init-tools, as it was released in 12/04 and
> module-init-tools-3.2-pre1 came out in 01/05.
> I will update to 3.2 and compile next hg drivers next time with activated
> "attach"...
Ta... not sure about 3.2-pre1, but I found the bug in v3.1 that prevents it
from working (patch attached).
1432c1432
< if ( strncmp(modulearg, "symbol:", strlen("symbol:") == 0))
---
> if ( strncmp(modulearg, "symbol:", strlen("symbol:")) == 0)
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb