<?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>2W1ETN&#187; Computing</title>
	<atom:link href="http://www.2w1etn.com/index.php/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2w1etn.com</link>
	<description>Damien Jorgensen - Radio Ham, Software Developer and Car Enthusiast</description>
	<lastBuildDate>Wed, 09 Dec 2009 10:50:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multi Screen Remote Desktop in Windows (multi/dual screen rdp)</title>
		<link>http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/</link>
		<comments>http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 12:43:46 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dual monitor rdp]]></category>
		<category><![CDATA[multi monitors]]></category>
		<category><![CDATA[multiple monitors]]></category>
		<category><![CDATA[multiscreen]]></category>
		<category><![CDATA[multoscreen]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/</guid>
		<description><![CDATA[I have a client that needed access to both his screens from his home office PC. He was aware of options like LogMeIn but was reluctant to pay for an app which seems to want to charge you a subscription.


 
After hunting around on the net for a couple fo minutes the solution became apparent. You [...]]]></description>
			<content:encoded><![CDATA[<p>I have a client that needed access to both his screens from his home office PC. He was aware of options like LogMeIn but was reluctant to pay for an app which seems to want to charge you a subscription.
</p>
<p>
 </p>
<p>After hunting around on the net for a couple fo minutes the solution became apparent. You can use Windows Remote Desktop/RDP to connect multi monitors.
</p>
<p>Save the RDP connection and then create a shortcut to:
</p>
<p><span style="font-size:12pt"><strong>mstsc.exe /span c:\1.rdp<br />
</strong></span></p>
<p>1.rdp being the RDP file saved from the Remote Desktop Connection app</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding user for Linux Samba/SMD shares</title>
		<link>http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/</link>
		<comments>http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 14:20:35 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/</guid>
		<description><![CDATA[Samba uses tdbsam by default to manage SMB password, that&#8217;s the password used to logon over Windows Networking.


 
Adding and managing users

In this example, I will add a user called damien. You can add as many users as you need in the same way, just replace the username tom with the desired username in the commands.

useradd [...]]]></description>
			<content:encoded><![CDATA[<p>Samba uses <strong>tdbsam by default </strong>to manage SMB password, that&#8217;s the password used to logon over Windows Networking.
</p>
<p>
 </p>
<p>Adding and managing users
</p>
<p>In this example, I will add a user called damien. You can add as many users as you need in the same way, just replace the username tom with the desired username in the commands.
</p>
<p><strong>useradd damien -m -G users<br />
</strong></p>
<p>Set a password for Damien in the Linux system user database. If the user Damien shall not be able to login to the Linux system, skip this step.
</p>
<p><strong>passwd damien<br />
</strong></p>
<p>-&gt; Enter the password for the new user
</p>
<p>Now add the user to the Samba user database.
</p>
<p><strong>smbpasswd -a damien<br />
</strong></p>
<p>-&gt; Enter the password for the new user</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Music on Hold working in Trixbox/Asterisk</title>
		<link>http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/</link>
		<comments>http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 13:41:02 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mpg123]]></category>
		<category><![CDATA[Trixbox]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/</guid>
		<description><![CDATA[OK So I&#8217;m running FreePBX 2.5.1 as comes with Trixbox. I go to get Music on Hold working and as with Open Source projects you need to get the little things like MOH working yourself.
If you have the same problem then you probably need to install mpg123.
From the Console logon as root and run the [...]]]></description>
			<content:encoded><![CDATA[<p>OK So I&#8217;m running <a href="http://www.freepbx.org" target="_blank">FreePBX 2.5.1</a> as comes with Trixbox. I go to get Music on Hold working and as with Open Source projects you need to get the little things like MOH working yourself.</p>
<p>If you have the same problem then you probably need to install <strong>mpg123</strong>.</p>
<p>From the Console logon as root and run the following:</p>
<div style="background: white; color:#555555; font-family:Courier New; font-size:10pt; padding:5px;">
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm<br />
<em>or if using a non 64bit system then:</em><br />
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm<br />
yum install mpg123 sox</br><br />
mkdir /var/lib/asterisk/mohmp3<br />
chown asterisk:asterisk /var/lib/asterisk/mohmp3<br />
chmod 755 /var/lib/asterisk/mohmp3<br />
cp /var/lib/asterisk/moh/* /var/lib/asterisk/mohmp3/
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show ADSL Speed on Cisco Router</title>
		<link>http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/</link>
		<comments>http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:09:13 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[1721]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[WAN]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/</guid>
		<description><![CDATA[Obtaining the ADSL Sync speed from your Cisco Router is quite easy, just pass the following command


show dsl interface atm0

You&#8217;ll get something like the following back:


 

router#show dsl interface atm0



ATM0



Alcatel 20150 chipset information



                ATU-R (DS)       [...]]]></description>
			<content:encoded><![CDATA[<p>Obtaining the ADSL Sync speed from your Cisco Router is quite easy, just pass the following command
</p>
<div style="background: white; color:#555555; font-family:Courier New; font-size:10pt; padding:5px;">
show dsl interface atm0
</div>
<p>You&#8217;ll get something like the following back:
</p>
<p>
 </p>
<p>
<pre><code>router#show dsl interface atm0
</code></pre>
</p>
<p>
<pre><code>ATM0
</code></pre>
</p>
<p>
<pre><code>Alcatel 20150 chipset information
</code></pre>
</p>
<p>
<pre><code>                ATU-R (DS)                      ATU-C (US)
</code></pre>
</p>
<p>
<pre><code>Modem Status:    Showtime (DMTDSL_SHOWTIME)
</code></pre>
</p>
<p>
<pre><code>DSL Mode:        ITU G.992.1 (G.DMT) Annex A
</code></pre>
</p>
<p>
<pre><code>ITU STD NUM:     0x01                            0x1
</code></pre>
</p>
<p>
<pre><code>Vendor ID:       'ALCB'                          'TSTC'
</code></pre>
</p>
<p>
<pre><code>Vendor Specific: 0x0000                          0x0000
</code></pre>
</p>
<p>
<pre><code>Vendor Country:  0x00                            0xB5
</code></pre>
</p>
<p>
<pre><code>Capacity Used:   100%                            62%
</code></pre>
</p>
<p>
<pre><code>Noise Margin:     5.5 dB                         19.0 dB
</code></pre>
</p>
<p>
<pre><code>Output Power:    20.0 dBm                        12.0 dBm
</code></pre>
</p>
<p>
<pre><code>Attenuation:     49.0 dB                         22.5 dB
</code></pre>
</p>
<p>
<pre><code>Defect Status:   None                            None
</code></pre>
</p>
<p>
<pre><code>Last Fail Code:  None
</code></pre>
</p>
<p>
<pre><code>Selftest Result: 0x00
</code></pre>
</p>
<p>
<pre><code>Subfunction:     0x15
</code></pre>
</p>
<p>
<pre><code>Interrupts:      1333 (0 spurious)
</code></pre>
</p>
<p>
<pre><code>PHY Access Err:  0
</code></pre>
</p>
<p>
<pre><code>Activations:     1
</code></pre>
</p>
<p>
<pre><code>LED Status:      ON
</code></pre>
</p>
<p>
<pre><code>LED On Time:     100
</code></pre>
</p>
<p>
<pre><code>LED Off Time:    100
</code></pre>
</p>
<p>
<pre><code>Init FW:         embedded
</code></pre>
</p>
<p>
<pre><code>Operation FW:    embedded
</code></pre>
</p>
<p>
<pre><code>SW Version:      3.8131
</code></pre>
</p>
<p>
<pre><code>FW Version:      0x1A04
</code></pre>
</p>
<p>
 </p>
<p>
<pre><code>                 Interleave             Fast    Interleave              Fast
</code></pre>
</p>
<p>
<pre><code><span style="text-decoration:underline"><strong>Speed (kbps):          5856                0           448                 0
</strong></span></code></pre>
</p>
<p>
<pre><code>Cells:                15473                0        192329                 0
</code></pre>
</p>
<p>
<pre><code>Reed-Solomon EC:       7248                0             0                 0
</code></pre>
</p>
<p>
<pre><code>CRC Errors:               3                0             0                 0
</code></pre>
</p>
<p>
<pre><code>Header Errors:            2                0             0                 0
</code></pre>
</p>
<p>
<pre><code>Bit Errors:               0                0
</code></pre>
</p>
<p>
<pre><code>BER Valid sec:            0                0
</code></pre>
</p>
<p>
<pre><code>BER Invalid sec:          0                0
</code></pre>
</p>
<p>
 </p>
<p>
<pre><code>LOM Monitoring : Disabled
</code></pre>
</p>
<p>
 </p>
<p>
<pre><code>DMT Bits Per Bin
</code></pre>
</p>
<p>
<pre><code>00: 0 0 0 0 0 0 0 4 4 5 7 8 8 9 9 8
</code></pre>
</p>
<p>
<pre><code>10: 8 8 8 8 8 7 7 7 6 6 5 5 4 3 0 0
</code></pre>
</p>
<p>
<pre><code>20: 0 0 0 0 0 0 4 5 5 6 7 8 9 9 A A
</code></pre>
</p>
<p>
<pre><code>30: A B B B C C C D D D D D D D D D
</code></pre>
</p>
<p>
<pre><code>40: 0 D D D D D D D 2 D D D D D D D
</code></pre>
</p>
<p>
<pre><code>50: D D C D D C C C C D D D D C D D
</code></pre>
</p>
<p>
<pre><code>60: D C C C C C C C C C C C C B 8 B
</code></pre>
</p>
<p>
<pre><code>70: C C B C C C C C C C C C C B B B
</code></pre>
</p>
<p>
<pre><code>80: B B B A B B A A A A A A A A 8 A
</code></pre>
</p>
<p>
<pre><code>90: A 9 9 9 9 9 9 9 8 7 8 8 8 8 8 7
</code></pre>
</p>
<p>
<pre><code>A0: 7 5 7 7 7 5 7 8 8 8 8 8 8 8 7 7
</code></pre>
</p>
<p>
<pre><code>B0: 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 5
</code></pre>
</p>
<p>
<pre><code>C0: 5 5 5 5 5 4 4 4 4 4 2 2 0 0 0 0
</code></pre>
</p>
<p>
<pre><code>D0: 0 0 0 0 0 0 2 2 2 2 3 3 2 4 4 4
</code></pre>
</p>
<p>
<pre><code>E0: 4 4 4 4 4 4 4 4 4 4 3 4 3 3 3 3
</code></pre>
</p>
<p>
<pre><code>F0: 3 3 3 2 2 0 0 0 0 0 0 0 0 0 0 0
</code></pre>
</p>
<p>
 </p>
<p>
<pre><code>DSL: Training log buffer capability is not enabled</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking your Interface/s Status on Cisco IOS Routers</title>
		<link>http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/</link>
		<comments>http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:12:53 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/</guid>
		<description><![CDATA[If you want to get a brief overview of your Interface/s status on Cisco IOS then use
sh ip int brief

For more detailed information then run
sh ip int

]]></description>
			<content:encoded><![CDATA[<p>If you want to get a brief overview of your Interface/s status on Cisco IOS then use</p>
<p><span style="font-size:12pt"><strong>sh ip int brief<br />
</strong></span></p>
<p>For more detailed information then run</p>
<p><span style="font-size:12pt"><strong>sh ip int<br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling HTTP Server on Cisco IOS Routers</title>
		<link>http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/</link>
		<comments>http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:05:34 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[1721]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[SDM]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/</guid>
		<description><![CDATA[Enabling the HTTP server on Cisco Routers is easily done using the console port or via an SSH connection.

You might wonder why you&#8217;d want the HTTP server running; well you need it if you want to install SDM (Cisco Router and Security Device Manager)


 
To enable the web server logon or connect via terminal

Then type the [...]]]></description>
			<content:encoded><![CDATA[<p>Enabling the HTTP server on Cisco Routers is easily done using the console port or via an SSH connection.
</p>
<p>You might wonder why you&#8217;d want the HTTP server running; well you need it if you want to install SDM (Cisco Router and Security Device Manager)
</p>
<p>
 </p>
<p>To enable the web server logon or connect via terminal
</p>
<p>Then type the command
</p>
<p><span style="font-size:12pt"><strong>enable<br />
</strong></span></p>
<p>Then type
</p>
<p><span style="font-size:12pt"><strong>config<br />
</strong></span></p>
<p>Press enter to config from the terminal when prompted
</p>
<p><em>You should see a prompt like (Which is the config prompt):<br />
</em></p>
<p><span style="font-size:12pt"><em>Router(config)#<br />
</em></span></p>
<p>Enter the following commands
</p>
<p><span style="font-size:12pt"><strong>ip http server<br/>ip http secure-server<br/>ip http authentication local<br />
</strong></span></p>
<p>
 </p>
<p>If you intend to install SDM or want to be able to access the router from SSH then you need to add a user account as below:
</p>
<p><span style="font-size:12pt"><strong>Username sdm privilege 15 password 0 sdm<br />
</strong></span></p>
<p>That will create a user with the username and password of SDM
</p>
<p>
 </p>
<p>If you haven&#8217;t enabled SSH and or telnet do so using the following commands:<br/><span style="font-size:12pt"><strong>line vty 0 4<br/>login local<br/>transport input telnet ssh</strong></span><br/>
	</p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just removed your Outlook 2007 Profile?</title>
		<link>http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/</link>
		<comments>http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 00:07:35 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/</guid>
		<description><![CDATA[
 
So you just removed your Outlook 2007 profile, you&#8217;ve created a new profile but outlook wont open?
		
You&#8217;re getting an error similar to:Cannot start Microsoft Office Outlook. Cannot Open the Outlook Window

Its simple enough to fix, just run the follow flag on Outlook from the command prompt or run:


 
Outlook.exe /resetnavpane
]]></description>
			<content:encoded><![CDATA[<p>
 </p>
<p><span style="color:black; font-family:Verdana; font-size:9pt">So you just removed your Outlook 2007 profile, you&#8217;ve created a new profile but outlook wont open?<br/><br />
		</span></p>
<p><span style="color:black; font-family:Verdana; font-size:9pt">You&#8217;re getting an error similar to:<br/><strong>Cannot start Microsoft Office Outlook. Cannot Open the Outlook Window<br />
</strong></span></p>
<p><span style="color:black; font-family:Verdana; font-size:9pt">Its simple enough to fix, just run the follow flag on Outlook from the command prompt or run:<br />
</span></p>
<p>
 </p>
<p><span style="color:black; font-family:Verdana; font-size:9pt"><strong>Outlook.exe /resetnavpane</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling FFMPEG for Microsoft Windows</title>
		<link>http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/</link>
		<comments>http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 11:06:01 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/</guid>
		<description><![CDATA[Installing FFMPEG from the source in window platform is easy as you do for other window application. Here is the complete instructions how to build FFMPEG in windows. To install FFMPEG on windows you need to install third party MinGW and MSys library that is compatible with GCC. This library is required to build ffmpeg [...]]]></description>
			<content:encoded><![CDATA[<p>Installing FFMPEG from the source in window platform is easy as you do for other window application. Here is the complete instructions how to build FFMPEG in windows. <br/>To install FFMPEG on windows you need to install third party <strong>MinGW</strong> and <strong>MSys</strong> library that is compatible with <strong>GCC</strong>. This library is required to build ffmpeg in windows and support shell to run commands.
</p>
<p>Download <strong>MinGW</strong> and <strong>MSys</strong>
	</p>
<p>MinGW: <a href="http://gd.tuwien.ac.at/gnu/mingw/MinGW-5.0.0.exe">MinGW Direct download link</a>
	</p>
<p>MSys: <a href="http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe">MSys Direct download link</a>
	</p>
<p>SF Link: <a href="http://sourceforge.net/project/showfiles.php?group_id=2435">Sourceforge MinGW MSys Package Download Page</a>
	</p>
<p>FFMPEG: <a href="http://ffmpeg.org/download.html">FFMPEG </a>
	</p>
<p><img src="http://www.2w1etn.com/wp-content/uploads/2009/08/081109_1102_CompilingFF11.png" alt=""/>
	</p>
<p>
 </p>
<h2>Building FFMPEG<br />
</h2>
<p>It is time to install ffmpeg. Extract downloaded ffmpeg archive in c: folder. If you have not downloaded yet please download now then run MSys.bat file from C:\msys\1.0\ folder. This location will be depend on you MinGW and MSys installation. In the command prompt run the following commands:
</p>
<p>$ cd c:/ffmpeg-0.4.7
</p>
<p>$ ./configure –extra-cflags=&#8221;-mno-cygwin -mms-bitfields&#8221; –extra-ldflags=&#8221;-Wl,–add-stdcall-alias&#8221; –enable-mingw32 –enable-shared –disable-a52 –disable-pp –disable-ffserver –disable-ffplay
</p>
<p>$ make</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Com0Com Windows Vista X64</title>
		<link>http://www.2w1etn.com/index.php/2009/com0com-windows-vista-x64/</link>
		<comments>http://www.2w1etn.com/index.php/2009/com0com-windows-vista-x64/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 10:14:39 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/?p=69</guid>
		<description><![CDATA[I needed some virtual com ports on Windows Vista for the car PC. Basically to get the Flex Radio 3000 interfacing with the Ham Radio Deluxe you need to interface via a com port.

I decided on Com0Com as the virtual com port driver, thus downloaded it from http://com0com.sourceforge.net/

Installation went ok until I got up a [...]]]></description>
			<content:encoded><![CDATA[<p>I needed some virtual com ports on Windows Vista for the car PC. Basically to get the Flex Radio 3000 interfacing with the Ham Radio Deluxe you need to interface via a com port.
</p>
<p>I decided on Com0Com as the virtual com port driver, thus downloaded it from http://com0com.sourceforge.net/
</p>
<p>Installation went ok until I got up a nice message about unsigned drivers, similar to this:
</p>
<p><img src="http://www.2w1etn.com/wp-content/uploads/2009/06/062409_1011_Com0ComWind1.png" alt=""/><br/>(Note that&#8217;s not exactly the same error as the driver is different, but the message and problem are)
</p>
<p>
 </p>
<p>Basically in Windows Vista x64 you cannot allow unsigned drivers to be installed. Even using BCDEdit to allow unsigned drivers doesn&#8217;t work as Microsoft has applied a number of security patches to prevent it. The only way to do it, is to press F8 on window boot and select the option which allows for unsigned drivers.
</p>
<p>
 </p>
<p>I don&#8217;t want to be pressing F8 every time I reboot the computer, as after all its designed to be in the car and getting the keyboard each time will soon become tiresome. Luckily I came across ReadyDriver which lets you boot from a CD Image, USB Stick or Floppy and it basically presses F8 and selects the options for you. That said I dont want to boot from a CD or any other external device. A bit more research and I was sent a copy of ReadyDriver Plus which basically installs a bin boot image and extends the Windows Boot Manager to boot into it and does the rest for you.
</p>
<p>I&#8217;ve uploaded version 1.1 of the software, as it got sent to me and I&#8217;m not sure where from.
</p>
<p><br/><a href="http://www.2w1etn.com/wp-content/uploads/2009/06/SetupReadyDriverPlus.exe">http://www.2w1etn.com/wp-content/uploads/2009/06/SetupReadyDriverPlus.exe</a>
	</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/com0com-windows-vista-x64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
