<?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 on: Ubuntu Gutsy Gibbon 7.10 on a Dell Vostro 1500 laptop</title>
	<atom:link href="http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/</link>
	<description>Ubuntu, I &#039;buntu, We all &#039;buntu, (but only if we want&#039;u).</description>
	<lastBuildDate>Sun, 11 Jul 2010 17:45:37 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cherry</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1345</link>
		<dc:creator>cherry</dc:creator>
		<pubDate>Sat, 02 May 2009 20:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1345</guid>
		<description>modify your fstab file
use the manually mount command to change the fstab file
google for fstab if u dont know abt it
good luck</description>
		<content:encoded><![CDATA[<p>modify your fstab file<br />
use the manually mount command to change the fstab file<br />
google for fstab if u dont know abt it<br />
good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1343</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Sat, 02 May 2009 16:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1343</guid>
		<description>domce@V1500:~$ sudo lshw -short &#124; grep cdrom
[sudo] password for domce: 
/0/100/1f.1/0.0.0      /dev/cdrom  disk        DVD+-RW TS-L632H
/0/100/1f.1/0.0.0/0    /dev/cdrom  disk        
domce@V1500:~$ 
domce@V1500:~$ 

As you can see it appears to be the same exact drive. I have managed to get the drive working by mounting it via &quot;-sudo mount /dev/cdrw&quot;. It is fully functional once i do that.

However, if i restart the system it becomes unmounted and is no longer functional. So basically i have to do this manual process every single time i use the drive. Would You have any ideas how to make it mount permanently?</description>
		<content:encoded><![CDATA[<p>domce@V1500:~$ sudo lshw -short | grep cdrom<br />
[sudo] password for domce:<br />
/0/100/1f.1/0.0.0      /dev/cdrom  disk        DVD+-RW TS-L632H<br />
/0/100/1f.1/0.0.0/0    /dev/cdrom  disk<br />
domce@V1500:~$<br />
domce@V1500:~$ </p>
<p>As you can see it appears to be the same exact drive. I have managed to get the drive working by mounting it via &#8220;-sudo mount /dev/cdrw&#8221;. It is fully functional once i do that.</p>
<p>However, if i restart the system it becomes unmounted and is no longer functional. So basically i have to do this manual process every single time i use the drive. Would You have any ideas how to make it mount permanently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1342</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sat, 02 May 2009 07:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1342</guid>
		<description>I&#039;m sorry to say that I probably won&#039;t be able to help with your DVD drive problem .. mine has always just worked. It is possible that Dell changed the model of drive used in the Vostro 1500 sometime during it&#039;s production run (that model is now discontinued, replaced by the Vostro 1510).

In a Terminal, take a look at the output of this command:

&lt;code&gt;sudo lshw -short &#124; grep cdrom&lt;/code&gt;

Mine says:

&lt;code&gt;/0/100/1f.1/0.0.0      /dev/cdrom  disk        DVD+-RW TS-L632H&lt;/code&gt;

If the model of your DVD drive is different, that might explain why it doesn&#039;t work. If it&#039;s the same ... well it should be working .. :P

Also, keep in mind that these instructions are for Ubuntu 7.10 on the Vostro 1500 only ... most of these tweaks probably no longer apply to 9.04 (although I haven&#039;t upgraded yet, I&#039;d assume have of these issue will have been solved by now).</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to say that I probably won&#8217;t be able to help with your DVD drive problem .. mine has always just worked. It is possible that Dell changed the model of drive used in the Vostro 1500 sometime during it&#8217;s production run (that model is now discontinued, replaced by the Vostro 1510).</p>
<p>In a Terminal, take a look at the output of this command:</p>
<p><code>sudo lshw -short | grep cdrom</code></p>
<p>Mine says:</p>
<p><code>/0/100/1f.1/0.0.0      /dev/cdrom  disk        DVD+-RW TS-L632H</code></p>
<p>If the model of your DVD drive is different, that might explain why it doesn&#8217;t work. If it&#8217;s the same &#8230; well it should be working .. <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Also, keep in mind that these instructions are for Ubuntu 7.10 on the Vostro 1500 only &#8230; most of these tweaks probably no longer apply to 9.04 (although I haven&#8217;t upgraded yet, I&#8217;d assume have of these issue will have been solved by now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1341</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Sat, 02 May 2009 05:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1341</guid>
		<description>Hey your article was very informational. I have followed what you did and everything worked great... Except for one thing. How did you get your DVD drive to work? Mine isnt even recognized (Ubuntu 9.04).</description>
		<content:encoded><![CDATA[<p>Hey your article was very informational. I have followed what you did and everything worked great&#8230; Except for one thing. How did you get your DVD drive to work? Mine isnt even recognized (Ubuntu 9.04).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1242</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sun, 18 Jan 2009 11:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1242</guid>
		<description>Looks like &lt;a href=&quot;http://it.slashdot.org/article.pl?sid=09%2F01%2F17%2F2127254&quot; rel=&quot;nofollow&quot;&gt;the hard disk ACPI bug has been fixed&lt;/a&gt;, and will make it&#039;s way into the 9.04, 8.10 and 8.04 repositories soon. Hooray !</description>
		<content:encoded><![CDATA[<p>Looks like <a href="http://it.slashdot.org/article.pl?sid=09%2F01%2F17%2F2127254" rel="nofollow">the hard disk ACPI bug has been fixed</a>, and will make it&#8217;s way into the 9.04, 8.10 and 8.04 repositories soon. Hooray !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1241</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sat, 10 Jan 2009 23:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1241</guid>
		<description>alena: Interesting .... I stopped following the issue (since in my mind I had it fixed), but it looks like you are suggesting that Dell ultimately admitted there was a problem with the drives and was replacing Vostros ? Mines still under extended warranty, so I&#039;ll have to consider if it&#039;s worth trying to have it replaced.</description>
		<content:encoded><![CDATA[<p>alena: Interesting &#8230;. I stopped following the issue (since in my mind I had it fixed), but it looks like you are suggesting that Dell ultimately admitted there was a problem with the drives and was replacing Vostros ? Mines still under extended warranty, so I&#8217;ll have to consider if it&#8217;s worth trying to have it replaced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alena</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-1239</link>
		<dc:creator>alena</dc:creator>
		<pubDate>Fri, 09 Jan 2009 23:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-1239</guid>
		<description>Vostro HD clicking sound

Vostro has HD issue and expect refurb PC for a price of new one
run F12 diagnostic tool when starting windows, the HD will eventually fail to run diagnostic scan of itself and gives you an error code. Dell will replace if still under warranty, be advised that you may receive a refurb. 4 out of 6 Vostros HD&#039;s purchased in 2007 gave up within first month after warranty expired....
http://www.dell.com/content/topics/global.aspx/policy/en/policy?~section=010
How will you fix my product?

We use new and refurbished parts made by various manufacturers in performing warranty repairs and in building replacement parts and systems. Refurbished parts and systems are parts or systems that have been returned to Dell, some of which were never used by a customer. All parts and systems are inspected and tested for quality. Replacement parts and systems are covered for the remaining period of the limited hardware warranty for the product you bought. Dell owns all parts removed from repaired products.</description>
		<content:encoded><![CDATA[<p>Vostro HD clicking sound</p>
<p>Vostro has HD issue and expect refurb PC for a price of new one<br />
run F12 diagnostic tool when starting windows, the HD will eventually fail to run diagnostic scan of itself and gives you an error code. Dell will replace if still under warranty, be advised that you may receive a refurb. 4 out of 6 Vostros HD&#8217;s purchased in 2007 gave up within first month after warranty expired&#8230;.<br />
<a href="http://www.dell.com/content/topics/global.aspx/policy/en/policy?~section=010" rel="nofollow">http://www.dell.com/content/topics/global.aspx/policy/en/policy?~section=010</a><br />
How will you fix my product?</p>
<p>We use new and refurbished parts made by various manufacturers in performing warranty repairs and in building replacement parts and systems. Refurbished parts and systems are parts or systems that have been returned to Dell, some of which were never used by a customer. All parts and systems are inspected and tested for quality. Replacement parts and systems are covered for the remaining period of the limited hardware warranty for the product you bought. Dell owns all parts removed from repaired products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devvrath</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-458</link>
		<dc:creator>devvrath</dc:creator>
		<pubDate>Fri, 04 Apr 2008 00:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-458</guid>
		<description>oh i got the sound, and this time they have fix the problem of sound output from external and internal speaker of laptop.

for some reason, during update, ubuntu installed the 386 kernel,
and also the generic kernel. The default boot on my comp was
386 kernel which had sound problem. when i realize this and boot to generic kernel, everything seems to working fine so far.
no hitch no problem :)

infact the new advanced desktop effects are more cool then before.

thanks and have fun</description>
		<content:encoded><![CDATA[<p>oh i got the sound, and this time they have fix the problem of sound output from external and internal speaker of laptop.</p>
<p>for some reason, during update, ubuntu installed the 386 kernel,<br />
and also the generic kernel. The default boot on my comp was<br />
386 kernel which had sound problem. when i realize this and boot to generic kernel, everything seems to working fine so far.<br />
no hitch no problem <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>infact the new advanced desktop effects are more cool then before.</p>
<p>thanks and have fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-457</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Thu, 03 Apr 2008 23:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-457</guid>
		<description>Devvrath: No, I haven&#039;t tried Hardy 8.04 on my Vostro 1500 yet, I&#039;m waiting for the official release, and a few days where I have time to fiddle with it if it breaks.

I&#039;ll write about it after I&#039;ve tried it.</description>
		<content:encoded><![CDATA[<p>Devvrath: No, I haven&#8217;t tried Hardy 8.04 on my Vostro 1500 yet, I&#8217;m waiting for the official release, and a few days where I have time to fiddle with it if it breaks.</p>
<p>I&#8217;ll write about it after I&#8217;ve tried it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devvrath</title>
		<link>http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/comment-page-1/#comment-426</link>
		<dc:creator>Devvrath</dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/#comment-426</guid>
		<description>did u try hardy 8.04 beta
my sound is not working in hardy on vostro 1500.
if u have any luck then let me know or the best post on the ubuntu forums 
thanks</description>
		<content:encoded><![CDATA[<p>did u try hardy 8.04 beta<br />
my sound is not working in hardy on vostro 1500.<br />
if u have any luck then let me know or the best post on the ubuntu forums<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
