<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3438&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3438</link>
		<description><![CDATA[The most recent posts in [HowTo] Fix Wired unmanaged under Cinnanom 3.8.]]></description>
		<lastBuildDate>Fri, 22 May 2020 18:46:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22013#p22013</link>
			<description><![CDATA[<p>Note that you can make the command speak English by using</p><div class="codebox"><pre><code># LC_ALL=C apt purge network-manager{,-gnome}</code></pre></div><div class="quotebox"><cite>wingcommander1999 wrote:</cite><blockquote><div><p>At the end you can read that Cinnamon get fully purged, isn&#039;t especially what i search.</p></div></blockquote></div><p>Well that&#039;s just stupid, even the GNOME desktop doesn&#039;t list network-manager-gnome as a dependency... <img src="http://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><div class="quotebox"><cite>wingcommander1999 wrote:</cite><blockquote><div><p>We can DL wicd then stop and disable NM without removing it.</p></div></blockquote></div><p>Why use wicd? An ethernet connection just needs two lines in /etc/network/interfaces (or four if you don&#039;t want to use DHCP).</p><p>Anyway, disable NM with</p><div class="codebox"><pre><code># update-rc.d network-manager disable</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 22 May 2020 18:46:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22013#p22013</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22011#p22011</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Why would you want to use NetworkManager instead of ifupdown? NM is pure bloat for a simple ethernet connection.</p><p>Simpler solution:</p><div class="codebox"><pre><code># apt purge network-manager{,-gnome}</code></pre></div><p><img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>EDIT: also remove network-manager-gnome to get rid of nm-applet.</p></div></blockquote></div><p>@Head_on_a_Stick</p><p>after testing your line I have this as a result:</p><div class="codebox"><pre><code>Lecture des listes de paquets... Fait
Construction de l&#039;arbre des dépendances       
Lecture des informations d&#039;état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  cinnamon-common cjs crda dns-root-data dnsmasq-base gir1.2-appindicator3-0.1
  gir1.2-caribou-1.0 gir1.2-clutter-1.0 gir1.2-cmenu-3.0 gir1.2-cogl-1.0
  gir1.2-coglpango-1.0 gir1.2-gdesktopenums-3.0 gir1.2-gnomedesktop-3.0
  gir1.2-gtkclutter-1.0 gir1.2-json-1.0 gir1.2-keybinder-3.0
  gir1.2-meta-muffin-0.0 gir1.2-nm-1.0 gir1.2-nma-1.0 gir1.2-upowerglib-1.0
  gnome-backgrounds gvfs-bin iw libcaribou-common libcaribou0 libcjs0
  libimagequant0 libkeybinder-3.0-0 libmozjs-52-0 libndp0 libteamdctl0
  metacity-common mobile-broadband-provider-info python3-olefile python3-pampy
  python3-pexpect python3-pil python3-ptyprocess python3-pyinotify sgml-base
  wireless-regdb
Veuillez utiliser « apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  blueman* cinnamon* network-manager* network-manager-gnome*
0 mis à jour, 0 nouvellement installés, 4 à enlever et 2 non mis à jour.
Après cette opération, 24,3 Mo d&#039;espace disque seront libérés.
Souhaitez-vous continuer ? [O/n]</code></pre></div><p>At the end you can read that Cinnamon get fully purged, isn&#039;t especially what i search.</p><p>We can DL wicd then stop and disable NM without removing it.</p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Fri, 22 May 2020 16:19:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22011#p22011</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21141#p21141</link>
			<description><![CDATA[<p>Apologies in that I&#039;m a bit off topic since I was trying to set up fixed IP WiFI not an Ethernet connection at the time I hit the same issue.</p><p>My fresh install of Beowulf-Beta (with Cinnamon) looked like this (now suiitably anonymised):</p><div class="codebox"><pre><code># The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug wlan0
iface wlan0 inet static
	address 192.168.1.21/24
	gateway 192.168.1.254
# wireless-* options are implemented by the wireless-tools package
	wireless-mode managed
	wireless-essid *******
	wireless-key1 *************
# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 192.168.1.254
	dns-search mydomain.mytld</code></pre></div><p>I started with a WiFi connection and no Ethernet, I had to configure the WiFi iinterface during the install.<br />As I recall something then broke (probably the issue we are discussing) and I lost my connections. I had to run off-network until I&#039;d found that i needed to comment out all but the loopback network interface, when it started working again. And I could then only run it with DHCP, not fixed IP as I was attempting to do.</p><p>It&#039;s now running nicely over Ethernet.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Wed, 15 Apr 2020 19:35:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21141#p21141</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21138#p21138</link>
			<description><![CDATA[<p>OK, thanks. That&#039;s odd. I did two cinnamon installs yesterday from the desktop iso - one with a mirror and one without a mirror. I didn&#039;t get those lines in either case.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 15 Apr 2020 16:28:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21138#p21138</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21137#p21137</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>Then comment on these 2 lines as follows:</p><div class="codebox"><pre><code>#allow-hotplug ****
#iface **** inet dhcp</code></pre></div></div></blockquote></div><p>Where did you get those two lines? My interfaces file only has the entry for the loopback device. Did you set up the network manually during the install?</p></div></blockquote></div><p>Nope I did not do anything, it was thus by default before having commented on the 2 lines described, here a screenshot:</p><p><span class="postimg"><img src="https://i.postimg.cc/4x3Kx1Tt/capture-15-04-2020-171705.jpg" alt="capture-15-04-2020-171705.jpg" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Wed, 15 Apr 2020 15:26:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21137#p21137</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21134#p21134</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Then comment on these 2 lines as follows:</p><div class="codebox"><pre><code>#allow-hotplug ****
#iface **** inet dhcp</code></pre></div></div></blockquote></div><p>Where did you get those two lines? My interfaces file only has the entry for the loopback device. Did you set up the network manually during the install?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 15 Apr 2020 08:47:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21134#p21134</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21132#p21132</link>
			<description><![CDATA[<div class="quotebox"><cite>Marjorie wrote:</cite><blockquote><div><div class="quotebox"><cite>wingcommander1999 wrote:</cite><blockquote><div><p>hello to you users of the freedom linux!</p><p>[snip]</p><p><span class="bbu">And finally restart the service:</span></p><div class="codebox"><pre><code>systemctl restart network-manager</code></pre></div></div></blockquote></div><p>Not on Devuan! systemctl is a systemd <del>abomination</del> invention.</p><p>Try:</p><div class="codebox"><pre><code>sudo service network-manager restart</code></pre></div><p>I&#039;ve also found this problem with Cinnamon on a fresh install of Beowulf using the Desktop iso on an Intel NUC.<br />Cinnamon installs Network-Manager, which attempts to takeover network management, rewrites /etc/resolve.conf but doesn&#039;t get rid of the conflicting code in /etc/network/interfaces.<br />The result was that I couldn&#039;t access my network either over ethernet or wifi </p><p>Currently I still can&#039;t get it to work with a fixed IP over wifi, which is what I was trying to use, however DHCP works.</p></div></blockquote></div><p>I&#039;m confused, I forgot to adapt my tutorial based on devuan.</p><p>Everything is in order</p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Tue, 14 Apr 2020 20:46:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21132#p21132</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21131#p21131</link>
			<description><![CDATA[<p>Network Manager might be overkill for some users and use cases, however I do rather like to have the applet on my panel to show me the status of my WiFi and to allow me easily to re-configure it if I need too. For someone using a laptop away from base perhaps even more so.</p><p>Even when I&#039;m ssh-ing into another machine nm-connection-editor gives me a straightforward graphical interface to change my remote machine&#039;s network settings without having to know the syntax and edit the config files directly</p><p>To me the problem is the way the Cinnamon Desktop installation packages suite, which includes Network Manager, doesn&#039;t play nicely with other setups of interfaces, which might be the way they are configured by default or they may be your personalisations.</p><p>What (I think) Network Manager should do when installed is replace the existing /etc/network/interfaces with the simplified version that hands off management to network-manager and back up the original. If Network Manager is then de-installed then it ideally it should return the /etc/network/interfaces file to its previous, hopefullly working, state.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Tue, 14 Apr 2020 19:57:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21131#p21131</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21122#p21122</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Why would you want to use NetworkManager instead of ifupdown? NM is pure bloat for a simple ethernet connection.</p><p>Simpler solution:</p><div class="codebox"><pre><code># apt purge network-manager{,-gnome}</code></pre></div><p><img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>EDIT: also remove network-manager-gnome to get rid of nm-applet.</p></div></blockquote></div><p>NM is installed by default on cinnamon, which I find biehn integrated into the environment, and then my hardware is powerful enough to make this nonsense (for a purist) run .</p><p>Nice to see a Londoner who quotes a French writer;)</p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Tue, 14 Apr 2020 13:09:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21122#p21122</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21115#p21115</link>
			<description><![CDATA[<p>Why would you want to use NetworkManager instead of ifupdown? NM is pure bloat for a simple ethernet connection.</p><p>Simpler solution:</p><div class="codebox"><pre><code># apt purge network-manager{,-gnome}</code></pre></div><p><img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>EDIT: also remove network-manager-gnome to get rid of nm-applet.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 14 Apr 2020 09:44:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21115#p21115</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21114#p21114</link>
			<description><![CDATA[<div class="quotebox"><cite>wingcommander1999 wrote:</cite><blockquote><div><p>hello to you users of the freedom linux!</p><p>[snip]</p><p><span class="bbu">And finally restart the service:</span></p><div class="codebox"><pre><code>systemctl restart network-manager</code></pre></div></div></blockquote></div><p>Not on Devuan! systemctl is a systemd <del>abomination</del> invention.</p><p>Try:</p><div class="codebox"><pre><code>sudo service network-manager restart</code></pre></div><p>I&#039;ve also found this problem with Cinnamon on a fresh install of Beowulf using the Desktop iso on an Intel NUC.<br />Cinnamon installs Network-Manager, which attempts to takeover network management, rewrites /etc/resolve.conf but doesn&#039;t get rid of the conflicting code in /etc/network/interfaces.<br />The result was that I couldn&#039;t access my network either over ethernet or wifi </p><p>Currently I still can&#039;t get it to work with a fixed IP over wifi, which is what I was trying to use, however DHCP works.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Tue, 14 Apr 2020 09:40:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21114#p21114</guid>
		</item>
		<item>
			<title><![CDATA[[HowTo] Fix Wired unmanaged under Cinnanom 3.8]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21102#p21102</link>
			<description><![CDATA[<p>hello to you users of the freedom linux!</p><p>After installing Cinnamon as an office environment you risk having a hiccup with the network manager who indicates that the Wired on / off switch is unmanaged.</p><p>Nothing simpler, it happens by commenting on arguments in the conf interfaces file.</p><p><span class="bbu">We open a terminal window as root then insert the lines below:</span></p><div class="codebox"><pre><code>nano /etc/network/interfaces</code></pre></div><p><span class="bbu">Then comment on these 2 lines as follows:</span></p><div class="codebox"><pre><code>#allow-hotplug ****
#iface **** inet dhcp</code></pre></div><p><span class="bbu">Adapt the asterisks according to the name of your network interface, if you do not know the name of this one</span>:</p><div class="codebox"><pre><code>ip link show</code></pre></div><div class="codebox"><pre><code>Choice 2 will tell you</code></pre></div><p><span class="bbu">And finally restart the service:</span></p><div class="codebox"><pre><code>/etc/init.d/network-manager restart</code></pre></div><p>And here is the incident resolved <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Tue, 14 Apr 2020 02:23:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21102#p21102</guid>
		</item>
	</channel>
</rss>
