rosco@severodvinsk:~$ ls -l /dev/ttyACM0
crw-rw----+ 1 root dialout 188, 0 Nov 23 09:43 /dev/ttyACM0
If you see the file, check that you’re a member of the group dialout - or whatever it is on your machine:
rosco@severodvinsk:~$ id
uid=1043(rosco) gid=1043(rosco) groups=1043(rosco),4(adm),6(disk),20(dialout),24(cdrom),27(sudo),30(dip),44(video),46(plugdev),107(input),114(lpadmin),131(pulse),134(sambashare),135(vboxusers),1001(nfc),1002(akula),1003(microsemi),1005(hs100),1006(rfid)
anders@anders-virtualbox:~/proxmark3$ ls -l /dev/ttyACM0
crw-rw---- 1 root dialout 166, 0 nov 23 10:32 /dev/ttyACM0
But I’m not member of the group:
anders@anders-virtualbox:~$ id
uid=1000(anders) gid=1001(anders) groups=1001(anders),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),120(lpadmin),1000(sambashare)
Thanks for pointing me in the right directions. I had forgotten to log off and then on again after make accessrights