diff options
author | manojgudi | 2014-03-14 16:01:42 +0530 |
---|---|---|
committer | manojgudi | 2014-03-14 16:01:42 +0530 |
commit | e590306a0275e32bdad4f025fbbae4e0eeb620a2 (patch) | |
tree | c928b2f893b8eb4bd7ec1f435486c072ef4a05b4 /faqs.md | |
parent | aa401190912e587b2b9797d6cd2a7b19222248c6 (diff) | |
download | sandhi-docs-e590306a0275e32bdad4f025fbbae4e0eeb620a2.tar.gz sandhi-docs-e590306a0275e32bdad4f025fbbae4e0eeb620a2.tar.bz2 sandhi-docs-e590306a0275e32bdad4f025fbbae4e0eeb620a2.zip |
added faqs
Diffstat (limited to 'faqs.md')
-rw-r--r-- | faqs.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +## Frequently Asked Questions + +1. I am not able to run SBHS with plant-controller block of Sandhi. <br> + +Mostly you don't have sufficient permissions to access /dev/ttyUSB0 (which is SBHS device node in Ubuntu). To solve this, just add your user to _dialout_ group. + + sudo adduser `whoami` dialout +**Logout User** and check. |