<?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; ubuntu</title>
	<atom:link href="http://blog.mcbachmann.de/tag/ubuntu/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>dpkg-divert: mismatch on package</title>
		<link>http://blog.mcbachmann.de/linux/dpkg-divert-mismatch-on-package</link>
		<comments>http://blog.mcbachmann.de/linux/dpkg-divert-mismatch-on-package#comments</comments>
		<pubDate>Thu, 11 Nov 2010 10:19:35 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=567</guid>
		<description><![CDATA[After upgrading Ubuntu 10.04 to 10.10 I encountered the following error, which prevented me from removing the fglrx package: &#8220;dpkg-divert: mismatch on package&#8221;. Read on for a solution. Dpkg maintains a list of diverted files. To see it, enter the following: dpkg-divert --list In my case, fglrx wanted to remove files from xorg-driver-fglrx called /usr/lib/libGL.so.1.2 [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading Ubuntu 10.04 to 10.10 I encountered the following error, which prevented me from removing the fglrx package: &#8220;dpkg-divert: mismatch on package&#8221;. Read on for a solution. <span id="more-567"></span></p>
<p>Dpkg maintains a list of diverted files. To see it, enter the following:</p>
<blockquote><p><code>dpkg-divert --list</code></p></blockquote>
<p>In my case, <strong>fglrx</strong> wanted to remove files from <strong>xorg-driver-fglrx</strong> called <em>/usr/lib/libGL.so.1.2</em> and <em>/usr/lib32/libGL.so.1.2</em>. So what I had to do was:</p>
<blockquote><p><code>dpkg-divert --remove /usr/lib/libGL.so.1.2<br />
dpkg-divert --remove /usr/lib32/libGL.so.1.2</code></p></blockquote>
<p>Than remove both packages with:</p>
<blockquote><p><code>dpkg --purge fglrx<br />
dpkg --purge xorg-driver-fglrx</code></p></blockquote>
<p>And restore the newer driver with:</p>
<blockquote><p><code>apt-get install fglrx</code></p></blockquote>
<p>Or if you encounter this with another package, try your package name or:</p>
<blockquote><p><code>apt-get -f install</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/dpkg-divert-mismatch-on-package/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype: Video doesn&#8217;t work with Ubuntu 10.04 anymore &#8211; solved</title>
		<link>http://blog.mcbachmann.de/linux/skype-video-doesnt-work-with-ubuntu-10-04-anymore</link>
		<comments>http://blog.mcbachmann.de/linux/skype-video-doesnt-work-with-ubuntu-10-04-anymore#comments</comments>
		<pubDate>Thu, 05 Aug 2010 17:38:21 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=537</guid>
		<description><![CDATA[A friend of mine had a problem. With the upgrade to Ubuntu 10.04 his Logitech webcam didn&#8217;t work anymore with skype. The solution was a bit tricky, because he had all he need, means skype-wrapper was installed correctly. In the end it came out, that the menu link was not correctly updated or set-up by [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine had a problem. With the upgrade to Ubuntu 10.04 his Logitech webcam didn&#8217;t work anymore with skype. The solution was a bit tricky, because he had all he need, means skype-wrapper was installed correctly. <span id="more-537"></span></p>
<p>In the end it came out, that the menu link was not correctly updated or set-up by the installer and tried to call skype directly instead of skype-wrapper. With my 64-bit version this worked out of the box, maybe it&#8217;s just a problem of the 32-bit version &#8211; but easy to fix. Just rename the calling command from <strong>skype</strong> to <strong>skype-wrapper</strong>. Thats all <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/skype-video-doesnt-work-with-ubuntu-10-04-anymore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucid Lynx Suspend Problems with Radeon Driver</title>
		<link>http://blog.mcbachmann.de/linux/lucid-lynx-suspend-problems-with-radeon-driver</link>
		<comments>http://blog.mcbachmann.de/linux/lucid-lynx-suspend-problems-with-radeon-driver#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:43:50 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[Radeon]]></category>
		<category><![CDATA[Suspend]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=513</guid>
		<description><![CDATA[Since updating to Lucid, a Dell Inspiron 1501 with an Radeon Xpress 200M video card had become problems after going into suspend mode. After waking up it was not possible to reactivate the screen. It stays black and the only possibility was to power off. But with the help of Google, I stumpled upon to [...]]]></description>
			<content:encoded><![CDATA[<p>Since updating to Lucid, a Dell Inspiron 1501 with an Radeon Xpress 200M video card had become problems after going into suspend mode. After waking up it was not possible to reactivate the screen. It stays black and the only possibility was to power off. <span id="more-513"></span></p>
<p>But with the help of Google, I stumpled upon to sites (<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/509273">Launchpad</a> and <a href="http://www.archivum.info/ubuntu-bugs@lists.ubuntu.com/2010-04/09059/%28Bug-509273%29-Re-%28Lucid%29-Radeon-Xpress-200M-needs-PCI-quirk-to-fix-or-disable-MSI.html">ubuntu-bugs@lists.ubuntu.com</a>) which gave two kernel options:</p>
<ul>
<li>radeon.modeset=0</li>
<li>pci=nomsi</li>
</ul>
<p>This will disable the kernel mode settings and message signaled interrupts. Since that, the Dell correctly wakes up again.</p>
<p>To add this to your boot parameters, open the file <em>/etc/default/grub</em> and edit the following line as root:</p>
<blockquote><p><code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0 pci=nomsi"</code></p></blockquote>
<p>Than run the grub update with this command (also as root): <strong>update-grub</strong> &#8211; and your done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/lucid-lynx-suspend-problems-with-radeon-driver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10: Featuring the S.M.A.R.T. Notifier</title>
		<link>http://blog.mcbachmann.de/linux/ubuntu-9-10-featuring-the-s-m-a-r-t-notifier</link>
		<comments>http://blog.mcbachmann.de/linux/ubuntu-9-10-featuring-the-s-m-a-r-t-notifier#comments</comments>
		<pubDate>Wed, 23 Sep 2009 18:56:46 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[data integrity]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=425</guid>
		<description><![CDATA[A new base feature from Ubuntu 9.10 is the S.M.A.R.T. notifier which informs you whenever your harddrive reports an error. Before Karmic Koala you had to install smart-notifier which does the same job but was not in the base distro. Screenshot after the break&#8230; So here it goes: This is a killer feature I think [...]]]></description>
			<content:encoded><![CDATA[<p>A new base feature from Ubuntu 9.10 is the S.M.A.R.T. notifier which informs you whenever your harddrive reports an error. Before <em>Karmic Koala</em> you had to install smart-notifier which does the same job but was not in the base distro. Screenshot after the break&#8230;<span id="more-425"></span></p>
<p>So here it goes:</p>
<p><a href="http://blog.mcbachmann.de/wp-content/uploads/2009/09/Ubuntu910_SMART_monitor.jpg"><img src="http://blog.mcbachmann.de/wp-content/uploads/2009/09/Ubuntu910_SMART_monitor.jpg" alt="Ubuntu910_SMART_monitor" title="Ubuntu910_SMART_monitor" width="609" height="104" class="aligncenter size-full wp-image-426" /></a></p>
<p>This is a killer feature I think (like another feature called &#8220;backup&#8221; which has not made it yet into the base distro) and it will safe a lot of people their data.</p>
<p>Thanks Ubuntu folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/ubuntu-9-10-featuring-the-s-m-a-r-t-notifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04: Update-Manager Verhalten umstellen</title>
		<link>http://blog.mcbachmann.de/linux/ubuntu-904-update-manager-verhalten-umstellen</link>
		<comments>http://blog.mcbachmann.de/linux/ubuntu-904-update-manager-verhalten-umstellen#comments</comments>
		<pubDate>Mon, 11 May 2009 10:55:56 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update-manager]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=267</guid>
		<description><![CDATA[Seit Ubuntu 9.04 (Jaunty) wurde der Update-Manager so umgestellt, dass er die Updates nun immer sofort anzeigt, statt als Symbol in der Taskleiste darüber zu informieren. Da dieses Verhalten jedoch vielen Nutzern nicht gefällt, wurde in den Release-Notes eine Möglichkeit angegeben, damit man wieder das alte Verhalten nutzen kann. Dazu öffnet man ein Terminal und [...]]]></description>
			<content:encoded><![CDATA[<p>Seit Ubuntu 9.04 (Jaunty) wurde der Update-Manager so umgestellt, dass er die Updates nun immer sofort anzeigt, statt als Symbol in der Taskleiste darüber zu informieren. <span id="more-267"></span></p>
<p>Da dieses Verhalten jedoch vielen Nutzern nicht gefällt, wurde in den Release-Notes eine Möglichkeit angegeben, damit man wieder das alte Verhalten nutzen kann. Dazu öffnet man ein Terminal und kopiert den folgenden Befehl hinein, welchen man mit Enter bestätigt:</p>
<blockquote><p><code>gconftool -s --type bool /apps/update-notifier/auto_launch false</code></p></blockquote>
<p>Danach kann es notwendig sein, dass man sich Ab- und wieder Anmelden muss. Anschließend sollte das Verhalten wieder ganz dem gewohnten entsprechen.</p>
<p>Viel Erfolg <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/ubuntu-904-update-manager-verhalten-umstellen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Audio unter Ubuntu 8.10</title>
		<link>http://blog.mcbachmann.de/linux/skype-audio-unter-ubuntu-810</link>
		<comments>http://blog.mcbachmann.de/linux/skype-audio-unter-ubuntu-810#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:14:44 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=253</guid>
		<description><![CDATA[Update: Leider scheint der Ton verzögert anzukommen (auch wenn man in der /etc/pulse/daemon.conf die beiden Werte noch anpasst), was bei Videoübertragung unschön ist. Da ich momentan sehr viel skype hatte ich das Problem, dass ich während Skype online war, keine andere Audioquelle anhören konnte. Durch einen tollen Hinweis im PulseAudio Wiki ist dies jetzt wieder [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Leider scheint der Ton verzögert anzukommen (auch wenn man in der <em>/etc/pulse/daemon.conf</em> die beiden Werte noch anpasst), was bei Videoübertragung unschön ist.</strong></p>
<p>Da ich momentan sehr viel <em>skype</em> hatte ich das Problem, dass ich während Skype online war, keine andere Audioquelle anhören konnte. Durch einen tollen Hinweis im <a href="http://www.pulseaudio.org/wiki/PerfectSetup">PulseAudio Wiki</a> ist dies jetzt wieder möglich. <span id="more-253"></span></p>
<p>Dazu legt man einfach eine Datei namens <strong>~/.asoundrc</strong> an und füllt diese mit folgenden 2 Zeilen:</p>
<blockquote><p><code>pcm.pulse { type pulse }<br />
ctl.pulse { type pulse }</code></p></blockquote>
<p>Die Änderungen in der <strong>/etc/pulse/daemon.conf</strong> waren bei mir nicht notwendig.</p>
<p>Dazu installiert man noch das Paket <strong>libasound2-plugins</strong>. Jetzt sollte ein Abmelden und dann wieder Anmelden ausreichen damit Pulseaudio die Datei ausliest.</p>
<p>Anschließend kann man im Skype die Audioquellen und -ausgaben auf das neue Gerät <strong>pulse</strong> stellen und Skype wird <em>kompatibel</em>.</p>
<p>Kleiner Hinweis noch: Bei mir ist das Paket <strong>skype-static</strong> installiert, ob es mit den anderen (im speziellen <em>oss</em>) funktioniert weiß ich nicht.</p>
<p>Wenn danach nur der Ton bei anderen Anwendungen als Flash geht, fehlt wahrscheinlich noch das Paket <strong>flashplugin-nonfree-extrasound</strong> (das macht Flash geschmeidig) &#8211; nicht vergessen danach Flash (bzw. den Firefox) neuzustarten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/skype-audio-unter-ubuntu-810/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pause-Taste sinnvoll belegen</title>
		<link>http://blog.mcbachmann.de/linux/pause-taste-sinnvoll-belegen</link>
		<comments>http://blog.mcbachmann.de/linux/pause-taste-sinnvoll-belegen#comments</comments>
		<pubDate>Fri, 13 Mar 2009 07:50:25 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=144</guid>
		<description><![CDATA[Es hat sich für mich als praktisch erwiesen, die Pause-Taste welche sonst unbenutzt auf der Tastatur herumliegt zum Ausschalten des Bildschirmes zu nutzen. Dies schont zudem den Akku auf einem Laptop wenn man ihn kurzzeitig nicht benötigt (in Kombination mit dem Thinklight Plugin für Pidgin ist dies eine ganz praktische Sache &#8211; sofern man einen [...]]]></description>
			<content:encoded><![CDATA[<p>Es hat sich für mich als praktisch erwiesen, die Pause-Taste welche sonst unbenutzt auf der Tastatur herumliegt zum Ausschalten des Bildschirmes zu nutzen. Dies schont zudem den Akku auf einem Laptop wenn man ihn kurzzeitig nicht benötigt (in Kombination mit dem Thinklight Plugin für Pidgin ist dies eine ganz praktische Sache &#8211; sofern man einen IBM hat). <span id="more-144"></span></p>
<p>Und so gehts (das ganze ist zur Eingabe in einem Terminal):</p>
<blockquote><p><code>sudo apt-get install xbindkeys<br />
cd<br />
touch .xbindkeysrc<br />
xbindkeys -k | tail -3 | tee .xbindkeysrc<br />
</code></p></blockquote>
<p>Nun öffnet sich ein kleines Fenster welches schon aktiv sein sollte. Jetzt einfach die Pause-Taste drücken. Anschließend sollte das Terminal in den Eingabe-Modus zurückkehren.</p>
<p>Die angezeigten Daten stehen jetzt in der Datei <strong>.xbindkeysrc</strong> und müssen noch angepasst werden. Dazu öffnet man die Datei in einem Editor mit dem Befehl:</p>
<blockquote><p><code>gedit .xbindkeysrc</code></p></blockquote>
<p>Und ersetzt die Zeile</p>
<blockquote><p><code>"(Scheme function)"</code></p></blockquote>
<p>durch</p>
<blockquote><p><code>"xset dpms force off"</code></p></blockquote>
<p>(Anführungszeichen nicht ausversehen weglöschen!).</p>
<p>Nach dem Speichern kann der Editor und das Terminal geschlossen werden. Jetzt muss Gnome noch beigebracht werden, das Programm xbindkeys beim anmelden zu starten. Dazu wählt man im Menü die Punkte &#8220;System->Einstellungen->Sitzungen&#8221; und fügt mit &#8220;Hinzufügen&#8221; ein neues Programm hinzu:</p>
<blockquote><p><code>Name: Pause-Taste<br />
Kommando: /usr/bin/xbindkeys<br />
Kommentar: Bildschirm mit Pause-Taste ausschalten</code</p></blockquote>
<p>Mit "Hinzufügen" bestätigen und das Übersichtsfenster ebenfalls schliessen. Zum aktivieren der Änderungen entweder jetzt aus Ubuntu ausloggen und gleich wieder einloggen oder im Terminal den Befehl <strong>xbindkeys</strong> ohne Parameter eingeben, Bestätigen und Terminal wieder schliessen.</p>
<p><em>Hinweis: Ich benutze ein englisches Ubuntu, von daher kann es durchaus sein das die Menüpunkte im deutschen anders heissen. Über eine Korrektur in den Kommentaren würde ich mich freuen.</em></p>
<p>Viel Erfolg <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/pause-taste-sinnvoll-belegen/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[ICQ] Pidgin 2.5.2 in Ubuntu Intrepid &#8220;zu alt&#8221;</title>
		<link>http://blog.mcbachmann.de/linux/icq-pidgin-252-in-ubuntu-intrepid-zu-alt</link>
		<comments>http://blog.mcbachmann.de/linux/icq-pidgin-252-in-ubuntu-intrepid-zu-alt#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:05:27 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=231</guid>
		<description><![CDATA[Update: Die alte Pidgin 2.5.2 Version ist jetzt auch mit dem normalen Update wieder lauffähig. Hallo, wie einige seit 9.3.2009 bemerkt haben, funktioniert Pidgin nicht mehr mit dem ICQ Netzwerk. Doch es gibt Abhilfe von Felix Geyer! Der Bug Eintrag dazu im Launchpad (zur Info): #340075. Zuerst Pidgin schließen und dann im Terminal folgendes eingeben [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Die alte Pidgin 2.5.2 Version ist jetzt auch mit dem normalen Update wieder lauffähig.</strong></p>
<p>Hallo,</p>
<p>wie einige seit 9.3.2009 bemerkt haben, funktioniert Pidgin nicht mehr mit dem ICQ Netzwerk. Doch es gibt Abhilfe von Felix Geyer! <span id="more-231"></span></p>
<p>Der Bug Eintrag dazu im Launchpad (zur Info): <a href="https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/340075">#340075</a>.</p>
<p>Zuerst Pidgin schließen und dann im Terminal folgendes eingeben (ohne die Zahlen vornedran und die beiden Minusstriche hinter Zeile 1 und 4 beachten!):</p>
<blockquote><p><code>1. sudo su -<br />
2. echo "deb http://ppa.launchpad.net/debfx/ppa/ubuntu intrepid main" &gt;&gt; /etc/apt/sources.list.d/felix_geyer.list<br />
3. gpg --keyserver subkeys.pgp.net --recv-keys 4F5DCB1B62F1201A<br />
4. gpg --export 4F5DCB1B62F1201A | apt-key add -<br />
5. apt-get update<br />
6. apt-get install pidgin</code></p></blockquote>
<p>Vielen Dank an Felix!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/icq-pidgin-252-in-ubuntu-intrepid-zu-alt/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
	</channel>
</rss>

