Skip to content

Instantly share code, notes, and snippets.

@makefu
Created January 17, 2016 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makefu/f7d7798247fedbb4667e to your computer and use it in GitHub Desktop.
Save makefu/f7d7798247fedbb4667e to your computer and use it in GitHub Desktop.
# Installation on archlinux
The project is communicating with Boinc, one could imagine that the installation of such a widespread software cannot be too hard, unfortunately the installation manual is spread across the website and the forum.
We are running the boinc software on a virtual machine inside the shackspace VM infrastructure. The geiger counter is attached via qemu/libvirt USB forwarding
Two things are to mention:
- the boinc software needs write-access to the geiger counter hidraw device, preferably via udev: http://radioactiveathome.org/boinc/forum_thread.php?id=478&nowrap=true#3167
# mode 660 does not seem to be enough for some reason
UBSYSTEMS=="usb", ATTRS{idVendor}=="1d6b", GROUP="boinc", MODE="0666",SYMLINK+="nukular-dev"
- the boinc geigercounter sofware requires 32bit libraries to run, multilib on archlinux is required for this: http://radioactiveathome.org/boinc/forum_thread.php?id=473&nowrap=true#3082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment