<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[M5Burner on Manjaro Linux issues with dialout group]]></title><description><![CDATA[<p dir="auto">I'm running Manjaro Linux and I would like to use M5Burner to flash images onto my Card Computer. When I try to run the program, I get an error.</p>
<pre><code>~/Downloads/M5Burner-v3-beta-linux-x64  ./M5Burner
M5Burner needs current user in group [dialout]
You should run: 

      sudo usermod -a -G dialout chris
</code></pre>
<p dir="auto"><a href="https://forum.manjaro.org/t/usermod-group-dialout-does-not-exist/106523" target="_blank" rel="noopener noreferrer nofollow ugc">Apparently Manjaro doesn't use dialout.</a></p>
<p dir="auto">I'm assuming M5Burner isn't set up to handle this, so I got around the issue by creating a dialout group just to get past the check.</p>
<pre><code>$ sudo groupadd dialout
$ sudo usermod -a -G dialout chris
</code></pre>
<p dir="auto">After I did this, I was able to launch M5Burner, log in and browse images.</p>
<p dir="auto">The second problem arose when I wanted to burn an image. With the CARD Computer connected via USB, there is no COM listed.</p>
<p dir="auto"><img src="https://imgur.com/cfA8UNb.png" alt="screenshot of M5Burner COM select menu shows No results found" class=" img-fluid img-markdown" /></p>
<p dir="auto">Since Manjaro is Arch based I'm thinking this problem is unique to Arch ecosystem. Does anyone know a fix for this sort of thing?</p>
]]></description><link>https://community.m5stack.com/topic/6469/m5burner-on-manjaro-linux-issues-with-dialout-group</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 13:55:21 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6469.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 May 2024 06:17:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Burner on Manjaro Linux issues with dialout group on Wed, 15 May 2024 04:09:59 GMT]]></title><description><![CDATA[<p dir="auto">Thank you. The button press to get into download mode is what I was missing.</p>
<p dir="auto">(Press and hold BtnGo, then press and release BtnRst and BtnGo)</p>
<p dir="auto">After doing that, I saw ttyACM0 listed in the select box.</p>
]]></description><link>https://community.m5stack.com/post/25239</link><guid isPermaLink="true">https://community.m5stack.com/post/25239</guid><dc:creator><![CDATA[grimtechnet]]></dc:creator><pubDate>Wed, 15 May 2024 04:09:59 GMT</pubDate></item><item><title><![CDATA[Reply to M5Burner on Manjaro Linux issues with dialout group on Tue, 14 May 2024 08:52:42 GMT]]></title><description><![CDATA[<p dir="auto">I think you have 2 issues.The 1st one is fixed now by adding you into the dialout group. This is very common on linux (also on Debian based like Ubuntu). It is a known issue in the Arduino community and other controller platforms.<br />
The 2nd issue is that you don't see the COM port. You wrote "CARD Computer connected via USB" but did you press the button to get into the download-mode? Older M5 devices with separated USB UART CHip do not require that but the newer ones do as they are handle the USB port in a different way.<br />
You may check if the USB Device appears in the syslog and lsusb as a UART bridge.</p>
]]></description><link>https://community.m5stack.com/post/25218</link><guid isPermaLink="true">https://community.m5stack.com/post/25218</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Tue, 14 May 2024 08:52:42 GMT</pubDate></item></channel></rss>