 
    
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fix Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/fix/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Wed, 08 May 2013 09:53:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Ubuntu 13.04 &#8211; Wireless / Wi-Fi Not Working</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-wireless-wi-fi-not-working/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Wed, 08 May 2013 09:53:15 +0000</pubDate>
				<category><![CDATA[Ubuntu 13.04]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[ubuntu 13.04]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2975</guid>

					<description><![CDATA[<p>There are a lot of reasons why your wireless / Wi-Fi connection is not working, but the most common is lack of a driver. </p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-wireless-wi-fi-not-working/">Ubuntu 13.04 &#8211; Wireless / Wi-Fi Not Working</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 13.04 running the Unity Interface.</p>
<p>They may be the same or similar for other versions, but no guarantee is made.</p>
</div>
<p>There are a lot of reasons why your wireless / Wi-Fi connection is not working, but the most common is lack of a driver.</p>
<div class="c2">
<p>A driver is a piece of software that allows the operating system to communicate with a piece of hardware (in this case, a wireless device).</p>
</div>
<p>While Ubuntu (and other Linux distros, in general) provide good support for a wide variety of hardware devices, there are various reasons a particular device is not supported, but the 3 most common are:</p>
<ol>
<li>the device is newer and support is not provided in the default operating system.</li>
<li>the device and the driver for the device is proprietary, in which case it cannot be part of the Linux kernel (Linux licensing requires that all software that is part of it be openly available, so proprietary software (commonly called <em>closed source</em> cannot be part of it. Nothing prevents proprietary software from later being installed, though).</li>
<li>the device is proprietary and no driver is provided for it and no documentation exists that would allow someone to write a driver for it (over time, if a device is popular enough, people may reverse engineer it and write a driver for it).</li>
</ol>
<div class="c2">
<p>For example, on my laptop (2 years old &#8211; bought in the Summer of 2011), Ubuntu does not support the built in wireless device (nor any other Linux distro I&#8217;ve tried).</p>
</div>
<p>Fortunately, Ubuntu makes it quite easy to install a proprietary device driver &#8211; as long as Ubuntu knows about it (so, you might still be out of luck for very new devices).</p>
<h1>Getting an Internet Connection</h1>
<p>Ironically, to fix the problem, you need an Internet connection.</p>
<p>The easiest way (but not necessarily the most convenient) is to use a wired Ethernet connection:</p>
<p><img fetchpriority="high" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-wireless-not-working-1.jpg" width="480" height="357" alt="" border="0" class="centered"/></p>
<p>You connect your computer to your wireless router. There should be a number of Ethernet ports on the back of your router:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-wireless-not-working-2.jpg" width="480" height="182" alt="" border="0" class="centered"/></p>
<p>Using an Ethernet connection should be a simple case of plug-and-play.</p>
<p>Alternately, you can use a wireless card or USB device that you know works with Ubuntu (assuming you have one):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-wireless-not-working-3.jpg" width="480" height="205" alt="" border="0" class="centered"/></p>
<div class="c2">
<p>In my case, it is a D-Link DWL-G122 wireless USB device.</p>
</div>
<p>Using an alternate wireless connection, you will need to go to the settings and connect to the device:</p>
<p><strong>1) Click</strong> on the <u>network</u> icon (shaded in yellow) and select your wireless device:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-wireless-not-working-4.png" alt="" border="0" class="centered"/></p>
<p><strong>2) Enter</strong> your wireless security code:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-wireless-not-working-5.png" alt="" border="0" class="centered"/></p>
<p>Once you are connected to the Internet, follow <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-install-update-drivers">these instructions for installing a hardware driver</a>.</p>
<div class="c4">
<p><strong>Note:</strong> in cases of very new, or obscure hardware, there may not be drivers available. In that case, you are back to searching Ubuntu and Linux help forums.</p>
<p>In that case, what you should try is:</p>
<ol>
<li>go to the manufacturer&#8217;s website and see if they have Linux drivers for their devices</li>
<li>widen your search by adding <u>Debian</u> to your search terms. <u>Debian</u> is the Linux base on which Ubuntu is built &#8211; there are a number of differences, but if it works for Debian, it will probably work for Ubuntu. <span class="i1">This should be done in the case you are not getting anywhere with searching for help with Ubuntu.</span></li>
</ol>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-wireless-wi-fi-not-working/">Ubuntu 13.04 &#8211; Wireless / Wi-Fi Not Working</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 13.04 &#8211; VirtualBox Guest Additions Stop Working After Update</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-virtualbox-guest-additions-stop-working-after-update/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Mon, 06 May 2013 09:41:18 +0000</pubDate>
				<category><![CDATA[Ubuntu 13.04]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[stopped working]]></category>
		<category><![CDATA[ubuntu 13.04]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2944</guid>

					<description><![CDATA[<p>Possible solution if you are running Ubuntu 13.04 with the Unity Desktop, running inside VirtualBox 4.2.12.</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-virtualbox-guest-additions-stop-working-after-update/">Ubuntu 13.04 &#8211; VirtualBox Guest Additions Stop Working After Update</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 13.04 using the Unity Desktop, running under VirtualBox 4.2.12.</p>
<p>They may be the same or similar for other version combinations, but I make no guarantee.</p>
</div>
<p>Sometimes, after installing updates, the VirtualBox Guest Additions stop working.</p>
<p>To get them working again, it is necessary to reinstall them.</p>
<p><strong>1) Open</strong> the <u>Dash</u> by tapping on the Windows / Super key:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-0.jpg" width="480" height="255" alt="" border="0" class="centered"/></p>
<div class="c2">
<p><strong>Note:</strong> tapping the <u>Windows</u> keys means pressing it as though you intend to type it. It does not mean holding down the key (holding down the key does something else).</p>
<p>Ubuntu calls this the <u>Super</u> key</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-basic-unity-tutorial-dash-2.jpg" alt="" border="0" class="centered"/></p>
</div>
</div>
<p><strong>2) Type</strong> vboxadditions</u> into the <u>Dash</u> query field:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-0a.jpg" width="480" height="289" alt="" border="0" class="centered"/></p>
<p><strong>3) Press</strong> <u>Enter</u> to open the VirtualBox Guest Additions Folder:</p>
<div class="c2">
<p><strong>Note:</strong> pressing the <u>Enter</u> key will select the first Dash entry. If <u>VBOXADDITIONS</u> is not the first entry, then use the keyboard arrow keys or mouse to navigate to the appropriate icon.</p>
<p>If pressing <u>Enter</u> does not open the VirtualBox Guest Additions folder, then click on the <u>VBOXADDITIONS</u> icon.</p>
</div>
<p><strong>4) Click</strong> the <u>Run Software</u> button:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-2-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Click</strong> on <u>Run</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-3-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>6) Enter</strong> your password and <strong>click</strong> on <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/05/1304-virtualbox-guest-additions-stop-working-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p>This will then uninstall and then reinstall the VirtualBox Guest Additions.</p>
<p>After rebooting your machine, everything should be working correctly again.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-virtualbox-guest-additions-stop-working-after-update/">Ubuntu 13.04 &#8211; VirtualBox Guest Additions Stop Working After Update</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Virtualbox Guest Additions Stop Working after Update</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-virtualbox-guest-additions-stop-working-after-update/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 03 May 2012 10:40:22 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[stopped working]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2071</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04, with the Unity interface, running under VirtualBox 4.1.12_77218. They should be the same or similar for other version combinations, but no guarantee is made. Sometimes, when Ubuntu updates are applied to your system, the VirtualBox Guest Additions stop working. Symptoms may include: (1) screen resolution reverts back to the [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-virtualbox-guest-additions-stop-working-after-update/">Ubuntu 12.04 &#8211; Virtualbox Guest Additions Stop Working after Update</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04, with the Unity interface, running under VirtualBox 4.1.12_77218. They should be the same or similar for other version combinations, but no guarantee is made.</p>
</div>
<p>Sometimes, when Ubuntu updates are applied to your system, the VirtualBox Guest Additions stop working. Symptoms may include: (1) screen resolution reverts back to the default setting, (2) shared folders no longer work.</p>
<p>Trying to fix it by selecting <u>Install Guest Additions…</u> does nothing (and it won&#8217;t because Guest Additions are already installed).</p>
<p>The fix is to rerun the Guest Additions installation program. There are three ways to do this.</p>
<h1>Method 1</h1>
<div class="c2">
<p>I think this is the easiest and fastest way.</p>
</div>
<p><strong>1) Locate</strong> the <u>VBOXADDITIONS</u> disk icon (it is probably the only disk icon) located near the bottom of the Launcher (it is most likely just above the trash can icon) . <strong>Click</strong> on the disk icon:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-1.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p><strong>2) Click</strong> on <u>Open Autorun Prompt</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-2.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p>This will uninstall the Guest Additions and then reinstall them. The rest of the procedure is exactly the same as for <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-virtualbox-guest-additions">installing VirtualBox Guest Additions</a>.</p>
<h1>Method 2</h1>
<div class="c2">
<p>This one uses the Unity Dash interface.</p>
</div>
<p><strong>1) Open</strong> Dash by tapping the <u>Super</u> key (usually, this will be the Windows key on your machine). Alternately, you can click on the Dash icon at the top of the Launcher.</p>
<p><strong>2) Type</strong> <u>vbox</u> into the dash query field. This will bring up the <u>VBOXGUESTADDITION&#8230;</u> folder:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-6.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p><strong>3) Press</strong> the <u>Enter</u> key. This will open the <u>VBOXGUESTADDITIONS&#8230;</u> folder. Alternately, you can select the folder by either using your mouse or navigating to it using the arrow keys:</p>
<div class="c2">
<p>Note: pressing the <u>Enter</u> key will only open the folder if it is the first item. If it is not, you can always type a little more so it becomes the first item.</p>
</div>
<p><strong>4) Double-click</strong> the <u>VBOXADDITIONS</u> icon:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-5.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p><strong>5) Click</strong> on <u>Open Autorun Prompt</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-2.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p>This will uninstall the Guest Additions and then reinstall them. The rest of the procedure is exactly the same as for <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-virtualbox-guest-additions">installing VirtualBox Guest Additions</a>.</p>
<h1>Method 3</h1>
<div class="c2">
<p>This is the more &#8220;traditional&#8221; way using the Nautilus browser to navigate to the Virtualbox Guest Additions</p>
</div>
<p><strong>1) Click</strong> the <u>Folder</u> icon on the launcher:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-3.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p><strong>2) Click</strong> on <u>File System</u>, then <strong>double-click</strong> on the <u>media</u> folder:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-4.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p><strong>3) Double-click</strong> the <u>VBOXADDITIONS</u> icon:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-5.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p><strong>4) Click</strong> on <u>Open Autorun Prompt</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/05/ubuntu-12.04-guest-additions-stop-working-after-update-2.jpg" width="480" height="360" alt="" border="0" class="centered" /></p>
<p>This will uninstall the Guest Additions and then reinstall them. The rest of the procedure is exactly the same as for <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-virtualbox-guest-additions">installing VirtualBox Guest Additions</a>.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-virtualbox-guest-additions-stop-working-after-update/">Ubuntu 12.04 &#8211; Virtualbox Guest Additions Stop Working after Update</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 11.10 &#8211; Virtualbox Guest Additions Stop Working After Update</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-11-10-ubuntu-2/ubuntu-11-10-virtualbox-guest-additions-stop-working-after-update/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 10 Apr 2012 05:53:49 +0000</pubDate>
				<category><![CDATA[Ubuntu 11.10]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[stopped working]]></category>
		<category><![CDATA[ubuntu 11.10]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1672</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 11.10, with the Unity interface, running under VirtualBox 4.1.8. They should be the same or similar for other version combinations, but no guarantee is made. Sometimes, when Ubuntu updates are applied to your system, the VirtualBox Guest Additions stop working. Symptoms may include: (1) screen resolution reverts back to the [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-11-10-ubuntu-2/ubuntu-11-10-virtualbox-guest-additions-stop-working-after-update/">Ubuntu 11.10 &#8211; Virtualbox Guest Additions Stop Working After Update</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 11.10, with the Unity interface, running under VirtualBox 4.1.8. They should be the same or similar for other version combinations, but no guarantee is made.</p>
</div>
<p>Sometimes, when Ubuntu updates are applied to your system, the VirtualBox Guest Additions stop working. Symptoms may include: (1) screen resolution reverts back to the default setting, (2) shared folders no longer work.</p>
<p>Trying to fix it by selecting <u>Install Guest Additions&#8230;</u> does nothing (and it won&#8217;t because Guest Additions are already installed).</p>
<p>The fix is to rerun the Guest Additions installation program. There are two ways to do this.</p>
<h1>Method 1</h1>
<p><strong>1) Locate</strong> the <u>VBOXADDITIONS</u> disk icon (it is probably the only disk icon) located near the bottom of the Unity ribbon (it is most likely just above the trash can icon) . <strong>Click</strong> on the disk icon:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/03/ubuntu-11.10-virtualbox-additions-problem-1.png" alt="" border="0" class="centered" /></p>
<p><strong>2) Click</strong> on <u>Open Autorun Prompt</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/03/ubuntu-11.10-virtualbox-additions-problem-2.png" alt="" border="0" class="centered" /></p>
<p>This will uninstall the Guest Additions and then reinstall them. The rest of the procedure is exactly the same as for <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-11-10-installing-virtualbox-guest-additions">installing VirtualBox Guest Additions</a>.</p>
<h1>Method 2</h1>
<p><strong>1) Click</strong> the <u>Folder</u> icon on the Unity ribbon:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/03/Ubuntu-11.10-virtualbox-additions-problem-3a.png" alt="" border="0" class="centered" /></p>
<p><strong>2) Click</strong> on <u>File System</u>, then <strong>double-click</strong> on the <u>media</u> folder:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/03/Ubuntu-11.10-virtualbox-additions-problem-3b.png" alt="" border="0" class="centered" /></p>
<p><strong>3) Double-click</strong> the <u>VBOXADDITIONS</u> icon:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/03/ubuntu-11.10-virtualbox-additions-problem-3.png" alt="" border="0" class="centered" /></p>
<p><strong>4) Click</strong> on <u>Open Autorun Prompt</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/03/ubuntu-11.10-virtualbox-additions-problem-2.png" alt="" border="0" class="centered" /></p>
<p>This will uninstall the Guest Additions and then reinstall them. The rest of the procedure is exactly the same as for <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-11-10-installing-virtualbox-guest-additions">installing VirtualBox Guest Additions</a>.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-11-10-ubuntu-2/ubuntu-11-10-virtualbox-guest-additions-stop-working-after-update/">Ubuntu 11.10 &#8211; Virtualbox Guest Additions Stop Working After Update</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>w.bloggar &#8211; How to Fix &#034;Unable to parse the XML response&#034; Error</title>
		<link>https://complete-concrete-concise.com/blog/w-bloggar-how-to-fix-unable-to-parse-the-xml-response-error/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Sun, 08 Apr 2012 22:58:23 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[w.bloggar]]></category>
		<category><![CDATA[xml]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1665</guid>

					<description><![CDATA[<p>I am probably one of the few, if only people around who use w.bloggar for my blogging needs. While it is an old and outdated program, it has three essential features for me: (1) customizable edit keys (that&#8217;s how I input these coloured sections without typing in HTML code), (2) it is easy to upload [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/blog/w-bloggar-how-to-fix-unable-to-parse-the-xml-response-error/">w.bloggar &#8211; How to Fix &quot;Unable to parse the XML response&quot; Error</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>I am probably one of the few, if only people around who use w.bloggar for my blogging needs. While it is an old and outdated program, it has three essential features for me: (1) customizable edit keys (that&#8217;s how I input these coloured sections without typing in HTML code), (2) it is easy to upload images and (3) it doesn&#8217;t add bloat to the images (the images I upload are in no way, shape, or form modified by w.bloggar).</p>
<p>For most people, though, I would still recommend Windows Live Writer.</p>
</div>
<p>A few days ago, I began having problems with w.bloggar when trying to post or upload images. It would return the message: &#8220;Unable to parse the XML response.Parser Reason:Invalid at the top level&#8221;:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/w.bloggar-unable-to-parse-the-xml-response.png" alt="" border="0" class="centered" /></p>
<p>At first, I thought it was something funny happening at the server end of this site. I figured it would go away in a few hours. It didn&#8217;t.</p>
<p>Then I tried using Windows Live Writer. It worked.</p>
<p>Then I created a new account in w.bloggar through <u>File -> Add Account&#8230;</u>. This solved the problem.</p>
<p>For some reason, my original blog account info / setup / configuration has gone wonky. Creating a new account clears up the problem. (Of course, I still have the bother of recustomizing w.bloggar to my tastes again)</p>

<p>The post <a href="https://complete-concrete-concise.com/blog/w-bloggar-how-to-fix-unable-to-parse-the-xml-response-error/">w.bloggar &#8211; How to Fix &quot;Unable to parse the XML response&quot; Error</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
