<?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>openSUSE Lizards &#187; Steffen Winterfeldt</title>
	<atom:link href="http://lizards.opensuse.org/author/snwint/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizards.opensuse.org</link>
	<description>Blogs and Ramblings of the openSUSE Members</description>
	<lastBuildDate>Mon, 07 Dec 2009 18:10:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bootloader gets chattier</title>
		<link>http://lizards.opensuse.org/2008/11/06/bootloader-gets-chattier/</link>
		<comments>http://lizards.opensuse.org/2008/11/06/bootloader-gets-chattier/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:54:19 +0000</pubDate>
		<dc:creator>Steffen Winterfeldt</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=273</guid>
		<description><![CDATA[Since openSUSE 11.0. we have some basic speech support in our bootloader. This enables visually impaired people to use the bootloader as there is usually no other output device available at that time (BIOS doesn&#8217;t really support braille displays).
It uses the PC-speaker for output (which has the benefit that you don&#8217;t need specialized sound drivers [...]]]></description>
			<content:encoded><![CDATA[<p>Since openSUSE 11.0. we have some basic speech support in our bootloader. This enables visually impaired people to use the bootloader as there is usually no other output device available at that time (BIOS doesn&#8217;t really support braille displays).</p>
<p>It uses the PC-speaker for output (which has the benefit that you don&#8217;t need specialized sound drivers for every hardware).</p>
<p>If you didn&#8217;t try it yet: press F9 at the boot screen.</p>
<p>I&#8217;ve reworked that a good deal in openSUSE 11.1 RC1 (2MB sound samples) and now it reads <strong>all</strong> menus and dialogs to you and spells all chars you enter in input dialogs (actually it speaks the char left from cursor).</p>
<p>The sound samples are pre-generated with espeak. But you are of course free to replace them with your own voice if you like that more. <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/11/06/bootloader-gets-chattier/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installation over serial line</title>
		<link>http://lizards.opensuse.org/2008/09/12/installation-over-serial-line/</link>
		<comments>http://lizards.opensuse.org/2008/09/12/installation-over-serial-line/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 13:42:53 +0000</pubDate>
		<dc:creator>Steffen Winterfeldt</dc:creator>
				<category><![CDATA[Base System]]></category>
		<category><![CDATA[Systems Management]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=178</guid>
		<description><![CDATA[It&#8217;s now possible to install openSUSE if you only have a serial line (without additional tricks). Our graphical bootloader frontend used to ignore serial input. That&#8217;s now (starting with 11.1 beta1) changed.
In the default setting it monitors com1/com2 (the first two bios configured serial ports) for input. Baud rate is autodetected (you have to press [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now possible to install openSUSE if you only have a serial line (without additional tricks). Our graphical bootloader frontend used to ignore serial input. That&#8217;s now (starting with 11.1 beta1) changed.</p>
<p>In the default setting it monitors com1/com2 (the first two bios configured serial ports) for input. Baud rate is autodetected (you have to press a few keys until it catches on). Output is sent to all lines it receives input from.</p>
<p>When it works, the first screen looks like:</p>
<p><span id="more-178"></span></p>
<blockquote><p>
openSUSE 11.1 installation</p>
<p>===  Main Menu  ===</p>
<p>Select a boot entry.</p>
<p>1) * Boot from Hard Disk<br />
2) Installation<br />
3) Repair Installed System<br />
4) Rescue System<br />
5) Check Installation Media<br />
6) Firmware Test<br />
7) Memory Test</p>
<p>&gt;  </p>
</blockquote>
<p>If two lines are not enough: it can work with up to four serial lines. You&#8217;ll just have to adjust these lines in gfxboot.cfg:</p>
<p><code>; serial line setup (up to four lines)<br />
; format: port,baud,dev<br />
;   - port: 0-3: first four BIOS serial lines (COM1-COM4); &gt;=4: I/O port (0x3f8)<br />
;   - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates &gt;= 9600)<br />
;   - dev: linux device name (e.g. ttyS0)<br />
; - all lines are set up with 8 bits, no parity, 1 stop bit<br />
; - if the bootloader also has a serial line setup, the port is<br />
;   automatically used<br />
serial.line0=0,0,ttyS0<br />
serial.line1=1,0,ttyS1<br />
serial.line2=<br />
serial.line3=<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/09/12/installation-over-serial-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FirmwareUpdateKit</title>
		<link>http://lizards.opensuse.org/2008/06/16/firmwareupdatekit/</link>
		<comments>http://lizards.opensuse.org/2008/06/16/firmwareupdatekit/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:39:50 +0000</pubDate>
		<dc:creator>Steffen Winterfeldt</dc:creator>
				<category><![CDATA[Systems Management]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=64</guid>
		<description><![CDATA[[PS. I coudn't resist. I just had to name the package '*Kit'.   ]
Need to do a firmware update with a DOS program?
Can get tricky if you don&#8217;t have a DOS system around. We used to provide a bootable floppy image for that in the past (package dosbootdisk). But who has a floppy drive [...]]]></description>
			<content:encoded><![CDATA[<p>[PS. I coudn't resist. I just <strong>had</strong> to name the package '*Kit'. <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ]</p>
<p>Need to do a firmware update with a DOS program?</p>
<p>Can get tricky if you don&#8217;t have a DOS system around. We used to provide a bootable floppy image for that in the past (package <a href="http://software.opensuse.org/search?baseproject=ALL&amp;p=1&amp;q=dosbootdisk">dosbootdisk</a>). But who has a floppy drive anyway?</p>
<p>So, here comes the new<a href="http://software.opensuse.org/search?baseproject=home:snwint&amp;q=FirmwareUpdateKit"><br />
FirmwareUpdateKit </a> package. Install it and run run, e.g. <code>fuk --grub foobar.exe</code> That&#8217;s it.  The next reboot gives you the option to start DOS and run foobar.exe.</p>
<p><tt>fuk</tt> can also create bootable ISOs and, of course, even floppy images.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/16/firmwareupdatekit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Find Your Monitor</title>
		<link>http://lizards.opensuse.org/2008/06/06/find-your-monitor/</link>
		<comments>http://lizards.opensuse.org/2008/06/06/find-your-monitor/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 12:07:17 +0000</pubDate>
		<dc:creator>Steffen Winterfeldt</dc:creator>
				<category><![CDATA[Systems Management]]></category>
		<category><![CDATA[YaST]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=47</guid>
		<description><![CDATA[Quite often I get bugreports that the hardware detection doesn&#8217;t find the monitor. Well, what should I do? We run a Video BIOS function for it, and if the BIOS can&#8217;t see the monitor, we&#8217;re out of luck.
But maybe not? It can well be that running BIOS code in Linux is not the best idea [...]]]></description>
			<content:encoded><![CDATA[<p>Quite often I get bugreports that the hardware detection doesn&#8217;t find the monitor. Well, what should I do? We run a Video BIOS function for it, and if the BIOS can&#8217;t see the monitor, we&#8217;re out of luck.</p>
<p>But maybe not? It can well be that running BIOS code in Linux is not the best idea either.</p>
<p>To shed some light I wrote a small (6.5k if you must know) <a href="http://software.opensuse.org/search?baseproject=home:snwint&amp;q=mdt"> DOS-program</a> and put it on a bootable CD. If that can&#8217;t detect the monitor it&#8217;s probably the BIOS&#8217;s fault, if it works blame, well, someone else. <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>On a side note, the program was created with the usual gcc. It&#8217;s really surprising what you can do with a nice include file and a linker script.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/06/find-your-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
