<?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 Nobody was Born with Linux Knowledge</title>
	<atom:link href="http://linux.aldeby.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.aldeby.org</link>
	<description>Ubuntu Linux on HP Pavilion laptops complete reference</description>
	<lastBuildDate>Sat, 06 Mar 2010 09:03:35 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on VMware Workstation 6.5.3 on Ubuntu Karmic 9.10 by Lorenzo</title>
		<link>http://linux.aldeby.org/vmware-workstation-6-5-3-on-ubuntu-karmic-9-10.html/comment-page-3#comment-24850</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=729#comment-24850</guid>
		<description>Thanks for this guide, it has been very helpful

An advice:

instead of running in a separate terminal:
[code] while true; do sudo killall -9 vmware-modconfig-console; sleep 1; done [/code]

try to:

[code] export VMWARE_SKIP_MODULES=true [/code]

and then start the installer in the same terminal. It should be work and next you can proceed with the rest of this fantastic tutorial :D</description>
		<content:encoded><![CDATA[<p>Thanks for this guide, it has been very helpful</p>
<p>An advice:</p>
<p>instead of running in a separate terminal:<br />
[code] while true; do sudo killall -9 vmware-modconfig-console; sleep 1; done [/code]</p>
<p>try to:</p>
<p>[code] export VMWARE_SKIP_MODULES=true [/code]</p>
<p>and then start the installer in the same terminal. It should be work and next you can proceed with the rest of this fantastic tutorial <img src='http://linux.aldeby.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No Sufficient Permissions for Upgrading Wordpress by Engineerboy</title>
		<link>http://linux.aldeby.org/no-sufficient-permissions-for-upgrading-wordpress.html/comment-page-1#comment-24728</link>
		<dc:creator>Engineerboy</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=677#comment-24728</guid>
		<description>Hey, thanks, I had this exact problem when trying to upgrade to 2.9.2, and the fix you described worked great!</description>
		<content:encoded><![CDATA[<p>Hey, thanks, I had this exact problem when trying to upgrade to 2.9.2, and the fix you described worked great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [EN] Configure HP Pavilion QuickPlay multimedia buttons in Ubuntu Linux by amol</title>
		<link>http://linux.aldeby.org/en-hp-pavilion-multimedia-buttons-configuration-under-linux-linux-quickplay.html/comment-page-3#comment-24628</link>
		<dc:creator>amol</dc:creator>
		<pubDate>Sun, 28 Feb 2010 21:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=144#comment-24628</guid>
		<description>any idea how do i enable the wifi quick button ?</description>
		<content:encoded><![CDATA[<p>any idea how do i enable the wifi quick button ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get rid of your &#8220;battery may be broken&#8221; notification by amol</title>
		<link>http://linux.aldeby.org/get-rid-of-your-battery-may-be-broken-notification.html/comment-page-1#comment-24627</link>
		<dc:creator>amol</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=1026#comment-24627</guid>
		<description>Thanks for the tip, that really helped. Keep up the good work.
Regards, Amol</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, that really helped. Keep up the good work.<br />
Regards, Amol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP Pavilion BIOS hack for silencing the fan by Merindol</title>
		<link>http://linux.aldeby.org/hp-pavilion-bios-hack-for-silencing-the-fan.html/comment-page-1#comment-24591</link>
		<dc:creator>Merindol</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=898#comment-24591</guid>
		<description>Hi.

I&#039;m trying to fix the DSDT and fan control on my HP Pavilion DV7-1145ef. I&#039;m using the last BIOS (F.2C) and I deactivated &quot;Fan always on&quot;.

I&#039;m coming from two others articles about DSDT :
- http://h30434.www3.hp.com/t5/Hardware/Pavilion-1150-em-Fan-Noise/m-p/25553#M3391
- http://notebookequus.blogspot.com/

Thanks to your article I now understand that the values about the fan control are coded differently on the recent Pavilions.

However, in my DSDT, I can&#039;t find those different _OFF functions, there is only one :

&lt;code&gt;
        PowerResource(FN00, 0x0, 0x0)
        {
            Method(_STA, 0x0, Serialized)
            {
                If(ECON)
                {
                    If(\_SB_.PCI0.LPC_.EC0_.FAN1)
                    {
                        Return(One)
                    }
                    Else
                    {
                        Return(Zero)
                    }
                }
                Return(One)
            }
            Method(_ON_, 0x0, Serialized)
            {
                If(ECON)
                {
                    Store(One, \_SB_.PCI0.LPC_.EC0_.FAN1)
                }
            }
            Method(_OFF, 0x0, Serialized)
            {
                If(ECON)
                {
                    Store(Zero, \_SB_.PCI0.LPC_.EC0_.FAN1)
                }
            }
        }
        Device(FAN_)
        {
            Name(_HID, 0xb0cd041)
            Name(_UID, Zero)
            Name(_PR0, Package(0x1)
            {
                FN00
            })
        }
&lt;/code&gt;

Here is the full DSDT : http://drop.io/hidden/lsoi26pttonrng/asset/ZHNkdC1hc2w%253D

Do you have any idea maybe ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I&#8217;m trying to fix the DSDT and fan control on my HP Pavilion DV7-1145ef. I&#8217;m using the last BIOS (F.2C) and I deactivated &#8220;Fan always on&#8221;.</p>
<p>I&#8217;m coming from two others articles about DSDT :<br />
- <a href="http://h30434.www3.hp.com/t5/Hardware/Pavilion-1150-em-Fan-Noise/m-p/25553#M3391" rel="nofollow">http://h30434.www3.hp.com/t5/Hardware/Pavilion-1150-em-Fan-Noise/m-p/25553#M3391</a><br />
- <a href="http://notebookequus.blogspot.com/" rel="nofollow">http://notebookequus.blogspot.com/</a></p>
<p>Thanks to your article I now understand that the values about the fan control are coded differently on the recent Pavilions.</p>
<p>However, in my DSDT, I can&#8217;t find those different _OFF functions, there is only one :</p>
<p><code><br />
        PowerResource(FN00, 0x0, 0x0)<br />
        {<br />
            Method(_STA, 0x0, Serialized)<br />
            {<br />
                If(ECON)<br />
                {<br />
                    If(\_SB_.PCI0.LPC_.EC0_.FAN1)<br />
                    {<br />
                        Return(One)<br />
                    }<br />
                    Else<br />
                    {<br />
                        Return(Zero)<br />
                    }<br />
                }<br />
                Return(One)<br />
            }<br />
            Method(_ON_, 0x0, Serialized)<br />
            {<br />
                If(ECON)<br />
                {<br />
                    Store(One, \_SB_.PCI0.LPC_.EC0_.FAN1)<br />
                }<br />
            }<br />
            Method(_OFF, 0x0, Serialized)<br />
            {<br />
                If(ECON)<br />
                {<br />
                    Store(Zero, \_SB_.PCI0.LPC_.EC0_.FAN1)<br />
                }<br />
            }<br />
        }<br />
        Device(FAN_)<br />
        {<br />
            Name(_HID, 0xb0cd041)<br />
            Name(_UID, Zero)<br />
            Name(_PR0, Package(0x1)<br />
            {<br />
                FN00<br />
            })<br />
        }<br />
</code></p>
<p>Here is the full DSDT : <a href="http://drop.io/hidden/lsoi26pttonrng/asset/ZHNkdC1hc2w%253D" rel="nofollow">http://drop.io/hidden/lsoi26pttonrng/asset/ZHNkdC1hc2w%253D</a></p>
<p>Do you have any idea maybe ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure GRUB2 options and background by Arkitekt</title>
		<link>http://linux.aldeby.org/configure-grub2-options-and-background.html/comment-page-1#comment-24508</link>
		<dc:creator>Arkitekt</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=633#comment-24508</guid>
		<description>these instructions worked great with Grub2 1.96 when I installed it on my 9.04 install, after updating to 9.10 though and having Grub2 1.97 beta4 after changing use_bg to true I get this
[code]Generating grub.cfg ...
Warning: update-grub_lib is deprecated, use grub-mkconfig_lib instead
No path or device is specified.
Try ``grub-probe --help&#039;&#039; for more information.
No path or device is specified.
Try ``grub-probe --help&#039;&#039; for more information.
[/code] 

my 05_debian_theme lines look like this

[code]use_bg=true
if [ &quot;$GRUB_TERMINAL&quot; = &quot;gfxterm&quot; ] ; then
  for i in {/boot/grub,/usr/share/images/grub}/Sparkler.{png,tga} ; do
    if is_path_readable_by_grub $i ; then 
....
[/code]</description>
		<content:encoded><![CDATA[<p>these instructions worked great with Grub2 1.96 when I installed it on my 9.04 install, after updating to 9.10 though and having Grub2 1.97 beta4 after changing use_bg to true I get this<br />
[code]Generating grub.cfg ...<br />
Warning: update-grub_lib is deprecated, use grub-mkconfig_lib instead<br />
No path or device is specified.<br />
Try ``grub-probe --help'' for more information.<br />
No path or device is specified.<br />
Try ``grub-probe --help'' for more information.<br />
[/code] </p>
<p>my 05_debian_theme lines look like this</p>
<p>[code]use_bg=true<br />
if [ "$GRUB_TERMINAL" = "gfxterm" ] ; then<br />
  for i in {/boot/grub,/usr/share/images/grub}/Sparkler.{png,tga} ; do<br />
    if is_path_readable_by_grub $i ; then<br />
....<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware Workstation 6.5.3 on Ubuntu Karmic 9.10 by aldeby</title>
		<link>http://linux.aldeby.org/vmware-workstation-6-5-3-on-ubuntu-karmic-9-10.html/comment-page-3#comment-24442</link>
		<dc:creator>aldeby</dc:creator>
		<pubDate>Wed, 24 Feb 2010 00:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=729#comment-24442</guid>
		<description>Hi jbranko!
That is likely caused by the pagination of the RAM on the swap partition. To figure this out clearly you should run your Guest OS and when it&#039;s fully loaded type into a terminal &lt;b&gt;free&lt;/b&gt; and compare that output with the one you get after the system becomes very slow. the SWAP field would probably be very intensively used.

The solution is reducing the memory allocated to the Guest OS. Keep it half of the host and you would rarely face that issue again. It could also be a memory leak of wmWare itself, in this case we can do nothing but upgrade the program when an update is released. 
.</description>
		<content:encoded><![CDATA[<p>Hi jbranko!<br />
That is likely caused by the pagination of the RAM on the swap partition. To figure this out clearly you should run your Guest OS and when it&#8217;s fully loaded type into a terminal <b>free</b> and compare that output with the one you get after the system becomes very slow. the SWAP field would probably be very intensively used.</p>
<p>The solution is reducing the memory allocated to the Guest OS. Keep it half of the host and you would rarely face that issue again. It could also be a memory leak of wmWare itself, in this case we can do nothing but upgrade the program when an update is released.<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HowTo: Ubuntu Linux on HP Pavilion series laptops by Uwe</title>
		<link>http://linux.aldeby.org/howto-ubuntu-linux-on-hp-pavilion-dv2000-dv6000-dv9000-series-laptops.html/comment-page-24#comment-24429</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?page_id=704#comment-24429</guid>
		<description>Thank you very much, Aldeby, for this great collection of tips! I found it after solving almost all problems in 9.04 and wished that I had found your site much earlier.

One hint for the suspend/hibernate chapter: I run a dv9500 with the most recent BIOS, but after a clean install of 9.10, the machine hung while trying to hibernate. There are two more solutions to this topic, one is to use the package &quot;uswsusp&quot; instead of the default pm-utils. The other is to list modules (mostly wifi) to unload before suspending or hibernating. Google &quot;SUSPEND_MODULES&quot; or have a look here:

http://www.ubuntugeek.com/fix-for-suspend-and-hibernation-problem-for-laptops.html

Best regards,
Uwe</description>
		<content:encoded><![CDATA[<p>Thank you very much, Aldeby, for this great collection of tips! I found it after solving almost all problems in 9.04 and wished that I had found your site much earlier.</p>
<p>One hint for the suspend/hibernate chapter: I run a dv9500 with the most recent BIOS, but after a clean install of 9.10, the machine hung while trying to hibernate. There are two more solutions to this topic, one is to use the package &#8220;uswsusp&#8221; instead of the default pm-utils. The other is to list modules (mostly wifi) to unload before suspending or hibernating. Google &#8220;SUSPEND_MODULES&#8221; or have a look here:</p>
<p><a href="http://www.ubuntugeek.com/fix-for-suspend-and-hibernation-problem-for-laptops.html" rel="nofollow">http://www.ubuntugeek.com/fix-for-suspend-and-hibernation-problem-for-laptops.html</a></p>
<p>Best regards,<br />
Uwe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on enable nVidia CoolBits (frequency tuner) by voland</title>
		<link>http://linux.aldeby.org/enable-nvidia-coolbits-frequency-tuner.html/comment-page-1#comment-24428</link>
		<dc:creator>voland</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=58#comment-24428</guid>
		<description>Блин а на Убунту 9,10 дрова 185 карта 210 проблемка - вкладка оверклокинга не активируется а powermizer работает в режиме максимума.
I`ve got a problen on my desktop Ubuntu Karmic\nvidia 185\GeForce 210. After editing xorg and restarting gdm there`s problems 1) PowerMizer still works on max with compiz and tryin 2 activate overclocking gets an error</description>
		<content:encoded><![CDATA[<p>Блин а на Убунту 9,10 дрова 185 карта 210 проблемка &#8211; вкладка оверклокинга не активируется а powermizer работает в режиме максимума.<br />
I`ve got a problen on my desktop Ubuntu Karmic\nvidia 185\GeForce 210. After editing xorg and restarting gdm there`s problems 1) PowerMizer still works on max with compiz and tryin 2 activate overclocking gets an error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware Workstation 6.5.3 on Ubuntu Karmic 9.10 by jbranko</title>
		<link>http://linux.aldeby.org/vmware-workstation-6-5-3-on-ubuntu-karmic-9-10.html/comment-page-3#comment-24423</link>
		<dc:creator>jbranko</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://aldeby.org/blog/?p=729#comment-24423</guid>
		<description>Hi! I installed vmware version VMware® Workstation 7.0.0 build-203739 on Ubuntu 9.10 (2.6.31-19-generic). I use windows XP image and it works perfect. But, if I left some applications opened on vmware XP image over night, next day host system became verry slow and unuseful. After restart of vmware image, everything is ok again. This is hapening every day. And its getting annoying. I know that vmware version 5.0 on ubuntu 8.04 is working great without this kind of problem. What should i do to solve this?  Thank youfor help.</description>
		<content:encoded><![CDATA[<p>Hi! I installed vmware version VMware® Workstation 7.0.0 build-203739 on Ubuntu 9.10 (2.6.31-19-generic). I use windows XP image and it works perfect. But, if I left some applications opened on vmware XP image over night, next day host system became verry slow and unuseful. After restart of vmware image, everything is ok again. This is hapening every day. And its getting annoying. I know that vmware version 5.0 on ubuntu 8.04 is working great without this kind of problem. What should i do to solve this?  Thank youfor help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.261 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 17:42:09 -->
<!-- Compression = gzip -->