Skip to content

Linux Sketch serial port permission erroneous error #8376

@rvsjimbo

Description

@rvsjimbo

Arduino IDE for Linux V1.8.8 running on Linux Mint 19.1.

Plugged the Arduino in and it comes up on /dev/ttyACM0 in group dialout. Added myself to group dialout, and cat /etc/hosts >/dev/ttyACM0 runs without error, therefore I have write access to the port.

Uploading using the Arduino IDE generates the following error (which is obviously incorrect):

avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

     System wide configuration file is "/home/paul/Downloads/arduino-1.8.8/hardware/tools/avr/etc/avrdude.conf"
     User configuration file is "/home/paul/.avrduderc"
     User configuration file does not exist or is not a regular file, skipping

     Using Port                    : /dev/ttyACM0
     Using Programmer              : arduino
     Overriding Baud Rate          : 115200

avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied

avrdude done. Thank you.

Now, whilst there may be an error somewhere, permissions are definitely not the problem.

Best Regards,

Paul.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: UploadingUploading programs to an Arduino boardOS: LinuxSpecific to the Linux version of the Arduino IDEType: InvalidOff topic for this repository, or a bug report determined to not actually represent a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions