<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for taylor`s website</title>
	<atom:link href="http://nearlyalaugh.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nearlyalaugh.com</link>
	<description></description>
	<lastBuildDate>Sat, 10 Dec 2011 03:01:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by taylor</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-62</link>
		<dc:creator>taylor</dc:creator>
		<pubDate>Sat, 10 Dec 2011 03:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-62</guid>
		<description>Yes, I&#039;m afraid there was little magic on my part—I just subscribed to the &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609846&quot; rel=&quot;nofollow&quot;&gt;Debian&lt;/a&gt; and &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703302&quot; rel=&quot;nofollow&quot;&gt;Ubuntu&lt;/a&gt; bug reports and waited for info to come out. The techinterplay.com and wiki.debian.org articles were my primary sources, but I learned the hard way that I had to make a few changes to get their steps to work right on my system. Being inexperienced in the kernel department, I wanted to make sure to put what I did all in one place so I (and others) could avoid the same mistakes.

Peace~</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m afraid there was little magic on my part—I just subscribed to the <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609846" rel="nofollow">Debian</a> and <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703302" rel="nofollow">Ubuntu</a> bug reports and waited for info to come out. The techinterplay.com and wiki.debian.org articles were my primary sources, but I learned the hard way that I had to make a few changes to get their steps to work right on my system. Being inexperienced in the kernel department, I wanted to make sure to put what I did all in one place so I (and others) could avoid the same mistakes.</p>
<p>Peace~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by Cody Schafer</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-61</link>
		<dc:creator>Cody Schafer</dc:creator>
		<pubDate>Sat, 10 Dec 2011 02:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-61</guid>
		<description>whoops, just noticed the link at the top.</description>
		<content:encoded><![CDATA[<p>whoops, just noticed the link at the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by Cody Schafer</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-60</link>
		<dc:creator>Cody Schafer</dc:creator>
		<pubDate>Fri, 09 Dec 2011 21:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-60</guid>
		<description>Thanks, I really appreciate you making this info available.

If I may ask, how did you determine the fix to be made? (or where did you find this info from?)</description>
		<content:encoded><![CDATA[<p>Thanks, I really appreciate you making this info available.</p>
<p>If I may ask, how did you determine the fix to be made? (or where did you find this info from?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by gero</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-55</link>
		<dc:creator>gero</dc:creator>
		<pubDate>Wed, 31 Aug 2011 03:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-55</guid>
		<description>Yeah, I couldn&#039;t compile the kernel the firs time... the problem is a firmware that is not included with the kernel, but one driver &quot;vt6656&quot; needs it... so you must go to the .config file and set &quot;CONFIG_VT6656=n&quot; or simply comment the line with a sharp &#039;#&#039;...
It is a know problem with the kernel, but I don&#039;t know if it is fault of the kernel people or is debian staff fault.

But it&#039;s strange I&#039;m using the same kernel, the same version of debian but I don&#039;t have the &quot;&lt;b&gt;define&lt;/b&gt;&quot; file.
I have &lt;b&gt;&quot;/root/source/linux-2.6-2.6.32/debian/Config/&quot;&lt;/b&gt;

I don&#039;t know what I did... but I still have problems with my custom kernel... It&#039;s the same configuration of the debian build, just without vt6656, and with a custom DSDT file... but I can&#039;t change the color depth or change the back light (and I can&#039;t make an usable xorg.configfile)... but Instead I solved the problem doing a trick... I boot debian with the custom kernel, then &quot;reboot&quot; the kernel (I mean go to the lowest run level) then debian &lt;i&gt;&lt;b&gt;I don&#039;t know why&lt;/b&gt;&lt;/i&gt; reboot with the default debian kernel and problem solved. Maybe it&#039;s a little Spartan solution but what the hell &quot;This Is my DEBIAN!&quot;

Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Yeah, I couldn&#8217;t compile the kernel the firs time&#8230; the problem is a firmware that is not included with the kernel, but one driver &#8220;vt6656&#8243; needs it&#8230; so you must go to the .config file and set &#8220;CONFIG_VT6656=n&#8221; or simply comment the line with a sharp &#8216;#&#8217;&#8230;<br />
It is a know problem with the kernel, but I don&#8217;t know if it is fault of the kernel people or is debian staff fault.</p>
<p>But it&#8217;s strange I&#8217;m using the same kernel, the same version of debian but I don&#8217;t have the &#8220;<b>define</b>&#8221; file.<br />
I have <b>&#8220;/root/source/linux-2.6-2.6.32/debian/Config/&#8221;</b></p>
<p>I don&#8217;t know what I did&#8230; but I still have problems with my custom kernel&#8230; It&#8217;s the same configuration of the debian build, just without vt6656, and with a custom DSDT file&#8230; but I can&#8217;t change the color depth or change the back light (and I can&#8217;t make an usable xorg.configfile)&#8230; but Instead I solved the problem doing a trick&#8230; I boot debian with the custom kernel, then &#8220;reboot&#8221; the kernel (I mean go to the lowest run level) then debian <i><b>I don&#8217;t know why</b></i> reboot with the default debian kernel and problem solved. Maybe it&#8217;s a little Spartan solution but what the hell &#8220;This Is my DEBIAN!&#8221;</p>
<p>Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by taylor</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-54</link>
		<dc:creator>taylor</dc:creator>
		<pubDate>Mon, 29 Aug 2011 20:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-54</guid>
		<description>&lt;b&gt;debian/config/defines&lt;/b&gt; should be in the linux source tree (e.g., &lt;b&gt;/home/taylor/src/linux-2.6-2.6.32/debian/config/defines&lt;/b&gt;).

the techinterplay.com article was very helpful; the only problem was that the kernel wouldn&#039;t compile for me if i put &lt;b&gt;dsdt-fixed.hex&lt;/b&gt; in the kernel&#039;s &lt;b&gt;include/&lt;/b&gt; directory as suggested. i&#039;m keeping it in a safe place in my home directory for the next time i have to recompile.

overall i did not have too many problems configuring debian on my machine; i&#039;ll try to share the tips and tweaks that worked for me in future posts. best of luck~</description>
		<content:encoded><![CDATA[<p><b>debian/config/defines</b> should be in the linux source tree (e.g., <b>/home/taylor/src/linux-2.6-2.6.32/debian/config/defines</b>).</p>
<p>the techinterplay.com article was very helpful; the only problem was that the kernel wouldn&#8217;t compile for me if i put <b>dsdt-fixed.hex</b> in the kernel&#8217;s <b>include/</b> directory as suggested. i&#8217;m keeping it in a safe place in my home directory for the next time i have to recompile.</p>
<p>overall i did not have too many problems configuring debian on my machine; i&#8217;ll try to share the tips and tweaks that worked for me in future posts. best of luck~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by gero</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-53</link>
		<dc:creator>gero</dc:creator>
		<pubDate>Sun, 28 Aug 2011 20:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-53</guid>
		<description>Hello.

How did you configure this?
     Edit debian/config/defines and append an identifier (e.g., “dsdt”) to the value of
     abi.abiname. This will be added to the name of the new kernel package. Then do this:
I didn&#039;t find those folders.

 I have a satellite pro l640 sp4136 and Debian Squeeze 64 bits 6.0.2 I used the instructions here http://techinterplay.com/fix-toshiba-battery-issue-linux.html and I successfully build my kernel.
After that I can&#039;t change the bright of the monitor and the color depth (stuck in 16 bits).
I can&#039;t create a useful xorg.con file neither.
You did other things after compiling the kernel?

Thanks for the post, it was a great help.</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>How did you configure this?<br />
     Edit debian/config/defines and append an identifier (e.g., “dsdt”) to the value of<br />
     abi.abiname. This will be added to the name of the new kernel package. Then do this:<br />
I didn&#8217;t find those folders.</p>
<p> I have a satellite pro l640 sp4136 and Debian Squeeze 64 bits 6.0.2 I used the instructions here <a href="http://techinterplay.com/fix-toshiba-battery-issue-linux.html" rel="nofollow">http://techinterplay.com/fix-toshiba-battery-issue-linux.html</a> and I successfully build my kernel.<br />
After that I can&#8217;t change the bright of the monitor and the color depth (stuck in 16 bits).<br />
I can&#8217;t create a useful xorg.con file neither.<br />
You did other things after compiling the kernel?</p>
<p>Thanks for the post, it was a great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by taylor</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-52</link>
		<dc:creator>taylor</dc:creator>
		<pubDate>Sun, 28 Aug 2011 17:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-52</guid>
		<description>you need to be root (i.e., sudo) for this command:
$ sudo cat /sys/firmware/acpi/tables/DSDT &gt; dsdt.dat

iasl needs to be installed for you to disassemble the file:
$ sudo aptitude install iasl

this command:
$ iasl -d dsdt.dat
will create the file dsdt.dsl

after editing it with your favorite editor (e.g., vim, nano, gedit, etc.) and saving the file as &quot;dsdt-fixed.dsl&quot;, the command:
$ iasl -tc dsdt-fixed.dsl
will generate your dsdt-fixed.hex file.

good luck! it took me a long time to get the whole process to work.</description>
		<content:encoded><![CDATA[<p>you need to be root (i.e., sudo) for this command:<br />
$ sudo cat /sys/firmware/acpi/tables/DSDT > dsdt.dat</p>
<p>iasl needs to be installed for you to disassemble the file:<br />
$ sudo aptitude install iasl</p>
<p>this command:<br />
$ iasl -d dsdt.dat<br />
will create the file dsdt.dsl</p>
<p>after editing it with your favorite editor (e.g., vim, nano, gedit, etc.) and saving the file as &#8220;dsdt-fixed.dsl&#8221;, the command:<br />
$ iasl -tc dsdt-fixed.dsl<br />
will generate your dsdt-fixed.hex file.</p>
<p>good luck! it took me a long time to get the whole process to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Override DSDT to fix Toshiba Battery Status by Lukman</title>
		<link>http://nearlyalaugh.com/2011/08/override-dsdt/#comment-51</link>
		<dc:creator>Lukman</dc:creator>
		<pubDate>Sun, 28 Aug 2011 07:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://nearlyalaugh.com/?p=67#comment-51</guid>
		<description>I can’t create DSDT.hex

how to create it?</description>
		<content:encoded><![CDATA[<p>I can’t create DSDT.hex</p>
<p>how to create it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

