Topic: Install problems

Hi!

When trying to install libnfc on my Suse AMD64 plattform, I get the following error while running src/examples/nfc-list. Configure and make completes without errors.

INFO: Sorry, serial auto-probing have been disabled at compile time.
INFO: No device found.

Any help or hints?

Re: Install problems

What NFC supported devices do you have connected?

Re: Install problems

snapdev wrote:

What NFC supported devices do you have connected?

Sorry, how could I forget to write that ;-)

Its a Touchatag device connected via USB, identifies itself as a ACR38. As far as I've read on the net, it should be more or less compatible with the ACR122.

Re: Install problems

Hello Haz,

Could you re-run nfc-list with debug enabled please, and post output here.

make clean
./configure --enable-debug
make
src/examples/nfc-list
Romuald Conty

Re: Install problems

Same result:
nfc-list use libnfc 1.3.3 (r316)
INFO: Sorry, serial auto-probing have been disabled at compile time.
INFO: No device found.

Re: Install problems

I've now tried on another machine running a debian dist. and it compiles without troubles. After some digging I'm now quite certain that there are some issue with the PCSC-packages. I'll try to find out but for now I'm happy to play on the debian box.

Re: Install problems

haz wrote:

I'll try to find out but for now I'm happy to play on the debian box.

Ok, if you found issues, feel free to report them:
http://code.google.com/p/libnfc/issues/list

Thanks.

Romuald Conty