<?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>mcBachmann.de TechBlog &#187; hardy</title>
	<atom:link href="http://blog.mcbachmann.de/tag/hardy/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firefox: Flash and Sound (Update)</title>
		<link>http://blog.mcbachmann.de/linux/firefox-flash-and-sound</link>
		<comments>http://blog.mcbachmann.de/linux/firefox-flash-and-sound#comments</comments>
		<pubDate>Fri, 12 Sep 2008 12:34:21 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=46</guid>
		<description><![CDATA[Update: In Intrepid Ibex this package is now called flashplugin-nonfree-extrasound. Hi, as some of you may have already recognized, in Ubuntu Hardy, normale sound applications and Flash in Firefox don&#8217;t play well. For example: if you first start Rhythmbox, hear some music and later run Firefox to watch some Youtube it plays without sound. This [...]]]></description>
			<content:encoded><![CDATA[<hr />
<p>Update: In <em>Intrepid Ibex</em> this package is now called <strong>flashplugin-nonfree-extrasound</strong>.</p>
<hr />
<p>Hi,</p>
<p>as some of you may have already recognized, in Ubuntu Hardy, normale sound applications and Flash in Firefox don&#8217;t play well. For example: if you first start Rhythmbox, hear some music and later run Firefox to watch some Youtube it plays without sound.</p>
<p>This problem is known and there is a solution! Just install <strong>libflashsupport</strong>.</p>
<p>Cite from the description:</p>
<blockquote><p>
Due to various bugs in the Flash 9 plugin sound output of Flash 9 through the pulseaudio soundserver doesn&#8217;t work properly. This library adds a clutch to make Flash 9 sound output in pulseaudio possible.</p>
<p>For further information see http://www.pulseaudio.org/ticket/43 and http://www.pulseaudio.org/wiki/FlashPlayer9Solution
</p></blockquote>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/firefox-flash-and-sound/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bridging with Ubuntu Hardy</title>
		<link>http://blog.mcbachmann.de/linux/bridging-with-ubuntu-hardy</link>
		<comments>http://blog.mcbachmann.de/linux/bridging-with-ubuntu-hardy#comments</comments>
		<pubDate>Sun, 13 Jul 2008 15:58:56 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=33</guid>
		<description><![CDATA[Hi there&#8230; Situation: You have a computer which you want to connect to your already existing network infrastructure. Problem: You don&#8217;t have any switch or hub available only a network card and an already connected computer. Solution: Use bridging. Its just two clicks away&#8230; ok, not really &#8211; I don&#8217;t like clicking over ssh So [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there&#8230;</p>
<p>Situation: You have a computer which you want to connect to your already existing network infrastructure.</p>
<p>Problem: You don&#8217;t have any switch or hub available only a network card and an already connected computer.</p>
<p>Solution: Use bridging. Its just two clicks away&#8230; ok, not really &#8211; I don&#8217;t like clicking over ssh <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So what I&#8217;ll tell you now is what I&#8217;ve learned from: http://www.barmasse.org/linux/praxishilfe/ubuntu/virtualbox.html and http://ubuntuforums.org/showthread.php?t=132515 (post from user &#8220;woedend&#8221;).</p>
<p>Open the file <em>/etc/network/interfaces</em> as root and add the lines:</p>
<p><code><br />
auto br0<br />
iface br0 inet dhcp<br />
bridge_ports eth0 eth1<br />
</code></p>
<p>Then install the package <em>bridge-utils</em> and type as root:</p>
<p><code>/etc/init.d/networking restart</code></p>
<p>You&#8217;re dhcp server must be configured to give the br0 interface an IP address. After that, you can do everything with your external connected computer as if it where connected directly.</p>
<p>Bye<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/bridging-with-ubuntu-hardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy and NIS Server</title>
		<link>http://blog.mcbachmann.de/linux/ubuntu-hardy-and-nis-server</link>
		<comments>http://blog.mcbachmann.de/linux/ubuntu-hardy-and-nis-server#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:54:31 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=31</guid>
		<description><![CDATA[Hi, here is a walkthrough to set up a NIS server under Ubuntu Hardy, because the standard configuration is only for clients. apt-get install nis NIS domain: be creative Then wait till the ypbind search is over (it tries very hard to find a server&#8230;) otherwise the package is not completely installed. In the mean [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>here is a walkthrough to set up a NIS server under Ubuntu Hardy, because the standard configuration is only for clients.</p>
<p><code>apt-get install nis</code><br />
NIS domain: <em>be creative</em> <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Then wait till the ypbind search is over (it tries very hard to find a server&#8230;) otherwise the package is not completely installed.</p>
<p>In the mean time, you can prepare the server.</p>
<p><strong>/etc/yp.conf</strong><br />
<code>ypserver 127.0.0.1</code></p>
<p><strong>/etc/default/nis</strong><br />
<code>NISSERVER = master<br />
NISCLIENT = false</code></p>
<p><strong>/etc/ypserv.securenets</strong><br />
<code># This line gives access to everybody. PLEASE ADJUST! Adjusted! <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
255.255.255.0         192.168.1.0</code></p>
<p>When the installation is complete, you can proceed with the following steps:<br />
<code>/usr/lib/yp/ypinit -m<br />
/etc/init.d/nis restart</code></p>
<p>Congratulations, your NIS server is now running! <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/ubuntu-hardy-and-nis-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu and the IBM x60s Network Interface</title>
		<link>http://blog.mcbachmann.de/linux/ubuntu-and-the-ibm-x60s-network-interface</link>
		<comments>http://blog.mcbachmann.de/linux/ubuntu-and-the-ibm-x60s-network-interface#comments</comments>
		<pubDate>Wed, 04 Jun 2008 18:13:51 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[e1000]]></category>
		<category><![CDATA[e1000e]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x60s]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=7</guid>
		<description><![CDATA[Hi, today I tried to do some online banking at www.sparkasse-zwickau.de. To my suprise, I took a very long time till the welcome page was loaded. I checked this again with another browser: same problem. Than I tried a host outside the university&#8230; wow, it goes very fast. Hmm, and another host inside? Also fast. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>today I tried to do some online banking at www.sparkasse-zwickau.de. To my suprise, I took a very long time till the welcome page was loaded.</p>
<p>I checked this again with another browser: same problem. Than I tried a host outside the university&#8230; wow, it goes very fast. Hmm, and another host inside? Also fast. So I&#8217;d check the installed windows and it also worked perfectly.</p>
<p>I googled a bit and found that the problem is my network interface which is handled by the e1000 driver.<br />
<span id="more-7"></span></p>
<p>Some people in the ubuntu forums mentioned that the new e1000<strong>e</strong> could help.</p>
<p>So I got it from<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=42302">http://sourceforge.net/project/showfiles.php?group_id=42302</a><br />
(Version 0.2.9.5) and compiled it. Yes! It works. Its a big improvement although my feeling tells me, that the felt speed under windows is higher. But at the moment it&#8217;s enough to use the banking site without getting kicked by the time limit.</p>
<p>After compiling and testing it, here are the steps to get it into the system and replace the old e1000 &#038; e1000e (you&#8217;ll have to do this after each kernel update):</p>
<p><code><br />
  rm /lib/modules/`uname -r`/kernel/drivers/net/e1000/e1000.ko<br />
  rm /lib/modules/`uname -r`/kernel/drivers/net/e1000e/e1000e.ko<br />
  cp e1000e.ko /lib/modules/`uname -r`/kernel/drivers/net/e1000e/<br />
  depmod<br />
  update-initramfs -u<br />
</code></p>
<p>Reboot &#038; done <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/ubuntu-and-the-ibm-x60s-network-interface/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DCP-110C and DCP-135C with Ubuntu Hardy</title>
		<link>http://blog.mcbachmann.de/linux/dcp-110c-and-dcp-135c-with-ubuntu-hardy</link>
		<comments>http://blog.mcbachmann.de/linux/dcp-110c-and-dcp-135c-with-ubuntu-hardy#comments</comments>
		<pubDate>Fri, 30 May 2008 11:59:41 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[sane]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=3</guid>
		<description><![CDATA[Hi there, long time ago I wrote an article how to make the DCP-110C running under Ubuntu Feisty. One commenter wrote me, that he got it also to run with Gutsy and Hardy. Now the time has come and some things are easier Since Hardy (I think) the cups-packages for the DCPs are now included [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>long time ago I wrote an article how to make the DCP-110C running under Ubuntu Feisty. One commenter wrote me, that he got it also to run with Gutsy and Hardy.</p>
<p>Now the time has come and some things are easier <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-3"></span></p>
<p>Since Hardy (I think) the cups-packages for the DCPs are now included in the package repository. You have to enable the multiverse repo to get it.</p>
<p>After enabling it, run the following command to install the needed printer packages:</p>
<ul>
<li>apt-get install brother-cups-wrapper-extra brother-lpr-drivers-extra</li>
</ul>
<p>After this you need to add a rule for udev to allow sane to also use the scanner. Put the following content in a file called: <strong>/etc/udev/rules.d/55-brothermfc.rules</strong></p>
<p><code><br />
# Udev rules file for Brother printer products.</p>
<p>ACTION!="add", GOTO="brother_rules_end"<br />
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="pid_test"<br />
SUBSYSTEM!="usb_device", GOTO="brother_rules_end"</p>
<p>LABEL="pid_test"</p>
<p># Check for DCP 110c.<br />
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="0169", OWNER="lp", GROUP="scanner", MODE="0660"</p>
<p># Check for DCP 135c.<br />
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="01ce", OWNER="lp", GROUP="scanner", MODE="0660"</p>
<p>LABEL="brother_rules_end"<br />
</code></p>
<p><em>This file was adapted from /etc/udev/rules.d/55-hpmud.rules. Thanks to the authors.</em></p>
<p>This worked for me and is much easier than the previous steps. But to install the scanner driver you&#8217;ll need them &#8211; the udev rule is only for making the printer also available to users of the scanner group (don&#8217;t forget to add yourself to it).</p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/dcp-110c-and-dcp-135c-with-ubuntu-hardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy: remove Evolution</title>
		<link>http://blog.mcbachmann.de/linux/ubuntu-hardy-remove-evolution</link>
		<comments>http://blog.mcbachmann.de/linux/ubuntu-hardy-remove-evolution#comments</comments>
		<pubDate>Mon, 12 May 2008 10:00:38 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=4</guid>
		<description><![CDATA[Hi, it&#8217;s now possible to remove a big part of evolution in hardy, because ubuntu-desktop does now only recommends some evolution packages. You can easily remove them by: sudo apt-get --purge remove evolution evolution-exchange evolution-plugins evolution-common evolution-webcal Only the following packages will stay: evolution-data-server, evolution-data-server-common Bye, Sven]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>it&#8217;s now possible to remove a big part of evolution in hardy, because ubuntu-desktop does now only recommends some evolution packages.<br />
<span id="more-4"></span></p>
<p>You can easily remove them by:</p>
<p><code>sudo apt-get --purge remove evolution evolution-exchange evolution-plugins evolution-common evolution-webcal</code></p>
<p>Only the following packages will stay: evolution-data-server, evolution-data-server-common</p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/ubuntu-hardy-remove-evolution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>evince doesn&#8217;t print after hardy update</title>
		<link>http://blog.mcbachmann.de/linux/evince-doesnt-print-after-hardy-update</link>
		<comments>http://blog.mcbachmann.de/linux/evince-doesnt-print-after-hardy-update#comments</comments>
		<pubDate>Mon, 12 May 2008 09:00:19 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[evince]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=5</guid>
		<description><![CDATA[Hi, if evince won&#8217;t print after the Hardy update, you can try the following steps which worked for me. close all evince window (pkill evince) rm -rf ./.gnome2/evince rm -f ./.gnome2/accels/evince sudo apt-get &#8211;purge remove evince (which will also remove ubuntu-desktop metapackage) sudo apt-get clean sudo apt-get install ubuntu-desktop (which will also add evince ) [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>if evince won&#8217;t print after the Hardy update, you can try the following steps which worked for me.<br />
<span id="more-5"></span></p>
<li>close all evince window (pkill evince)</li>
<li>rm -rf ./.gnome2/evince</li>
<li>rm -f ./.gnome2/accels/evince</li>
<li>sudo apt-get &#8211;purge remove evince (which will also remove ubuntu-desktop metapackage)</li>
<li>sudo apt-get clean</li>
<li>sudo apt-get install ubuntu-desktop (which will also add evince <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</li>
<p>After that, printing should work again. Maybe some steps are not necessary&#8230; find it out for yourself <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Nice pentecost!</p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/evince-doesnt-print-after-hardy-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

