<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NetworkManager bug fixed on Ubuntu 9.10 Release Candidate</title>
	<atom:link href="http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/feed" rel="self" type="application/rss+xml" />
	<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate</link>
	<description>Adventures of a Self-Proclaimed Pinoy Geek</description>
	<lastBuildDate>Sun, 20 May 2012 08:58:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: kulotzki</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-42184</link>
		<dc:creator>kulotzki</dc:creator>
		<pubDate>Mon, 24 May 2010 07:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-42184</guid>
		<description>guys, have tried to do method that &quot;The-REV&quot; said? is it working?</description>
		<content:encoded><![CDATA[<p>guys, have tried to do method that &#8220;The-REV&#8221; said? is it working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P1 Kei</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-33016</link>
		<dc:creator>P1 Kei</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-33016</guid>
		<description>This is a very good weblog posting, I&#039;ve truly learnt a great deal.</description>
		<content:encoded><![CDATA[<p>This is a very good weblog posting, I&#8217;ve truly learnt a great deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haslinda Streamyx</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-27632</link>
		<dc:creator>Haslinda Streamyx</dc:creator>
		<pubDate>Mon, 28 Dec 2009 15:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-27632</guid>
		<description>Could you help me, please?</description>
		<content:encoded><![CDATA[<p>Could you help me, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The-REV</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-24844</link>
		<dc:creator>The-REV</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-24844</guid>
		<description>Hi, folks...

I&#039;ve recently upgraded my desktop distro from The Jaunty Jackalope (Ubuntu 9.04) to the new release 9.10, The Karmic Koala, perhaps the best Linux ever. Congrats Canonical for this fine free OS and free services (I performed my upgrade online, in few hours, downloading and installing over 1,400 files without only one problem, using a DSL Internet connection). Then I downloaded the live CD.


The only problem is that both upgrade &amp; CD has a bug in network-manager and the user cannot access the Web simply clicking its icon in the Gnome panel at head. But I solved this inconvenience quickly:

First of all I removed the network-manager:
macarlo@macarlo-desktop:~$ sudo apt-get remove network-manager

Then, I performed the steps below:

Configuring resolve.conf with two DNS from my DSL provider:

macarlo@macarlo-desktop:~$ chmod a+r /etc.resolv.conf
macarlo@macarlo-desktop:~$ sudo gedit /etc/resolv.conf

My new resolv.conf is:

nameserver 200.149.55.140
nameserver 200.165.132.147

Editing network interface for automatic Internet connection at boot:

macarlo@macarlo-desktop:~ sudo gedit /etc/network/interfaces

...and y new interfaces is:

auto lo
iface lo inet loopback

auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
provider dsl-provider

auto eth1
iface eth1 inet dhcp


Note that you want not an automatic connection at startup you can do the boot without it and then connect manually doing:

macarlo@macarlo-desktop:~$ sudo pppoeconf

...this will detect your eth, then you have to insert the user name and password used for your ISP and you are done!</description>
		<content:encoded><![CDATA[<p>Hi, folks&#8230;</p>
<p>I&#8217;ve recently upgraded my desktop distro from The Jaunty Jackalope (Ubuntu 9.04) to the new release 9.10, The Karmic Koala, perhaps the best Linux ever. Congrats Canonical for this fine free OS and free services (I performed my upgrade online, in few hours, downloading and installing over 1,400 files without only one problem, using a DSL Internet connection). Then I downloaded the live CD.</p>
<p>The only problem is that both upgrade &amp; CD has a bug in network-manager and the user cannot access the Web simply clicking its icon in the Gnome panel at head. But I solved this inconvenience quickly:</p>
<p>First of all I removed the network-manager:<br />
macarlo@macarlo-desktop:~$ sudo apt-get remove network-manager</p>
<p>Then, I performed the steps below:</p>
<p>Configuring resolve.conf with two DNS from my DSL provider:</p>
<p>macarlo@macarlo-desktop:~$ chmod a+r /etc.resolv.conf<br />
macarlo@macarlo-desktop:~$ sudo gedit /etc/resolv.conf</p>
<p>My new resolv.conf is:</p>
<p>nameserver 200.149.55.140<br />
nameserver 200.165.132.147</p>
<p>Editing network interface for automatic Internet connection at boot:</p>
<p>macarlo@macarlo-desktop:~ sudo gedit /etc/network/interfaces</p>
<p>&#8230;and y new interfaces is:</p>
<p>auto lo<br />
iface lo inet loopback</p>
<p>auto dsl-provider<br />
iface dsl-provider inet ppp<br />
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf<br />
provider dsl-provider</p>
<p>auto eth1<br />
iface eth1 inet dhcp</p>
<p>Note that you want not an automatic connection at startup you can do the boot without it and then connect manually doing:</p>
<p>macarlo@macarlo-desktop:~$ sudo pppoeconf</p>
<p>&#8230;this will detect your eth, then you have to insert the user name and password used for your ISP and you are done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-24020</link>
		<dc:creator>Mikko</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-24020</guid>
		<description>WTF. Haven&#039;t tried PPPoE yet on NetworkManager. It&#039;s actually GNOME&#039;s bug, not Ubuntu. But I hope GNOME will cooperate with Ubuntu&#039;s big day this time.</description>
		<content:encoded><![CDATA[<p>WTF. Haven&#8217;t tried PPPoE yet on NetworkManager. It&#8217;s actually GNOME&#8217;s bug, not Ubuntu. But I hope GNOME will cooperate with Ubuntu&#8217;s big day this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-24002</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-24002</guid>
		<description>Ok, but in Karmic RC, PPPOE in NM it&#039;s still broken.
And there are only two days left!!</description>
		<content:encoded><![CDATA[<p>Ok, but in Karmic RC, PPPOE in NM it&#8217;s still broken.<br />
And there are only two days left!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetworkManager bug fixed on Ubuntu 9.10 Release Candidate &#124; Ubuntu-News - Your one stop for news about Ubuntu</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-23996</link>
		<dc:creator>NetworkManager bug fixed on Ubuntu 9.10 Release Candidate &#124; Ubuntu-News - Your one stop for news about Ubuntu</dc:creator>
		<pubDate>Mon, 26 Oct 2009 19:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-23996</guid>
		<description>[...] Ubuntu 9.10 alpha and beta release users may have noticed something very wrong with its NetworkManager. On those releases, NetworkManager won’t let the user edit default network settings through the NetworkManager applet even with sufficient privileges. More here [...]</description>
		<content:encoded><![CDATA[<p>[...] Ubuntu 9.10 alpha and beta release users may have noticed something very wrong with its NetworkManager. On those releases, NetworkManager won’t let the user edit default network settings through the NetworkManager applet even with sufficient privileges. More here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exan</title>
		<link>http://conradmiguel.com/networkmanager-fixed-on-ubuntu-9-10-release-candidate/comment-page-1#comment-23955</link>
		<dc:creator>Exan</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://conradmiguel.com/?p=1538#comment-23955</guid>
		<description>thank you for the info...</description>
		<content:encoded><![CDATA[<p>thank you for the info&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

