<?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>Into.the.Void. &#187; udev</title>
	<atom:link href="http://www.void.gr/kargig/blog/tag/udev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.void.gr/kargig/blog</link>
	<description>Into The Void</description>
	<lastBuildDate>Tue, 20 Jul 2010 11:16:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debian adventures</title>
		<link>http://www.void.gr/kargig/blog/2010/01/28/debian-adventures/</link>
		<comments>http://www.void.gr/kargig/blog/2010/01/28/debian-adventures/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:18:21 +0000</pubDate>
		<dc:creator>kargig</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bigmem]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux-image]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[sun-java6]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xserver-xorg-input-synaptics]]></category>

		<guid isPermaLink="false">http://www.void.gr/kargig/blog/?p=938</guid>
		<description><![CDATA[This is post is a rant. So don&#8217;t complain, I warned you.
&#60;rant&#62;
On my laptop (Macbook 4,1) I run Debian testing/experimental which was running quite smoothly since I installed it apart from the couple few weeks.
The first problem I faced was java not running inside browsers. Firefox, Iceweasel, Opera, google-chrome&#8230;nothing. I spent at least 2 hours [...]]]></description>
			<content:encoded><![CDATA[<p>This is post is a rant. So don&#8217;t complain, I warned you.</p>
<p>&lt;rant&gt;<br />
On my laptop (Macbook 4,1) I run Debian testing/experimental which was running quite smoothly since I installed it apart from the couple few weeks.</p>
<p>The first problem I faced was java not running inside browsers. Firefox, Iceweasel, Opera, google-chrome&#8230;nothing. I spent at least 2 hours installing/uninstalling various java packages, moving plugins to new locations and I couldn&#8217;t get it to work. I was furiously googling about the issue until I hit the jackpot: <a href="http://www.linuxquestions.org/questions/debian-26/squeeze-in-case-you-have-no-network-connection-with-java-apps-...-778366/">squeeze : in case you have no network connection with java apps &#8230;</a>&#8230;</p>
<p>Today I upgraded xserver-xorg-input-synaptics from 1.2.0-2 to 1.2.1-1. Even though it is a minor version bump a kind fairy also told me to reboot&#8230;I rebooted and my touchpad was not working properly, tapping was lost, I couldn&#8217;t use synclient because shared memory config (SHM) was not activated and so on and so on. My dynamic config using hal was there, /var/log/Xorg.0.log said that I was using the proper device and lshal showed correct settings for the device. I read /usr/share/doc/xserver-xorg-input-synaptics/NEWS.Debian.gz nothing new. After some googling another jackpot: <a href="http://osdir.com/ml/debian-bugs-dist/2010-01/msg02303.html">Bug#564211: xserver-xorg-input-synaptics: Lost tapping after upgrading to 1.2.1-1</a>. For some reason touchpad config has moved to udev from hal and the maintainers didn&#8217;t think it was important enough that needed to be documented someplace or put it in README.Debian&#8230;</p>
<p>The last issue I am having is with linux-image-2.6.32-trunk-686-bigmem not working correctly with KMS and failing with DRM.<br />
<code>[    0.967942] [drm] set up 15M of stolen space<br />
[    0.968030] nommu_map_sg: overflow 13d800000+4096 of device mask ffffffff<br />
[    0.968085] [drm:drm_agp_bind_pages] *ERROR* Failed to bind AGP memory: -12<br />
[    0.968159] [drm:i915_driver_load] *ERROR* failed to init modeset<br />
[    0.973067] i915: probe of 0000:00:02.0 failed with error -28</code></p>
<p>linux-image-2.6.32-trunk-686 works fine with those though.<br />
<code>[    0.973466] [drm] set up 15M of stolen space<br />
[    1.907642] [drm] TV-16: set mode NTSC 480i 0<br />
[    2.137173] [drm] LVDS-8: set mode 1280x800 1f<br />
[    2.193497] Console: switching to colour frame buffer device 160x50<br />
[    2.197435] fb0: inteldrmfb frame buffer device<br />
[    2.197436] registered panic notifier<br />
[    2.197442] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0</code></p>
<p>Xorg is amazingly sluggish using linux-image-2.6.32-trunk-686-bigmem kernel. I search the debian bugs database and noone seems to have reported such an issue. But google came up with: <a href="http://bugs.freedesktop.org/show_bug.cgi?id=25690">[G35/KMS] DRM failure during boot (linux 2.6.31->2.6.32 regression)</a>. The issue looks solved so I will try and report it to Debian and see what comes out of it&#8230;<br />
*Update* Bug Report: <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567352">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567352</a></p>
<p>If you dare to comment saying &#8220;that&#8217;s what you get for using experimental&#8221; I really hope and curse you to spend 3 hours today to try and figure out what has changed in a minor version upgrade of one of your installed packages.<br />
Even worse, if you are on those guys that kept telling me &#8220;don&#8217;t use stable, testing is stable as a rock, never had a problem in years&#8230;&#8221; then I curse you to spend a whole day trying to reconfigure something with no documentation <img src='http://www.void.gr/kargig/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
<del datetime="2010-01-28T17:19:57+00:00">&lt;rant&gt;</del>&lt;/rant&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.void.gr/kargig/blog/2010/01/28/debian-adventures/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
