<?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: Solution to Lenovo Y410 Sound Problem On Ubuntu 8.04</title>
	<atom:link href="http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 07:06:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ace</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-398</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-398</guid>
		<description>In case your wireless network manager indicates "Wireless Device Unmanaged" just edit /etc/NetworkManager/nm-system-settings.conf and changed the line under [ifupdown] to managed=true. this should fix your wireless connection. i got this from skroops: http://backports.ubuntuforums.com/showthread.php?t=940364

Another thing i've observed, the mute button of the y410 doesn't disable the sound.  But an indicator or image will show that the speaker has been disabled but there's still sound coming out. I guess it's a bug..</description>
		<content:encoded><![CDATA[<p>In case your wireless network manager indicates &#8220;Wireless Device Unmanaged&#8221; just edit /etc/NetworkManager/nm-system-settings.conf and changed the line under [ifupdown] to managed=true. this should fix your wireless connection. i got this from skroops: <a href="http://backports.ubuntuforums.com/showthread.php?t=940364" rel="nofollow">http://backports.ubuntuforums.com/showthread.php?t=940364</a></p>
<p>Another thing i&#8217;ve observed, the mute button of the y410 doesn&#8217;t disable the sound.  But an indicator or image will show that the speaker has been disabled but there&#8217;s still sound coming out. I guess it&#8217;s a bug..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaux</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-397</link>
		<dc:creator>jaux</dc:creator>
		<pubDate>Wed, 19 Nov 2008 19:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-397</guid>
		<description>@Ace: It's really nice to hear that! Thank you for the update.</description>
		<content:encoded><![CDATA[<p>@Ace: It&#8217;s really nice to hear that! Thank you for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-390</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Tue, 18 Nov 2008 01:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-390</guid>
		<description>Try to upgrade to Ubuntu 8.10, it has all the fixes regarding the audio problem. my speaker now works (headphones too). Also, my wireless is now working.</description>
		<content:encoded><![CDATA[<p>Try to upgrade to Ubuntu 8.10, it has all the fixes regarding the audio problem. my speaker now works (headphones too). Also, my wireless is now working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhijeet</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-244</link>
		<dc:creator>abhijeet</dc:creator>
		<pubDate>Mon, 03 Nov 2008 13:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-244</guid>
		<description>i am having exactly same problem as Raj

Please, run the configure script as first…

if [ -L /include/sound ]; then \
rm -f /include/sound; \
ln -sf /home/raj/Desktop/alsa-driver-1.0.16/include/sound /include/sound; \
else \
rm -rf /include/sound; \
install -d -m 755 -g root -o root /include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /include/sound; \
done \
fi
install: cannot stat `include/sound/*.h’: No such file or directory
make: *** [install-headers] Error 1
abhijeet@abhijeet-laptop$


Please post the solution Raj if u figured out.</description>
		<content:encoded><![CDATA[<p>i am having exactly same problem as Raj</p>
<p>Please, run the configure script as first…</p>
<p>if [ -L /include/sound ]; then \<br />
rm -f /include/sound; \<br />
ln -sf /home/raj/Desktop/alsa-driver-1.0.16/include/sound /include/sound; \<br />
else \<br />
rm -rf /include/sound; \<br />
install -d -m 755 -g root -o root /include/sound; \<br />
for f in include/sound/*.h; do \<br />
install -m 644 -g root -o root $f /include/sound; \<br />
done \<br />
fi<br />
install: cannot stat `include/sound/*.h’: No such file or directory<br />
make: *** [install-headers] Error 1<br />
abhijeet@abhijeet-laptop$</p>
<p>Please post the solution Raj if u figured out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaux</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-156</link>
		<dc:creator>jaux</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-156</guid>
		<description>@Raj: Hi, I don't own a Y410 anymore, so I can't help you out personally, but you might want to follow those solutions given by above comments.</description>
		<content:encoded><![CDATA[<p>@Raj: Hi, I don&#8217;t own a Y410 anymore, so I can&#8217;t help you out personally, but you might want to follow those solutions given by above comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-155</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Sun, 05 Oct 2008 06:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-155</guid>
		<description>Hi

While running the script, i am getting the below error. Please help me out.

Please, run the configure script as first...

if [ -L /include/sound ]; then \
		rm -f /include/sound; \
		ln -sf /home/raj/Desktop/alsa-driver-1.0.16/include/sound /include/sound; \
	else \
		rm -rf /include/sound; \
		install -d -m 755 -g root -o root /include/sound; \
		for f in include/sound/*.h; do \
			install -m 644 -g root -o root $f /include/sound; \
		done \
	fi
install: cannot stat `include/sound/*.h': No such file or directory
make: *** [install-headers] Error 1
raj@raj-laptop:~/Desktop$ 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>While running the script, i am getting the below error. Please help me out.</p>
<p>Please, run the configure script as first&#8230;</p>
<p>if [ -L /include/sound ]; then \<br />
		rm -f /include/sound; \<br />
		ln -sf /home/raj/Desktop/alsa-driver-1.0.16/include/sound /include/sound; \<br />
	else \<br />
		rm -rf /include/sound; \<br />
		install -d -m 755 -g root -o root /include/sound; \<br />
		for f in include/sound/*.h; do \<br />
			install -m 644 -g root -o root $f /include/sound; \<br />
		done \<br />
	fi<br />
install: cannot stat `include/sound/*.h&#8217;: No such file or directory<br />
make: *** [install-headers] Error 1<br />
raj@raj-laptop:~/Desktop$ </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mannu</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-153</link>
		<dc:creator>mannu</dc:creator>
		<pubDate>Sat, 27 Sep 2008 04:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-153</guid>
		<description>I tried using chmod +x y410_sound-20080427.sh
                      sudo ./y410_sound-20080427.sh
But it did not work can I now again go back as it was before please tell i m new to ubuntu
but i like it</description>
		<content:encoded><![CDATA[<p>I tried using chmod +x y410_sound-20080427.sh<br />
                      sudo ./y410_sound-20080427.sh<br />
But it did not work can I now again go back as it was before please tell i m new to ubuntu<br />
but i like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaux</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-142</link>
		<dc:creator>jaux</dc:creator>
		<pubDate>Fri, 01 Aug 2008 19:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-142</guid>
		<description>&lt;blockquote&gt;

Found an easy solution at &lt;a href="http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/" rel="nofollow"&gt;http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/&lt;/a&gt;  just changed to my kernel and used the latest stable snapshot from august. Speakers and headphones work with no issues.
&lt;/blockquote&gt;

Cool! Suddenly, there are a lot of solutions!</description>
		<content:encoded><![CDATA[<blockquote>
<p>Found an easy solution at <a href="http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/" rel="nofollow">http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/</a>  just changed to my kernel and used the latest stable snapshot from august. Speakers and headphones work with no issues.
</p></blockquote>
<p>Cool! Suddenly, there are a lot of solutions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carvide</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-141</link>
		<dc:creator>carvide</dc:creator>
		<pubDate>Fri, 01 Aug 2008 19:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-141</guid>
		<description>Found an easy solution at http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/  just changed to my kernel and used the latest stable snapshot from august. Speakers and headphones work with no issues.</description>
		<content:encoded><![CDATA[<p>Found an easy solution at <a href="http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/" rel="nofollow">http://koo.fi/tech/2008/06/05/lenovo-thinkpad-x300-ubuntu-804-installation-notes/</a>  just changed to my kernel and used the latest stable snapshot from august. Speakers and headphones work with no issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaux</title>
		<link>http://jaux.net/2008/04/27/solution-to-lenovo-y410-sound-problem-ubuntu-804/comment-page-1/#comment-140</link>
		<dc:creator>jaux</dc:creator>
		<pubDate>Fri, 01 Aug 2008 19:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://jaux.net/?p=83#comment-140</guid>
		<description>&lt;blockquote&gt;

New alsa 1.0.17 includes driver for Y410 (aka headphones work)! Follow directions in post 1 and 2 of this thread here: &lt;a href="http://ubuntuforums.org/showthread.php?t=820959" rel="nofollow"&gt;http://ubuntuforums.org/showthread.php?t=820959&lt;/a&gt; . It works for me at least
&lt;/blockquote&gt;

@fung Thank you very much for the update, I'll test it later today.</description>
		<content:encoded><![CDATA[<blockquote>
<p>New alsa 1.0.17 includes driver for Y410 (aka headphones work)! Follow directions in post 1 and 2 of this thread here: <a href="http://ubuntuforums.org/showthread.php?t=820959" rel="nofollow">http://ubuntuforums.org/showthread.php?t=820959</a> . It works for me at least
</p></blockquote>
<p>@fung Thank you very much for the update, I&#8217;ll test it later today.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
