<?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>blog.openwww.org &#187; gnu/linux</title>
	<atom:link href="http://blog.openwww.org/category/technology/gnulinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openwww.org</link>
	<description>Die kleine Welt der Meinungsfreiheit</description>
	<lastBuildDate>Mon, 01 Feb 2010 13:53:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IP-Tables Hilfe</title>
		<link>http://blog.openwww.org/2006/11/21/ip-tables-hilfe/</link>
		<comments>http://blog.openwww.org/2006/11/21/ip-tables-hilfe/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:28:37 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2006/11/21/ip-tables-hilfe/</guid>
		<description><![CDATA[http://iptables-tutorial.frozentux.net/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://iptables-tutorial.frozentux.net/">http://iptables-tutorial.frozentux.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2006/11/21/ip-tables-hilfe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love gentoo</title>
		<link>http://blog.openwww.org/2006/11/08/i-love-gentoo/</link>
		<comments>http://blog.openwww.org/2006/11/08/i-love-gentoo/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 22:19:16 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2006/11/08/i-love-gentoo/</guid>
		<description><![CDATA[Das wollte ich jetzt noch ganz kurz anmerken.
]]></description>
			<content:encoded><![CDATA[<p>Das wollte ich jetzt noch ganz kurz anmerken.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2006/11/08/i-love-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>diskless client findet keinen tftp server</title>
		<link>http://blog.openwww.org/2006/03/07/diskless-client-findet-keinen-tftp-server/</link>
		<comments>http://blog.openwww.org/2006/03/07/diskless-client-findet-keinen-tftp-server/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 09:13:02 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2006/03/07/diskless-client-findet-keinen-tftp-server/</guid>
		<description><![CDATA[Nach einer stage4-Neuinstallation auf Grund eines Festplattencrashs an meinem Netzwerkserver funktionierten die Diskless -Clients nicht mehr. Wie aufwendige Fehlersuche ergab, fanden sie keinen tftp Server f&#252;r den Download der Inifiles f&#252;r grub. Mit folgender Erweiterung im dhcp &#8211; Server habe ich das Problem gel&#246;st.
next-server 192.168.77.254;
option option-150 "/boot/grub.lst";
filename "boot/pxegrub"
Wieso das pl&#246;tzlich ein  Problem ist habe [...]]]></description>
			<content:encoded><![CDATA[<p>Nach einer stage4-Neuinstallation auf Grund eines Festplattencrashs an meinem Netzwerkserver funktionierten die Diskless -Clients nicht mehr. Wie aufwendige Fehlersuche ergab, fanden sie keinen tftp Server f&#252;r den Download der Inifiles f&#252;r grub. Mit folgender Erweiterung im dhcp &#8211; Server habe ich das Problem gel&#246;st.</p>
<p><code>next-server 192.168.77.254;<br />
option option-150 "/boot/grub.lst";<br />
filename "boot/pxegrub"</code></p>
<p>Wieso das pl&#246;tzlich ein  Problem ist habe ich allerdings nicht herausgefunden.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2006/03/07/diskless-client-findet-keinen-tftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving from gcc 3.3 to 3.4</title>
		<link>http://blog.openwww.org/2005/12/06/moving-from-gcc-33-to-34/</link>
		<comments>http://blog.openwww.org/2005/12/06/moving-from-gcc-33-to-34/#comments</comments>
		<pubDate>Tue, 06 Dec 2005 12:34:13 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/12/06/moving-from-gcc-33-to-34/</guid>
		<description><![CDATA[If the loading of new modules fails afterwards, you have to recompile your entire kernel. This is necessary because modules compiled with gcc3.4 cannot be loaded to a kernel compiled with 3.3.
]]></description>
			<content:encoded><![CDATA[<p>If the loading of new modules fails afterwards, you have to recompile your entire kernel. This is necessary because modules compiled with gcc3.4 cannot be loaded to a kernel compiled with 3.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/12/06/moving-from-gcc-33-to-34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ausarbeitung DRM-Seminar</title>
		<link>http://blog.openwww.org/2005/11/14/ausarbeitung-drm-seminar/</link>
		<comments>http://blog.openwww.org/2005/11/14/ausarbeitung-drm-seminar/#comments</comments>
		<pubDate>Mon, 14 Nov 2005 01:01:07 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/11/14/ausarbeitung-drm-seminar/</guid>
		<description><![CDATA[Nach ein wenig Arbeit bin ich jetzt mit meinem DRM-Seminar fertig. Leider traue ich mich nicht es zu ver&#246;ffentlichen. Ich habe zwar nur allgemein zug&#228;ngliche Quellen verwendet, aber ich m&#246;chte mein Geld lieber f&#252;r was anderes verwenden als es f&#252;r einen Abmahnprozess auszugeben.
Auszug aus dem Inhaltsverzeichnis:

Was ist und wof&#252;r wird CSS verwendet?
Voraussetzungen

Player
DVD
Secret Key


Der CSS Stream [...]]]></description>
			<content:encoded><![CDATA[<p>Nach ein wenig Arbeit bin ich jetzt mit meinem DRM-Seminar fertig. Leider traue ich mich nicht es zu ver&#246;ffentlichen. Ich habe zwar nur allgemein zug&#228;ngliche Quellen verwendet, aber ich m&#246;chte mein Geld lieber f&#252;r was anderes verwenden als es f&#252;r einen Abmahnprozess auszugeben.</p>
<p>Auszug aus dem Inhaltsverzeichnis:</p>
<ol>
<li>Was ist und wof&#252;r wird CSS verwendet?</li>
<li>Voraussetzungen
<ol>
<li>Player</li>
<li>DVD</li>
<li>Secret Key</li>
</ol>
</li>
<li>Der CSS Stream Algorithmus zur Datenverschl&#252;sselung
<ol>
<li>Psydo Bit Stream Generator</li>
<li>table based substitution</li>
</ol>
</li>
<li>Der CSS Key-Encryption Algorithmus
<ol>
<li>Key Ver- und Entschl&#252;sselung</li>
</ol>
</li>
<li>Das CSS Verfahren
<ol>
<li>Disk Key</li>
<li>Title Key</li>
<li>Daten entschl&#252;sseln</li>
<li>Authentifizierung zwischen Laufwerk und Dekoder
<ul>
<li>AGID</li>
<li>Authentifizierung des Laufwerks gegen den Decoder</li>
<li>Authentifizierung des Decoders gegen das Laufwerk</li>
<li>Session Key</li>
</ul>
</li>
<li>Region Code</li>
</ol>
</li>
<li>Die Schw&#228;chen von CSS
<ol>
<li>Hintergrund</li>
<li>Reverse Engineering</li>
<li>Known plain text attacken auf den Streamcipher</li>
</ol>
</li>
<li>Die Zukunft</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/11/14/ausarbeitung-drm-seminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery2 online</title>
		<link>http://blog.openwww.org/2005/10/25/gallery2-online/</link>
		<comments>http://blog.openwww.org/2005/10/25/gallery2-online/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 13:16:42 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/10/25/gallery2-online/</guid>
		<description><![CDATA[Habe heute meinen neue Photogallerie online gestellt. Eine Gallery2! Funktioniert nach einigen Anpassungen jetzt auch mit PHP im safe_mode Modus. Zwar ohne imagemagick, aber daf&#252;r mit GD. Und das reicht mir. Leichte Probleme gibt es zwar mit Zeit&#252;berschreitungen aber das l&#228;sst sich ja einfach durch weniger Files umgehen.
Wieso die bei dem Gallery Club so ein [...]]]></description>
			<content:encoded><![CDATA[<p>Habe heute meinen neue Photogallerie online gestellt. Eine <a href="http://gallery.menalto.com/">Gallery2</a>! Funktioniert nach einigen Anpassungen jetzt auch mit PHP im safe_mode Modus. Zwar ohne imagemagick, aber daf&#252;r mit GD. Und das reicht mir. Leichte Probleme gibt es zwar mit Zeit&#252;berschreitungen aber das l&#228;sst sich ja einfach durch weniger Files umgehen.<br />
Wieso die bei dem Gallery Club so ein Geschiss mit dem safe_mode machen ist mir allerdings r&#228;tselhaft. Machen ein wirklich tolles Programm und vergraulen sich dann die Nutzer mit Pedanterie.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/10/25/gallery2-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>security :: md5deep</title>
		<link>http://blog.openwww.org/2005/10/17/security-md5deep/</link>
		<comments>http://blog.openwww.org/2005/10/17/security-md5deep/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 17:24:29 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/10/17/security-md5deep/</guid>
		<description><![CDATA[If you need md5 hashes for complete directory trees, have a look at md5deep.
]]></description>
			<content:encoded><![CDATA[<p>If you need md5 hashes for complete directory trees, have a look at <a href="http://md5deep.sourceforge.net/">md5deep</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/10/17/security-md5deep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>loop encryption problem</title>
		<link>http://blog.openwww.org/2005/09/26/loop-encryption-problem/</link>
		<comments>http://blog.openwww.org/2005/09/26/loop-encryption-problem/#comments</comments>
		<pubDate>Mon, 26 Sep 2005 18:47:50 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/09/26/loop-encryption-problem/</guid>
		<description><![CDATA[gentoo problem:
icebird ~ # mount -t reiserfs /dev/hdc1 /secure/ -o loop,encryption=XXX
Password:

Error: Password must be at least 20 characters.
Just recompile:
ACCEPT_KEYWORDS="~x86" emerge "=util-linux-2.12i-r1"
I think this should only be a temporary solution. rebuild your encrypted partition with a correct password!
Perhaps a interesting link:
 http://bugs.gentoo.org/show_bug.cgi?id=107680#c20
]]></description>
			<content:encoded><![CDATA[<p>gentoo problem:</p>
<pre>icebird ~ # mount -t reiserfs /dev/hdc1 /secure/ -o loop,encryption=XXX
Password:

Error: Password must be at least 20 characters.</pre>
<p>Just recompile:<br />
<code>ACCEPT_KEYWORDS="~x86" emerge "=util-linux-2.12i-r1"</code></p>
<p>I think this should only be a temporary solution. rebuild your encrypted partition with a correct password!</p>
<p>Perhaps a interesting link:<br />
<a href=" http://bugs.gentoo.org/show_bug.cgi?id=107680#c20"> http://bugs.gentoo.org/show_bug.cgi?id=107680#c20</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/09/26/loop-encryption-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux :: eclipse with big ram systems</title>
		<link>http://blog.openwww.org/2005/06/30/linux-eclipse-with-big-ram-systems/</link>
		<comments>http://blog.openwww.org/2005/06/30/linux-eclipse-with-big-ram-systems/#comments</comments>
		<pubDate>Thu, 30 Jun 2005 00:29:55 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/06/30/linux-eclipse-with-big-ram-systems/</guid>
		<description><![CDATA[if you have more than 300 MB RAM you schould think of telling eclipse to use it. This can be done with the following command:
eclipse -vmargs -Xmx900MB
]]></description>
			<content:encoded><![CDATA[<p>if you have more than 300 MB RAM you schould think of telling eclipse to use it. This can be done with the following command:<br />
<code>eclipse -vmargs -Xmx900MB</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/06/30/linux-eclipse-with-big-ram-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux :: imaps certificate</title>
		<link>http://blog.openwww.org/2005/04/20/linux-imaps-certificate/</link>
		<comments>http://blog.openwww.org/2005/04/20/linux-imaps-certificate/#comments</comments>
		<pubDate>Wed, 20 Apr 2005 21:01:39 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/04/20/linux-imaps-certificate/</guid>
		<description><![CDATA[to build a imaps certificate just habe a look at this page: http://portal.suse.com/sdb/en/2003/05/imap_ssl.html
]]></description>
			<content:encoded><![CDATA[<p>to build a imaps certificate just habe a look at this page: <a href="http://portal.suse.com/sdb/en/2003/05/imap_ssl.html">http://portal.suse.com/sdb/en/2003/05/imap_ssl.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/04/20/linux-imaps-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php :: session entries may not be named &#8216;name&#8217;</title>
		<link>http://blog.openwww.org/2005/01/16/php-session-entries-may-not-be-named-name/</link>
		<comments>http://blog.openwww.org/2005/01/16/php-session-entries-may-not-be-named-name/#comments</comments>
		<pubDate>Sun, 16 Jan 2005 21:48:36 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2005/01/16/php-session-entries-may-not-be-named-name/</guid>
		<description><![CDATA[if you name your session entry &#8216;name&#8217; ugly things will happen. this is solved in php 4.3 but with 4.2 it is disturbing you session system.
]]></description>
			<content:encoded><![CDATA[<p>if you name your session entry &#8216;name&#8217; ugly things will happen. this is solved in php 4.3 but with 4.2 it is disturbing you session system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2005/01/16/php-session-entries-may-not-be-named-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mencoder :: xvid compression multipass</title>
		<link>http://blog.openwww.org/2004/11/30/mencoder-xvid-compression-multipass/</link>
		<comments>http://blog.openwww.org/2004/11/30/mencoder-xvid-compression-multipass/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 17:01:32 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/30/mencoder-xvid-compression-multipass/</guid>
		<description><![CDATA[Sometimes it is necessary to compress video. My preferred codec is XviD, because its GPL.
With the following script the 2 pass encoding is done automatic.
#!/bin/bash
bitrate=$3
infile=$1
outfile=$2-xvid-$bitrate.avi

# Audio preprocessing
mencoder $infile -ovc frameno -oac mp3lame -lameopts vbr=3 -o frameno.avi -quiet

# 2pass
mencoder $infile -ovc xvid -xvidencopts bitrate=$bitrate:pass=1 \
 -vf pp=tn/lb/hb/vb -oac copy -o /dev/null
mencoder $infile -ovc xvid -xvidencopts bitrate=$bitrate:pass=2 [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is necessary to compress video. My preferred codec is XviD, because its GPL.<br />
With the following script the 2 pass encoding is done automatic.</p>
<pre>#!/bin/bash
bitrate=$3
infile=$1
outfile=$2-xvid-$bitrate.avi

# Audio preprocessing
mencoder $infile -ovc frameno -oac mp3lame -lameopts vbr=3 -o frameno.avi -quiet

# 2pass
mencoder $infile -ovc xvid -xvidencopts bitrate=$bitrate:pass=1 \
 -vf pp=tn/lb/hb/vb -oac copy -o /dev/null
mencoder $infile -ovc xvid -xvidencopts bitrate=$bitrate:pass=2 \
 -vf pp=tn/lb/hb/vb -oac copy -o $outfile

# remove trash
rm -f frameno.avi xvid-twopass.stats</pre>
<p>call it with <code>./xvid.sh inputfilename outputfilename bitrate</code>.<br />
It needs twice as long as normal compression but the result is quite better.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/30/mencoder-xvid-compression-multipass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>palm :: visor module needed</title>
		<link>http://blog.openwww.org/2004/11/13/palm-visor-module-needed/</link>
		<comments>http://blog.openwww.org/2004/11/13/palm-visor-module-needed/#comments</comments>
		<pubDate>Sat, 13 Nov 2004 00:11:16 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/13/palm-visor-module-needed/</guid>
		<description><![CDATA[add the following to your kernel
Device Drivers  --->
  USB support  --->
    USB Serial Converter support  --->
       USB Serial Converter support
      [*]   USB Generic Serial Driver
         USB Handspring [...]]]></description>
			<content:encoded><![CDATA[<p>add the following to your kernel</p>
<pre>Device Drivers  --->
  USB support  --->
    USB Serial Converter support  --->
      <m> USB Serial Converter support
      [*]   USB Generic Serial Driver
      <m>   USB Handspring Visor / Palm m50x / Sony Clie Driver </pre>
<p>now hope that your hotplugging is properly installed. maybe you must make /dev/usb/tty/* readable with chmod 666 /dev/usb/tty/*. now if you connct the palm or what ever to your usb port and pressed the hotsync button, the visor and the usbserial modules shuold be loaded and the sync should start.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/13/palm-visor-module-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kernel :: usb serial device</title>
		<link>http://blog.openwww.org/2004/11/12/kernel-usb-serial-device/</link>
		<comments>http://blog.openwww.org/2004/11/12/kernel-usb-serial-device/#comments</comments>
		<pubDate>Fri, 12 Nov 2004 23:59:15 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/12/kernel-usb-serial-device/</guid>
		<description><![CDATA[with devfs used for example in gentoo the location of the USB Serial devices has changed. they are now found at /dev/usb/tty/*
]]></description>
			<content:encoded><![CDATA[<p>with devfs used for example in gentoo the location of the USB Serial devices has changed. they are now found at /dev/usb/tty/*</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/12/kernel-usb-serial-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cups :: network printing</title>
		<link>http://blog.openwww.org/2004/11/10/cups-network-printing/</link>
		<comments>http://blog.openwww.org/2004/11/10/cups-network-printing/#comments</comments>
		<pubDate>Wed, 10 Nov 2004 22:27:03 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/10/cups-network-printing/</guid>
		<description><![CDATA[to use cups just start the cups deamon. then point your browser to localhost:631 . there you can add your printers to cups. most printers need special drivers, that need to be installed:
*  net-print/hpijs
      Homepage:    http://hpinkjet.sourceforge.net/
      Description: The HP Inkjet server [...]]]></description>
			<content:encoded><![CDATA[<p>to use cups just start the cups deamon. then point your browser to localhost:631 . there you can add your printers to cups. most printers need special drivers, that need to be installed:</p>
<pre>*  net-print/hpijs
      Homepage:    http://hpinkjet.sourceforge.net/
      Description: The HP Inkjet server for Ghostscript. Provides best output for
                   HP Inkjet Printers and some LaserJets
      License:     BSD

*  net-print/hpoj
      Homepage:    http://hpoj.sourceforge.net/
      Description: HP OfficeJet Linux driver
      License:     GPL-2

*  net-print/pup
      Homepage:    http://pup.sourceforge.net/
      Description: Printer Utility Program, setup &#038; maintenance for certain
                   Lexmark &#038; HP printers
      License:     GPL-2
</pre>
<p>but the most important parts are:</p>
<pre>*  net-print/foomatic
      Homepage:    http://www.linuxprinting.org/foomatic.html
      Description: The Foomatic printing meta package
      License:     GPL-2

*  net-print/foomatic-db
      Homepage:    http://www.linuxprinting.org/foomatic
      Description: Foomatic printer database
      License:     GPL-2

*  net-print/foomatic-db-engine
      Homepage:    http://www.linuxprinting.org/foomatic
      Description: Foomatic printer database engine
      License:     GPL-2

*  net-print/foomatic-filters
      Homepage:    http://www.linuxprinting.org/foomatic
      Description: Foomatic wrapper scripts
      License:     GPL-2
</pre>
<p>With these installed all printers should be usable.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/10/cups-network-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dvb :: driver for hauppauge dvbs nexus</title>
		<link>http://blog.openwww.org/2004/11/08/dvb-driver-for-hauppauge-dvbs-nexus/</link>
		<comments>http://blog.openwww.org/2004/11/08/dvb-driver-for-hauppauge-dvbs-nexus/#comments</comments>
		<pubDate>Mon, 08 Nov 2004 14:37:52 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/08/dvb-driver-for-hauppauge-dvbs-nexus/</guid>
		<description><![CDATA[cardspezification:
0000:01:07.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH Technotrend/Hauppauge DVB card rev2.1
        Flags: bus master, medium devsel, latency 32, IRQ 16
        Memory at df002000 (32-bit, non-prefetchable)

Needed modules:
Multimedia devices  --->
 [...]]]></description>
			<content:encoded><![CDATA[<p>cardspezification:</p>
<pre>0000:01:07.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH Technotrend/Hauppauge DVB card rev2.1
        Flags: bus master, medium devsel, latency 32, IRQ 16
        Memory at df002000 (32-bit, non-prefetchable)
</pre>
<p>Needed modules:</p>
<pre>Multimedia devices  --->
  Digital Video Broadcasting Devices  --->
    <*>   DVB Core Support
    <*> STV0299 based DVB-S frontend (QPSK)
    [*] DVB For Linux
    <*> AV7110 cards
    [*]   Compile AV7110 firmware into the driver
    (/usr/lib/hotplug/firmware/dvb-ttpci-01.fw-261c) Full pathname of av7110 firmware file
    [*]   AV7110 OSD support
</pre>
<p>I build them into the kernel but of course you may use [M] as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/08/dvb-driver-for-hauppauge-dvbs-nexus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xorg :: mouse wheel</title>
		<link>http://blog.openwww.org/2004/11/08/xorg-mouse-wheel/</link>
		<comments>http://blog.openwww.org/2004/11/08/xorg-mouse-wheel/#comments</comments>
		<pubDate>Mon, 08 Nov 2004 13:22:00 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/08/xorg-mouse-wheel/</guid>
		<description><![CDATA[to get the mouse wheel working with xorg u have to add to your xorg.conf in Section:
Section "InputDevice"
   Identifier  "Mouse1"

the following code:
file: xorg.conf
   Option "Protocol"    "IMPS/2"
   Option "ZAxisMapping"   "4 5"
   Option   "Buttons"  "7"

Now restart xorg and your mouse [...]]]></description>
			<content:encoded><![CDATA[<p>to get the mouse wheel working with xorg u have to add to your xorg.conf in Section:</p>
<pre>Section "InputDevice"
   Identifier  "Mouse1"
</pre>
<p>the following code:</p>
<pre>file: xorg.conf
   Option "Protocol"    "IMPS/2"
   Option "ZAxisMapping"   "4 5"
   Option   "Buttons"  "7"
</pre>
<p>Now restart xorg and your mouse wheel will be available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/08/xorg-mouse-wheel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gentoo :: problems with nvidia &gt;5336</title>
		<link>http://blog.openwww.org/2004/11/08/gentoo-problems-with-nvidia-5336/</link>
		<comments>http://blog.openwww.org/2004/11/08/gentoo-problems-with-nvidia-5336/#comments</comments>
		<pubDate>Mon, 08 Nov 2004 09:57:47 +0000</pubDate>
		<dc:creator>Kai Römer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>

		<guid isPermaLink="false">http://blog.openwww.org/2004/11/08/gentoo-problems-with-nvidia-5336/</guid>
		<description><![CDATA[after gentoo updated the nvidia driver xorg doesnt start. because i couldnt find the error i am back to 5335. because this driver version is not fully compatible to kernel 2.6.9 i had to add the following:
file: nv.c
unsigned int __VMALLOC_RESERVE;

after this change the nvidia.ko module can be loaded to the kernel.
]]></description>
			<content:encoded><![CDATA[<p>after gentoo updated the nvidia driver xorg doesnt start. because i couldnt find the error i am back to 5335. because this driver version is not fully compatible to kernel 2.6.9 i had to add the following:</p>
<pre>file: nv.c
unsigned int __VMALLOC_RESERVE;
</pre>
<p>after this change the nvidia.ko module can be loaded to the kernel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openwww.org/2004/11/08/gentoo-problems-with-nvidia-5336/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
