<div class="gmail_quote">2011/7/28 Patrick McHardy <span dir="ltr"><<a href="mailto:kaber@trash.net">kaber@trash.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Am 28.07.2011 20:05, schrieb Romain Fliedel:<br>
><br>
> 2011/7/28 Patrick McHardy <<a href="mailto:kaber@trash.net">kaber@trash.net</a> <mailto:<a href="mailto:kaber@trash.net">kaber@trash.net</a>>><br>
<div><div></div><div class="h5">><br>
>     Am 28.07.2011 15:39, schrieb Fliedel Romain:<br>
>     > Hi,<br>
>     ><br>
>     > I'm trying to build a kernel from the git repository with dect stack<br>
>     > enabled but i get this error :<br>
>     ><br>
>     > net/dect/ccp.c:25:27: fatal error: net/tipc/tipc.h:<br>
>     ><br>
>     > it appears that this file has been removed in kernel 2.6.36<br>
>     ><br>
>     > Do you have any idea to solve this problem ?<br>
>     ><br>
><br>
>     Disable the TIPC option for now, the code hasn't been adapter to<br>
>     the latest upstream changes yet.<br>
><br>
><br>
> Thanks, that's what I end up doing and I am now able to build a kernel.<br>
> But now I have a problem with the driver, in my dmesg I've got the<br>
> following error :<br>
><br>
> com_on_air_pci: probe of 0000:07:04.0 failed with error -2<br>
><br>
> any idea ?<br>
<br>
</div></div>I guess you linked the driver statically. This currently doesn't<br>
work since the transceiver layer hasn't initialized the radio band<br>
frequencies when the driver loads. Will probably fix that shortly,<br>
using a modular build should work.<br>
</blockquote></div><br>Ok I'll try with the modular version.<br>I noticed that no /dev/coa is created, is it normal ?<br><br>