You are not logged in.
Pages: 1
i am sorry i dont know category for this problem...
hello i am trying to get MYO gesture armband to work - with this manual from their site :
however I cannot do the first step : ---> http://www.fernandocosentino.net/pyoconnect/
// permission to ttyACM0 - must restart linux user after this
sudo usermod -a -G dialout $USER
it gaves me this error : usermod: group 'dialout' does not exist
official site : https://market.myo.com/app/559adc2ee4b0 … pyoconnect
I thnik that i need to create this dialout group , however i do not know how and which permissions does it need.
thank you very much.
please help.
Last edited by jirkatvrdon3 (2017-01-18 11:59:18)
Offline
Use groupadd command. Have a look at https://wiki.archlinux.org/index.php/Users_and_groups
Offline
Rather than trying to use the commands that work on another system, you'd be far better learning about their end goal so you can acheive the same goal on your system which may use entirely different group names.
The intent is to have read/write access to ttyACM0. So you want to assign your user to a group that has r/w access to that device. I don't have such a device handy, but last time I did, it did have a group already assigned. Use that instead of "dialout". Plug in, connect, or whatever the device in question, then do `stat /dev/ttyACM0` and post the output here.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
hello sorry for delay..
here :
thanx for helping
File: /dev/ttyACM0
Size: 0 Blocks: 0 IO Block: 4096 character special file
Device: 6h/6d Inode: 305307 Links: 1 Device type: a6,0
Access: (0660/crw-rw----) Uid: ( 0/ root) Gid: ( 14/ uucp)
Access: 2017-01-23 23:59:44.498021034 +0100
Modify: 2017-01-23 23:59:44.498021034 +0100
Change: 2017-01-23 23:59:44.498021034 +0100
Birth: -
Offline
Offline
Thank you it looks like the problem is somewhere else - python-Xlib is conflicting with python3.6
Offline
Pages: 1