<?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>loggn.de - Mac OSX, Linux und manchmal auch Windows &#187; Ubuntu</title>
	<atom:link href="http://www.loggn.de/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loggn.de</link>
	<description>Erfahrungen, Tipps und Tricks zu Mac OSX, Linux und manchmal auch Windows. ;-)</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:13:15 +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>Linux – LIRC – XBMC mit Logitech Harmony steuern &#8211; Lircmap.xml und Keyboard.xml</title>
		<link>http://www.loggn.de/linux-ubuntu-lirc-xbmc-mit-logitech-harmony-steuern-lircmap-xml-und-keyboard-xml/</link>
		<comments>http://www.loggn.de/linux-ubuntu-lirc-xbmc-mit-logitech-harmony-steuern-lircmap-xml-und-keyboard-xml/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 20:15:06 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[147a:e03e]]></category>
		<category><![CDATA[CoHauS]]></category>
		<category><![CDATA[Fernbedienung]]></category>
		<category><![CDATA[Formosa]]></category>
		<category><![CDATA[Harmony]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IR605Q]]></category>
		<category><![CDATA[Keyboard.xml]]></category>
		<category><![CDATA[Keymap.xml]]></category>
		<category><![CDATA[LIRC]]></category>
		<category><![CDATA[Lircmap.xml]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[RC6]]></category>
		<category><![CDATA[RC6 Infrarot Empfänger]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=7127</guid>
		<description><![CDATA[Nach der ersten HowTo, wo ich beschrieben habe, wie man den IR605Q MCE RC6 IR-Empfänger mit LIRC konfiguriert, folgt nun, wie versprochen, die Lircmap.xml und Keyboard.xml für XBMC. Mit der Default-Konfiguration von XBMC läuft die Harmony (Profil: Windows Media Center SE) zwar auch, aber nicht alle Tasten funktionieren so wie sie sollen. Die Stop-Taste beispielsweise [...]]]></description>
			<content:encoded><![CDATA[<p>Nach der <a href="http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/" target="_blank">ersten HowTo</a>, wo ich beschrieben habe, wie man den <a href="http://www.cohaus-berlin.de/shop/RC6-Infrarot-Empfaenger/RC6-Infrarot-Empfaenger-Modell-IR605Q::30.html" target="_blank">IR605Q MCE RC6 IR-Empfänger</a> mit <strong>LIRC</strong> konfiguriert, folgt nun, wie versprochen, die <em>Lircmap.xml</em> und <em>Keyboard.xml</em> für <strong>XBMC</strong>. Mit der <strong>Default-Konfiguration</strong> von XBMC läuft die <a href="http://www.amazon.de/Logitech-Harmony-300-Universal-Fernbedienung-Volksfernbedienung/dp/B003BJTPBW" target="_blank">Harmony</a> <em>(Profil: Windows Media Center SE)</em> zwar auch, aber <span style="text-decoration: underline;">nicht alle Tasten funktionieren</span> so wie sie sollen. Die Stop-Taste beispielsweise spult vor, die Play-Taste stoppt, die Lautstärke lässt sich über die Harmony nicht regulieren, etc. pp..</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/hardware_ir605q_and_harmony.jpg"><img class="aligncenter size-full wp-image-7190" title="Hardware - RC6 Infrarot-Empfänger IR605Q und Logitech Harmony" src="http://www.loggn.de/wp-content/uploads/2012/01/hardware_ir605q_and_harmony.jpg" alt="hardware ir605q and harmony" width="600" height="215" /></a></p>
<p>Das ändern wir mit unserer <em>Lircmap.xml</em> und <em>Keyboard.xml </em>für XBMC. :mrgreen:</p>
<p style="padding-left: 30px;"><strong>~/.xbmc/userdata/Lircmap.xml</strong> - <em>Die Datei Lircmap.xml stellt das &#8220;Bindeglied&#8221; zwischen der lircd.conf von Lirc und der Keymap.xml von XBMC dar.</em></p>
<p style="padding-left: 30px;"><strong>~/.xbmc/userdata/keymaps/Keymap.xml / Keyboard.xml</strong> &#8211; <em>XBMC führt die in der Keymap.xml definierten Aktionen, die den entsprechenden &#8220;XBMC-Tasten&#8221; zugeordnet sind, aus. Grundsätzlich ist der Name der XML Datei in ~/.xbmc/userdata/keymaps egal, es zählt eigentlich nur was am Ende in der Datei drin steht. Es hat sich aber irgendwie eingebürgert von der &#8220;Keymap.xml&#8221; zu reden, wenn es um die Steuerdatei für die Bedienung von XBMC mit einer Fernbedienung geht.</em></p>
<p style="padding-left: 30px;"><strong>Quelle:</strong> <a href="http://xbmcwiki.ztreambox.org/index.php?title=Lircmap.xml_und_Keymap.xml" target="_blank">Lircmap.xml und Keymap.xml</a></p>
<p><strong>~/.xbmc/userdata/Lircmap.xml</strong></p>
<pre class="brush: xml; title: ; notranslate">&lt;!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml  --&gt;
&lt;!--                                                                              --&gt;
&lt;!-- How to add remotes                                                           --&gt;
&lt;!-- &lt;remote device=&quot;name_Lirc_calls_the_remote&quot;&gt;                                 --&gt;
&lt;!--                                                                              --&gt;
&lt;!-- For the commands the layout following layout is used                         --&gt;
&lt;!-- &lt;XBMC_COMMAND&gt;LircButtonName&lt;/XBMC_COMMAND&gt;                                  --&gt;
&lt;!--                                                                              --&gt;
&lt;!-- For a list of XBMC_COMMAND's check out the &lt;remote&gt; sections of keymap.xml   --&gt;
&lt;!--                                                                              --&gt;
&lt;!--                              Logitech Harmony                                --&gt;
&lt;!--                          loggn.de - Nico Hartung                             --&gt;
&lt;!--                        http://www.loggn.de/?p=7127                           --&gt;
&lt;!--                                                                              --&gt;
&lt;lircmap&gt;
	&lt;remote device=&quot;mceusb&quot;&gt;
		&lt;!-- no Display --&gt;
		&lt;power&gt;Power&lt;/power&gt;
		&lt;teletext&gt;Teletext&lt;/teletext&gt;
		&lt;menu&gt;DVD&lt;/menu&gt;
		&lt;back&gt;Back&lt;/back&gt;
		&lt;info&gt;More&lt;/info&gt;
		&lt;guide&gt;Guide&lt;/guide&gt;
		&lt;red&gt;Red&lt;/red&gt;
		&lt;green&gt;Green&lt;/green&gt;
		&lt;yellow&gt;Yellow&lt;/yellow&gt;
		&lt;blue&gt;Blue&lt;/blue&gt;
		&lt;left&gt;Left&lt;/left&gt;
		&lt;right&gt;Right&lt;/right&gt;
		&lt;up&gt;Up&lt;/up&gt;
		&lt;down&gt;Down&lt;/down&gt;
		&lt;select&gt;OK&lt;/select&gt;
		&lt;volumeplus&gt;VolUp&lt;/volumeplus&gt;
		&lt;volumeminus&gt;VolDown&lt;/volumeminus&gt;
		&lt;pageplus&gt;ChanUp&lt;/pageplus&gt;
		&lt;pageminus&gt;ChanDown&lt;/pageminus&gt;
		&lt;mute&gt;Mute&lt;/mute&gt;
		&lt;play&gt;Play&lt;/play&gt;
		&lt;pause&gt;Pause&lt;/pause&gt;
		&lt;stop&gt;Stop&lt;/stop&gt;
		&lt;forward&gt;Forward&lt;/forward&gt;
		&lt;reverse&gt;Rewind&lt;/reverse&gt;
		&lt;skipplus&gt;Skip&lt;/skipplus&gt;
		&lt;skipminus&gt;Replay&lt;/skipminus&gt;
		&lt;record&gt;Record&lt;/record&gt;
		&lt;one&gt;One&lt;/one&gt;
		&lt;two&gt;Two&lt;/two&gt;
		&lt;three&gt;Three&lt;/three&gt;
		&lt;four&gt;Four&lt;/four&gt;
		&lt;five&gt;Five&lt;/five&gt;
		&lt;six&gt;Six&lt;/six&gt;
		&lt;seven&gt;Seven&lt;/seven&gt;
		&lt;eight&gt;Eight&lt;/eight&gt;
		&lt;nine&gt;Nine&lt;/nine&gt;
		&lt;zero&gt;Zero&lt;/zero&gt;
		&lt;clear&gt;Clear&lt;/clear&gt;
		&lt;enter&gt;Enter&lt;/enter&gt;
		&lt;!-- with Display --&gt;
		&lt;display&gt;Aspect&lt;/display&gt;
		&lt;start&gt;Home&lt;/start&gt;
		&lt;myvideo&gt;Videos&lt;/myvideo&gt;
		&lt;mymusic&gt;Music&lt;/mymusic&gt;
		&lt;mypictures&gt;Pictures&lt;/mypictures&gt;
		&lt;mytv&gt;TV&lt;/mytv&gt;
		&lt;!-- old versions of harmony --&gt;
		&lt;star&gt;Star&lt;/star&gt;
		&lt;hash&gt;Hash&lt;/hash&gt;
	&lt;/remote&gt;
&lt;/lircmap&gt;</pre>
<p><strong>~/.xbmc/userdata/keymaps/<strong>Keyboard.xml<span id="more-7127"></span></strong></strong></p>
<pre class="brush: xml; title: ; notranslate">&lt;!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC --&gt;
&lt;!-- The &lt;global&gt; section is a fall through - they will only be used if the button is not          --&gt;
&lt;!-- used in the current window's section.  Note that there is only handling                       --&gt;
&lt;!-- for a single action per button at this stage.                                                 --&gt;
&lt;!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox       --&gt;
&lt;!-- gamepads.                                                                                     --&gt;
&lt;!--                                                                             	              --&gt;
&lt;!-- The format is:                                                                                --&gt;
&lt;!--    &lt;device&gt;                                                                                   --&gt;
&lt;!--      &lt;button&gt;action&lt;/button&gt;                                                                  --&gt;
&lt;!--    &lt;/device&gt;                                                                                  --&gt;
&lt;!--                                                                             	              --&gt;
&lt;!-- To map keys from other remotes using the RCA protocol, you may add &lt;universalremote&gt; blocks   --&gt;
&lt;!-- In this case, the tags used are &lt;obc#&gt; where # is the original button code (OBC) of the key   --&gt;
&lt;!-- You set it up by adding a &lt;universalremote&gt; block to the window or &lt;global&gt; section:          --&gt;
&lt;!--    &lt;universalremote&gt;                                                                          --&gt;
&lt;!--       &lt;obc45&gt;Stop&lt;/obc45&gt;                                                                     --&gt;
&lt;!--    &lt;/universalremote&gt;                                                                         --&gt;
&lt;!--                                                                             	              --&gt;
&lt;!-- Note that the action can be a built-in function.                                              --&gt;
&lt;!--  eg &lt;B&gt;XBMC.ActivateWindow(MyMusic)&lt;/B&gt;                                                       --&gt;
&lt;!-- would automatically go to My Music on the press of the B button.                              --&gt;
&lt;!--                                                                             	              --&gt;
&lt;!--                                        Logitech Harmony                                       --&gt;
&lt;!--                                   loggn.de - Nico Hartung                                     --&gt;
&lt;!--                                 http://www.loggn.de/?p=7127                           	    --&gt;
&lt;!--                                                                                               --&gt;
&lt;keymap&gt;
  &lt;global&gt;
    &lt;remote&gt;
      &lt;!-- no Display --&gt;
      &lt;power&gt;XBMC.ActivateWindow(shutdownmenu)&lt;/power&gt;
      &lt;!-- crash &lt;teletext&gt;XBMC.ActivateWindow(Teletext)&lt;/teletext&gt; --&gt;
      &lt;menu&gt;PreviousMenu&lt;/menu&gt;
      &lt;back&gt;Back&lt;/back&gt;
      &lt;info&gt;Info&lt;/info&gt;
      &lt;guide&gt;ContextMenu&lt;/guide&gt;
      &lt;red&gt;Playlist&lt;/red&gt;
      &lt;green&gt;ToggleWatched&lt;/green&gt;
      &lt;yellow&gt;XBMC.ActivateWindow(Music)&lt;/yellow&gt;
      &lt;blue&gt;XBMC.ActivateWindow(VideoLibrary)&lt;/blue&gt;
	  &lt;left&gt;Left&lt;/left&gt;
      &lt;right&gt;Right&lt;/right&gt;
      &lt;up&gt;Up&lt;/up&gt;
      &lt;down&gt;Down&lt;/down&gt;
      &lt;select&gt;Select&lt;/select&gt;
      &lt;volumeplus&gt;VolumeUp&lt;/volumeplus&gt;
      &lt;volumeminus&gt;VolumeDown&lt;/volumeminus&gt;
      &lt;pageplus&gt;PageUp&lt;/pageplus&gt;
      &lt;pageminus&gt;PageDown&lt;/pageminus&gt;
      &lt;mute&gt;Mute&lt;/mute&gt;
      &lt;play&gt;Play&lt;/play&gt;
      &lt;pause&gt;Pause&lt;/pause&gt;
      &lt;stop&gt;Stop&lt;/stop&gt;
      &lt;forward&gt;FastForward&lt;/forward&gt;
      &lt;reverse&gt;Rewind&lt;/reverse&gt;
      &lt;skipplus&gt;SkipNext&lt;/skipplus&gt;
      &lt;skipminus&gt;SkipPrevious&lt;/skipminus&gt;
      &lt;record&gt;Screenshot&lt;/record&gt;
      &lt;one&gt;Number1&lt;/one&gt;
      &lt;two&gt;JumpSMS2&lt;/two&gt;
      &lt;three&gt;JumpSMS3&lt;/three&gt;
      &lt;four&gt;JumpSMS4&lt;/four&gt;
      &lt;five&gt;JumpSMS5&lt;/five&gt;
      &lt;six&gt;JumpSMS6&lt;/six&gt;
      &lt;seven&gt;JumpSMS7&lt;/seven&gt;
      &lt;eight&gt;JumpSMS8&lt;/eight&gt;
      &lt;nine&gt;JumpSMS9&lt;/nine&gt;
      &lt;zero&gt;Number0&lt;/zero&gt;
      &lt;clear&gt;Delete&lt;/clear&gt;
      &lt;enter&gt;FullScreen&lt;/enter&gt;
      &lt;!-- with Display --&gt;
      &lt;display&gt;FullScreen&lt;/display&gt;
      &lt;start&gt;PreviousMenu&lt;/start&gt;
      &lt;myvideo&gt;XBMC.ActivateWindow(MyVideo)&lt;/myvideo&gt;
      &lt;mymusic&gt;XBMC.ActivateWindow(MyMusic)&lt;/mymusic&gt;
      &lt;mypictures&gt;XBMC.ActivateWindow(MyPictures)&lt;/mypictures&gt;
      &lt;mytv&gt;XBMC.ActivateWindow(10004)&lt;/mytv&gt;
      &lt;!-- old versions of harmony --&gt;
      &lt;star&gt;Move&lt;/star&gt;
      &lt;hash&gt;Rename&lt;/hash&gt;
    &lt;/remote&gt;
  &lt;/global&gt;
  &lt;Home&gt;
    &lt;remote&gt;
      &lt;info&gt;XBMC.ActivateWindow(SystemInfo)&lt;/info&gt;
      &lt;clear&gt;XBMC.ActivateWindow(Weather)&lt;/clear&gt;
      &lt;hash&gt;XBMC.ActivateWindow(Settings)&lt;/hash&gt;
      &lt;zero&gt;XBMC.ActivateWindow(Settings)&lt;/zero&gt;
    &lt;/remote&gt;
  &lt;/Home&gt;
  &lt;MyTV&gt;
    &lt;remote&gt;
      &lt;clear&gt;Delete&lt;/clear&gt;
    &lt;/remote&gt;
  &lt;/MyTV&gt;
  &lt;MyFiles&gt;
    &lt;remote&gt;
      &lt;clear&gt;Delete&lt;/clear&gt;
      &lt;zero&gt;Highlight&lt;/zero&gt;
      &lt;star&gt;Move&lt;/star&gt;
      &lt;hash&gt;Rename&lt;/hash&gt;
    &lt;/remote&gt;
  &lt;/MyFiles&gt;
  &lt;MyMusicPlaylist&gt;
    &lt;remote&gt;
      &lt;clear&gt;Delete&lt;/clear&gt;
      &lt;zero&gt;Delete&lt;/zero&gt;
    &lt;/remote&gt;
  &lt;/MyMusicPlaylist&gt;
  &lt;MyMusicPlaylistEditor&gt;
    &lt;remote&gt;
      &lt;zero&gt;Queue&lt;/zero&gt;
    &lt;/remote&gt;
  &lt;/MyMusicPlaylistEditor&gt;
  &lt;MyMusicFiles&gt;
    &lt;remote&gt;
      &lt;zero&gt;Queue&lt;/zero&gt;
      &lt;star&gt;Queue&lt;/star&gt;
    &lt;/remote&gt;
  &lt;/MyMusicFiles&gt;
  &lt;MyMusicLibrary&gt;
    &lt;remote&gt;
      &lt;zero&gt;Queue&lt;/zero&gt;
      &lt;star&gt;Queue&lt;/star&gt;
    &lt;/remote&gt;
  &lt;/MyMusicLibrary&gt;
  &lt;FullscreenVideo&gt;
    &lt;remote&gt;
      &lt;zero&gt;Number0&lt;/zero&gt;
      &lt;one&gt;Number1&lt;/one&gt;
      &lt;two&gt;Number2&lt;/two&gt;
      &lt;three&gt;Number3&lt;/three&gt;
      &lt;four&gt;Number4&lt;/four&gt;
      &lt;five&gt;Number5&lt;/five&gt;
      &lt;six&gt;Number6&lt;/six&gt;
      &lt;seven&gt;Number7&lt;/seven&gt;
      &lt;eight&gt;Number8&lt;/eight&gt;
      &lt;nine&gt;Number9&lt;/nine&gt;
      &lt;left&gt;StepBack&lt;/left&gt;
      &lt;right&gt;StepForward&lt;/right&gt;
      &lt;up&gt;BigStepForward&lt;/up&gt;
      &lt;down&gt;BigStepBack&lt;/down&gt;
      &lt;back&gt;SmallStepBack&lt;/back&gt;
      &lt;menu&gt;OSD&lt;/menu&gt;
      &lt;start&gt;OSD&lt;/start&gt;
      &lt;select&gt;AspectRatio&lt;/select&gt;
      &lt;guide&gt;CodecInfo&lt;/guide&gt;
      &lt;info&gt;Info&lt;/info&gt;
      &lt;!-- crash &lt;teletext&gt;XBMC.ActivateWindow(Teletext)&lt;/teletext&gt; --&gt;
      &lt;star&gt;NextSubtitle&lt;/star&gt;
      &lt;yellow&gt;NextSubtitle&lt;/yellow&gt;
      &lt;hash&gt;AudioNextLanguage&lt;/hash&gt;
      &lt;blue&gt;AudioNextLanguage&lt;/blue&gt;
    &lt;/remote&gt;
  &lt;/FullscreenVideo&gt;
  &lt;VideoTimeSeek&gt;
    &lt;remote&gt;
      &lt;select&gt;Select&lt;/select&gt;
      &lt;enter&gt;Select&lt;/enter&gt;
    &lt;/remote&gt;
  &lt;/VideoTimeSeek&gt;
  &lt;FullscreenInfo&gt;
    &lt;remote&gt;
      &lt;guide&gt;CodecInfo&lt;/guide&gt;
      &lt;info&gt;Back&lt;/info&gt;
      &lt;menu&gt;OSD&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/FullscreenInfo&gt;
  &lt;PlayerControls&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/PlayerControls&gt;
  &lt;Visualisation&gt;
    &lt;remote&gt;
      &lt;left&gt;PreviousPreset&lt;/left&gt;
      &lt;right&gt;NextPreset&lt;/right&gt;
      &lt;up&gt;IncreaseRating&lt;/up&gt;
      &lt;down&gt;DecreaseRating&lt;/down&gt;
      &lt;back&gt;LockPreset&lt;/back&gt;
      &lt;guide&gt;CodecInfo&lt;/guide&gt;
      &lt;select&gt;XBMC.ActivateWindow(VisualisationPresetList)&lt;/select&gt;
      &lt;menu&gt;XBMC.ActivateWindow(MusicOSD)&lt;/menu&gt;
      &lt;info&gt;Info&lt;/info&gt;
      &lt;playlist&gt;XBMC.ActivateWindow(PVROSDChannels)&lt;/playlist&gt;
    &lt;/remote&gt;
  &lt;/Visualisation&gt;
  &lt;MusicOSD&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
      &lt;guide&gt;Info&lt;/guide&gt;
      &lt;info&gt;CodecInfo&lt;/info&gt;
    &lt;/remote&gt;
  &lt;/MusicOSD&gt;
  &lt;VisualisationSettings&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/VisualisationSettings&gt;
  &lt;VisualisationPresetList&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/VisualisationPresetList&gt;
  &lt;SlideShow&gt;
    &lt;remote&gt;
      &lt;zero&gt;ZoomNormal&lt;/zero&gt;
      &lt;one&gt;ZoomLevel1&lt;/one&gt;
      &lt;two&gt;ZoomLevel2&lt;/two&gt;
      &lt;three&gt;ZoomLevel3&lt;/three&gt;
      &lt;four&gt;ZoomLevel4&lt;/four&gt;
      &lt;five&gt;ZoomLevel5&lt;/five&gt;
      &lt;six&gt;ZoomLevel6&lt;/six&gt;
      &lt;seven&gt;ZoomLevel7&lt;/seven&gt;
      &lt;eight&gt;ZoomLevel8&lt;/eight&gt;
      &lt;nine&gt;ZoomLevel9&lt;/nine&gt;
      &lt;info&gt;CodecInfo&lt;/info&gt;
      &lt;skipplus&gt;NextPicture&lt;/skipplus&gt;
      &lt;skipminus&gt;PreviousPicture&lt;/skipminus&gt;
      &lt;guide&gt;Info&lt;/guide&gt;
      &lt;select&gt;Rotate&lt;/select&gt;
    &lt;/remote&gt;
  &lt;/SlideShow&gt;
  &lt;ScreenCalibration&gt;
    &lt;remote&gt;
      &lt;select&gt;NextCalibration&lt;/select&gt;
      &lt;zero&gt;ResetCalibration&lt;/zero&gt;
      &lt;display&gt;NextResolution&lt;/display&gt;
      &lt;xbox&gt;NextResolution&lt;/xbox&gt;
    &lt;/remote&gt;
  &lt;/ScreenCalibration&gt;
  &lt;GUICalibration&gt;
    &lt;remote&gt;
      &lt;select&gt;NextCalibration&lt;/select&gt;
      &lt;zero&gt;ResetCalibration&lt;/zero&gt;
    &lt;/remote&gt;
  &lt;/GUICalibration&gt;
  &lt;VideoOSD&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
      &lt;start&gt;Back&lt;/start&gt;
    &lt;/remote&gt;
  &lt;/VideoOSD&gt;
  &lt;VideoMenu&gt;
    &lt;remote&gt;
      &lt;menu&gt;OSD&lt;/menu&gt;
      &lt;info&gt;Info&lt;/info&gt;
      &lt;guide&gt;CodecInfo&lt;/guide&gt;
      &lt;zero&gt;Number0&lt;/zero&gt;
      &lt;one&gt;Number1&lt;/one&gt;
      &lt;two&gt;Number2&lt;/two&gt;
      &lt;three&gt;Number3&lt;/three&gt;
      &lt;four&gt;Number4&lt;/four&gt;
      &lt;five&gt;Number5&lt;/five&gt;
      &lt;six&gt;Number6&lt;/six&gt;
      &lt;seven&gt;Number7&lt;/seven&gt;
      &lt;eight&gt;Number8&lt;/eight&gt;
      &lt;nine&gt;Number9&lt;/nine&gt;
      &lt;play&gt;Select&lt;/play&gt;
    &lt;/remote&gt;
  &lt;/VideoMenu&gt;
  &lt;OSDVideoSettings&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
      &lt;start&gt;Back&lt;/start&gt;
    &lt;/remote&gt;
  &lt;/OSDVideoSettings&gt;
  &lt;OSDAudioSettings&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
      &lt;start&gt;Back&lt;/start&gt;
    &lt;/remote&gt;
  &lt;/OSDAudioSettings&gt;
  &lt;VideoBookmarks&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
      &lt;start&gt;Back&lt;/start&gt;
      &lt;zero&gt;Delete&lt;/zero&gt;
    &lt;/remote&gt;
  &lt;/VideoBookmarks&gt;
  &lt;MyVideoLibrary&gt;
    &lt;remote&gt;
      &lt;zero&gt;Queue&lt;/zero&gt;
      &lt;clear&gt;Delete&lt;/clear&gt;
    &lt;/remote&gt;
  &lt;/MyVideoLibrary&gt;
  &lt;MyVideoFiles&gt;
    &lt;remote&gt;
      &lt;zero&gt;Queue&lt;/zero&gt;
      &lt;star&gt;Queue&lt;/star&gt;
    &lt;/remote&gt;
  &lt;/MyVideoFiles&gt;
  &lt;MyVideoPlaylist&gt;
    &lt;remote&gt;
      &lt;clear&gt;Delete&lt;/clear&gt;
      &lt;zero&gt;Delete&lt;/zero&gt;
    &lt;/remote&gt;
  &lt;/MyVideoPlaylist&gt;
  &lt;VirtualKeyboard&gt;
    &lt;remote&gt;
      &lt;back&gt;BackSpace&lt;/back&gt;
      &lt;clear&gt;BackSpace&lt;/clear&gt;
      &lt;star&gt;Shift&lt;/star&gt;
      &lt;hash&gt;Symbols&lt;/hash&gt;
      &lt;zero&gt;Number0&lt;/zero&gt;
      &lt;one&gt;Number1&lt;/one&gt;
      &lt;two&gt;Number2&lt;/two&gt;
      &lt;three&gt;Number3&lt;/three&gt;
      &lt;four&gt;Number4&lt;/four&gt;
      &lt;five&gt;Number5&lt;/five&gt;
      &lt;six&gt;Number6&lt;/six&gt;
      &lt;seven&gt;Number7&lt;/seven&gt;
      &lt;eight&gt;Number8&lt;/eight&gt;
      &lt;nine&gt;Number9&lt;/nine&gt;
      &lt;enter&gt;Enter&lt;/enter&gt;
      &lt;pageminus&gt;CursorLeft&lt;/pageminus&gt;
      &lt;pageplus&gt;CursorRight&lt;/pageplus&gt;
    &lt;/remote&gt;
  &lt;/VirtualKeyboard&gt;
  &lt;ContextMenu&gt;
    &lt;remote&gt;
      &lt;guide&gt;Back&lt;/guide&gt;
    &lt;/remote&gt;
  &lt;/ContextMenu&gt;
  &lt;Scripts&gt;
    &lt;remote&gt;
      &lt;info&gt;Info&lt;/info&gt;
    &lt;/remote&gt;
  &lt;/Scripts&gt;
  &lt;NumericInput&gt;
    &lt;remote&gt;
      &lt;zero&gt;Number0&lt;/zero&gt;
      &lt;one&gt;Number1&lt;/one&gt;
      &lt;two&gt;Number2&lt;/two&gt;
      &lt;three&gt;Number3&lt;/three&gt;
      &lt;four&gt;Number4&lt;/four&gt;
      &lt;five&gt;Number5&lt;/five&gt;
      &lt;six&gt;Number6&lt;/six&gt;
      &lt;seven&gt;Number7&lt;/seven&gt;
      &lt;eight&gt;Number8&lt;/eight&gt;
      &lt;nine&gt;Number9&lt;/nine&gt;
      &lt;enter&gt;Enter&lt;/enter&gt;
      &lt;back&gt;BackSpace&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/NumericInput&gt;
  &lt;Weather&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/Weather&gt;
  &lt;TV&gt;
    &lt;remote&gt;
      &lt;red&gt;Red&lt;/red&gt;
      &lt;green&gt;Green&lt;/green&gt;
      &lt;yellow&gt;Yellow&lt;/yellow&gt;
      &lt;blue&gt;Blue&lt;/blue&gt;
    &lt;/remote&gt;
  &lt;/TV&gt;
  &lt;Settings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/Settings&gt;
  &lt;AddonBrowser&gt;
    &lt;remote&gt;
    &lt;/remote&gt;
  &lt;/AddonBrowser&gt;
  &lt;AddonInformation&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/AddonInformation&gt;
  &lt;AddonSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/AddonSettings&gt;
  &lt;TextViewer&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/TextViewer&gt;
  &lt;MyPicturesSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/MyPicturesSettings&gt;
  &lt;MyProgramsSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/MyProgramsSettings&gt;
  &lt;MyWeatherSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/MyWeatherSettings&gt;
  &lt;MyMusicSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/MyMusicSettings&gt;
  &lt;SystemSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/SystemSettings&gt;
  &lt;MyVideosSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/MyVideosSettings&gt;
  &lt;NetworkSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/NetworkSettings&gt;
  &lt;AppearanceSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/AppearanceSettings&gt;
  &lt;Profiles&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/Profiles&gt;
  &lt;systeminfo&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/systeminfo&gt;
  &lt;shutdownmenu&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/shutdownmenu&gt;
  &lt;submenu&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/submenu&gt;
  &lt;MusicInformation&gt;
    &lt;remote&gt;
      &lt;info&gt;Back&lt;/info&gt;
    &lt;/remote&gt;
  &lt;/MusicInformation&gt;
  &lt;MovieInformation&gt;
    &lt;remote&gt;
      &lt;info&gt;Back&lt;/info&gt;
    &lt;/remote&gt;
  &lt;/MovieInformation&gt;
  &lt;LockSettings&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/LockSettings&gt;
  &lt;ProfileSettings&gt;
    &lt;remote&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/ProfileSettings&gt;
  &lt;PictureInfo&gt;
    &lt;remote&gt;
      &lt;skipplus&gt;NextPicture&lt;/skipplus&gt;
      &lt;skipminus&gt;PreviousPicture&lt;/skipminus&gt;
      &lt;info&gt;Back&lt;/info&gt;
    &lt;/remote&gt;
  &lt;/PictureInfo&gt;
  &lt;Teletext&gt;
    &lt;remote&gt;
      &lt;zero&gt;number0&lt;/zero&gt;
      &lt;one&gt;number1&lt;/one&gt;
      &lt;two&gt;number2&lt;/two&gt;
      &lt;three&gt;number3&lt;/three&gt;
      &lt;four&gt;number4&lt;/four&gt;
      &lt;five&gt;number5&lt;/five&gt;
      &lt;six&gt;number6&lt;/six&gt;
      &lt;seven&gt;number7&lt;/seven&gt;
      &lt;eight&gt;number8&lt;/eight&gt;
      &lt;nine&gt;number9&lt;/nine&gt;
      &lt;red&gt;Red&lt;/red&gt;
      &lt;green&gt;Green&lt;/green&gt;
      &lt;yellow&gt;Yellow&lt;/yellow&gt;
      &lt;blue&gt;Blue&lt;/blue&gt;
      &lt;info&gt;Info&lt;/info&gt;
      &lt;menu&gt;Back&lt;/menu&gt;
      &lt;teletext&gt;Back&lt;/teletext&gt;
    &lt;/remote&gt;
  &lt;/Teletext&gt;
  &lt;Favourites&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/Favourites&gt;
  &lt;PVROSDChannels&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
      &lt;menu&gt;Close&lt;/menu&gt;
      &lt;start&gt;Close&lt;/start&gt;
      &lt;playlist&gt;Close&lt;/playlist&gt;
    &lt;/remote&gt;
  &lt;/PVROSDChannels&gt;
  &lt;PVROSDGuide&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
      &lt;menu&gt;Close&lt;/menu&gt;
      &lt;start&gt;Close&lt;/start&gt;
    &lt;/remote&gt;
  &lt;/PVROSDGuide&gt;
  &lt;PVROSDDirector&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
      &lt;menu&gt;Close&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/PVROSDDirector&gt;
  &lt;PVROSDCutter&gt;
    &lt;remote&gt;
      &lt;back&gt;Close&lt;/back&gt;
      &lt;menu&gt;Close&lt;/menu&gt;
    &lt;/remote&gt;
  &lt;/PVROSDCutter&gt;
  &lt;MyTVSettings&gt;
    &lt;remote&gt;
      &lt;back&gt;PreviousMenu&lt;/back&gt;
    &lt;/remote&gt;
  &lt;/MyTVSettings&gt;
&lt;/keymap&gt;</pre>
<p><strong>Weiterführende Links:</strong><br />
<a href="http://www.loggn.de/htpc-media-center-logitech-harmony-reagiert-traege-unter-windows-und-linux/" target="_blank">HTPC – Media Center – Logitech Harmony reagiert träge unter Windows und Linux </a><br />
<a href="http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/" target="_blank">Ubuntu (alle Versionen) – LIRC Konfiguration mit RC6 IR605Q (147a:e03e) und Logitech Harmony</a></p>
<p><strong>Quellen:</strong><br />
<a href="https://github.com/xbmc/xbmc/blob/master/system/Lircmap.xml" target="_blank">XBMC Main Repository &#8211; xbmc / system / Lircmap.xml (Standardkonfiguration)</a><br />
<a href="https://github.com/xbmc/xbmc/blob/master/system/keymaps/keyboard.xml" target="_blank">XBMC Main Repository &#8211; xbmc / system / keymaps / keyboard.xml (Standardkonfiguration)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/linux-ubuntu-lirc-xbmc-mit-logitech-harmony-steuern-lircmap-xml-und-keyboard-xml/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu (alle Versionen) – LIRC Konfiguration mit MCE RC6 IR605Q (147a:e03e) und Logitech Harmony</title>
		<link>http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/</link>
		<comments>http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:00:16 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[147a:e03e]]></category>
		<category><![CDATA[CoHauS]]></category>
		<category><![CDATA[Fernbedienung]]></category>
		<category><![CDATA[Formosa]]></category>
		<category><![CDATA[hardware.conf]]></category>
		<category><![CDATA[Harmony]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IR605Q]]></category>
		<category><![CDATA[Keyboard.xml]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LIRC]]></category>
		<category><![CDATA[lircd.conf]]></category>
		<category><![CDATA[Lircmap.xml]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[RC6]]></category>
		<category><![CDATA[RC6 Infrarot Empfänger]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=7140</guid>
		<description><![CDATA[Nachdem ich mir eine Logitech Harmony gegönnt habe, wollte diese natürlich auch auf meinem Media-PC unter Ubuntu eingerichtet werden. Vorher habe ich, wie vielleicht einige noch wissen, eine X10 PC-Funkfernbedienung benutzt. Voller Vorfreude packte ich die Harmony aus und wollte auch gleich loslegen &#8211; nur dann &#8211; X10=Funk / Harmony=Infrarot &#8211; MIST! *da hätte ich auch [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich mir eine <a href="http://www.loggn.de/htpc-media-center-logitech-harmony-reagiert-traege-unter-windows-und-linux/" target="_blank">Logitech Harmony gegönnt habe</a>, wollte diese natürlich auch auf meinem Media-PC unter Ubuntu eingerichtet werden. Vorher habe ich, wie vielleicht einige noch wissen, eine <a href="http://www.loggn.de/ubuntu-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/" target="_blank">X10 PC-Funkfernbedienung</a> benutzt. Voller Vorfreude packte ich die Harmony aus und wollte auch gleich loslegen &#8211; nur dann &#8211; <strong>X10=Funk / Harmony=Infrarot</strong> &#8211; <em>MIST!</em> <img src='http://www.loggn.de/wp-includes/images/smilies/icon_redface.gif' alt="icon redface" class='wp-smiley' title="Ubuntu (alle Versionen) – LIRC Konfiguration mit MCE RC6 IR605Q (147a:e03e) und Logitech Harmony" />  <em>*da hätte ich auch mal früher dran denken können*</em></p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/hardware_ir605q_and_harmony.jpg"><img class="aligncenter size-full wp-image-7228" title="Hardware – RC6 Infrarot-Empfänger IR605Q und Logitech Harmony" src="http://www.loggn.de/wp-content/uploads/2012/01/hardware_ir605q_and_harmony.jpg" alt="hardware ir605q and harmony" width="600" height="215" /></a></p>
<p>Also habe ich mich erstmal auf die Suche nach einem Infrarot-Empfänger begeben. Zuerst wollte ich mir die <a href="http://www.amazon.de/Hama-00052451-MCE-Remote-Control/dp/B000X1EL4W" target="_blank">Hama MCE Fernbedienung</a> kaufen und einfach nur den IR-Empfänger nutzen. Nach längeren Recherchen bin ich aber auf den <a href="http://www.cohaus-berlin.de/shop/" target="_blank">CoHauS-Shop</a> aufmerksam geworden &#8211; ziemlich <strong>gute Rezensionen</strong> im Shop selbst und in der <a href="http://www.mce-community.de/" target="_blank">MCE-Community.de</a> haben mich doch davon überzeugt, gleich etwas Vernünftiges zu kaufen.</p>
<p>Ich habe mich für den <a href="http://www.cohaus-berlin.de/shop/RC6-Infrarot-Empfaenger/RC6-Infrarot-Empfaenger-Modell-IR605Q::30.html" target="_blank">MCE RC6 Infrarot Empfänger &#8211; Modell IR605Q</a> entschieden. <em>(Harmony-Profil: Windows Media Center SE)</em></p>
<pre class="brush: bash; title: ; notranslate">lsusb
Bus 004 Device 004: ID 147a:e03e Formosa Industrial Computing, Inc.</pre>
<p>Nun habe ich aber lang genug um den heißen Brei herum geschrieben &#8211; los gehts. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_rolleyes.gif' alt="icon rolleyes" class='wp-smiley' title="Ubuntu (alle Versionen) – LIRC Konfiguration mit MCE RC6 IR605Q (147a:e03e) und Logitech Harmony" />  <span id="more-7140"></span></p>
<h2>Ubuntu 10.10 (Maverick Meerkat), 11.04 (Natty Narwhal), 11.10 (<strong>Oneiric Ocelot)</strong>, etc. (LIRC-Version größer als 0.8.6)</h2>
<p>Erstmal installieren wir LIRC &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install lirc</pre>
<p>&#8230; oder LIRC war schon installiert, dann konfigurieren wir es neu.</p>
<pre class="brush: bash; title: ; notranslate">sudo dpkg-reconfigure lirc</pre>
<p>Im darauffolgenden Fenster wählen wir <em>&#8220;Windows Media Center Transceivers/Remotes (all)&#8221;</em> und &#8230;</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_01.png"><img class="aligncenter size-medium wp-image-7170" title="Modell IR605Q - Windows Media Center Transceivers/Remotes (all) - 147a:e03e Formosa" src="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_01-650x415.png" alt="linux htpc lirc mce 01 650x415" width="650" height="415" /></a></p>
<p>&#8230; im Nächsten <em>&#8220;None&#8221;</em>.</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_02.png"><img class="aligncenter size-medium wp-image-7171" title="Modell IR605Q - None - 147a:e03e Formosa" src="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_02-650x418.png" alt="linux htpc lirc mce 02 650x418" width="650" height="418" /></a></p>
<p>Das wars auch eigentlich schon für alle Ubuntu-Versionen <strong>ab 10.10</strong>. Eventuell muss noch ein Neustart des LIRC-Dienstes durchgeführt werden.</p>
<pre class="brush: bash; title: ; notranslate">sudo /etc/init.d/lirc restart</pre>
<h2>Ubuntu 10.04 (Lucid Lynx), Ubuntu 9.10 (Karmic Koala), Ubuntu 9.04 (Jaunty Jackalope) und niedriger (LIRC-Version kleiner/gleich 0.8.6)</h2>
<p>Bis Ubuntu <strong>10.04</strong> gibt es das Problem, dass der <strong>LIRC-Treiber</strong> <em>lirc_mceusb </em><strong>gepachtet</strong> werden muss. Sonst erkennt der Treiber den MCE RC6 Empfänger nicht!</p>
<p>Erstmal installieren wir LIRC &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install lirc</pre>
<p>&#8230; oder LIRC war schon installiert, dann konfigurieren wir es neu.</p>
<pre class="brush: bash; title: ; notranslate">sudo dpkg-reconfigure lirc</pre>
<p>Im darauffolgenden Fenster wählen wir <em>&#8220;Windows Media Center Transceivers/Remotes (all)&#8221;</em> und &#8230;</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_01.png"><img class="aligncenter size-medium wp-image-7170" title="Modell IR605Q - Windows Media Center Transceivers/Remotes (all) - 147a:e03e Formosa" src="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_01-650x415.png" alt="linux htpc lirc mce 01 650x415" width="650" height="415" /></a></p>
<p>&#8230; im Nächsten <em>&#8220;None&#8221;</em>.</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_02.png"><img class="aligncenter size-medium wp-image-7171" title="Modell IR605Q - None - 147a:e03e Formosa" src="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mce_02-650x418.png" alt="linux htpc lirc mce 02 650x418" width="650" height="418" /></a></p>
<p>Nun installieren wir den <strong>Quellcode</strong> der LIRC-Module, &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install lirc-modules-source</pre>
<p>&#8230; jetzt müssen wir den <em>lirc_mceusb</em> Treiber bearbeiten.</p>
<pre class="brush: bash; title: ; notranslate">sudo vi /usr/src/lirc-0.8.6/drivers/lirc_mceusb/lirc_mceusb.c</pre>
<p>Im Formosa-Abschnitt (ca. Zeile 208) fügen wir folgende zwei Zeilen ein &#8230;</p>
<pre class="brush: bash; title: ; notranslate">/* Formosa Industrial Computing IR605Q */
{ USB_DEVICE(VENDOR_FORMOSA, 0xe03e) },</pre>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mceusb.png"><img class="aligncenter size-full wp-image-7176" title="Modell IR605Q - LIRC Treiber lirc_mceusb - 147a:e03e Formosa" src="http://www.loggn.de/wp-content/uploads/2012/01/linux_htpc_lirc_mceusb.png" alt="linux htpc lirc mceusb" width="438" height="142" /></a></p>
<p>&#8230; und im Anschluss kompilieren wir die LIRC-Module. <strong>FERTIG!</strong></p>
<pre class="brush: bash; title: ; notranslate">sudo dpkg-reconfigure lirc-modules-source</pre>
<p>Eventuell muss noch ein Neustart des LIRC-Dienstes durchgeführt werden.</p>
<pre class="brush: bash; title: ; notranslate">sudo /etc/init.d/lirc restart</pre>
<p><strong>Viel Spaß!</strong><br />
Demnächst werde ich noch eine zweite HowTo mit der <em>Lircmap.xml</em> und <em>Keyboard.xml</em> für <strong>XBMC</strong> veröffentlichen. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_wink.gif' alt="icon wink" class='wp-smiley' title="Ubuntu (alle Versionen) – LIRC Konfiguration mit MCE RC6 IR605Q (147a:e03e) und Logitech Harmony" /> </p>
<p><strong>Weiterführende Links:<br />
</strong><a href="http://www.loggn.de/htpc-media-center-logitech-harmony-reagiert-traege-unter-windows-und-linux/" target="_blank">HTPC – Media Center – Logitech Harmony reagiert träge unter Windows und Linux </a><br />
<a href="http://www.loggn.de/linux-ubuntu-lirc-xbmc-mit-logitech-harmony-steuern-lircmap-xml-und-keyboard-xml/" target="_blank">Linux – LIRC – XBMC mit Logitech Harmony steuern – Lircmap.xml und Keyboard.xml</a></p>
<p><strong>Quellen:</strong><br />
<a href="http://sebastian-becker.org/?page_id=609" target="_blank">LIRC &amp; XBMC</a><br />
<a href="http://www.fscker.ca/rc/2010/04/27/mediagate-mg-ir01bk-and-ubuntu-9-10/" target="_blank">Mediagate MG-IR01BK and Ubuntu</a><br />
<a href="http://www.mce-community.de/forum/index.php?showtopic=41811&amp;st=0&amp;p=286479&amp;#entry286479" target="_blank">[How To] RC6 IR-Empfänger (original oder OEM) unter Linux und XBMC</a></p>
<h2>LIRC Konfigurationsdateien</h2>
<p>Die Konfigurationsdateien von LIRC müsstet ihr <span style="text-decoration: underline;">theoretisch nicht</span> bearbeiten. Ich werde diese, nur der Vollständigkeit halber, hier mit anhängen. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_cool.gif' alt="icon cool" class='wp-smiley' title="Ubuntu (alle Versionen) – LIRC Konfiguration mit MCE RC6 IR605Q (147a:e03e) und Logitech Harmony" /> </p>
<p><strong>/etc/lirc/hardware.conf</strong></p>
<pre class="brush: bash; title: ; notranslate"># /etc/lirc/hardware.conf
#
# loggn.de - Nico Hartung
#
#Chosen Remote Control
REMOTE=&quot;Windows Media Center Transceivers/Remotes (all)&quot;
REMOTE_MODULES=&quot;lirc_dev lirc_mceusb&quot;
REMOTE_DRIVER=&quot;&quot;
REMOTE_DEVICE=&quot;/dev/lirc0&quot;
REMOTE_SOCKET=&quot;&quot;
REMOTE_LIRCD_CONF=&quot;mceusb/lircd.conf.mceusb&quot;
REMOTE_LIRCD_ARGS=&quot;&quot;

#Chosen IR Transmitter
TRANSMITTER=&quot;None&quot;
TRANSMITTER_MODULES=&quot;&quot;
TRANSMITTER_DRIVER=&quot;&quot;
TRANSMITTER_DEVICE=&quot;&quot;
TRANSMITTER_SOCKET=&quot;&quot;
TRANSMITTER_LIRCD_CONF=&quot;&quot;
TRANSMITTER_LIRCD_ARGS=&quot;&quot;

#Enable lircd
START_LIRCD=&quot;true&quot;

#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD=&quot;false&quot;

#Try to load appropriate kernel modules
LOAD_MODULES=&quot;true&quot;

# Default configuration files for your hardware if any
LIRCMD_CONF=&quot;&quot;

#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to &quot;false&quot;
FORCE_NONINTERACTIVE_RECONFIGURATION=&quot;false&quot;
START_LIRCMD=&quot;&quot;</pre>
<p><strong>/etc/lirc/lircd.conf</strong></p>
<pre class="brush: bash; title: ; notranslate">
#
# loggn.de - Nico Hartung
#
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.
#
#Feel free to add any custom remotes to the configuration
#via additional include directives or below the existing
#Ubuntu include directives from your selected remote and/or
#transmitter.

#Configuration for the Windows Media Center Transceivers/Remotes (all) remote:
include &quot;/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb&quot;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>HTPC &#8211; Media Center &#8211; Logitech Harmony reagiert träge unter Windows und Linux</title>
		<link>http://www.loggn.de/htpc-media-center-logitech-harmony-reagiert-traege-unter-windows-und-linux/</link>
		<comments>http://www.loggn.de/htpc-media-center-logitech-harmony-reagiert-traege-unter-windows-und-linux/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 13:00:18 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Harmony]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Inter-key Delay]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media-PC]]></category>
		<category><![CDATA[Repeats]]></category>
		<category><![CDATA[Tastenverzögerung]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wiederholungen]]></category>
		<category><![CDATA[Windows Media Center SE]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=7120</guid>
		<description><![CDATA[Vor ein paar Tagen habe ich mir eine Logitech Harmony gegönnt, um meinen Samsung LCD, meine Dreambox, meinen Media-PC mit XBMC und meinen zukünftigen AV-Receiver darüber zu steuern. Die Einrichtung über MyHarmony.com war sehr einfach. Für einen Media-PC (auch mit XBMC) sollte man das Windows Media Center SE Profil auswählen (in Verbindung mit einem MCE RC6 IR-Empfänger). Allerdings ist mir bei der [...]]]></description>
			<content:encoded><![CDATA[<p>Vor ein paar Tagen habe ich mir eine <a href="http://www.cohaus-berlin.de/shop/Fernbedienungen/Logitech-Harmony-300::7.html" target="_blank">Logitech Harmony</a> gegönnt, um meinen Samsung LCD, meine <a href="http://www.amazon.de/Dreambox-800-SE-Satellitenreceiver-vorbereitet/dp/B004C1PZTY" target="_blank">Dreambox</a>, meinen Media-PC mit XBMC und meinen zukünftigen AV-Receiver darüber zu steuern.</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2012/01/hardware_logitech_harmony.jpg"><img class="aligncenter size-full wp-image-7220" title="Hardware – Logitech Harmony 300" src="http://www.loggn.de/wp-content/uploads/2012/01/hardware_logitech_harmony.jpg" alt="hardware logitech harmony" width="600" height="234" /></a></p>
<p>Die Einrichtung über <a href="http://myharmony.com/" target="_blank">MyHarmony.com</a> war sehr einfach. Für einen Media-PC (auch mit XBMC) sollte man das <em>Windows Media Center SE</em> <strong>Profil</strong> auswählen (in Verbindung mit einem <a href="http://www.cohaus-berlin.de/shop/RC6-Infrarot-Empfaenger/RC6-Infrarot-Empfaenger-Modell-IR605Q::30.html" target="_blank">MCE RC6 IR-Empfänger</a>). <strong>Allerdings</strong> ist mir bei der ersten Verwendung aufgefallen, dass die Harmony im Media Center (XBMC über Linux) <strong>sehr langsam</strong> bzw. <strong>träge</strong> reagiert. Wenn ich beispielsweise die Down-Taste gehalten habe, konnte ich zuschauen wie die Markierung langsam herunter gewandert ist!</p>
<p>Dieses Problem kann man über die <a href="http://www.harmony-remote-forum.de/viewtopic.php?f=35&amp;t=2669" target="_blank">Logitech Harmony Remote-Software</a> lösen, indem man auf dem MCE-Profil die <strong>Tastenverzögerung</strong> (Inter-key Delay) auf <strong>0ms</strong> und die <strong>Wiederholungen</strong> (Repeats) auf <strong>1</strong> reduziert.</p>
<p>Nun bin ich aber im Besitz der Logitech Harmony <strong>300</strong>, die sich wie die 200er, <span style="text-decoration: underline;">nur</span> über die MyHarmony.com Seite konfigurieren lässt &#8211; dort kann man leider keine Tastenverzögerungen oder Wiederholungen einstellen! Also habe ich beim Logitech-Support angerufen (0800/000 6726) und mein Problem geschildert. 2 Minuten später sollte ich meine Harmony 300 synchronisieren und siehe da, nun läuft die Harmony auch im XBMC flüssig. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_mrgreen.gif' alt="icon mrgreen" class='wp-smiley' title="HTPC   Media Center   Logitech Harmony reagiert träge unter Windows und Linux" /> </p>
<p>Auf meine Frage &#8211; warum man die Einstellungen nicht unter MyHarmony.com setzten kann,  erhielt ich eine zufriedenstellende Antwort:</p>
<p style="padding-left: 30px;"><em>&#8220;Die Harmony 200 und 300 sind Einsteiger-Fernbedienung &#8211; die meisten Benutzer wollen gar nicht so tief ins System eingreifen und es würde sie nur verwirren.&#8221; </em></p>
<p>In ein paar Tagen werde ich noch 2 <strong>HowTo&#8217;s</strong> veröffentlichen, die sich mit der Einrichtung unter Ubuntu beschäftigen. <em>(<a href="http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/" target="_blank">LIRC + RC6 Infrarot-Empfänger</a> + <a href="http://www.loggn.de/linux-ubuntu-lirc-xbmc-mit-logitech-harmony-steuern-lircmap-xml-und-keyboard-xml/" target="_blank">Harmony + XBMC</a>)</em></p>
<p><strong>Weiterführende Links:</strong><br />
<a href="http://www.loggn.de/ubuntu-lirc-konfiguration-mit-rc6-ir605q-147a-e03e-und-logitech-harmony/" target="_blank">Ubuntu (alle Versionen) – LIRC Konfiguration mit RC6 IR605Q (147a:e03e) und Logitech Harmony</a></p>
<p><strong>Quellen:</strong><br />
<a href="http://www.harmony-remote-forum.de/viewtopic.php?f=35&amp;t=3726" target="_blank">Befehle einer Aktion werden nicht ausgeführt (Verzögerungen)</a><br />
<a href="http://www.mce-community.de/forum/index.php?showtopic=48680" target="_blank">Harmony One Geschwindigkeitseinstellungen, Welche Verzögernungen sind optimal </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/htpc-media-center-logitech-harmony-reagiert-traege-unter-windows-und-linux/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 LTS &#8211; Bildschirm bleibt beim Booten bzw. bei der Installation schwarz &#8211; Intel 82852/855GM &#8211; FCS Amilo M 7400</title>
		<link>http://www.loggn.de/ubuntu-10-04-lts-bildschirm-bleibt-beim-booten-bzw-bei-der-installation-schwarz-intel-82852-855gm-fcs-amilo-m-7400/</link>
		<comments>http://www.loggn.de/ubuntu-10-04-lts-bildschirm-bleibt-beim-booten-bzw-bei-der-installation-schwarz-intel-82852-855gm-fcs-amilo-m-7400/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 06:12:48 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[82852]]></category>
		<category><![CDATA[855GM]]></category>
		<category><![CDATA[Amilo M 7400]]></category>
		<category><![CDATA[bei der Installation schwarz]]></category>
		<category><![CDATA[Bildschirm bleibt beim Booten schwarz]]></category>
		<category><![CDATA[Gnome 2]]></category>
		<category><![CDATA[GRUB2]]></category>
		<category><![CDATA[GRUB_CMDLINE_LINUX]]></category>
		<category><![CDATA[i915.modeset=1]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[quiet splash]]></category>
		<category><![CDATA[schwarz]]></category>
		<category><![CDATA[Ubuntu läuft mit niedriger Grafikeinstellung]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=6309</guid>
		<description><![CDATA[Am Wochenende habe ich den alten Fujitsu Siemens AMILO M-7400 von meinem Dad mit einen Ubuntu 10.04 LTS installiert. Ubuntu 10.10 oder 11.04 wollte ich nicht installieren, weil ich Unity nicht besonders benutzerfreundlich finde &#8211; gerade für einen Linux-Einsteiger wie meinen Dad. Beim Starten der Ubuntu 10.04 LTS Installation bleibt der Monitor schwarz, Grund dafür ist [...]]]></description>
			<content:encoded><![CDATA[<p>Am Wochenende habe ich den alten <a href="http://www.amazon.de/gp/product/B0001JZNTI" target="_blank">Fujitsu Siemens AMILO M-7400</a> von meinem Dad mit einen Ubuntu 10.04 LTS installiert. Ubuntu 10.10 oder 11.04 wollte ich nicht installieren, weil ich Unity nicht <strong>besonders benutzerfreundlich</strong> finde &#8211; gerade für einen <strong>Linux-Einsteiger</strong> wie meinen Dad.</p>
<p>Beim Starten der Ubuntu 10.04 LTS Installation bleibt der Monitor schwarz, Grund dafür ist die Grafikkarte im M-7400, eine Intel 82852/855GM &#8211; ein <strong>bekanntes Problem</strong> von Lucid Lynx - <a href="http://ikhaya.ubuntuusers.de/2010/04/29/ubuntu-weist-noch-probleme-mit-i845-i855-grafikkarten-auf/" target="_blank">Ubuntu weist noch Probleme mit i845/i855-Grafikkarten auf</a>.</p>
<pre class="brush: bash; title: ; notranslate">lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device</pre>
<p>Auch Glasen hat sich auf seinem Blog mit dieser Thematik auseinander gesetzt und darüber <strong>2 tolle Artikel</strong> geschrieben.</p>
<p style="padding-left: 30px;"><a href="http://www.glasen-hardt.de/?p=517" target="_blank">855GM-Howto für Ubuntu 10.04 aka Lucid Lynx</a><br />
<a href="http://www.glasen-hardt.de/?p=473" target="_blank">Intel-Treiber 2.11 für Ubuntu 10.04 aka Lucid Lynx</a></p>
<p><span style="font-size: medium;">HowTo Zusammenfassung</span></p>
<p>Beim Starten von der Installations-CD, drückt man <strong>F6</strong> und gleich wieder <strong>ESC</strong> &#8211; dann ist am unteren Rand die GRUB-Startzeile zu sehen. Dort fügt man am  Ende &#8230;</p>
<p><a href="http://www.loggn.de/wp-content/uploads/2011/07/ubuntu_i915_modeset_1_01.png"><img class="aligncenter size-full wp-image-6370" title="Ubuntu - Startoptionen - i915.modeset=1" src="http://www.loggn.de/wp-content/uploads/2011/07/ubuntu_i915_modeset_1_01.png" alt="ubuntu i915 modeset 1 01" width="634" height="475" /></a></p>
<pre class="brush: bash; title: ; notranslate">i915.modeset=1</pre>
<p>&#8230; ein. Mit einem Enter startet dann nach ein paar Sekunden die grafische Oberfläche des Ubuntu-Installers.</p>
<p>Auch <strong>nach der Installation</strong> muss der GRUB-Menueintrag <strong>vor dem ersten Start</strong> wieder bearbeitet werden, sonst bleibt der Bildschirm wieder schwarz. Dazu hält man die <strong>Shift Taste</strong> <span id="more-6309"></span>beim Booten gedrückt, um in den <a href="http://wiki.ubuntuusers.de/grub_2" target="_blank">GRUB2</a> zu kommen. Nun drückt man beim zu editierenden Menüeintrag die <strong>Taste E</strong>. In Zeile 3 nach - <em>quiet splash</em> - fügt man nun wieder &#8230;</p>
<pre class="brush: bash; title: ; notranslate">i915.modeset=1</pre>
<p>&#8230; ein und drückt dann <strong>STRG-X</strong>, um vom bearbeiteten Menüeintrag zu booten. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_wink.gif' alt="icon wink" class='wp-smiley' title="Ubuntu 10.04 LTS   Bildschirm bleibt beim Booten bzw. bei der Installation schwarz   Intel 82852/855GM   FCS Amilo M 7400" />  Nach dem Booten bearbeitet man die Datei &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo vi /etc/default/grub</pre>
<p>&#8230; und fügt in der Zeile &#8230;</p>
<pre class="brush: bash; title: ; notranslate">GRUB_CMDLINE_LINUX=&quot;quiet splash&quot;</pre>
<p>&#8230; am Ende wieder &#8230;</p>
<pre class="brush: bash; title: ; notranslate">i915.modeset=1</pre>
<p>&nbsp;</p>
<pre class="brush: bash; title: ; notranslate">GRUB_CMDLINE_LINUX=&quot;quiet splash i915.modeset=1&quot;</pre>
<p>&#8230; ein. Danach muss noch der <strong>Befehl</strong> &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo update-grub</pre>
<p>&#8230; ausgeführt werden, damit die <strong>GRUB-Konfiguration neu geschrieben</strong> wird und man nicht bei jedem Booten oder Kernelupdate die GRUBzeile erneut editieren muss.</p>
<p>Beim Booten unseres frisch installierten Ubuntu&#8217;s bekommt man nun die Meldung <strong>Ubuntu läuft mit niedrigen Grafikeinstellung.</strong></p>
<p><a href="http://www.loggn.de/wp-content/uploads/2011/07/ubuntu_i915_modeset_1_02.png"><img class="aligncenter size-full wp-image-6371" title="Ubuntu läuft mit niedrigen Grafikeinstellungen - i915.modeset=1" src="http://www.loggn.de/wp-content/uploads/2011/07/ubuntu_i915_modeset_1_02.png" alt="ubuntu i915 modeset 1 02" width="670" height="446" /></a></p>
<p>Um dieses kleine Problem zu beheben, muss man 3 Befehle im Terminal ausführen. Auch hier hat <a href="http://www.glasen-hardt.de/" target="_blank">Glasen</a> wieder selbst Hand angelegt und eine <a href="https://launchpad.net/~glasen/+archive/intel-driver" target="_blank">Repository</a> mit funktionierendem <strong>Intel-Treibern für die 855GM</strong> unter Ubuntu 10.04 angelegt.</p>
<p>Um diese zu installieren, führt man einfach folgende drei Befehle &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-add-repository ppa:glasen/intel-driver
sudo apt-get update
sudo apt-get install xserver-xorg-video-intel</pre>
<p>&#8230; aus! Nach einem Neustart erscheint dann <strong>keine Fehlermeldung</strong> mehr. Viel Spaß mit eurem alten aber feinen <strong>Linux-Notebook</strong>! <img src='http://www.loggn.de/wp-includes/images/smilies/icon_mrgreen.gif' alt="icon mrgreen" class='wp-smiley' title="Ubuntu 10.04 LTS   Bildschirm bleibt beim Booten bzw. bei der Installation schwarz   Intel 82852/855GM   FCS Amilo M 7400" /> </p>
<p><strong><span style="background-color: #ff0000;">UPDATE:</span></strong> Beim Starten von Videos oder beim Surfen im Internet ist das Ubuntu 10.04 Notebook immer wieder <strong>abgestürzt</strong> &#8211; eindeutig <strong>Grafikkarten</strong> (Treiber) Problem. Dieser Bug, schon über 2 Jahre bekannt, wurde in der Kernelversion 2.6.<span style="background-color: #00ccff;">38</span> behoben, bisher aber <strong>nicht</strong> in die Kernelversion 2.6.<span style="background-color: #00ccff;">32</span> (Ubuntu 10.04 LTS) zurückportiert. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_cry.gif' alt="icon cry" class='wp-smiley' title="Ubuntu 10.04 LTS   Bildschirm bleibt beim Booten bzw. bei der Installation schwarz   Intel 82852/855GM   FCS Amilo M 7400" /> </p>
<p>Natürlich, hat Glasen auch für dieses Problem eine <a href="http://www.glasen-hardt.de/?page_id=707" target="_blank">Lösung</a>! Vielen Dank</p>
<pre class="brush: bash; title: ; notranslate">sudo add-apt-repository ppa:glasen/855gm-fix
sudo apt-get update
sudo apt-get install dkms linux-headers-generic 855gm-fix-dkms</pre>
<p><strong><span style="background-color: #ff0000;">UPDATE2:</span></strong> Durch das Paket <strong>855gm-fix-dkms</strong> ist das Notebook nicht mehr so häufig abgestürzt. Vor dem Bugfix ist es circa 5 mal am Tag abgestürzt, danach nur noch einmal. Nach kurzer Rücksprache mit Glasen, entschloss ich mich den <strong>2.6.39.4 Kerne</strong>l zu installieren&#8230;</p>
<ul>
<li>Bugfix wieder entfernen</li>
</ul>
<pre class="brush: bash; title: ; notranslate">sudo apt-get remove 855gm-fix-dkms</pre>
<ul>
<li>Kernel 2.6.39.4 herunterladen und installieren</li>
</ul>
<pre class="brush: bash; title: ; notranslate">wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.4-oneiric/linux-headers-2.6.39-02063904-generic_2.6.39-02063904.201108040905_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.4-oneiric/linux-image-2.6.39-02063904-generic_2.6.39-02063904.201108040905_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.4-oneiric/linux-headers-2.6.39-02063904_2.6.39-02063904.201108040905_all.deb
sudo dpkg -i linux-*</pre>
<ul>
<li>Bezeichnung des Menü-Eintrags herausfinden</li>
</ul>
<pre class="brush: bash; title: ; notranslate">cat /boot/grub/grub.cfg | grep -i &quot;Ubuntu, mit Linux 2.6.39&quot;</pre>
<pre class="brush: bash; title: ; notranslate">menuentry 'Ubuntu, mit Linux 2.6.39-02063904-generic' -class ubuntu...
menuentry 'Ubuntu, mit Linux 2.6.39-02063904-generic (Wiederherstellungsmodus)' -class ubuntu...
</pre>
<ul>
<li>GRUB Standard Konfiguration bearbeiten</li>
</ul>
<pre class="brush: bash; title: ; notranslate">sudo vi /etc/default/grub</pre>
<pre class="brush: bash; title: ; notranslate">...
GRUB_DEFAULT=&quot;Ubuntu, mit Linux 2.6.39-02063904-generic&quot;
...</pre>
<ul>
<li>GRUB-Boot-Konfiguration updaten</li>
</ul>
<pre class="brush: bash; title: ; notranslate">sudo update-grub</pre>
<ul>
<li>Neustart</li>
</ul>
<pre class="brush: bash; title: ; notranslate">sudo reboot</pre>
<p><span style="background-color: #ff0000;">UPDATE3:</span> 5 Tage nach der Installation des 2.6.39.4er Kernels kann ich sagen, dass, das Notebook <strong>sehr stabil läuft</strong> und bisher <strong>nicht abgestürzt</strong> ist.  <img src='http://www.loggn.de/wp-includes/images/smilies/icon_rolleyes.gif' alt="icon rolleyes" class='wp-smiley' title="Ubuntu 10.04 LTS   Bildschirm bleibt beim Booten bzw. bei der Installation schwarz   Intel 82852/855GM   FCS Amilo M 7400" /> </p>
<p><strong>Quellen &amp; Links</strong><br />
<a href="http://wiki.ubuntuusers.de/GRUB_2/Konfiguration#Bedeutung-der-Variablen" target="_blank">GRUB2 Konfiguration</a><br />
<a href="http://www.glasen-hardt.de/?p=707" target="_blank">855GM-Patches für Kernel 2.6.32</a><br />
<a href="http://www.glasen-hardt.de/?p=517" target="_blank">855GM-Howto für Ubuntu 10.04 aka Lucid Lynx</a><br />
<a href="http://www.glasen-hardt.de/?p=473" target="_blank">Intel-Treiber 2.11 für Ubuntu 10.04 aka Lucid Lynx</a><br />
<a href="http://ikhaya.ubuntuusers.de/2010/04/29/ubuntu-weist-noch-probleme-mit-i845-i855-grafikkarten-auf/" target="_blank">Ubuntu weist noch Probleme mit i845/i855-Grafikkarten auf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/ubuntu-10-04-lts-bildschirm-bleibt-beim-booten-bzw-bei-der-installation-schwarz-intel-82852-855gm-fcs-amilo-m-7400/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Arch Linux – LIRC – XBMC mit PC-Funkfernbedienung X10 steuern</title>
		<link>http://www.loggn.de/arch-linux-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/</link>
		<comments>http://www.loggn.de/arch-linux-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 11:11:07 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[atilibusb]]></category>
		<category><![CDATA[ati_remote]]></category>
		<category><![CDATA[Keyboard.xml]]></category>
		<category><![CDATA[lircd]]></category>
		<category><![CDATA[lircd.conf]]></category>
		<category><![CDATA[Lircmap.xml]]></category>
		<category><![CDATA[lirc_atiusbi]]></category>
		<category><![CDATA[lirc_dev]]></category>
		<category><![CDATA[X10]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=5908</guid>
		<description><![CDATA[XBMC mit der X10 Funkfernbedienung fernzusteuern war bei Ubuntu recht schnell eingerichtet. Bei Arch Linux hingegen habe ich mich etwas schwer getan &#8211; nicht zuletzt weil die Konfigurationsdateien an einem anderen Ort liegen. Auch die Kernelmodule des neuen Linux-Kernels wie ati_remote, lirc_atiusb &#38; lirc_dev haben mich 4 Stunden meines Lebens gekostet. Zuerst installieren wir den Linux [...]]]></description>
			<content:encoded><![CDATA[<p>XBMC mit der X10 Funkfernbedienung fernzusteuern war bei Ubuntu recht schnell eingerichtet. Bei Arch Linux hingegen habe ich mich etwas schwer getan &#8211; nicht zuletzt weil die Konfigurationsdateien an einem anderen Ort liegen. Auch die Kernelmodule des neuen Linux-Kernels wie <strong>ati_remote</strong>, <strong>lirc_atiusb</strong> &amp; <strong>lirc_dev</strong> haben mich <a href="https://twitter.com/#!/__nico/status/64623766323478528" target="_blank">4 Stunden meines Lebens</a> gekostet. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_sad.gif' alt="icon sad" class='wp-smiley' title="Arch Linux – LIRC – XBMC mit PC Funkfernbedienung X10 steuern" /> </p>
<p>Zuerst <strong>installieren</strong> wir den Linux Infrared Remote Control, &#8230;</p>
<pre class="brush: bash; title: ; notranslate">pacman -S lirc</pre>
<p>oder</p>
<pre class="brush: bash; title: ; notranslate">yaourt -S lirc</pre>
<p style="padding-left: 30px;"><strong>Yet AnOther User Repository Tool</strong> &#8211; yaourt</p>
<p style="padding-left: 60px;">&#8220;Yet AnOther User Repository Tool&#8221;. yaourt ist eine Erweiterung für pacman, welche die Benutzung des AURs direkt aus dem Paketmanager heraus erlaubt. Die meisten Installationsanfragen werden direkt an pacman weitergeleitet, yaourt unterstützt auch die selbe Syntax wie pacman. Es ist möglich, mit yaourt Software direkt aus dem AUR zu bauen und zu installieren. (Quelle: <a href="https://wiki.archlinux.de/title/Yaourt">https://wiki.archlinux.de/title/Yaourt</a>)</p>
<p>&#8230; dann passen wir die <strong>lircd.conf</strong> unter <strong>/etc/conf.d </strong>unseren Bedürfnissen an.</p>
<pre class="brush: bash; title: ; notranslate">vi /etc/conf.d/lircd.conf</pre>
<pre class="brush: bash; title: ; notranslate">LIRC_DEVICE=&quot;/dev/lirc0&quot;
LIRC_DRIVER=&quot;atilibusb&quot;
#REMOTE_MODULES=&quot;lirc_atiusb&quot;
LIRC_EXTRAOPTS=&quot;&quot;
LIRC_CONFIGFILE=&quot;/etc/lirc/X10.conf&quot;</pre>
<p>In <strong>rc.conf</strong> müssen wir 3 Kernelmodule auf die Blacklist (!) setzen und einen neuen Dienst automatisch starten lassen.</p>
<p><span style="background-color: #ff0000;"><strong>UPDATE:</strong></span> Die Module werden jetzt nicht mehr über die <em>/etc/rc.conf</em> geblacklistet sondern über die <em>/etc/modprobe.d/blacklist.conf</em>. (<a href="https://bbs.archlinux.de/viewtopic.php?id=19322" target="_blank">Quelle</a>) [Danke - an die Kommentatoren]</p>
<pre class="brush: bash; title: ; notranslate">vi /etc/rc.conf</pre>
<pre class="brush: bash; title: ; notranslate">...
MODULES=(... !ati_remote !lirc_atiusbi !lirc_dev)
...
DAEMONS=(syslog-ng dbus hal network netfs crond sshd alsa lircd)</pre>
<p>Zu guter Letzt <span id="more-5908"></span>müssen wir noch die <strong>X10.conf</strong>, <strong>Lircmap.xml</strong> &amp; <strong>Keyboard.xml</strong> erstellen, diese gibt es <a href="http://www.loggn.de/wp-content/uploads/2011/05/arch_x10_confs.tar.gz" target="_blank">hier</a> zum Download. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_wink.gif' alt="icon wink" class='wp-smiley' title="Arch Linux – LIRC – XBMC mit PC Funkfernbedienung X10 steuern" /> </p>
<pre class="brush: bash; title: ; notranslate">vi /etc/lirc/X10.conf</pre>
<pre class="brush: bash; title: ; notranslate"># Please make this file available to others
# by sending it to &lt;lirc@bartelmus.de&gt;
#
# this config file was automatically generated
# using lirc-0.8.4a(atilibusb) on Mon Apr  6 08:53:57 2009
#
# contributed by
#
# brand: PC-Funkfernbedienung X10
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  x10
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          139990
  min_repeat      2
  toggle_bit_mask 0x80800000

      begin codes
          livetv                   0xF11C
          rectv                    0x6D98
          photo                    0xDA05
          music                    0x5B86
          dvdmenu                  0xD904
          video                    0x82AD
          audio                    0x0732
          angle                    0x89B4
          title                    0x0A35
          subtitle                 0x88B3
          up                       0xEF1A
          down                     0x77A2
          left                     0xF21D
          right                    0x749F
          ok                       0xF31E
          1                        0x628D
          2                        0xE30E
          3                        0x648F
          4                        0xE510
          5                        0x6691
          6                        0xE712
          7                        0x6893
          8                        0xE914
          9                        0x6A95
          0                        0xEC17
          asterisk                 0x8CB7
          hash                     0x0D38
          world                    0x709B
          rewind                   0xF924
          play                     0x7AA5
          forward                  0xFB26
          pause                    0x7EA9
          previous                 0xF621
          next                     0x78A3
          stop                     0xFD28
          record                   0x7CA7
          off                      0xD702
          guide                    0x86B1
          text                     0xEB16
          volume+                  0x5E89
          volume-                  0xDD08
          mute                     0x5580
          program+                 0xE00B
          program-                 0x618C
          back                     0xF520
          info                     0x84AF
      end codes

end remote</pre>
<pre class="brush: bash; title: ; notranslate">vi /home/USERNAME/.xbmc/userdata/Lircmap.xml</pre>
<pre class="brush: bash; title: ; notranslate">&lt;lircmap&gt;
&lt;remote device=&quot;x10&quot;&gt;
   &lt;obc1&gt;livetv&lt;/obc1&gt;
   &lt;obc2&gt;rectv&lt;/obc2&gt;
   &lt;obc3&gt;photo&lt;/obc3&gt;
   &lt;obc4&gt;music&lt;/obc4&gt;
   &lt;obc5&gt;dvdmenu&lt;/obc5&gt;
   &lt;obc6&gt;video&lt;/obc6&gt;
   &lt;obc7&gt;audio&lt;/obc7&gt;
   &lt;obc8&gt;angle&lt;/obc8&gt;
   &lt;obc9&gt;title&lt;/obc9&gt;
   &lt;obc10&gt;subtitle&lt;/obc10&gt;
   &lt;obc11&gt;up&lt;/obc11&gt;
   &lt;obc12&gt;down&lt;/obc12&gt;
   &lt;obc13&gt;left&lt;/obc13&gt;
   &lt;obc14&gt;right&lt;/obc14&gt;
   &lt;obc15&gt;ok&lt;/obc15&gt;
   &lt;obc16&gt;1&lt;/obc16&gt;
   &lt;obc17&gt;2&lt;/obc17&gt;
   &lt;obc18&gt;3&lt;/obc18&gt;
   &lt;obc19&gt;4&lt;/obc19&gt;
   &lt;obc20&gt;5&lt;/obc20&gt;
   &lt;obc21&gt;6&lt;/obc21&gt;
   &lt;obc22&gt;7&lt;/obc22&gt;
   &lt;obc23&gt;8&lt;/obc23&gt;
   &lt;obc24&gt;9&lt;/obc24&gt;
   &lt;obc25&gt;0&lt;/obc25&gt;
   &lt;obc26&gt;asterisk&lt;/obc26&gt;
   &lt;obc27&gt;hash&lt;/obc27&gt;
   &lt;obc28&gt;world&lt;/obc28&gt;
   &lt;obc29&gt;rewind&lt;/obc29&gt;
   &lt;obc30&gt;play&lt;/obc30&gt;
   &lt;obc31&gt;forward&lt;/obc31&gt;
   &lt;obc32&gt;pause&lt;/obc32&gt;
   &lt;obc33&gt;previous&lt;/obc33&gt;
   &lt;obc34&gt;next&lt;/obc34&gt;
   &lt;obc35&gt;stop&lt;/obc35&gt;
   &lt;obc36&gt;record&lt;/obc36&gt;
   &lt;obc37&gt;off&lt;/obc37&gt;
   &lt;obc38&gt;guide&lt;/obc38&gt;
   &lt;obc39&gt;text&lt;/obc39&gt;
   &lt;obc40&gt;volume+&lt;/obc40&gt;
   &lt;obc41&gt;volume-&lt;/obc41&gt;
   &lt;obc42&gt;mute&lt;/obc42&gt;
   &lt;obc43&gt;program+&lt;/obc43&gt;
   &lt;obc44&gt;program-&lt;/obc44&gt;
   &lt;obc45&gt;back&lt;/obc45&gt;
   &lt;obc46&gt;info&lt;/obc46&gt;
&lt;/remote&gt;
&lt;/lircmap&gt;</pre>
<pre class="brush: bash; title: ; notranslate">vi /home/USERNAME/.xbmc/userdata/keymaps/Keyboard.xml</pre>
<pre class="brush: bash; title: ; notranslate">&lt;!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC --&gt;
&lt;!-- The &lt;global&gt; section is a fall through - they will only be used if the button is not          --&gt;
&lt;!-- used in the current window's section.  Note that there is only handling                       --&gt;
&lt;!-- for a single action per button at this stage.                                                 --&gt;
&lt;!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox       --&gt;
&lt;!-- gamepads.                                                                                     --&gt;

&lt;!-- The format is:                      --&gt;
&lt;!--    &lt;device&gt;                         --&gt;
&lt;!--      &lt;button&gt;action&lt;/button&gt;        --&gt;
&lt;!--    &lt;/device&gt;                        --&gt;

&lt;!-- To map keys from other remotes using the RCA protocol, you may add &lt;universalremote&gt; blocks --&gt;
&lt;!-- In this case, the tags used are &lt;obc#&gt; where # is the original button code (OBC) of the key --&gt;
&lt;!-- You set it up by adding a &lt;universalremote&gt; block to the window or &lt;global&gt; section:       --&gt;
&lt;!--    &lt;universalremote&gt;             --&gt;
&lt;!--       &lt;obc45&gt;Stop&lt;/obc45&gt;         --&gt;
&lt;!--    &lt;/universalremote&gt;            --&gt;
&lt;!-- To find out the OBC's of your remote, try enabling the &lt;displayremotecodes&gt; tag in AdvancedSettings.xml --&gt;

&lt;!-- Note that the action can be a built-in function.                 --&gt;
&lt;!--  eg &lt;B&gt;XBMC.ActivateWindow(MyMusic)&lt;/B&gt;                         --&gt;
&lt;!-- would automatically go to My Music on the press of the B button. --&gt;

&lt;!-- Joysticks / Gamepads:                                                                    --&gt;
&lt;!--   See the sample PS3 controller configuration below for the format.                      --&gt;
&lt;!--                                                                                          --&gt;
&lt;!--  Joystick Name:                                                                          --&gt;
&lt;!--   Do 'cat /proc/bus/input/devices' or see your xbmc log file  to find the names of       --&gt;
&lt;!--   detected joysticks. The name used in the configuration should match the detected name. --&gt;
&lt;!--                                                                                          --&gt;
&lt;!--  Button Ids:                                                                             --&gt;
&lt;!--   'id' is the button ID used by SDL. Joystick button ids of connected joysticks appear   --&gt;
&lt;!--   in xbmc.log when they are pressed. Use your log to map custom buttons to actions.      --&gt;
&lt;!--                                                                                          --&gt;
&lt;!--  Axis Ids / Analog Controls                                                              --&gt;
&lt;!--   Coming soon.                                                                           --&gt;
&lt;keymap&gt;
&lt;global&gt;
&lt;universalremote&gt;
&lt;obc25&gt;number0&lt;/obc25&gt;
&lt;obc16&gt;number1&lt;/obc16&gt;
      &lt;obc17&gt;number2&lt;/obc17&gt;
      &lt;obc18&gt;number3&lt;/obc18&gt;
      &lt;obc19&gt;number4&lt;/obc19&gt;
      &lt;obc20&gt;number5&lt;/obc20&gt;
      &lt;obc21&gt;number6&lt;/obc21&gt;
      &lt;obc22&gt;number7&lt;/obc22&gt;
      &lt;obc23&gt;number8&lt;/obc23&gt;
      &lt;obc24&gt;number9&lt;/obc24&gt;
      &lt;obc30&gt;Play&lt;/obc30&gt;
      &lt;obc32&gt;Pause&lt;/obc32&gt;
      &lt;obc35&gt;Stop&lt;/obc35&gt;
      &lt;obc31&gt;FastForward&lt;/obc31&gt;
      &lt;obc29&gt;Rewind&lt;/obc29&gt;
      &lt;obc13&gt;Left&lt;/obc13&gt;
      &lt;obc14&gt;Right&lt;/obc14&gt;
      &lt;obc11&gt;Up&lt;/obc11&gt;
      &lt;obc12&gt;Down&lt;/obc12&gt;
      &lt;obc15&gt;Select&lt;/obc15&gt;
      &lt;obc43&gt;PageUp&lt;/obc43&gt;
      &lt;obc44&gt;PageDown&lt;/obc44&gt;
      &lt;obc45&gt;ParentDir&lt;/obc45&gt;
      &lt;obc5&gt;PreviousMenu&lt;/obc5&gt;
      &lt;obc9&gt;ContextMenu&lt;/obc9&gt;
      &lt;obc46&gt;Info&lt;/obc46&gt;
      &lt;obc34&gt;SkipNext&lt;/obc34&gt;
      &lt;obc33&gt;SkipPrevious&lt;/obc33&gt;
      &lt;obc28&gt;FullScreen&lt;/obc28&gt;
      &lt;obc8&gt;AspectRatio&lt;/obc8&gt;
      &lt;obc36&gt;Screenshot&lt;/obc36&gt;
      &lt;obc40&gt;VolumeUp&lt;/obc40&gt;
      &lt;obc41&gt;VolumeDown&lt;/obc41&gt;
      &lt;obc42&gt;Mute&lt;/obc42&gt;
      &lt;obc37&gt;ActivateWindow(shutdownmenu)&lt;/obc37&gt;
      &lt;obc6&gt;XBMC.ActivateWindow(MyVideos)&lt;/obc6&gt;
      &lt;obc4&gt;XBMC.ActivateWindow(MyMusic)&lt;/obc4&gt;
      &lt;obc3&gt;XBMC.ActivateWindow(MyPictures)&lt;/obc3&gt;
      &lt;obc1&gt;XBMC.ActivateWindow(MyTV)&lt;/obc1&gt;
      &lt;obc2&gt;ToggleWatched&lt;/obc2&gt;
    &lt;/universalremote&gt;
  &lt;/global&gt;
  &lt;Home&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;XBMC.Skin.ToggleSetting(HomeViewToggle)&lt;/obc5&gt;
      &lt;obc46&gt;XBMC.ActivateWindow(SystemInfo)&lt;/obc46&gt;
      &lt;obc26&gt;XBMC.ActivateWindow(Weather)&lt;/obc26&gt;
      &lt;obc27&gt;XBMC.ActivateWindow(Settings)&lt;/obc27&gt;
    &lt;/universalremote&gt;
  &lt;/Home&gt;
  &lt;MyFiles&gt;
    &lt;universalremote&gt;
      &lt;obc25&gt;Delete&lt;/obc25&gt;
      &lt;obc16&gt;Highlight&lt;/obc16&gt;
      &lt;obc19&gt;Copy&lt;/obc19&gt;
      &lt;obc22&gt;Move&lt;/obc22&gt;
      &lt;obc20&gt;Delete&lt;/obc20&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/MyFiles&gt;
  &lt;MyMusicPlaylist&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Playlist&lt;/obc45&gt;      &lt;!-- Close playlist --&gt;
      &lt;obc25&gt;Delete&lt;/obc25&gt;
      &lt;obc17&gt;MoveItemUp&lt;/obc17&gt;
      &lt;obc20&gt;MoveItemDown&lt;/obc20&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/MyMusicPlaylist&gt;
  &lt;MyMusicPlaylistEditor&gt;
    &lt;universalremote&gt;
      &lt;obc25&gt;Queue&lt;/obc25&gt;
    &lt;/universalremote&gt;
  &lt;/MyMusicPlaylistEditor&gt;
  &lt;MyMusicFiles&gt;
    &lt;universalremote&gt;
      &lt;obc25&gt;Queue&lt;/obc25&gt;
      &lt;obc26&gt;Queue&lt;/obc26&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/MyMusicFiles&gt;
  &lt;MyMusicLibrary&gt;
    &lt;universalremote&gt;
      &lt;obc25&gt;Queue&lt;/obc25&gt;
      &lt;obc26&gt;Queue&lt;/obc26&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/MyMusicLibrary&gt;
  &lt;FullscreenVideo&gt;
    &lt;universalremote&gt;
      &lt;obc13&gt;StepBack&lt;/obc13&gt;
      &lt;obc14&gt;StepForward&lt;/obc14&gt;
      &lt;obc11&gt;BigStepForward&lt;/obc11&gt;
      &lt;obc12&gt;BigStepBack&lt;/obc12&gt;
      &lt;obc5&gt;OSD&lt;/obc5&gt;
      &lt;obc9&gt;CodecInfo&lt;/obc9&gt;
      &lt;obc8&gt;AspectRatio&lt;/obc8&gt;
      &lt;obc10&gt;ShowSubtitles&lt;/obc10&gt;
      &lt;obc7&gt;AudioNextLanguage&lt;/obc7&gt;
      &lt;obc46&gt;Info&lt;/obc46&gt;
      &lt;obc15&gt;Playlist&lt;/obc15&gt;
      &lt;obc38&gt;XBMC.ActivateWindow(TVOSDGuide)&lt;/obc38&gt;
      &lt;obc39&gt;XBMC.ActivateWindow(Teletext)&lt;/obc39&gt;
    &lt;/universalremote&gt;
  &lt;/FullscreenVideo&gt;
  &lt;FullscreenInfo&gt;
    &lt;universalremote&gt;
      &lt;obc9&gt;CodecInfo&lt;/obc9&gt;
      &lt;obc38&gt;XBMC.ActivateWindow(TVOSDGuide)&lt;/obc38&gt;
      &lt;obc39&gt;XBMC.ActivateWindow(Teletext)&lt;/obc39&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
      &lt;obc46&gt;Close&lt;/obc46&gt;
      &lt;obc5&gt;OSD&lt;/obc5&gt;
    &lt;/universalremote&gt;
  &lt;/FullscreenInfo&gt;
  &lt;PlayerControls&gt;
    &lt;universalremote&gt;
      &lt;obc15&gt;Close&lt;/obc15&gt;
    &lt;/universalremote&gt;
  &lt;/PlayerControls&gt;
  &lt;Visualisation&gt;
    &lt;universalremote&gt;
      &lt;obc13&gt;PreviousPreset&lt;/obc13&gt;
      &lt;obc14&gt;NextPreset&lt;/obc14&gt;
      &lt;obc11&gt;IncreaseRating&lt;/obc11&gt;
      &lt;obc12&gt;DecreaseRating&lt;/obc12&gt;
      &lt;obc45&gt;LockPreset&lt;/obc45&gt;
      &lt;obc9&gt;CodecInfo&lt;/obc9&gt;
      &lt;obc15&gt;XBMC.ActivateWindow(VisualisationPresetList)&lt;/obc15&gt;
      &lt;obc5&gt;XBMC.ActivateWindow(MusicOSD)&lt;/obc5&gt;
      &lt;obc46&gt;Info&lt;/obc46&gt;
    &lt;/universalremote&gt;
  &lt;/Visualisation&gt;
  &lt;MusicOSD&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
      &lt;obc46&gt;Info&lt;/obc46&gt;
    &lt;/universalremote&gt;
  &lt;/MusicOSD&gt;
  &lt;VisualisationSettings&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/VisualisationSettings&gt;
  &lt;VisualisationPresetList&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/VisualisationPresetList&gt;
  &lt;SlideShow&gt;
    &lt;universalremote&gt;
      &lt;obc25&gt;ZoomNormal&lt;/obc25&gt;
      &lt;obc16&gt;ZoomLevel1&lt;/obc16&gt;
      &lt;obc17&gt;ZoomLevel2&lt;/obc17&gt;
      &lt;obc18&gt;ZoomLevel3&lt;/obc18&gt;
      &lt;obc19&gt;ZoomLevel4&lt;/obc19&gt;
      &lt;obc20&gt;ZoomLevel5&lt;/obc20&gt;
      &lt;obc21&gt;ZoomLevel6&lt;/obc21&gt;
      &lt;obc22&gt;ZoomLevel7&lt;/obc22&gt;
      &lt;obc23&gt;ZoomLevel8&lt;/obc23&gt;
      &lt;obc24&gt;ZoomLevel9&lt;/obc24&gt;
      &lt;obc46&gt;CodecInfo&lt;/obc46&gt;
      &lt;obc34&gt;NextPicture&lt;/obc34&gt;
      &lt;obc33&gt;PreviousPicture&lt;/obc33&gt;
      &lt;obc9&gt;Info&lt;/obc9&gt;
      &lt;obc15&gt;Rotate&lt;/obc15&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/SlideShow&gt;
  &lt;ScreenCalibration&gt;
    &lt;universalremote&gt;
      &lt;obc15&gt;NextCalibration&lt;/obc15&gt;
      &lt;obc25&gt;ResetCalibration&lt;/obc25&gt;
      &lt;obc34&gt;NextResolution&lt;/obc34&gt;
    &lt;/universalremote&gt;
  &lt;/ScreenCalibration&gt;
  &lt;GUICalibration&gt;
    &lt;universalremote&gt;
      &lt;obc15&gt;NextCalibration&lt;/obc15&gt;
      &lt;obc25&gt;ResetCalibration&lt;/obc25&gt;
    &lt;/universalremote&gt;
  &lt;/GUICalibration&gt;
  &lt;SelectDialog&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/SelectDialog&gt;
  &lt;VideoOSD&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;PreviousMenu&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/VideoOSD&gt;
  &lt;VideoMenu&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;OSD&lt;/obc5&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
      &lt;obc46&gt;Info&lt;/obc46&gt;
      &lt;obc9&gt;CodecInfo&lt;/obc9&gt;
      &lt;obc25&gt;Number0&lt;/obc25&gt;
      &lt;obc16&gt;Number1&lt;/obc16&gt;
      &lt;obc17&gt;Number2&lt;/obc17&gt;
      &lt;obc18&gt;Number3&lt;/obc18&gt;
      &lt;obc19&gt;Number4&lt;/obc19&gt;
      &lt;obc20&gt;Number5&lt;/obc20&gt;
      &lt;obc21&gt;Number6&lt;/obc21&gt;
      &lt;obc22&gt;Number7&lt;/obc22&gt;
      &lt;obc23&gt;Number8&lt;/obc23&gt;
      &lt;obc24&gt;Number9&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/VideoMenu&gt;
  &lt;OSDVideoSettings&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/OSDVideoSettings&gt;
  &lt;OSDAudioSettings&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/OSDAudioSettings&gt;
  &lt;VideoBookmarks&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc25&gt;Delete&lt;/obc25&gt;
    &lt;/universalremote&gt;
  &lt;/VideoBookmarks&gt;
  &lt;MyVideoLibrary&gt;
    &lt;universalremote&gt;
      &lt;obc26&gt;Queue&lt;/obc26&gt;
      &lt;obc25&gt;Delete&lt;/obc25&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
      &lt;obc2&gt;ToggleWatched&lt;/obc2&gt;
    &lt;/universalremote&gt;
  &lt;/MyVideoLibrary&gt;
  &lt;MyVideoFiles&gt;
    &lt;universalremote&gt;
      &lt;obc26&gt;Queue&lt;/obc26&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/MyVideoFiles&gt;
  &lt;MyVideoPlaylist&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Playlist&lt;/obc45&gt;      &lt;!-- Close playlist --&gt;
      &lt;obc25&gt;Delete&lt;/obc25&gt;
      &lt;obc17&gt;MoveItemUp&lt;/obc17&gt;
      &lt;obc20&gt;MoveItemDown&lt;/obc20&gt;
      &lt;obc18&gt;VolumeUp&lt;/obc18&gt;
      &lt;obc21&gt;VolumeDown&lt;/obc21&gt;
      &lt;obc24&gt;Mute&lt;/obc24&gt;
    &lt;/universalremote&gt;
  &lt;/MyVideoPlaylist&gt;
  &lt;VirtualKeyboard&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;BackSpace&lt;/obc45&gt;
      &lt;obc26&gt;Shift&lt;/obc26&gt;
      &lt;obc27&gt;Symbols&lt;/obc27&gt;
      &lt;obc25&gt;Number0&lt;/obc25&gt;
      &lt;obc16&gt;Number1&lt;/obc16&gt;
      &lt;obc17&gt;Number2&lt;/obc17&gt;
      &lt;obc18&gt;Number3&lt;/obc18&gt;
      &lt;obc19&gt;Number4&lt;/obc19&gt;
      &lt;obc20&gt;Number5&lt;/obc20&gt;
      &lt;obc21&gt;Number6&lt;/obc21&gt;
      &lt;obc22&gt;Number7&lt;/obc22&gt;
      &lt;obc23&gt;Number8&lt;/obc23&gt;
      &lt;obc24&gt;Number9&lt;/obc24&gt;
      &lt;obc44&gt;CursorLeft&lt;/obc44&gt;
      &lt;obc43&gt;CursorRight&lt;/obc43&gt;
    &lt;/universalremote&gt;
  &lt;/VirtualKeyboard&gt;
  &lt;ContextMenu&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/ContextMenu&gt;
  &lt;FileStackingDialog&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/FileStackingDialog&gt;
  &lt;Scripts&gt;
    &lt;universalremote&gt;
      &lt;obc46&gt;XBMC.ActivateWindow(ScriptsDebugInfo)&lt;/obc46&gt;
    &lt;/universalremote&gt;
  &lt;/Scripts&gt;
  &lt;ScriptsDebugInfo&gt;
    &lt;universalremote&gt;
      &lt;obc46&gt;Info&lt;/obc46&gt;      &lt;!-- clears debug python info --&gt;
    &lt;/universalremote&gt;
  &lt;/ScriptsDebugInfo&gt;
  &lt;NumericInput&gt;
    &lt;universalremote&gt;
      &lt;obc25&gt;Number0&lt;/obc25&gt;
      &lt;obc16&gt;Number1&lt;/obc16&gt;
      &lt;obc17&gt;Number2&lt;/obc17&gt;
      &lt;obc18&gt;Number3&lt;/obc18&gt;
      &lt;obc19&gt;Number4&lt;/obc19&gt;
      &lt;obc20&gt;Number5&lt;/obc20&gt;
      &lt;obc21&gt;Number6&lt;/obc21&gt;
      &lt;obc22&gt;Number7&lt;/obc22&gt;
      &lt;obc23&gt;Number8&lt;/obc23&gt;
      &lt;obc24&gt;Number9&lt;/obc24&gt;
      &lt;obc45&gt;BackSpace&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/NumericInput&gt;
  &lt;Weather&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/Weather&gt;
  &lt;Settings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/Settings&gt;
  &lt;MyPicturesSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MyPicturesSettings&gt;
  &lt;MyProgramsSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MyProgramsSettings&gt;
  &lt;MyWeatherSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MyWeatherSettings&gt;
  &lt;MyMusicSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MyMusicSettings&gt;
  &lt;SystemSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/SystemSettings&gt;
  &lt;MyVideosSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MyVideosSettings&gt;
  &lt;NetworkSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/NetworkSettings&gt;
  &lt;AppearanceSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/AppearanceSettings&gt;
  &lt;Profiles&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/Profiles&gt;
  &lt;systeminfo&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/systeminfo&gt;
  &lt;shutdownmenu&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/shutdownmenu&gt;
  &lt;submenu&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/submenu&gt;
  &lt;MusicInformation&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MusicInformation&gt;
  &lt;MovieInformation&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MovieInformation&gt;
  &lt;LockSettings&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/LockSettings&gt;
  &lt;ProfileSettings&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/ProfileSettings&gt;
  &lt;PictureInfo&gt;
    &lt;universalremote&gt;
      &lt;obc34&gt;NextPicture&lt;/obc34&gt;
      &lt;obc33&gt;PreviousPicture&lt;/obc33&gt;
      &lt;obc46&gt;Close&lt;/obc46&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/PictureInfo&gt;
  &lt;Favourites&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/Favourites&gt;
  &lt;EPGProgInfo&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc38&gt;Close&lt;/obc38&gt;
    &lt;/universalremote&gt;
  &lt;/EPGProgInfo&gt;
  &lt;TVOSDChannels&gt;
    &lt;universalremote&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
      &lt;/universalremote&gt;
  &lt;/TVOSDChannels&gt;
  &lt;TVOSDGuide&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;Close&lt;/obc45&gt;
      &lt;obc5&gt;Close&lt;/obc5&gt;
      &lt;obc38&gt;Close&lt;/obc38&gt;
    &lt;/universalremote&gt;
  &lt;/TVOSDGuide&gt;
  &lt;MyTVSettings&gt;
    &lt;universalremote&gt;
      &lt;obc45&gt;PreviousMenu&lt;/obc45&gt;
    &lt;/universalremote&gt;
  &lt;/MyTVSettings&gt;
  &lt;Teletext&gt;
    &lt;universalremote&gt;
     &lt;obc25&gt;number0&lt;/obc25&gt;
     &lt;obc16&gt;number1&lt;/obc16&gt;
     &lt;obc17&gt;number2&lt;/obc17&gt;
     &lt;obc18&gt;number3&lt;/obc18&gt;
     &lt;obc19&gt;number4&lt;/obc19&gt;
     &lt;obc20&gt;number5&lt;/obc20&gt;
     &lt;obc21&gt;number6&lt;/obc21&gt;
     &lt;obc22&gt;number7&lt;/obc22&gt;
     &lt;obc23&gt;number8&lt;/obc23&gt;
     &lt;obc24&gt;number9&lt;/obc24&gt;
     &lt;obc7&gt;Red&lt;/obc7&gt;
     &lt;obc10&gt;Green&lt;/obc10&gt;
     &lt;obc8&gt;Yellow&lt;/obc8&gt;
     &lt;obc9&gt;Blue&lt;/obc9&gt;
     &lt;obc46&gt;Info&lt;/obc46&gt;
     &lt;obc45&gt;Close&lt;/obc45&gt;
     &lt;obc5&gt;Close&lt;/obc5&gt;
     &lt;obc39&gt;Close&lt;/obc39&gt;
    &lt;/universalremote&gt;
  &lt;/Teletext&gt;
&lt;/keymap&gt;</pre>
<p><strong>Info</strong><br />
<em>X10.conf &#8211; hier werden die Codes des jeweiligen Tastendrucks einem Alias zugewiesen<br />
Lircmap.xml &#8211; hier werden den Aliases aus der X10.conf ein XBMC-Ereignis zugeordnet<br />
Keyboard.xml &#8211; hier wird dem XBMC-Ereignis aus der Lircmap.xml eine XBMC-Aktion zugeordnet</em></p>
<p><strong>Fertig &#8211; viel Spaß mit eurer X10</strong></p>
<p>Weiterführende Links<br />
<a href="http://suckup.de/blog/2011/01/25/arch-linux-installation/" target="_blank">Arch Linux – Installation</a><br />
<a href="http://www.loggn.de/arch-linux-installation-mit-verschluesseltem-lvm/" target="_blank"> Arch Linux – Installation mit verschlüsseltem LVM</a><br />
<a href="http://www.loggn.de/arch-linux-installation-mit-wlan-verbindung-wireless_tools-wpa_supplicant/" target="_blank"> Arch Linux &#8211; Installation mit WLAN-Verbindung – wireless_tools &amp; wpa_supplicant</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/arch-linux-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; SSH X11-Forwarding &#8211; Can&#8217;t open display &#8211; Failed to allocate internet-domain X11 display socket</title>
		<link>http://www.loggn.de/ubuntu-ssh-x11-forwarding-cant-open-display-failed-to-allocate-internet-domain-x11-display-socket/</link>
		<comments>http://www.loggn.de/ubuntu-ssh-x11-forwarding-cant-open-display-failed-to-allocate-internet-domain-x11-display-socket/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 11:55:51 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[Can't open display]]></category>
		<category><![CDATA[Failed to allocate internet-domain X11 display socket]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[X11-Forwarding]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=5352</guid>
		<description><![CDATA[Heute wollte ich mal wieder eine Anwendung über SSH &#38; X11-Forwarding von einem entfernten System auf meinem lokalen X-Server starten. Jedoch habe ich dabei &#8230; &#8230; eine Fehlermeldung &#8230; &#8230; bekommen. Ein Blick in die /var/log/auth.log (Server) brachte die nächste Fehlermeldung zum Vorschein. Ziemlich schnell wurde klar, dass das Problem am deaktiviertem IPv6 (Server - /etc/sysctl.conf) lag. [...]]]></description>
			<content:encoded><![CDATA[<p>Heute wollte ich mal wieder eine Anwendung über <strong>SSH &amp; X11-Forwarding</strong> von einem entfernten System  auf meinem lokalen X-Server starten. Jedoch habe ich dabei &#8230;</p>
<pre class="brush: bash; title: ; notranslate">ssh -p 1337 -XC user@server
xeyes</pre>
<p>&#8230; eine Fehlermeldung &#8230;</p>
<pre class="brush: bash; title: ; notranslate">Error: Can't open display:</pre>
<p>&#8230; bekommen. Ein Blick in die <em>/var/log/auth.log</em> (Server) brachte die nächste Fehlermeldung zum Vorschein.</p>
<pre class="brush: bash; title: ; notranslate">sshd: error: Failed to allocate internet-domain X11 display socket.</pre>
<p>Ziemlich schnell wurde klar, dass das Problem am <strong>deaktiviertem IPv6 </strong>(Server - <em>/etc/sysctl.conf</em>) lag.</p>
<pre class="brush: bash; title: ; notranslate">vi /etc/sysctl.conf</pre>
<pre class="brush: bash; title: ; notranslate"># ssh/XForwarding (T)&quot;Error: Can´t open display:&quot;
# http://forum.ubuntuusers.de/topic/lubuntu-ssh-xforwarding-t-error-can-t-open-di/
net.ipv6.conf.all.disable_ipv6=0
</pre>
<pre class="brush: bash; title: ; notranslate">service ssh restart</pre>
<p><strong>Simsalabim</strong> &#8211; SSH mit X11-Forwarding funktioniert. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_mrgreen.gif' alt="icon mrgreen" class='wp-smiley' title="Ubuntu   SSH X11 Forwarding   Cant open display   Failed to allocate internet domain X11 display socket" /> </p>
<p><strong><a href="http://www.loggn.de/ubuntu-ssh-x11-forwarding-cant-open-display-failed-to-allocate-internet-domain-x11-display-socket/comment-page-1/#comment-4255">Hintergrundinfo</a>:</strong> <em>Standardmäßig ist (Ubuntu 10.10) <strong>IPv6 aktiviert</strong>, ich hatte es damals <strong>deaktiviert</strong> – testweise – weil meine WLAN-Verbindung ständig Aussetzer hatte – aber mit dem neuen Kernel, der vor 3 Wochen kam, hatte meine WLAN-Verbindung auch keine Aussetzer mehr! <strong>Allerdings habe ich halt vergessen das IPv6 wieder zu aktivieren!</strong></em></p>
<p><strong>Quellen:</strong></p>
<p><a href="http://wiki.ubuntuusers.de/ssh" target="_blank">SSH › Wiki › ubuntuusers.de</a><br />
<a href="http://forum.ubuntuusers.de/topic/lubuntu-ssh-xforwarding-t-error-can-t-open-di" target="_blank">ssh/XForwarding (T)&#8221;Error: Can´t op﻿en display:&#8221;</a><br />
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422327" target="_blank"> openssh-server: Fails to bind port for X11 forwarding, ipv4/ipv6 mess</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/ubuntu-ssh-x11-forwarding-cant-open-display-failed-to-allocate-internet-domain-x11-display-socket/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; XBMC-Repository &#8211; 10.1 Dharma und 11.0 Eden &#8211; mit und ohne PVR</title>
		<link>http://www.loggn.de/ubuntu-xbmc-repository-10-1-dharma-und-11-0-eden-mit-und-ohne-pvr/</link>
		<comments>http://www.loggn.de/ubuntu-xbmc-repository-10-1-dharma-und-11-0-eden-mit-und-ohne-pvr/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 07:22:04 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.0]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[Dharma]]></category>
		<category><![CDATA[Eden]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[Oneiric Ocelot]]></category>
		<category><![CDATA[PVR]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=5145</guid>
		<description><![CDATA[UPDATE_2012-02-03: Nun auch XBMC PPA&#8217;s für 12.04 LTS &#8220;Precise Pangolin&#8221; &#8211; einfach runterscrollen. UPDATE_2011-10-20: Über die Jahre hat sich dieser Beitrag zu einer kleinen XBMC-Repository Übersicht für verschiedenste Ubuntu-Versionen, auch für 11.10 &#8220;Oneiric Ocelot&#8221;, entwickelt &#8211; einfach runterscrollen. XBMC Dharma 10.0 ist nun offiziell in der finalen Version erschienen, jedoch wird Live TV, sprich, PVR [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="background-color: #ccffcc;">UPDATE_2012-02-03:</span></strong> Nun auch XBMC PPA&#8217;s für <strong>12.04</strong> LTS &#8220;<strong>Precise Pangolin</strong>&#8221; &#8211; einfach runterscrollen.</p>
<p><span style="background-color: #ccffcc;"><strong>UPDATE_2011-10-20:</strong></span> Über die Jahre hat sich dieser Beitrag zu einer <strong>kleinen XBMC-Repository Übersicht</strong> für verschiedenste Ubuntu-Versionen, auch für 11.10 &#8220;Oneiric Ocelot&#8221;, entwickelt &#8211; einfach runterscrollen.</p>
<p style="padding-left: 30px;">XBMC <strong>Dharma</strong> 10.0 ist nun <a href="http://xbmc.org/theuni/2010/12/18/xbmc-10-0/" target="_blank">offiziell</a> in der finalen Version erschienen, jedoch wird Live TV, sprich, PVR immer noch <strong>nicht</strong> offiziell unterstützt. Wer von euch aber XBMC Dharma samt <strong>Live TV</strong> nutzen möchte, sollte sich das <strong>Repository</strong> von <a href="https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr" target="_blank">Lars Op den Kamp</a> anschauen. Dort findet man das aktuelle Dharma Release samt PVR! <img src='http://www.loggn.de/wp-includes/images/smilies/icon_mrgreen.gif' alt="icon mrgreen" class='wp-smiley' title="Ubuntu   XBMC Repository   10.1 Dharma und 11.0 Eden   mit und ohne PVR" /> </p>
<p><span style="background-color: #ccffcc;"><strong>UPDATE_2011-06-02:</strong></span> <a href="http://wiki.xbmc.org/index.php?title=Install_XBMC_on_iPhone/iPad" target="_blank">XBMC für</a> <a href="http://www.amazon.de/gp/product/B003U6628A" target="_blank">iPhone</a> &amp; <a href="http://www.amazon.de/gp/product/B004TS6Q0W" target="_blank">iPad</a></p>
<p><span style="background-color: #ccffcc;"><strong>UPDATE_2011-06-14:</strong></span> <a href="http://www.amazon.de/gp/product/B00426D1R2" target="_blank">Perfekter XBMC-HTPC mit <strong>VDPAU</strong>-Grafikkarte</a> (<a href="http://www.loggn.de/wohnzimmer-htpc-foxconn-netbox-nt330i-vs-zotac-mag-hd-nd01/" target="_blank">ähnlicher Artikel</a>)</p>
<p style="text-align: center;"><a class="hoverZoomLink" href="http://www.loggn.de/wp-content/uploads/2010/05/xbmc_all_in_one.png"><img class="aligncenter size-large wp-image-4173 hoverZoomLink" src="http://www.loggn.de/wp-content/uploads/2010/05/xbmc_all_in_one-1024x576.png" alt="xbmc all in one 1024x576" width="645" height="363" title="Ubuntu   XBMC Repository   10.1 Dharma und 11.0 Eden   mit und ohne PVR" /></a></p>
<hr />
<p><em><span style="background-color: #ffff99;"><strong>PVR</strong></span> = <strong>TV-Karte vorausgesetzt</strong> = in XBMC gibt es dann Live-TV = <strong>Streamdev</strong> und <strong>VDR</strong> muss <strong>zusätzlich installiert</strong> werden</em></p>
<hr />
<p><span style="text-decoration: underline;"><strong><span style="font-size: medium;">Ubuntu 12.04 &#8211; LTS - Precise Pangolin</span></strong></span></p>
<p>Ubuntu <span style="background-color: #ffcc99;"><strong>12.04</strong></span> &#8221;<strong>Precise Pangolin</strong>&#8221; &#8211; XBMC <strong>Dharma</strong> <span style="background-color: #ff99cc;"><strong>10.1</strong></span>, <span style="background-color: #ffff99;"><strong>ohne PVR</strong></span>, kann aus dem <a href="https://launchpad.net/~nathan-renniewaldock/+archive/xbmc-old-stable" target="_blank">XBMC-OLD-Stable Repository von Nathan Rennie-Waldock</a> installiert werden.</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-add-repository ppa:nathan-renniewaldock/xbmc-old-stable
sudo apt-get update
sudo apt-get install xbmc</pre>
<p>Ubuntu <strong><span style="background-color: #ffcc99;">12.04</span></strong> &#8221;<strong>Precise Pangolin</strong>&#8221; &#8211; XBMC <strong>Eden</strong> <strong><span style="color: #000000; background-color: #ff99cc;">11.0 BETA2</span></strong> (unstable), <span style="background-color: #ffff99;"><strong>ohne PVR</strong></span>, kann aus dem <a href="https://launchpad.net/~nathan-renniewaldock/+archive/xbmc-stable" target="_blank">XBMC-Stable Repository von Nathan Rennie-Waldock</a> installiert werden.</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-add-repository ppa:nathan-renniewaldock/xbmc-stable
sudo apt-get update
sudo apt-get install xbmc</pre>
<p>Ubuntu <span style="background-color: #ffcc99;"><strong>12.04</strong></span> &#8221;<strong>Precise Pangolin</strong>&#8221; &#8211; XBMC <strong>Eden</strong> <span style="background-color: #ff99cc;"><strong>11.0 Nightly</strong></span> (experimental), <span style="background-color: #ffff99;"><strong>ohne PVR</strong></span>, kann aus dem <a href="https://launchpad.net/~nathan-renniewaldock/+archive/xbmc-nightly" target="_blank">XBMC-Nightly Repository von Nathan Rennie-Waldock</a> installiert werden.</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-add-repository ppa:nathan-renniewaldock/xbmc-stable
sudo apt-get update
sudo apt-get install xbmc</pre>
<hr />
<p><span style="text-decoration: underline;"><strong><span style="font-size: medium;">ältere Ubuntu Versionen &#8211; 8.04, 9.04, 9.10, 10.04, 10.10, 11.04 &amp; 11.10</span></strong></span></p>
<p><em>Ubuntu 8.04, 9.04, 9.10, 10.04, 10.10</em> &#8211; XBMC <strong>Dharma</strong> 10.1, <span style="background-color: #ffff99;"><strong>ohne PVR</strong></span>, könnte man aus dem offiziellen <a href="https://launchpad.net/~team-xbmc/+archive/ppa" target="_blank">Team XBMC Repository</a> installieren.</p>
<pre class="brush: bash; title: ; notranslate">sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install xbmc</pre>
<p><em>Ubuntu 10.04, 10.10, 11.04 &amp; 11.10</em> - XBMC <strong>Eden</strong> <span style="background-color: #ff99cc;">11.0 <strong>PRE</strong></span> (unstable), <span style="background-color: #ffff99;"><strong>mit PVR</strong></span>, kann man aus dem <a href="https://launchpad.net/~alexandr-surkov/+archive/xbmc-pvr" target="_blank">XBMC-PVR Repository von Alexandr Surkov</a> installieren.</p>
<pre class="brush: bash; title: ; notranslate">sudo add-apt-repository ppa:alexandr-surkov/xbmc-pvr
sudo apt-get update
sudo apt-get install xbmc tvheadend</pre>
<p><em>Ubuntu 10.04, 10.10, 11.04 &amp; 11.10</em> - XBMC <strong>Eden</strong> <span style="background-color: #ff99cc;">11.0 <strong>PRE</strong></span> (unstable), <span style="background-color: #ffff99;"><strong>ohne PVR</strong></span>, kann man aus dem <a href="https://launchpad.net/~alexandr-surkov/+archive/xbmc" target="_blank">XBMC Repository von Alexandr Surkov</a> installieren.</p>
<pre class="brush: bash; title: ; notranslate">sudo add-apt-repository ppa:alexandr-surkov/xbmc
sudo apt-get update
sudo apt-get install xbmc</pre>
<p><em>Ubuntu 8.04, 9.04, 9.10, 10.04, 10.10, <span style="background-color: #ffffff;">11.04 &amp; 11.10</span></em> &#8211; XBMC <strong>Eden</strong> <span style="background-color: #ff99cc;">11.0 <strong>PRE</strong></span> (unstable), <span style="background-color: #ffff99;"><strong>ohne PVR</strong></span>, könnte man aus dem offiziellen <a href="https://launchpad.net/~team-xbmc/+archive/unstable" target="_blank"><span style="background-color: #ffcc99;">unstable</span> Team XBMC Repo</a> installieren.</p>
<pre class="brush: bash; title: ; notranslate">sudo add-apt-repository ppa:team-xbmc/unstable
sudo apt-get update
sudo apt-get install xbmc</pre>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/ubuntu-xbmc-repository-10-1-dharma-und-11-0-eden-mit-und-ohne-pvr/feed/</wfw:commentRss>
		<slash:comments>95</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; LIRC &#8211; XBMC Dharma &#8211; Fernbedienung &#8211; Tasten werden doppelt erkannt</title>
		<link>http://www.loggn.de/ubuntu-lirc-xbmc-dharma-fernbedienung-tasten-werden-doppelt-erkannt/</link>
		<comments>http://www.loggn.de/ubuntu-lirc-xbmc-dharma-fernbedienung-tasten-werden-doppelt-erkannt/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 20:05:20 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[advancedsettings.xml]]></category>
		<category><![CDATA[Dharma]]></category>
		<category><![CDATA[doppelt]]></category>
		<category><![CDATA[Fernbedienungstasten]]></category>
		<category><![CDATA[Lars Opdenkamp]]></category>
		<category><![CDATA[LIRC]]></category>
		<category><![CDATA[PVR]]></category>
		<category><![CDATA[X10]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=5120</guid>
		<description><![CDATA[Bei dem neuen XBMC PVR-Release Dharma werden die Fernbedienungstasten meistens doppelt erkannt. Um dieses sehr lästige Problem zu beheben müssen wir nur eine Datei erstellen. Quelle: problem with XBMC Ubuntu 10.10 &#8211; ati-remote-wonder XBMC Dharma Release für Ubuntu 10.10 von Lars Op den Kamp &#8211; Danke an Hansen für die Info]]></description>
			<content:encoded><![CDATA[<p>Bei dem neuen XBMC PVR-Release <strong>Dharma</strong> werden die Fernbedienungstasten meistens doppelt erkannt. Um dieses sehr lästige Problem zu beheben müssen wir nur eine Datei erstellen.</p>
<pre class="brush: bash; title: ; notranslate">cat &gt;&gt; ~/.xbmc/userdata/advancedsettings.xml &lt;&lt; EOF
&lt;advancedsettings&gt;
    &lt;remotedelay&gt;5&lt;/remotedelay&gt;
    &lt;remoterepeat&gt;650&lt;/remoterepeat&gt;
&lt;/advancedsettings&gt;
EOF</pre>
<p>Quelle: <a href="http://ubuntuforums.org/showthread.php?t=1625527" target="_blank">problem with XBMC Ubuntu 10.10 &#8211; ati-remote-wonder</a></p>
<p><a href="http://xbmc.org/theuni/2010/11/18/dharma-rc1/" target="_blank">XBMC Dharma Release</a> für Ubuntu 10.10 von <a href="https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr?field.series_filter=maverick" target="_blank">Lars Op den Kamp</a> &#8211; <em>Danke an Hansen für die Info</em></p>
<pre class="brush: bash; title: ; notranslate">sudo add-apt-repository ppa:lars-opdenkamp/xbmc-pvr</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/ubuntu-lirc-xbmc-dharma-fernbedienung-tasten-werden-doppelt-erkannt/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>OSX &#8211; First-Person-Shooter Konsole &#8211; Visor &#8211; Terminal on a hot-key</title>
		<link>http://www.loggn.de/osx-first-person-shooter-konsole-visor-terminal-on-a-hot-key/</link>
		<comments>http://www.loggn.de/osx-first-person-shooter-konsole-visor-terminal-on-a-hot-key/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 08:27:54 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[First-Person-Shooter]]></category>
		<category><![CDATA[Konsole]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Quake-Style]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Terminal on a hot-key]]></category>
		<category><![CDATA[Tilda]]></category>
		<category><![CDATA[Visor]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=5047</guid>
		<description><![CDATA[Visor ist ein Terminalemulator und ähnelt den Konsolen von First-Person-Shootern (Quake-Style). Ich finde es sehr cool wenn sich über die Taste CMD + ^ eine Konsole öffnet und man mal schnell einen Befehl ausführen kann &#8211; sehr praktisch für das tägliche Arbeiten. Installationsanleitung: mindestens SIMBL 0.9.x installieren Visor downloaden die Datei Visor.bundle in ~/Library/Application Support/SIMBL/Plugins [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://visor.binaryage.com/" target="_blank">Visor</a> ist ein <strong>Terminalemulator</strong> und ähnelt den Konsolen von First-Person-Shootern (Quake-Style). Ich finde es sehr cool wenn sich über die Taste <strong>CMD + ^</strong> eine Konsole öffnet und man mal schnell einen Befehl ausführen kann &#8211; <strong>sehr praktisch</strong> für das tägliche Arbeiten. <img src='http://www.loggn.de/wp-includes/images/smilies/icon_mrgreen.gif' alt="icon mrgreen" class='wp-smiley' title="OSX   First Person Shooter Konsole   Visor   Terminal on a hot key" /> </p>
<p><strong>Installationsanleitung:</strong></p>
<ul>
<li><strong>mindestens</strong> <a href="http://www.culater.net/software/SIMBL/SIMBL.php" target="_blank">SIMBL 0.9.x</a> installieren</li>
<li><a href="http://visor.binaryage.com/" target="_blank">Visor</a> <strong>downloaden</strong></li>
<li>die Datei <strong>Visor.bundle</strong> in <strong>~/Library/Application Support/SIMBL/Plugins </strong>kopieren</li>
<li>Terminal.app <strong>neu starten</strong></li>
<li>in den Einstellungen vom Terminal.app befinden sich nun <strong>zusätzlich</strong> die Visor Einstellungen</li>
</ul>
<p style="text-align: center;"><a href="http://www.loggn.de/wp-content/uploads/2010/11/osx_simbl_visor.png"><img class="aligncenter size-large wp-image-5071" title="Mac OSX SIMBL VISOR - Terminalemulator" src="http://www.loggn.de/wp-content/uploads/2010/11/osx_simbl_visor-1024x640.png" alt="osx simbl visor 1024x640" width="645" height="403" /></a></p>
<p><span style="background-color: #ff0000;">EDIT:</span> Unter <strong>Ubuntu</strong> (GNOME) gibt es einen ähnlichen Terminalemulator, dieser trägt den Namen <a href="http://tombuntu.com/index.php/2007/12/17/tilda-a-quake-style-terminal-for-gnome/" target="_blank">Tilda</a>.</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install tilda</pre>
<p style="text-align: center;"><a href="http://www.loggn.de/wp-content/uploads/2010/11/linux_tilda.png"><img class="aligncenter size-large wp-image-5053" title="Linux Ubuntu Tilda - Terminalemulator" src="http://www.loggn.de/wp-content/uploads/2010/11/linux_tilda-1024x819.png" alt="linux tilda 1024x819" width="645" height="516" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/osx-first-person-shooter-konsole-visor-terminal-on-a-hot-key/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 – LIRC – XBMC mit PC-Funkfernbedienung X10 steuern</title>
		<link>http://www.loggn.de/ubuntu-10-10-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/</link>
		<comments>http://www.loggn.de/ubuntu-10-10-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 10:28:06 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[Fernbedienung]]></category>
		<category><![CDATA[hardware.conf]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Keyboard.xml]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LIRC]]></category>
		<category><![CDATA[lircd.conf]]></category>
		<category><![CDATA[Lircmap.xml]]></category>
		<category><![CDATA[PC-Funkfernbedienung X10]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[X10]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=4997</guid>
		<description><![CDATA[Meine alte LIRC-HowTo, für Ubuntu 9.10, funktioniert leider seit Maverick Meerkat (10.10) nicht mehr. Das Module lirc_atiusb ist nicht mehr vorhanden! HINWEIS: Leider ist das alte X10 Modell (Pollin) nicht mehr verfügbar, das neue X10 Modell (Amazon) sollte aber, laut einiger Forenbeiträge, genauso funktionieren. Die Lösung für das Problem ist Recht einfach, aus diesen zwei [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://www.loggn.de/ubuntu-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/comment-page-2/#comment-3234" target="_blank">alte LIRC-HowTo</a>, für Ubuntu 9.10, funktioniert leider seit <strong>Maverick Meerkat</strong> (10.10) nicht mehr. Das Module <strong>lirc_atiusb</strong> ist nicht mehr vorhanden!</p>
<p><strong>HINWEIS:</strong> Leider ist das alte X10 Modell (Pollin) nicht mehr verfügbar, das <a href="http://www.amazon.de/gp/product/B004KVRSGO" target="_blank">neue X10 Modell (Amazon)</a> sollte aber, laut einiger Forenbeiträge, genauso funktionieren.</p>
<p>Die <strong>Lösung</strong> für das Problem ist Recht einfach, aus diesen zwei Zeilen in der <strong>/etc/lirc/hardware.conf</strong> &#8230;</p>
<pre class="brush: bash; title: ; notranslate">REMOTE_MODULES=&quot;lirc_atiusb&quot;
REMOTE_DRIVER=&quot;&quot;</pre>
<p>&#8230; müssen wir einfach &#8230;</p>
<pre class="brush: bash; title: ; notranslate">REMOTE_MODULES=&quot;&quot;
REMOTE_DRIVER=&quot;atilibusb&quot;</pre>
<p>&#8230; machen, dann sollte es wieder <strong>funktionieren</strong>. Ein &#8230;</p>
<pre class="brush: bash; title: ; notranslate">sudo /etc/init.d/lirc restart</pre>
<p>&#8230; nicht vergessen.</p>
<p>Vielen Dank an <strong>beacon</strong> für den Tipp in den Kommentaren!!  <img src='http://www.loggn.de/wp-includes/images/smilies/icon_wink.gif' alt="icon wink" class='wp-smiley' title="Ubuntu 10.10 – LIRC – XBMC mit PC Funkfernbedienung X10 steuern" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/ubuntu-10-10-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

