element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
EXPLORE-NFC
  • Products
  • Dev Tools
  • EXPLORE-NFC
  • More
  • Cancel
EXPLORE-NFC
Forum The name org.neard was not provided by any .service files
  • Blog
  • Forum
  • Documents
  • Events
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join EXPLORE-NFC to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 3 replies
  • Subscribers 9 subscribers
  • Views 828 views
  • Users 0 members are here
  • daemon
  • explore-nfc-ww
  • neard
  • nfc
Related

The name org.neard was not provided by any .service files

Former Member
Former Member over 9 years ago

Hello all,

 

I just get an Explore-nfc v1.6 FCC ID:2AASNEXPLORE-NFC-WW and I downloaded files here : EXPLORE-NFC - Exclusive from element14|NXP but I always get this error :

neardal_mgr_prv_get_all_adapters(): Error: 2:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.neard was not provided by any .service files

No adapter found

I even downloaded NXPPY at https://github.com/svvitale/nxppy wich says : "Installation will take some time as it automatically pulls down and builds NeardAL, WiringPi, and the NXP Reader Library from souce."

 

I really don't understand this error, I'm searching for nfc daemon and i only found the neard-explorenfc service and it's running...

 

I activated SPI through raspi-config, I run the command dpkg -i with the downloaded files and even the dev packages

 

I use the 2016-02-09-raspbian-jessie.img image

 

Here is my lsmod result

Module                  Size  Used by

binfmt_misc             6414  1

cfg80211              399468  0

rfkill                 16799  1 cfg80211

evdev                  10552  4

joydev                  9427  0

snd_bcm2835            19739  3

spi_bcm2835             7216  0

bcm2835_gpiomem         3023  0

snd_pcm                75040  1 snd_bcm2835

snd_timer              19138  1 snd_pcm

bcm2835_rng             1824  0

snd                    52636  9 snd_bcm2835,snd_timer,snd_pcm

uio_pdrv_genirq         2986  0

uio                     8228  1 uio_pdrv_genirq

i2c_dev                 6108  0

fuse                   82598  3

ipv6                  343556  28

here is my dpkg query result

ii  libneardal-dev 0.14.2-1     armhf        C APIs for Neard NFC daemon

ii  libneardal0    0.14.2-1     armhf        C APIs for Neard NFC daemon

ii  neard-exploren 0.9-1        armhf        NFC daemon for the Raspberry Pi a

ii  wiringpi       2.31         armhf        The wiringPi libraries, headers a

What can I do ?

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 9 years ago

    I had the same problem and i solved it : install "glib1-mesa-dri" packet and the explorenfc-basic command works.

    I'm a newbie in nfc and i search how to work a nfc card and how to read this one, but i don't understand the "explorenfc-basic" programm (what is "UID ?, what is SAK/ATQA ? and how to read other cards? -> my school card for example), if you understand this please contact me and help me

    (Sorry if my english is bad, it's because i'm french)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago in reply to Former Member

    Merci pour ta réponse (je suis aussi français image). J'ai essayé d'installer le package libgl1-mesa-dri (glib1-mesa-dri n'existe pas) en faisant cette commande :

    sudo apt-get install libgl1-mesa-dri

    Mais visiblement je suis déjà à jour :

    libgl1-mesa-dri is already the newest version.

    De ce que j'ai vu du guide d'utilisation, explorenfc-basic attend tout simplement la lecture d'une puce NFC et te renvoie les informations de la puce. D'après cette page ISO14443A - NFC Tools ces valeurs permettent d'identifier le constructeur des puces ainsi que le type de puce.

     

    En tout cas merci pour ta réponse, tu peux me donner plus d'informations sur l'image que tu as utilisée et les outils que tu utilises ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago

    I try to understand the service issue, so I run this command :

    sudo service --status-all

    and I get this list :

    [ - ]  alsa-utils

    [ + ]  avahi-daemon

    [ - ]  bootlogs

    [ - ]  bootmisc.sh

    [ - ]  checkfs.sh

    [ - ]  checkroot-bootclean.sh

    [ - ]  checkroot.sh

    [ + ]  console-setup

    [ + ]  cron

    [ + ]  dbus

    [ + ]  dhcpcd

    [ + ]  dphys-swapfile

    [ + ]  fake-hwclock

    [ + ]  hdparm

    [ - ]  hostname.sh

    [ - ]  hwclock.sh

    [ + ]  kbd

    [ + ]  keyboard-setup

    [ - ]  killprocs

    [ + ]  kmod

    [ + ]  lightdm

    [ - ]  motd

    [ - ]  mountall-bootclean.sh

    [ - ]  mountall.sh

    [ - ]  mountdevsubfs.sh

    [ - ]  mountkernfs.sh

    [ - ]  mountnfs-bootclean.sh

    [ - ]  mountnfs.sh

    [ + ]  neard-explorenfc

    [ + ]  networking

    [ - ]  nfs-common

    [ + ]  ntp

    [ - ]  plymouth

    [ - ]  plymouth-log

    [ + ]  procps

    [ + ]  raspi-config

    [ + ]  rc.local

    [ - ]  rmnologin

    [ - ]  rpcbind

    [ - ]  rsync

    [ + ]  rsyslog

    [ - ]  sendsigs

    [ + ]  ssh

    [ - ]  sudo

    [ + ]  triggerhappy

    [ + ]  udev

    [ + ]  udev-finish

    [ - ]  umountfs

    [ - ]  umountnfs.sh

    [ - ]  umountroot

    [ + ]  urandom

    [ - ]  x11-common

    the neard-explorenfc service is running but I still have the error message. Please Help me !

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube