<?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>Hypoxic witterings &#187; Microsoft</title>
	<atom:link href="http://www.thinknuts.net/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinknuts.net</link>
	<description>Do mountains need rescuing that often?</description>
	<lastBuildDate>Wed, 15 Sep 2010 09:24:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Natural Ergonomic Keyboard 4000 and FreeBSD</title>
		<link>http://www.thinknuts.net/2009/01/12/microsoft-natural-ergonomic-keyboard-4000-and-freebsd/</link>
		<comments>http://www.thinknuts.net/2009/01/12/microsoft-natural-ergonomic-keyboard-4000-and-freebsd/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 14:57:15 +0000</pubDate>
		<dc:creator>Aled</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.thinknuts.net/?p=565</guid>
		<description><![CDATA[I have problems with keyboards. I&#8217;m fussy. If I don&#8217;t get fussy, my wrists complain. So at work, I prodded and was duly presented with my choice of natural keyboards and I ordered a Microsoft one. Although I don&#8217;t particularly like providing such a huge company with money (I like supporting the little guy) this [...]]]></description>
			<content:encoded><![CDATA[<p>I have problems with keyboards. I&#8217;m fussy. If I don&#8217;t get fussy, my wrists complain. So at work, I prodded and was duly presented with my choice of natural keyboards and I ordered <a href="http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=043" target="_blank">a Microsoft one</a>. Although I don&#8217;t particularly like providing such a huge company with money (I like supporting the little guy) this is a cracking good keyboard. The contact is firm and positive, not too loud, the layout is nice and you can elevate the -front- of the keyboard giving my wrists a far more natural alignment.</p>
<p>So when it arrived and I plugged it in, I was very happy&#8230;until I hit Alt-F2 which is the combination in KDE to bring up the &#8220;Run&#8230;&#8221; dialog box. Nothing happened. Hrm. Ctrl-Alt-F4 to try to change to a virtual terminal. Nothing. More frustrated attempts. Nothing. My F-keys didn&#8217;t work. And once I started fiddling, neither did the other keys, the &#8220;media&#8221; ones at the top etc. Damn. What&#8217;s going on here?</p>
<p>I&#8217;ll not go into too much detail (<a href="http://www.gentoo-wiki.info/HOWTO_Microsoft_Natural_Ergonomic_Keyboard_4000" target="_blank">this Gentoo page on this specific device</a> does that admirably) but it seems as though this keyboard is slightly odd on top of which the FreeBSD USB Keyboard driver has behaviour that clashes with it. So for those of you who find this via google and want to get your keyboard to work, someone has <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=116947&amp;cat=usb" target="_blank">raised a bug report and attached a patch</a> &#8211; it at least gets you back to the point where the F keys work &#8211; it will require compiling your kernel, though that&#8217;s not that challenging on FreeBSD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinknuts.net/2009/01/12/microsoft-natural-ergonomic-keyboard-4000-and-freebsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Group policy and Windows</title>
		<link>http://www.thinknuts.net/2006/06/09/group-policy-and-windows/</link>
		<comments>http://www.thinknuts.net/2006/06/09/group-policy-and-windows/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 15:04:00 +0000</pubDate>
		<dc:creator>Aled</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thinknuts.net/2006/06/09/group-policy-and-windows/</guid>
		<description><![CDATA[Apparently Microsoft have a bug in some of the logic that allows Windows to decide when to query group policies. Because group policies can affect themselves (effectively), there has to be a certain sequence of events to applying them. If this goes wrong Shit Happens. Symptoms are:

 Event 1058
 Event 1030
 With Userenv debug logging [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently Microsoft have a bug in some of the logic that allows Windows to decide when to query group policies. Because group policies can affect themselves (effectively), there has to be a certain sequence of events to applying them. If this goes wrong Shit Happens. Symptoms are:
<ul>
<li> Event 1058</li>
<li> Event 1030</li>
<li> With <a href="http://support.microsoft.com/kb/221833/">Userenv debug logging on</a>, you see lines like : USERENV(1d8.a84) 21:52:58:734 ProcessGPO: Couldn&#8217;t find the group policy template file &lt;\\<var>domain</var>.local\sysvol\<var>domain</var>.local\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini&gt;,error = 0&#215;5.</li>
</ul>
<p> The fix for it is twofold:
<ul>
<li> 1. Install SP1 for Windows Server 2003</li>
<li> Add a reg key as described in <a href="http://support.microsoft.com/?id=842804">MS KB Article 842804</a> </li>
</ul>
<p> Yes, this took a while to find and fix. Yes it&#8217;s bugged the hell out of me.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinknuts.net/2006/06/09/group-policy-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

