<?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>New Mexico GNU &#38; Linux User Group</title>
	<atom:link href="http://nmglug.org/feed" rel="self" type="application/rss+xml" />
	<link>http://nmglug.org</link>
	<description>We are a user group dedicated to the use of the GNU/Linux Operating System and other Free  Software</description>
	<lastBuildDate>Sun, 28 Oct 2012 06:14:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>What&#8217;s this Flashrom thing?</title>
		<link>http://nmglug.org/archives/856</link>
		<comments>http://nmglug.org/archives/856#comments</comments>
		<pubDate>Sun, 28 Oct 2012 06:14:02 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[coreboot]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[x60x]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=856</guid>
		<description><![CDATA[&#8220;Updating your BIOS&#8221; has a tendency to be a bit of a white-knuckle chore. Fraught with opportunity to use lots of non-free legacy tools and even if you make an effort to use all free software the actual flashing tool (not to mention the code in the BIOS firmware that you are flashing.) is historically <a href='http://nmglug.org/archives/856' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&#8220;Updating your BIOS&#8221; has a tendency to be a bit of a white-knuckle chore. Fraught with opportunity to use lots of non-free legacy tools and even if you <a href="http://jasonschaefer.com/flashing-a-bios-update-using-only-free-tools-freedos/">make an effort to use all free software</a> the actual flashing tool (not to mention the code in the BIOS firmware that you are flashing.) is historically non-free software. owflash32.exe? Sounds like something that would make me want to install clamav <img src='http://nmglug.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well, my free software loving friends, that doesn&#8217;t have to be the case! You can use<br />
<a href="http://flashrom.org"><img align=center src="http://www.coreboot.org/images/a/ae/Chip_tools.png"> Flashrom </a><br />
<br />
Developed by the same crowd that brought you coreboot; flashrom&#8217;s a tool that can read, write and erase flash chips like the ones that typically hold the BIOS image on a motherboard. Sort of like that brikflash32.exe that you used to download from your motherboard vendor, except instead of needing to find that 15 year old bootable floppy disk, it&#8217;s just an apt-get away. And you don&#8217;t even need to reboot. When things go well it&#8217;s as easy as:</p>
<p><code>#flashrom -p internal -w newbios.rom</code></p>
<p>You do still want to pay attention, as of course if you do manage to improperly flash the chip, it can be difficult or even impossible to recover. But flashrom is pretty good about keeping you out of that situation. While the software has no mechanism to verify that the image you&#8217;re trying to flash is appropriate for your board; it does automatically verify that your source file and the chip&#8217;s image match exactly and gives very clear feedback <a href="http://samnoble.org/x60/FAILED_flashrom.log">if anything goes wrong.</a></p>
<p><code>Uh oh. Erase/write failed. Checking if anything changed.<br />
Your flash chip is in an unknown state.<br />
Get help on IRC at chat.freenode.net (channel #flashrom) or<br />
mail flashrom@flashrom.org with the subject "FAILED: <your board name>"!<br />
-------------------------------------------------------------------------------<br />
DO NOT REBOOT OR POWEROFF!<br />
</code></p>
<p>Just Kidding! that _never_ happens. (Or at least not often, unless you use the &#8220;&#8211;programmer internal:laptop=force_I_want_a_brick&#8221; option (not kidding that time.)</p>
<p>Unfortunately flashrom will refuse to flash most laptops, as the extra bit of hardware that laptops have, the &#8220;Embedded Controller&#8221; that handles battery charging and blinkenlights is often intermingled with the BIOS in undocumented and crash-prone ways.<br />
You may have seen, that <a href="http://nmglug.org/archives/date/2012/08">I&#8217;m excited to get coreboot running on some laptops.</a> And that flashrom needs it&#8217;s hand held a bit to work in that situation. I&#8217;ll tell you that story some time too.  (spoiler: <a href="http://samnoble.org/t601952CTO/coreboot.config">it&#8217;s working</a>)</p>
<p>But the next time you&#8217;re flashing a Desktop BIOS; or did I mention it also works great for updating the firmware on things like RAID controllers or updating the bootrom on your NIC? Give it a try; or haul that machine to the next <a href="/meetings">glug meeting</a>, and we&#8217;ll lend some cheerful and wreckless encouragement.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/856/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coreboot BIOS on lenovo x60 tablet</title>
		<link>http://nmglug.org/archives/838</link>
		<comments>http://nmglug.org/archives/838#comments</comments>
		<pubDate>Fri, 17 Aug 2012 03:55:58 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[coreboot]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[x60x]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=838</guid>
		<description><![CDATA[Coreboot (formerly known as LinuxBIOS) is a free software project aimed at replacing the proprietary BIOS firmware with a free system for loading and running the operating system. There are very few laptops available that are able to run properly when flashed with coreboot. Sam has found a lenovo x60 6365CTO tablet and will attempt <a href='http://nmglug.org/archives/838' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://coreboot.org">Coreboot (formerly known as LinuxBIOS) </a> is a free software project aimed at replacing the proprietary BIOS firmware with a free system for loading and running the operating system.<br />
There are very few laptops available that are able to run properly when flashed with coreboot. Sam has found a <a href="http://samnoble.org/x60tablet6365CTO">lenovo x60 6365CTO</a> tablet and will attempt to use a program called <a href="http://flashrom.org">flashrom</a> to put Coreboot (with a <a href="http://www.coreboot.org/SeaBIOS">SeaBIOS</a> payload) on this machine.<br />
Unfortunately due to limitations of the IBM/Lenovo factory BIOS, flashrom can not detect which of the many flash chips that were used in the various revisions of these machines is present. At least not with enough specificity to be confident that the flash will be correct. So the solution is to disassembble the laptop and identify the chip visually!</p>
<p>At tonights meeting we w<a href="http://nmglug.org/wp-content/uploads/2012/08/lenovo-x60-tablet-coreboot.jpg" rel="shadowbox[sbpost-838];player=img;"><img class="size-medium wp-image-841 alignleft" style="border: 10px solid black;" title="lenovo-x60-tablet-coreboot" src="http://nmglug.org/wp-content/uploads/2012/08/lenovo-x60-tablet-coreboot-300x225.jpg" alt="" width="300" height="225" /></a>orked taking apart the x60 tablet. Sam and Rob (Jason helped some too) dug into the tablet and stripped it all the way down to the motherboard. It was even harder to find the actual bios chip, as we did not know where it would be located on the board. We did know that it would be a SOIC8 chip (8 pins connecting to the motherboard) with extremely small writing on it.</p>
<p>Eventually we found a likely part, but after scraping off a sticker (we&#8217;ll assume it had a factory bios revision level or some such on it.) Sam declared; &#8220;That&#8217;s not it, it is supposed to have some writing on it.&#8221;  The markings are that feint.<br />
After lots of straining with a magnifier we deciphered &#8220;SST25VF016B&#8221;. <a href="http://nmglug.org/wp-content/uploads/2012/08/SST25VF016B_lenovo-x60.jpg" rel="shadowbox[sbpost-838];player=img;"><img class="alignright size-medium wp-image-845" style="border: 10px solid black;" title="SST25VF016B_lenovo-x60" src="http://nmglug.org/wp-content/uploads/2012/08/SST25VF016B_lenovo-x60-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Hurray, a known part supported by flashrom!<br />
&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/838/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teardown and repair attempt on the &#8220;Breadbox&#8221;</title>
		<link>http://nmglug.org/archives/342</link>
		<comments>http://nmglug.org/archives/342#comments</comments>
		<pubDate>Fri, 24 Feb 2012 23:40:04 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[breadbox]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=342</guid>
		<description><![CDATA[&#160; The glug&#8217;s original kiosk machine for the Baking Company, &#8220;the breadbox&#8221; has been out of commision for quite a while now. But the replacement machine, is still a popular attraction and it&#8217;s not so cool when it consistently crashes. There&#8217;s suspicion that the problem is an overheating GPU on the motherboard, so during this <a href='http://nmglug.org/archives/342' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><a title="By Seth Anderson from Chicago, us (Computer Repair LED  Uploaded by Gary Dee) [CC-BY-SA-2.0 (www.creativecommons.org/licenses/by-sa/2.0)], via Wikimedia Commons" href="http://commons.wikimedia.org/wiki/File%3AComputer_Repair_LED.jpg" rel="shadowbox[sbpost-342];player=img;"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Computer_Repair_LED.jpg/512px-Computer_Repair_LED.jpg" alt="Computer Repair LED" width="512" /></a></p>
<p>&nbsp;</p>
<p>The glug&#8217;s original kiosk machine for the Baking Company, &#8220;the breadbox&#8221; has been out of commision for quite a while now.</p>
<p>But the replacement machine, is still a popular attraction and it&#8217;s not so cool when it consistently crashes.</p>
<p>There&#8217;s suspicion that the problem is an overheating GPU on the motherboard, so during this meeting we&#8217;ll be cleaning it up a bit, and trying to manage any cooling issues, maybe with a new fan or two, and probably installing a seperate video card.</p>
<p>So bring a screwdriver and some canned air (or just eat some legumes), and come be part of the fun!</p>
<p><a href="http://nmglug.org/events/glug-meeting-35">Thursday the 1st of March at SFBC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/342/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>site theme update and upgrade to wp 3.3.1</title>
		<link>http://nmglug.org/archives/325</link>
		<comments>http://nmglug.org/archives/325#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:10:41 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=325</guid>
		<description><![CDATA[This news section is absolutely riveting. To add to the excitement, I would like to announce: this site is now all up-to-date and I am in process of updating the design.. yay.]]></description>
				<content:encoded><![CDATA[<p>This news section is absolutely riveting. To add to the excitement, I would like to announce: this site is now all up-to-date and I am in process of updating the design.. yay.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/325/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssl enabled..</title>
		<link>http://nmglug.org/archives/72</link>
		<comments>http://nmglug.org/archives/72#comments</comments>
		<pubDate>Mon, 28 Feb 2011 06:16:08 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=72</guid>
		<description><![CDATA[At the last meeting, Mars pointed out that nmglug had no ssl for login and registrations.. oops. Its setup now.. Its self signed so ignore the warnings.. Whats important is that its encrypted. I set define(&#39;FORCE_SSL_ADMIN&#39;, &#39;true&#39;); in wp-config.php so its enforced for all login and registration pages. &#160;]]></description>
				<content:encoded><![CDATA[<p>At the last meeting, Mars pointed out that nmglug had no ssl for login and registrations.. oops. Its setup now.. Its self signed so ignore the warnings.. Whats important is that its encrypted. I set define(&#39;FORCE_SSL_ADMIN&#39;, &#39;true&#39;); in wp-config.php so its enforced for all login and registration pages.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next meeting widget</title>
		<link>http://nmglug.org/archives/55</link>
		<comments>http://nmglug.org/archives/55#comments</comments>
		<pubDate>Wed, 03 Nov 2010 18:09:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=55</guid>
		<description><![CDATA[I had plans to build a widget to track our next meeting. Then I realized I don&#8217;t have a lot of time and it would require work&#8230; Also, why re-invent the wheel when someone else has already done the work. Events Manager is extrememly full featured. It even has feeds! Hope to see you at <a href='http://nmglug.org/archives/55' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>I had plans to build a widget to track our next meeting. Then I realized I don&#8217;t have a lot of time and it would require work&#8230; Also, why re-invent the wheel when someone else has already done the work. <a href="http://wordpress.org/extend/plugins/events-manager/">Events Manager</a> is extrememly full featured. It even has <a href="http://nmglug.org/events/rss/">RSS</a> feeds! Hope to see you at the next meeting..</p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/55/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New website!! Its wordpress? So you can also contribute!</title>
		<link>http://nmglug.org/archives/24</link>
		<comments>http://nmglug.org/archives/24#comments</comments>
		<pubDate>Thu, 02 Sep 2010 19:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://nmglug.org/?p=24</guid>
		<description><![CDATA[Its official, a new site for nmglug.org, complete with new hosting (dreamhost virtual private server, so we have root). Of course, its not all ready. The theme needs work, the site needs content. What has been done? The mail list archives have been imported to the new mailman (some very recent emails are lost:-(). A <a href='http://nmglug.org/archives/24' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>Its official, a new site for <a href="http://nmglug.org">nmglug.org</a>, complete with new hosting (dreamhost virtual private server, so we have root). Of course, its not all ready. The theme needs work, the site needs content. What has been done? The <a href="http://lists.nmglug.org/pipermail/nmglug-nmglug.org/">mail list archives</a> have been imported to the new <a href="http://lists.nmglug.org/listinfo.cgi">mailman</a> (some very recent emails are lost:-(). A <a href="http://wordpress.org">framework</a> is in place for people to spring into action, <a href="http://nmglug.org/wp-login.php?action=register">register</a> and make this site the next <a href="http://slashdot.org">slashdot</a>. woot</p>
]]></content:encoded>
			<wfw:commentRss>http://nmglug.org/archives/24/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  nmglug.org/feed ) in 1.49266 seconds, on Jun 19th, 2013 at 7:20 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jun 19th, 2013 at 8:20 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  nmglug.org/feed ) in 0.00062 seconds, on Jun 19th, 2013 at 8:05 am UTC. -->