<?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>TheUnical Technologies Blog &#187; Kernal</title>
	<atom:link href="http://blog.theunical.com/category/linux/kernal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.theunical.com</link>
	<description>TheUnical Technologies Official Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:46:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs,w64codecs) in Ubuntu 9.10 (Karmic)</title>
		<link>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/</link>
		<comments>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:43:26 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[RedHat Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[libdvdcss2]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[w32codecs]]></category>
		<category><![CDATA[w64codecs]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/</guid>
		<description><![CDATA[MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 [...]]]></description>
			<content:encoded><![CDATA[<p>MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 codec DLLs. It has basic VCD/DVD playback functionality, including DVD subtitles, but supports many text- based subtitle formats too. For video output, nearly every existing interface is supported. It’s also able to convert any supported files to raw/divx/mpeg4 AVI (pcm/mp3 audio), and even video grabbing from V4L devices.</p>
<h2><strong>Install Mplayer in Ubuntu 9.10 (Karmic)</strong></h2>
<p>You nned to make sure you have enabled universe,multiverse repositories</p>
<p>Now you need to run the following command to update the source list</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>Install mplayer using the following command</p>
<blockquote><p>sudo apt-get install mplayer</p></blockquote>
<p>or</p>
<p>Click on the following link</p>
<blockquote><p><a href="apt://mplayer" target="_blank">apt://mplayer</a></p></blockquote>
<p>If you want to open mplayer go to Applications—&gt;Sound&amp;Video—&gt; Mplayer Movie Player</p>
<h2><strong>Install w32 video codecs and libdvdcss2 in Ubuntu 9.10 (Karmic)</strong></h2>
<p>Support for WMV, RealMedia and other formats has been bundled into the w32codecs package. This package is not available from the Ubuntu repositories due to licensing and legal restrictions.To play encrypted DVDs, the libdvdcss2 package is essential.</p>
<p>The following command adds Medibuntu’s repository to Ubuntu. It also adds Medibuntu’s GPG key to your keyring, which is needed to authenticate the Medibuntu packages.</p>
<blockquote><p>sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list  <code>--</code>output-document=/etc/apt/sources.list.d/medibuntu.list</p></blockquote>
<blockquote><p>sudo apt-get -q update</p></blockquote>
<blockquote><p>sudo apt-get <code>--</code>yes -q <code>--</code>allow-unauthenticated install medibuntu-keyring</p></blockquote>
<blockquote><p>sudo apt-get -q update</p></blockquote>
<p>For<strong> i386 Users</strong> install Codecs using the following command</p>
<blockquote><p>sudo apt-get install w32codecs libdvdcss2</p></blockquote>
<p>For <strong>amd64 Users</strong> install Codecs using the following command</p>
<blockquote><p>sudo apt-get install w64codecs libdvdcss2</p></blockquote>
<p>Using above download locations you can install most of the mutimedia codecs for ubuntu.</p>
<h2><strong>Mplayer Plugin for Firefox</strong></h2>
<p>If you want to install Mplayer with plug-in for Mozilla Firefox run the following command</p>
<blockquote><p>sudo apt-get install mozilla-mplayer</p></blockquote>
<p>or click on the following link</p>
<blockquote><p><a href="apt://mozilla-mplayer" target="_blank">apt://mozilla-mplayer</a></p></blockquote>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaiF and SaiS: a suggestion &#8211; Linux Forums</title>
		<link>http://blog.theunical.com/linux/faif-and-sais-a-suggestion-linux-forums/</link>
		<comments>http://blog.theunical.com/linux/faif-and-sais-a-suggestion-linux-forums/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:45 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/faif-and-sais-a-suggestion-linux-forums/</guid>
		<description><![CDATA[To make a thing like that work, you need to have background daemons like udev and hal running. In other words, you need more complexity. &#34;Simple&#34;, like &#34;free&#34;, has two meanings. Like the Latin &#34;simplex&#34;, it originally was the opposite &#8230; Linux Forums &#8211; http://www.linuxforums.org/forum/redhat-fedora-linux-help/136884-repository-problem-3.html]]></description>
			<content:encoded><![CDATA[<p>To make a thing like that work, you need to have background daemons like <b>udev</b> and hal running. In other words, you need more complexity. &quot;Simple&quot;, like &quot;free&quot;, has two meanings. Like the Latin &quot;simplex&quot;, it originally was the opposite <b>&#8230;</b></p>
<p><a href="http://www.linuxforums.org/forum/redhat-fedora-linux-help/136884-repository-problem-3.html" title="http://www.linuxforums.org/forum/redhat-fedora-linux-help/136884-repository-problem-3.html"><br />
Linux Forums &#8211; http://www.linuxforums.org/forum/redhat-fedora-linux-help/136884-repository-problem-3.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/faif-and-sais-a-suggestion-linux-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enna: changeset 2898:030dac1a867a</title>
		<link>http://blog.theunical.com/linux/enna-changeset-2898030dac1a867a/</link>
		<comments>http://blog.theunical.com/linux/enna-changeset-2898030dac1a867a/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:44 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/enna-changeset-2898030dac1a867a/</guid>
		<description><![CDATA[fix memleak in udev module; the enumeration context must be created before each udev_enumerate_scan_devices() otherwise it adds leaks for each loop with the timer. src/modules/volume/udev/udev.c · file &#124; annotate &#124; diff &#124; revisions &#8230; enna Changelog &#8211; http://hg.geexbox.org/enna/]]></description>
			<content:encoded><![CDATA[<p>fix memleak in <b>udev</b> module; the enumeration context must be created before each udev_enumerate_scan_devices() otherwise it adds leaks for each loop with the timer. src/modules/volume/<b>udev</b>/<b>udev</b>.c · file | annotate | diff | revisions <b>&#8230;</b></p>
<p><a href="http://hg.geexbox.org/enna/" title="http://hg.geexbox.org/enna/"><br />
enna Changelog &#8211; http://hg.geexbox.org/enna/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/enna-changeset-2898030dac1a867a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-cut3.0 &#8212; Linux media</title>
		<link>http://blog.theunical.com/linux/pull-httpudev-netup-ruhgv4l-dvb-aospan-cut3-0-linux-media/</link>
		<comments>http://blog.theunical.com/linux/pull-httpudev-netup-ruhgv4l-dvb-aospan-cut3-0-linux-media/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:44 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/pull-httpudev-netup-ruhgv4l-dvb-aospan-cut3-0-linux-media/</guid>
		<description><![CDATA[Linux media: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-cut3.0. Linux Media &#8211; http://www.spinics.net/lists/linux-media/]]></description>
			<content:encoded><![CDATA[<p>Linux media: [PULL] http://<b>udev</b>.netup.ru/hg/v4l-dvb-aospan-cut3.0.</p>
<p><a href="http://www.spinics.net/lists/linux-media/" title="http://www.spinics.net/lists/linux-media/"><br />
Linux Media &#8211; http://www.spinics.net/lists/linux-media/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/pull-httpudev-netup-ruhgv4l-dvb-aospan-cut3-0-linux-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALSA User &#8212; Re: [LAU] How to make Focusrite Saffire 6 USB works?</title>
		<link>http://blog.theunical.com/linux/alsa-user-re-lau-how-to-make-focusrite-saffire-6-usb-works/</link>
		<comments>http://blog.theunical.com/linux/alsa-user-re-lau-how-to-make-focusrite-saffire-6-usb-works/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:43 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/alsa-user-re-lau-how-to-make-focusrite-saffire-6-usb-works/</guid>
		<description><![CDATA[Or are you hoping that it all &#62;&#62; gets &#62;&#62; configured by udev or something? (I don&#39;t do that &#62;&#62; myself&#8230;) &#62;&#62; &#62;&#62; I cannot help you much with your specific &#62;&#62; device but maybe you can &#62;&#62; post back info on your setup which could move us &#8230; ALSA (Advanced Linux Sound Architectu&#8230; &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Or are you hoping that it all &gt;&gt; gets &gt;&gt; configured by <b>udev</b> or something? (I don&#39;t do that &gt;&gt; myself&#8230;) &gt;&gt; &gt;&gt; I cannot help you much with your specific &gt;&gt; device but maybe you can &gt;&gt; post back info on your setup which could move us <b>&#8230;</b></p>
<p><a href="http://www.spinics.net/linux/fedora/alsa-user/" title="http://www.spinics.net/linux/fedora/alsa-user/"><br />
ALSA (Advanced Linux Sound Architectu&#8230; &#8211; http://www.spinics.net/linux/fedora/alsa-user/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/alsa-user-re-lau-how-to-make-focusrite-saffire-6-usb-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modem data &#8212; Linmodem</title>
		<link>http://blog.theunical.com/linux/modem-data-linmodem/</link>
		<comments>http://blog.theunical.com/linux/modem-data-linmodem/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:42 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/modem-data-linmodem/</guid>
		<description><![CDATA[The base of the UDEV device file system is: /dev/.udev Versions adequately match for the compiler installed: 4.3.2 and the compiler used in kernel assembly: 4.3.2 The patch utility is needed for compiling ALSA drivers, and possibly &#8230; Linux Linmodem &#8211; http://www.spinics.net/lists/linmodem/]]></description>
			<content:encoded><![CDATA[<p>The base of the <b>UDEV</b> device file system is: /dev/.<b>udev</b> Versions adequately match for the compiler installed: 4.3.2 and the compiler used in kernel assembly: 4.3.2 The patch utility is needed for compiling ALSA drivers, and possibly <b>&#8230;</b></p>
<p><a href="http://www.spinics.net/lists/linmodem/" title="http://www.spinics.net/lists/linmodem/"><br />
Linux Linmodem &#8211; http://www.spinics.net/lists/linmodem/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/modem-data-linmodem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: [PATCH] linux-2.6.32-directemp &#8212; Linux USB</title>
		<link>http://blog.theunical.com/linux/re-patch-linux-2-6-32-directemp-linux-usb/</link>
		<comments>http://blog.theunical.com/linux/re-patch-linux-2-6-32-directemp-linux-usb/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:42 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/re-patch-linux-2-6-32-directemp-linux-usb/</guid>
		<description><![CDATA[a/drivers/usb/misc/directemp.c~usb-qti-directemp-usb-thermometer-hygrometer-driver-support-fix +++ a/drivers/usb/misc/directemp.c @@ -40,7 +40,7 @@ struct usb_directemp { struct usb_device *udev; struct usb_interface *interface; &#8230; Linux USB Users &#8211; http://www.spinics.net/lists/linux-usb/]]></description>
			<content:encoded><![CDATA[<p>a/drivers/usb/misc/directemp.c~usb-qti-directemp-usb-thermometer-hygrometer-driver-support-fix +++ a/drivers/usb/misc/directemp.c @@ -40,7 +40,7 @@ struct usb_directemp { struct usb_device *<b>udev</b>; struct usb_interface *interface; <b>&#8230;</b></p>
<p><a href="http://www.spinics.net/lists/linux-usb/" title="http://www.spinics.net/lists/linux-usb/"><br />
Linux USB Users &#8211; http://www.spinics.net/lists/linux-usb/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/re-patch-linux-2-6-32-directemp-linux-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug561279 udev still segfaults linuxdebianbugsdist &#124; Google Groups</title>
		<link>http://blog.theunical.com/linux/bug561279-udev-still-segfaults-linuxdebianbugsdist-google-groups/</link>
		<comments>http://blog.theunical.com/linux/bug561279-udev-still-segfaults-linuxdebianbugsdist-google-groups/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:41 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/bug561279-udev-still-segfaults-linuxdebianbugsdist-google-groups/</guid>
		<description><![CDATA[Im sorry to inform you about a still existing bug in udev behaviour. udev segfaults on udev start and ѕometimes during normal usage &#8230;]]></description>
			<content:encoded><![CDATA[<p>Im sorry to inform you about a still existing bug in <b>udev</b> behaviour. <b>udev</b> segfaults on <b>udev</b> start and ѕometimes during normal usage <b>&#8230;</b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/bug561279-udev-still-segfaults-linuxdebianbugsdist-google-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anaconda Devel &#8212; Re: [PATCH 3/7] Remove check for MD_DEVNAME from &#8230;</title>
		<link>http://blog.theunical.com/linux/anaconda-devel-re-patch-37-remove-check-for-md_devname-from/</link>
		<comments>http://blog.theunical.com/linux/anaconda-devel-re-patch-37-remove-check-for-md_devname-from/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:41 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/anaconda-devel-re-patch-37-remove-check-for-md_devname-from/</guid>
		<description><![CDATA[storage/udev.py &#124; 3 +&#8211; 1 files changed, 1 insertions(+), 2 deletions(-) diff &#8211;git a/storage/udev.py b/storage/udev.py index 4bef451..681cf24 100644 &#8212; a/storage/udev.py +++ b/storage/udev.py @@ -151,8 +151,7 @@ def &#8230; Anaconda Devel &#8211; http://www.spinics.net/linux/fedora/anaconda-devel/]]></description>
			<content:encoded><![CDATA[<p>storage/<b>udev</b>.py | 3 +&#8211; 1 files changed, 1 insertions(+), 2 deletions(-) diff &#8211;git a/storage/<b>udev</b>.py b/storage/<b>udev</b>.py index 4bef451..681cf24 100644 &#8212; a/storage/<b>udev</b>.py +++ b/storage/<b>udev</b>.py @@ -151,8 +151,7 @@ def <b>&#8230;</b></p>
<p><a href="http://www.spinics.net/linux/fedora/anaconda-devel/" title="http://www.spinics.net/linux/fedora/anaconda-devel/"><br />
Anaconda Devel &#8211; http://www.spinics.net/linux/fedora/anaconda-devel/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/anaconda-devel-re-patch-37-remove-check-for-md_devname-from/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: Remapping Synaptics Touchpad &#8212; Xorg</title>
		<link>http://blog.theunical.com/linux/re-remapping-synaptics-touchpad-xorg/</link>
		<comments>http://blog.theunical.com/linux/re-remapping-synaptics-touchpad-xorg/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:15:40 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/re-remapping-synaptics-touchpad-xorg/</guid>
		<description><![CDATA[How can I configure it there? Btw., thats 1.7. &#62; Get rid of /lib/udev/rules.d/*synaptics.rules (can&#39;t remember the number right now), or override it from /etc/udev/rules.d/. (It&#39;s actually 1.7 + an old version of the udev stuff on top. &#8230; Xorg &#8211; http://www.spinics.net/lists/xorg/]]></description>
			<content:encoded><![CDATA[<p>How can I configure it there? Btw., thats 1.7. &gt; Get rid of /lib/<b>udev</b>/rules.d/*synaptics.rules (can&#39;t remember the number right now), or override it from /etc/<b>udev</b>/rules.d/. (It&#39;s actually 1.7 + an old version of the <b>udev</b> stuff on top. <b>&#8230;</b></p>
<p><a href="http://www.spinics.net/lists/xorg/" title="http://www.spinics.net/lists/xorg/"><br />
Xorg &#8211; http://www.spinics.net/lists/xorg/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/re-remapping-synaptics-touchpad-xorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

