<?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>Waldron Digital&#039;s Tech Blog &#187; Technology</title>
	<atom:link href="http://blog.waldrondigital.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waldrondigital.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 17:41:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Open iTunes &amp; Close Window for Mac</title>
		<link>http://blog.waldrondigital.com/2012/01/28/open-itunes-close-window-for-mac/</link>
		<comments>http://blog.waldrondigital.com/2012/01/28/open-itunes-close-window-for-mac/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 19:46:11 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.waldrondigital.com/?p=1702</guid>
		<description><![CDATA[Every time I boot up my Mac I wanted iTunes loaded so all my iDevices could sync, as well as having my movie and music library accessible from my AppleTVs. One annoyance with this is that you cannot hide the iTunes window when it comes up. Every time I booted my computer I had to [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I boot up my Mac I wanted iTunes loaded so all my iDevices could sync, as well as having my movie and music library accessible from my AppleTVs. One annoyance with this is that you cannot hide the iTunes window when it comes up. Every time I booted my computer I had to manually close the iTunes window.</p>
<p>To remedy this, I created a two-line AppleScript application called &#8220;<a href="http://blog.waldrondigital.com/files/Open iTunes &amp; Close Window.dmg">Launch iTunes &amp; Close Window</a>&#8221;</p>
<p>The source code is:</p>
<pre><strong>tell</strong> <em>application</em> "iTunes" <strong>to launch </strong>
<strong></strong><strong>tell</strong> <em>application</em> "iTunes" <strong>to</strong> <strong>close</strong> <em>window</em> "iTunes"</pre>
<div>&nbsp;</div>
<div>To install the script:</div>
<div>
<ul>
<li><a href="http://blog.waldrondigital.com/files/Open iTunes &amp; Close Window.dmg">Download</a> and open the Apple disk image.</li>
<li>Drag the Application from the disk image into your &#8220;Applications&#8221; or &#8220;Utilities&#8221; folder.</li>
<li>Open System Preferences, User Accounts</li>
<li>Choose the logon account you wish to add the app to.</li>
<li>Click the &#8220;Login Items&#8221; tab</li>
<li>Drag the &#8220;Launch iTunes &amp; Close Window&#8221; application into the login items pane.</li>
</ul>
<p><img class="alignnone size-full wp-image-1703" title="itunesopenandcloseinstall" src="http://blog.waldrondigital.com/wp-content/uploads/2012/01/itunesopenandcloseinstall.jpg" alt="" width="665" height="500" /></p>
<p><a href="http://blog.waldrondigital.com/files/Open iTunes &amp; Close Window.dmg">Download Launch iTunes &amp; Close Window for Mac here.</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2012/01/28/open-itunes-close-window-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Apple ID is valid but is not an iCloud account&#8221; on Hackintosh FIXED!</title>
		<link>http://blog.waldrondigital.com/2011/10/12/apple-id-is-valid-but-is-not-an-icloud-account-on-hackintosh-fixed/</link>
		<comments>http://blog.waldrondigital.com/2011/10/12/apple-id-is-valid-but-is-not-an-icloud-account-on-hackintosh-fixed/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 22:31:41 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hackintosh]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1533</guid>
		<description><![CDATA[If you are receiving the &#8220;Apple ID is valid but is not an iCloud account.&#8221; error after upgrading to 10.7.2 on your Hackintosh when attempting to logon to iCloud, you most likely just need to update your Chameleon or Chimera to the latest (I recommend Chimera). Chimera can be found here from tonymacx86. For me, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are receiving the &#8220;Apple ID is valid but is not an iCloud account.&#8221; error after upgrading to 10.7.2 on your Hackintosh when attempting to logon to iCloud, you most likely just need to update your Chameleon or Chimera to the latest (I recommend Chimera).</p>
<p><a href="http://www.tonymacx86.com/viewforum.php?f=125">Chimera can be found here from tonymacx86</a>.</p>
<p>For me, just the Chimera update fixed my logon problems.  However, if the Chimera update does not solve your issues, you may have an issue with your built in network interfaces or a bad serial number.  If you cannot logon to iCloud after the Chimera update, try the following to reset your network settings on your Hackintosh:</p>
<p>1. Remove all network devices from System Preferences &gt; Network.  It should look like this when you are done (and you will have no Internet access until completing the next steps):</p>
<p><img title="Screen Shot 2011-10-17 at 2.24.43 PM" src="http://blog.waldrondigital.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-17-at-2.24.43-PM.jpg" alt="" width="608" height="530" /></p>
<p>2. If they don&#8217;t exist, add the following lines to the &lt;dict&gt; section of your boot plist in /Extra/org.chameleon.Boot.plist (for newer versions of Chameleon/Chimera):</p>
<blockquote>
<pre>&lt;key&gt;EthernetBuiltIn&lt;/key&gt;
&lt;string&gt;Yes&lt;/string&gt;</pre>
</blockquote>
<p>Others have reported that you need to add the following lines as well, but I don&#8217;t have them present and my iCloud works:</p>
<blockquote>
<pre>&lt;key&gt;PCIRootUID&lt;/key&gt;
&lt;string&gt;1&lt;/string&gt;</pre>
</blockquote>
<p>My &lt;dict&gt; portion of my com.chameleon.Boot.plist looks like this:</p>
<blockquote>
<pre>&lt;dict&gt;
	&lt;key&gt;Kernel&lt;/key&gt;
	&lt;string&gt;mach_kernel&lt;/string&gt;
	&lt;key&gt;Kernel Flags&lt;/key&gt;
	&lt;string&gt;arch=i386&lt;/string&gt;
	&lt;key&gt;GraphicsEnabler&lt;/key&gt;
	&lt;string&gt;Yes&lt;/string&gt;
	&lt;key&gt;Timeout&lt;/key&gt;
	&lt;string&gt;2&lt;/string&gt;
	&lt;key&gt;Legacy Logo&lt;/key&gt;
	&lt;string&gt;Yes&lt;/string&gt;
	&lt;key&gt;EthernetBuiltIn&lt;/key&gt;
        &lt;string&gt;Yes&lt;/string&gt;
 &lt;/dict&gt;</pre>
</blockquote>
<pre></pre>
<p>&nbsp;</p>
<p>3. Delete /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist</p>
<p>4. Delete /Library/Preferences/SystemConfiguration/com.apple.network.identification.plist</p>
<p>5. Reboot your computer.  Both the files deleted above will be automatically recreated.</p>
<p>6. Go back to System Preferences &gt; Network and add your network devices, <strong>STARTING with Ethernet type as the first Ethernet interface (do not use WiFi as the first interface!).</strong></p>
<p><strong> <img class="alignnone size-full wp-image-1577" title="Screen Shot 2011-10-17 at 2.28.16 PM" src="http://blog.waldrondigital.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-17-at-2.28.16-PM.jpg" alt="" width="666" height="577" /> </strong></p>
<p>After you hit &#8220;Apply&#8221;, your top interface should be the wired interface at en0:</p>
<p><img class="alignnone size-full wp-image-1580" title="Screen Shot 2011-10-17 at 2.35.17 PM" src="http://blog.waldrondigital.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-17-at-2.35.17-PM.jpg" alt="" width="665" height="581" /></p>
<p>Hopefully your iCloud and App Store is working at this point.</p>
<p>If you are still having issues (most likely due to a bad system type/serial):</p>
<p>Download and run <a href="http://www.tonymacx86.com/1010110101/MultiBeast-4.0.3.zip" target="_blank">Multibeast for Lion</a> and update your system definition (Customization, System Definitions):</p>
<p><img class="alignnone size-full wp-image-1599" title="Screen Shot 2011-10-17 at 3.21.36 PM" src="http://blog.waldrondigital.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-17-at-3.21.36-PM.jpg" alt="" width="617" height="437" /></p>
<p>For good measure here&#8217;s my System Report so you can compare your system type, etc.:</p>
<p><img class="alignnone size-full wp-image-1565" title="Screen Shot 2011-10-17 at 2.02.51 PM" src="http://blog.waldrondigital.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-17-at-2.02.51-PM.jpg" alt="" width="417" height="217" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2011/10/12/apple-id-is-valid-but-is-not-an-icloud-account-on-hackintosh-fixed/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Audi MMI won&#8217;t sync HTC Droid Bluetooth contacts &#8211; FIXED!</title>
		<link>http://blog.waldrondigital.com/2011/08/30/audi-mmi-wont-sync-htc-droid-bluetooth-contacts-fixed/</link>
		<comments>http://blog.waldrondigital.com/2011/08/30/audi-mmi-wont-sync-htc-droid-bluetooth-contacts-fixed/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 17:46:35 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[audi mmi]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[htc droid]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1228</guid>
		<description><![CDATA[Recently a client of mine who has an Audi A7 couldn&#8217;t get his HTC Thunderbolt&#8217;s address book/contacts to sync with the Audi MMI over Bluetooth. The workaround, which I found here: Unpair/Delete the phone from the Audi MMI Remove the Audi pairing from the HTC Droid (unpair) Re-pair the Audi to the HTC Droid When [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a client of mine who has an Audi A7 couldn&#8217;t get his HTC Thunderbolt&#8217;s address book/contacts to sync with the Audi MMI over Bluetooth.</p>
<p>The workaround, which I found <a href="http://www.a5oc.com/forums/a5-s5-topics/12644-android-phones-mmi-bluetooth.html" target="_blank">here</a>:</p>
<ol>
<li>Unpair/Delete the phone from the Audi MMI</li>
<li>Remove the Audi pairing from the HTC Droid (unpair)</li>
<li>Re-pair the Audi to the HTC Droid</li>
<li>When the phone pops up with the &#8220;Audi MMI wants to access your contact lists, Allow or Deny?&#8221;<br />
<strong>Hit DENY numerous times. </strong> After the 5-6th DENY all your contacts will sync.</li>
</ol>
<p>Makes no sense and is totally counter-intuitive, but it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2011/08/30/audi-mmi-wont-sync-htc-droid-bluetooth-contacts-fixed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time Machine Backup sparsebundle &#8220;You do not have permission to open the document&#8221; FIXED!</title>
		<link>http://blog.waldrondigital.com/2011/07/30/time-machine-backup-sparsebundle-no-permission-to-access-fixed/</link>
		<comments>http://blog.waldrondigital.com/2011/07/30/time-machine-backup-sparsebundle-no-permission-to-access-fixed/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 20:55:00 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[sparsebundle]]></category>
		<category><![CDATA[time capsule]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1177</guid>
		<description><![CDATA[I use Apple Time Machine to backup my MacBook to a Mac Pro over my LAN/WiFi network using the Snow Leopard AFP time machine hack.  Recently the MacBook&#8217;s hard disk totally failed and I needed to mount the disk image on the Mac Pro to pull a few critical files off immediately.  The sparsebundle appeared [...]]]></description>
			<content:encoded><![CDATA[<p>I use Apple Time Machine to backup my MacBook to a Mac Pro over my LAN/WiFi network using the Snow Leopard AFP time machine hack.  Recently the MacBook&#8217;s hard disk totally failed and I needed to mount the disk image on the Mac Pro to pull a few critical files off immediately.  The sparsebundle appeared in Finder as a folder with a small red minus sign, meaning my user account didn&#8217;t have permission to access it.</p>
<p><img class="aligncenter size-full wp-image-1205" title="No Permissions on Folder" src="http://blog.waldrondigital.com/wp-content/uploads/2011/07/Screen-shot-2011-07-30-at-2.10.27-PM.png" alt="" width="341" height="190" /><br />
When I attempted to open the backup image I received an error stating &#8220;You do not have permission to open the document MacBook&#8221;.  Note: &#8220;MacBook&#8221; was the name of the system Time Machine was backing up.</p>
<p><img class="aligncenter size-full wp-image-1207" title="No Permission to Access" src="http://blog.waldrondigital.com/wp-content/uploads/2011/07/Screen-shot-2011-07-30-at-2.08.38-PM.png" alt="" width="493" height="212" /></p>
<p>After approximately an hour of experimentation and research, I found the fix:</p>
<blockquote><p><strong>Open Terminal in Applications/System Utilities.</strong></p>
<p><strong>&#8220;cd&#8221; to the folder where your sparsebundle file resides. </strong><br />
<strong>     (i.e. cd &#8220;/Volumes/Media/Time Machine&#8221;)</strong></p>
<p><strong>sudo chown -R `id -un`:`id -gn` MyTimeMachineBackup.sparsebundle</strong></p>
<p><strong>Enter your password.</strong></p>
<p><em>Note the &#8220;`&#8221; quotes above are the slant-quote on your tilde key</em><br />
<em> on the top left of your Apple keyboard below the &#8220;esc&#8221; key.</em></p></blockquote>
<p>You should now be able to access and mount the image.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2011/07/30/time-machine-backup-sparsebundle-no-permission-to-access-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Vitelity SIP with Cisco 7940/7960</title>
		<link>http://blog.waldrondigital.com/2011/05/25/configuring-vitelity-sip-with-cisco-79407960/</link>
		<comments>http://blog.waldrondigital.com/2011/05/25/configuring-vitelity-sip-with-cisco-79407960/#comments</comments>
		<pubDate>Wed, 25 May 2011 16:04:02 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[7940]]></category>
		<category><![CDATA[7960]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[vitelity]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1166</guid>
		<description><![CDATA[Took me several hours to figure this out, but here are the configuration items you&#8217;ll need below to get your Cisco 7940 or 7960 working with Vitelity&#8217;s SIP service.  This configuration is for a phone that is behind NAT.  You do not need to specify your external NAT address as long as the NAT entries [...]]]></description>
			<content:encoded><![CDATA[<p>Took me several hours to figure this out, but here are the configuration items you&#8217;ll need below to get your Cisco 7940 or 7960 working with Vitelity&#8217;s SIP service.  This configuration is for a phone that is behind NAT.  You do not need to specify your external NAT address as long as the NAT entries in the second part are included in the configuration &#8211; this is important if you have an ISP that changes your public/Internet IP at regular intervals (DHCP addressing, not static). Vitelity&#8217;s proxy will figure out your public address.</p>
<p>Note the &#8220;vitelity_username&#8221; can be either your Main account or a sub-account off the primary.  I created two identical appearances on two lines (although only line1 is displayed in the config example below).  You will need to change the username/password/proxy to whatever your Vitelity settings are for your account.</p>
<blockquote><p>line1_name : &#8220;vitelity_username&#8221;<br />
line1_authname : &#8220;vitelity_username&#8221;<br />
line1_password : &#8220;vitelitypasswordhere&#8221;<br />
line1_shortname : &#8220;LineName&#8221;<br />
line1_displayname : &#8220;8881112222&#8243;<br />
proxy1_address : &#8220;sipXX.vitelity.net&#8221;<br />
proxy1_port : 5060</p>
<p>outbound_proxy : UNPROVISIONED<br />
outbound_proxy_port : 5060<br />
nat_received_processing : 1<br />
nat_enable : 1<br />
nat_address : &#8220;&#8221;</p>
<p>start_media_port : 16384<br />
end_media_port : 20000</p>
<p>preferred_codec : g711ulaw<br />
dtmf_outofband : avt<br />
dtmf_avt_payload : 101<br />
dtmf_db_level : 3<br />
dtmf_inband : 1</p></blockquote>
<p>Assign your Cisco 7940 or 7960 a static IP on your LAN and forward 5060 TCP and 10000-20000 UDP to that IP from your firewall.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2011/05/25/configuring-vitelity-sip-with-cisco-79407960/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crackle/Noise/Buzzing on Call Pickup with IP Office Analog Trunks &amp; Verizon FIOS Fixed!</title>
		<link>http://blog.waldrondigital.com/2011/05/19/crackle-and-buzzing-on-call-pickup-with-ip-office-analog-trunks-verizon-fios-fixed/</link>
		<comments>http://blog.waldrondigital.com/2011/05/19/crackle-and-buzzing-on-call-pickup-with-ip-office-analog-trunks-verizon-fios-fixed/#comments</comments>
		<pubDate>Thu, 19 May 2011 20:47:29 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[avaya]]></category>
		<category><![CDATA[buzzing]]></category>
		<category><![CDATA[crackling]]></category>
		<category><![CDATA[fios]]></category>
		<category><![CDATA[ip office]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1140</guid>
		<description><![CDATA[A client of mine has eight Verizon FIOS analog lines that are delivered to two Avaya IP Office analog ATM4 trunk cards. All of their calls are picked up/answered live, so no attendant pickup during working hours.  We deliver these analog calls to a hunt group to ring several users in the front office. Because [...]]]></description>
			<content:encoded><![CDATA[<p>A client of mine has eight Verizon FIOS analog lines that are delivered to two Avaya IP Office analog ATM4 trunk cards. All of their calls are picked up/answered live, so no attendant pickup during working hours.  We deliver these analog calls to a hunt group to ring several users in the front office.</p>
<p>Because of a very specific issue with FIOS handling of caller ID in combination with IP office analog cards, the following occurs:</p>
<ul>
<li>The analog port, set to Loop Start ICLID picks up the ring.</li>
<li>The call is delivered directly to a &#8220;main&#8221; hunt group.</li>
<li>If a member of the hunt group picks up the call on the second ring, they will hear a loud buzzing/flutter for 1 second.  <a href="http://blog.waldrondigital.com/files/Analog.mp3">It sounds like this (recorded from speakerphone)</a>.  The sound is inaudible to the remote caller, FYI.</li>
</ul>
<p>There is no real &#8220;fix&#8221; per se without completely disabling caller id on the carrier or IPO side, but there <em><strong>is a workaround</strong></em> which requires Embedded Voicemail, Voicemail Lite, or Voicemail Pro by utilizing &#8220;announcements.&#8221;</p>
<ul>
<li>Enable Announcements for your &#8220;main&#8221; hunt group (or extension if not using hunt groups), but don&#8217;t record one.</li>
<li>Set announcement wait time to 0</li>
<li>Set post announcement tone to &#8220;Ringing&#8221;</li>
<li>Turn off 2nd and repeat announcements.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1147" src="http://blog.waldrondigital.com/wp-content/uploads/2011/05/announce.jpg" alt="" width="666" height="584" /></p>
<p>Because the call is picked up by the attendant and then routed, the crackle usually heard by the person picking up the call is intercepted by the &#8220;fake&#8221; attendant announcement.  Note that this workaround will occupy a single VM channel for about .5 secs when the call is picked up.  Also, caller ID continues to work well with the fix above.</p>
<p>Yet another alternative is to disable caller ID at the Verizon side, or set your IP Office analog lines to &#8220;Loop Start&#8221; with no CID.  Of course this will disable caller ID which is usually a dealbreaker in this day and age.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2011/05/19/crackle-and-buzzing-on-call-pickup-with-ip-office-analog-trunks-verizon-fios-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.waldrondigital.com/files/Analog.mp3" length="77239" type="audio/mpeg" />
		</item>
		<item>
		<title>Apple Airport Express Disconnected from Network &#8211; Fixed!</title>
		<link>http://blog.waldrondigital.com/2010/11/03/apple-airport-express-disconnected-from-network-fixed/</link>
		<comments>http://blog.waldrondigital.com/2010/11/03/apple-airport-express-disconnected-from-network-fixed/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 20:47:01 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[airport express]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1126</guid>
		<description><![CDATA[I use an Apple Airport Express as a wireless network bridge for my Slingbox Solo, which I use in conjunction with a Linksys WRT160N as my main router/AP.  Periodically it would disconnect from the network and I would see the following entries in the Airport Express log: Jun 22 10:30:08    Severity:5    Joined BSS 00:23:69:67:dd:73 Jun [...]]]></description>
			<content:encoded><![CDATA[<p>I use an Apple Airport Express as a wireless network bridge for my Slingbox Solo, which I use in conjunction with a Linksys WRT160N as my main router/AP.  Periodically it would disconnect from the network and I would see the following entries in the Airport Express log:</p>
<blockquote><p>Jun 22 10:30:08    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 22 10:30:08    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 22 10:30:09    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 22 10:30:09    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 22 16:53:46    Severity:5    Disconnected from network.<br />
Jun 22 16:53:49    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 22 16:53:49    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 22 16:53:51    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 22 16:53:51    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 24 03:28:47    Severity:5    Disconnected from network.<br />
Jun 24 03:28:50    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 24 03:28:50    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 24 03:28:52    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 24 03:28:52    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 24 03:38:25    Severity:5    Joined BSS 00:23:69:67:dd:73<br />
Jun 24 03:38:25    Severity:5    Installed unicast CCMP key for authenticator 00:23:69:67:dd:73<br />
Jun 24 11:58:35    Severity:5    Disconnected from network.</p></blockquote>
<p>This would cause my Slingbox stream to reset and restart on every disconnect.  After Googling around I found a few articles mentioning changing the advanced settings on the Linksys.  Specifically, the Beacon interval, RTS and fragmentation threshold values.  Once I changed them to the values displayed below, my Airport Express has been rock solid with no disconnects.  You want to set these values to:</p>
<blockquote><p><strong>Beacon Interval: 75 (some say 50 is best, but I use 75 and it works)<br />
Fragmentation Interval: 2304<br />
RTS Interval: 2307</strong></p></blockquote>
<p style="text-align: center;"><img class="size-full wp-image-1127 aligncenter" title="Linksys Advanced Wireless Settings" src="http://blog.waldrondigital.com/wp-content/uploads/2010/11/LinksysAdvWlan.png" alt="" width="621" height="549" /></p>
<p>My WLAN uses WPA2 encryption with AES + TKIP as displayed below:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1128" title="Linksys Encryption Settings" src="http://blog.waldrondigital.com/wp-content/uploads/2010/11/LinksysWPA.png" alt="" width="625" height="407" /></p>
<p style="text-align: left;">Also my Airport Express is set to use a static IP address on my LAN versus DHCP.</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2010/11/03/apple-airport-express-disconnected-from-network-fixed/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bad Response from Server with YouTube Channels</title>
		<link>http://blog.waldrondigital.com/2010/10/08/bad-response-from-server-with-youtube-channels/</link>
		<comments>http://blog.waldrondigital.com/2010/10/08/bad-response-from-server-with-youtube-channels/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 23:51:06 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Vendors]]></category>
		<category><![CDATA[avg]]></category>
		<category><![CDATA[bad response from server]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[youtube channels]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1109</guid>
		<description><![CDATA[After doing some Googling on this one, I tried all the proposed fixes: delete cookies, clear temp files/cache, etc&#8230; nothing helped in my client&#8217;s environment.  After doing some testing I found that the new version of AVG Internet Security (version 11) causes YouTube channel videos to report &#8220;bad response from server&#8221; when clicking from channels.  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1114" title="bad response from server" src="http://blog.waldrondigital.com/wp-content/uploads/2010/10/Outlook.jpg" alt="" width="203" height="126" /></p>
<p>After doing some Googling on this one, I tried all the proposed fixes: delete  cookies, clear temp files/cache, etc&#8230; nothing helped in my client&#8217;s environment.  After doing some testing I  found that the new version of AVG Internet Security (version 11) causes  YouTube channel videos to report &#8220;bad response from server&#8221; when  clicking from channels.  Once AVG was uninstalled, the channels work as  intended with no errors.  If you don&#8217;t use AVG, I&#8217;d suggest removing  your anti-virus/Internet security to see if the problem still manifests  itself.  If not, you can start the troubleshooting process for your  particular environment.</p>
<p><strong>The fix (although not a great one) for AVG was to remove the<em> LinkScanner components: AVG Search-Shield</em> and <em>Surf-Shield.</em> Problem Solved!</strong></p>
<p style="text-align: center;"><strong><img class="alignnone size-full wp-image-1112" title="AVG" src="http://blog.waldrondigital.com/wp-content/uploads/2010/10/Picture-1.png" alt="" width="558" height="436" /><br />
</strong></p>
<p>Hope this helps someone out there banging their heads against the wall on this one!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2010/10/08/bad-response-from-server-with-youtube-channels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VPN Keepalive Batch File</title>
		<link>http://blog.waldrondigital.com/2010/10/06/vpn-keepalive-batch-file/</link>
		<comments>http://blog.waldrondigital.com/2010/10/06/vpn-keepalive-batch-file/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 17:53:45 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[keep alive]]></category>
		<category><![CDATA[keepalive]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1098</guid>
		<description><![CDATA[Recently I had a dilemma with a very small client and a D-Link DIR-655 router.  In very rare circumstances, the D-Link would timeout incoming PPTP sessions for certain remote environments.  This happened with my Mac connecting via DigiTunnel, but not from a Windows machine on my same network.  Also one of their remote sales guys [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had a dilemma with a very small client and a D-Link DIR-655 router.  In very rare circumstances, the D-Link would timeout incoming PPTP sessions for certain remote environments.  This happened with my Mac connecting via DigiTunnel, but not from a Windows machine on my same network.  Also one of their remote sales guys has the same issue behind a 2Wire gateway from AT&amp;T UVerse.  It would time him out after just a few minutes of connectivity if his connection went idle.  I didn&#8217;t want to force the client to get another high-end device such as a Sonicwall, as the D-Link is working great other than this problem.</p>
<p>The solution was to invent a neat little batch file that will keep the VPN alive by initiating a ping, and displaying a status window for the end user.  It&#8217;s a ghetto solution but hey, it works.</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="alignnone size-full wp-image-1100" title="Keepalive Up" src="http://blog.waldrondigital.com/wp-content/uploads/2010/10/Picture-6.png" alt="" width="670" height="331" /></p>
<blockquote><p>To use this script, simply place in a folder or your choosing, create a shortcut for your user with a neat title like &#8220;VPN Keepalive&#8221; with a pretty icon like so:</p>
<p>keepalive.bat <span style="color: #800000;">192.168.100.1</span> <span style="color: #008000;">15</span></p>
<p>The <span style="color: #800000;">red</span> is the IP address (<em><strong>hostnames are not supported</strong></em>).<br />
The <span style="color: #008000;">green</span> is the refresh period for user status (screen refresh).</p>
<p>Problem solved.</p></blockquote>
<p><a href="http://blog.waldrondigital.com/files/keepalive.bat">Download the script here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2010/10/06/vpn-keepalive-batch-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large FTP Transfers Hang/Timeout/Fail on Windows 2008 Server in FileZilla OR Microsoft FTP</title>
		<link>http://blog.waldrondigital.com/2010/07/26/large-ftp-transfers-hangtimeoutfail-on-windows-2008-server-in-filezilla-or-microsoft-ftp/</link>
		<comments>http://blog.waldrondigital.com/2010/07/26/large-ftp-transfers-hangtimeoutfail-on-windows-2008-server-in-filezilla-or-microsoft-ftp/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 00:10:29 +0000</pubDate>
		<dc:creator>Mike Waldron</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[filezilla ftp]]></category>
		<category><![CDATA[iis ftp]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.waldrondigital.com/?p=1020</guid>
		<description><![CDATA[On a recent Windows 2008 R2 server I was working on, the client complained about FTP connections timing out.  Here are my findings and the fix (credit to this post which is where I found the answer)! Large (i.e. 1 MB+) FTP uploads from newer client Windows OSes such as Windows Vista or Windows  7 [...]]]></description>
			<content:encoded><![CDATA[<p>On a recent Windows 2008 R2 server I was working on, the client complained about FTP connections timing out.  Here are my findings and the fix (credit to <a href="http://social.answers.microsoft.com/Forums/en-US/vistanetworking/thread/482e1ecd-fd4e-4c45-95d7-308296ec48ce" target="_blank">this</a> post which is where I found the answer)!</p>
<p>Large (i.e. 1 MB+) FTP uploads from newer client Windows OSes such as Windows Vista or Windows  7 running the FileZilla client (3.3.3) in passive mode, connecting to a Windows 2008 server would slow down, then hang/stall after a few seconds, eventually timing out.  In testing I found the issue occurred in both IIS/MS FTP/Microsoft FTP or FileZilla server running on the 2008 R2 box.  Here&#8217;s an example&#8230; on a Windows 7 FileZilla client, the transfer would hang at the EXACT same place EVERY time (in my case it hung exactly at 458,752 bytes):</p>
<p><img class="alignnone size-full wp-image-1031" title="BadUpload" src="http://blog.waldrondigital.com/wp-content/uploads/2010/07/Picture-31.png" alt="" width="638" height="43" /></p>
<p>Using a Mac or Windows XP FileZilla client did not produce a problem and the transfer always worked perfectly.</p>
<p>The solution was simple.  Enter this command line (must be run as admin) to disable the TCP autotuning mechanism on the server:</p>
<p><span style="font-size: large;"><span style="font-family: Times New Roman;"><strong>netsh int tcp set global autotuninglevel=disabled</strong></span></span></p>
<p>Problem solved!  Big transfers &#8211; full speed ahead!  <strong>NOTE: I&#8217;m pretty sure this can be used on the client versus the server to work around the issue as well&#8230; please let me know in the comments.</strong></p>
<p><em><strong>Environment:</strong></em></p>
<blockquote><p>Server OS: Windows 2008 R2 Server<br />
Client OS: Windows 7<br />
FTP Server: IIS / MS FTP or FileZilla<br />
FTP Client: FileZilla for Windows</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.waldrondigital.com/2010/07/26/large-ftp-transfers-hangtimeoutfail-on-windows-2008-server-in-filezilla-or-microsoft-ftp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.waldrondigital.com/category/technology/feed/ ) in 0.48774 seconds, on Feb 5th, 2012 at 5:43 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 5:43 am UTC -->
