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 org.neard was not provided in .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
  • State Verified Answer
  • Replies 30 replies
  • Answers 1 answer
  • Subscribers 12 subscribers
  • Views 3762 views
  • Users 0 members are here
Related

org.neard was not provided in .service files

Former Member
Former Member over 10 years ago

Hi All,

 

I bought a new NXP NFC device from element14 . I was trying the demo first as giving by element14. I was able to install all the files properly,but after installation when I was trying to run this command :-    explorenfc-basic -k      

    

I was getting this error :-   GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.cinnamon.SettingsDaemon was not provided by any .service files

                                        No Adapter Found

 

Can somebody help me what is this error due to.

 

Thanks in advance.

  • Sign in to reply
  • Cancel
  • michaelneurohr
    0 michaelneurohr over 10 years ago

    Hi,

    did you install all deb packages as described in the Start-up guide [1]?

    sudo dpkg -i libneardal<version>_armhf.deb libwiringpi<version>.deb neard-explorenfc_<version>_armhf.deb

     

    Did you enable the SPI interface?

     

    Michael

     

    [1] http://www.nxp.com/documents/application_note/AN11480.pdf

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago

    https://learn.adafruit.com/downloads/pdf/adafruit-nfc-rfid-on-raspberry-pi.pdf gives a detailed look at using this card.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to michaelneurohr

    Hi Micheal,

     

    I did install all the DEB packages. But I did not explicitly activated SPI. Let me try that once tonight.

     

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelneurohr
    0 michaelneurohr over 10 years ago in reply to Former Member

    The SPI interface is definitely not activated if didn't do it explicitly.

    Let me know if this solves the problem.

     

    Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago

    I have exactly the same problem. I did not follow the order in the installation, though: I activated SPI only after installation. Also I did not remove all peripheral when stacking the NFC board on top of the Raspberry Pi 2. But I can't see how this raises problems?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelneurohr
    0 michaelneurohr over 10 years ago in reply to Former Member

    Hi Sascha,

    you are right, the way you did the installation should not make it not to work.

    So let's try find the problem.

     

    Could you please provide the following info?

     

    • Output of the command "lsmod"
    • Output of the command "dpkg-query -l '*neard*' '*wiring*'"
    • Name and version of the system image you are using.

     

    Thanks,

    Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to michaelneurohr

    Thank you for helping me! I re-installed the operating system but the same error occurs.

     

    1.

    pi@raspberrypi ~/explore-nfc $ lsmod

    Module                  Size  Used by

    sg                     18207  0

    uas                    13203  0

    snd_bcm2835            18850  0

    snd_pcm                75388  1 snd_bcm2835

    snd_seq                53078  0

    snd_seq_device          5628  1 snd_seq

    snd_timer              17784  2 snd_pcm,snd_seq

    snd                    51667  5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device

    joydev                  8903  0

    hid_microsoft           3152  0

    spi_bcm2708             5153  0

    i2c_bcm2708             4990  0

    evdev                   9950  6

    uio_pdrv_genirq         2958  0

    uio                     8119  1 uio_pdrv_genirq

     

    2.

    pi@raspberrypi ~/explore-nfc $ dpkg-query -l '*neard*' '*wiring*'

    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name           Version      Architecture Description
    +++-==============-============-============-=================================
    ii  libneardal0    0.14-1       armhf        C APIs for Neard NFC daemon
    ii  neard-exploren 0.4-1        armhf        NFC daemon for the Raspberry Pi a
    ii  wiringpi       2.24         armhf        The wiringPi libraries, headers a

    3. Raspbian GNU/Linux 7 (wheezy).

     

    Cheers!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelneurohr
    0 michaelneurohr over 10 years ago in reply to Former Member

    Everything looks right on your system.

    SPI is active, all required packages are installed.

     

    In the meantime I tried to figure out how I could reproduce the problem.

    I disconnected the board and I tried a power supply which only provides 750mA current.

    However I've not been able to reproduce the error message.

     

    Did you get exactly the same error message like to original poster?

     

    The text

    The name org.cinnamon.SettingsDaemon...

    makes me think of some troubles with a cinnamon component which is not part of EXPLORE-NFC.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to michaelneurohr

    Hi Micheal,

    It worked after I enabled my SPI interface.

    Thanks a lot man , you made my day!!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to michaelneurohr

    This is the error message I have now.

     

    pi@raspberrypi ~/explore-nfc $ explorenfc-basic

    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 think I had the same error message as the poster before re-installation but I am not too sure anymore now that I have this one.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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