Date: Fri, 20 Apr 2012 20:57:56 -0700
From: samuel(a)sieb.net
To: linux-dect(a)lists.osmocom.org
Subject: Re: Problems Building DECT Stack
Alexander Huemer wrote:
Most likely libnl is okay but is not found.
The emphasis was on "install", not on "suitable version".
Take a look at the check that is done in configure.ac, there isn't any
version checking.
Reading config.log also helps in understanding why a configure run
failed.
Make sure the linker can find the .so.
Actually, if you just enter the commands from the "Build instructions"
page, it won't work.
Configure won't be looking for the .so. It will be looking for the .h file or
the pkgconfig info. You need to install the dev or devel package for libnl.
I Uninstalled the devel Package, then it worked.
But I still have problems with:
Apr 19 19:06:26 bt kernel: [ 13.847922] com_on_air_cs 0.0: DECTDataDevice PCMCIA F22
Apr 19 19:06:26 bt kernel: [ 13.888290] com_on_air_cs 0.0: Radio type U2785B
Apr 19 19:06:26 bt kernel: [ 13.901784] com_on_air_cs 0.0: Loading firmware ...
Apr 19 19:06:26 bt kernel: [ 13.996529] pcmcia 0.1: pcmcia: registering new device
pcmcia0.1 (IRQ: 3)
Apr 19 19:06:26 bt kernel: [ 13.996740] com_on_air_cs 0.1: DECTDataDevice PCMCIA F22
Apr 19 19:06:26 bt kernel: [ 13.996818] com_on_air_cs 0.1: failed to enable PCMCIA
device
Apr 19 19:06:26 bt kernel: [ 13.996880] com_on_air_cs: probe of 0.1 failed with error
-13
When I try to scan for FPs with dectmon, it doesnt find anything.
Help?