<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックIssues with SIMCOM A7872S Module and NetworkManager (nmcli)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-SIMCOM-A7872S-Module-and-NetworkManager-nmcli/m-p/1897209#M225710</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am currently experiencing issues with a SIMCOM A7872S LTE module when NetworkManager is enabled on my system. The module interfaces via usb0.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem Description:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When NetworkManager (nmcli) is enabled, the LTE module works for about 15 minutes, during which it can ping successfully.&lt;/LI&gt;&lt;LI&gt;After this period, the interface (usb0) gets disconnected, and the connection is lost.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Attempts to Resolve:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have tried to prevent NetworkManager from managing the usb0 interface by using the following methods, but the problem persists:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Editing the NetworkManager Configuration File:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created a configuration file named /etc/NetworkManager/conf.d/99-unmanage-usb0.conf with the following content:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;[keyfile]&lt;/SPAN&gt; &lt;SPAN class=""&gt;unmanaged-devices&lt;/SPAN&gt;=interface-name:usb0&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then, I restarted NetworkManager with:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sudo systemctl restart NetworkManager&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Using Udev Rules:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created a udev rule file /etc/udev/rules.d/99-unmanage-usb0.rules with the following content:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;ACTION&lt;/SPAN&gt;==&lt;SPAN class=""&gt;"add"&lt;/SPAN&gt;, SUBSYSTEM==&lt;SPAN class=""&gt;"net"&lt;/SPAN&gt;, KERNEL==&lt;SPAN class=""&gt;"usb0"&lt;/SPAN&gt;, ENV{NM_UNMANAGED}=&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then, I reloaded the udev rules:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sudo udevadm control --reload-rules sudo udevadm trigger&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Has anyone successfully used the SIMCOM A7872S LTE module with NetworkManager (nmcli)? If so, could you share your configuration?&lt;/LI&gt;&lt;LI&gt;Are there any specific configurations or settings that need to be applied for the SIMCOM A7872S module to work reliably with NetworkManager?&lt;/LI&gt;&lt;LI&gt;Is there a more effective way to prevent NetworkManager from managing the usb0 interface?&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 02 Jul 2024 06:41:48 GMT</pubDate>
    <dc:creator>RobustSamar</dc:creator>
    <dc:date>2024-07-02T06:41:48Z</dc:date>
    <item>
      <title>Issues with SIMCOM A7872S Module and NetworkManager (nmcli)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-SIMCOM-A7872S-Module-and-NetworkManager-nmcli/m-p/1897209#M225710</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am currently experiencing issues with a SIMCOM A7872S LTE module when NetworkManager is enabled on my system. The module interfaces via usb0.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem Description:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When NetworkManager (nmcli) is enabled, the LTE module works for about 15 minutes, during which it can ping successfully.&lt;/LI&gt;&lt;LI&gt;After this period, the interface (usb0) gets disconnected, and the connection is lost.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Attempts to Resolve:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have tried to prevent NetworkManager from managing the usb0 interface by using the following methods, but the problem persists:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Editing the NetworkManager Configuration File:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created a configuration file named /etc/NetworkManager/conf.d/99-unmanage-usb0.conf with the following content:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;[keyfile]&lt;/SPAN&gt; &lt;SPAN class=""&gt;unmanaged-devices&lt;/SPAN&gt;=interface-name:usb0&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then, I restarted NetworkManager with:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sudo systemctl restart NetworkManager&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Using Udev Rules:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created a udev rule file /etc/udev/rules.d/99-unmanage-usb0.rules with the following content:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;ACTION&lt;/SPAN&gt;==&lt;SPAN class=""&gt;"add"&lt;/SPAN&gt;, SUBSYSTEM==&lt;SPAN class=""&gt;"net"&lt;/SPAN&gt;, KERNEL==&lt;SPAN class=""&gt;"usb0"&lt;/SPAN&gt;, ENV{NM_UNMANAGED}=&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then, I reloaded the udev rules:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sudo udevadm control --reload-rules sudo udevadm trigger&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Has anyone successfully used the SIMCOM A7872S LTE module with NetworkManager (nmcli)? If so, could you share your configuration?&lt;/LI&gt;&lt;LI&gt;Are there any specific configurations or settings that need to be applied for the SIMCOM A7872S module to work reliably with NetworkManager?&lt;/LI&gt;&lt;LI&gt;Is there a more effective way to prevent NetworkManager from managing the usb0 interface?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 02 Jul 2024 06:41:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-SIMCOM-A7872S-Module-and-NetworkManager-nmcli/m-p/1897209#M225710</guid>
      <dc:creator>RobustSamar</dc:creator>
      <dc:date>2024-07-02T06:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with SIMCOM A7872S Module and NetworkManager (nmcli)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-SIMCOM-A7872S-Module-and-NetworkManager-nmcli/m-p/1898541#M225831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;We have not had a demo like the mentioned, we had a demo for a &lt;A href="https://community.nxp.com/t5/NXP-Designs-Knowledge-Base/Multimode-LTE-and-WiFi-Femtocell-Using-Qonverge-BSC9131-Demo/ta-p/1118289" target="_self"&gt;processor + RF&lt;/A&gt; but from QorIQ.&lt;/P&gt;
&lt;P&gt;I'd suggest to confirm the power state of the device at all times and try with other modules.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 17:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-SIMCOM-A7872S-Module-and-NetworkManager-nmcli/m-p/1898541#M225831</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-07-03T17:00:28Z</dc:date>
    </item>
  </channel>
</rss>

