]> git.gag.com Git - web/altusmetrum/commitdiff
Add page containing links to Windows 8 instructions
authorKeith Packard <keithp@keithp.com>
Sat, 19 Jan 2013 05:20:42 +0000 (21:20 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 19 Jan 2013 05:22:04 +0000 (21:22 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
AltOS/index.mdwn
Win8.mdwn [new file with mode: 0644]

index 21c592f9e867b72d8010df7de281df13e16e12f3..156e02be93d50354807238792ee67ea9f6ba5a2f 100644 (file)
@@ -29,6 +29,10 @@ in [html](doc/altos.html) and [pdf](doc/altos.pdf) formats, and a
 document describing the AltOS over the radio protocol 
 in [html](doc/telemetry.html) and [pdf](doc/telemetry.pdf) formats.
 
+If you're running Windows 8, you should take a look at [Installing AltosUI on
+Windows 8](Win8) which will help you install the operating system
+drivers needed to communicate with the USB hardware.
+
 [[!inline pages="./releases/* and !*/Discussion and !*.html and !*.bz2 and !*.zip and !*.exe" show="10" rss="no" raw="yes" ]]
 
 ## Source Code ##
diff --git a/Win8.mdwn b/Win8.mdwn
new file mode 100644 (file)
index 0000000..6cc99bc
--- /dev/null
+++ b/Win8.mdwn
@@ -0,0 +1,24 @@
+# Installing AltosUI on Windows 8
+
+Windows 8 places additional barriers to installing software beyond
+those present in Windows 7. In particular, trying to use the standard
+Windows USB modem driver on new hardware now requires 'driver signing'
+for the text file that tells Windows to use the driver that it already
+has installed.
+
+Until we figure out what is necessary to make this work the 'right'
+way, here are a couple of pointers to sites that should help you
+install the current AltosUI bits on your Windows 8 machine.
+
+## The official Microsoft link
+
+Here's a link to an official [Microsoft answer](http://answers.microsoft.com/en-us/windows/forum/windows_8-hardware/how-to-install-a-driver-that-does-not-contain/7c3f299b-3483-4c96-8c44-87c7451af222)
+for how you are supposed to get Windows 8 to install Windows 7 drivers.
+
+## An unofficial video link
+
+And here's a (more helpful in my opinion) [video](http://firstpost.com/topic/product/windows-8-how-to-fix-the-third-party-inf-does-not-contain-digital-sign-video-dlYGfJM2BJ0-91565-1.html)
+which will lead you through the necessary steps.
+
+Our friend, Bob Brown from the Kloudbusters used the video
+instructions and reports that things are working just fine now!