Am 28.07.2011 20:05, schrieb Romain Fliedel:
2011/7/28 Patrick McHardy <kaber@trash.net mailto:kaber@trash.net>
Am 28.07.2011 15:39, schrieb Fliedel Romain: > Hi, > > I'm trying to build a kernel from the git repository with dect stack > enabled but i get this error : > > net/dect/ccp.c:25:27: fatal error: net/tipc/tipc.h: > > it appears that this file has been removed in kernel 2.6.36 > > Do you have any idea to solve this problem ? > Disable the TIPC option for now, the code hasn't been adapter to the latest upstream changes yet.Thanks, that's what I end up doing and I am now able to build a kernel. But now I have a problem with the driver, in my dmesg I've got the following error :
com_on_air_pci: probe of 0000:07:04.0 failed with error -2
any idea ?
I guess you linked the driver statically. This currently doesn't work since the transceiver layer hasn't initialized the radio band frequencies when the driver loads. Will probably fix that shortly, using a modular build should work.