<?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>Melchior&#039;s Musings</title>
	<atom:link href="http://themazzone.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://themazzone.com/blog</link>
	<description>From the hills to the web</description>
	<lastBuildDate>Tue, 08 Sep 2009 03:23:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Audio in Linux on Toshiba Tecra A10</title>
		<link>http://themazzone.com/blog/?p=8</link>
		<comments>http://themazzone.com/blog/?p=8#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:14:38 +0000</pubDate>
		<dc:creator>Melchior</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[a10]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[modprobe]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tecra]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://themazzone.com/blog/?p=8</guid>
		<description><![CDATA[Fix audio in Linux on the Toshiba Tecra A10 laptop]]></description>
			<content:encoded><![CDATA[<p>I recently bought myself a Toshiba Tecra A10 laptop, and obviously blew away Vista at my earliest convenience in favour of a Linux Distro.  (I&#8217;m using Ubuntu on it at the moment, but that may change with time).</p>
<p>To my surprise, everything worked flawlessly except the audio card, which wouldn&#8217;t play any sound.  I hunted around on the web for a long time, until finally finding a solution to the problem on a Spanish forum.  I haven&#8217;t been able to find it again to link it here.<span id="more-8"></span></p>
<p>Anyway, the solution is this:</p>
<p>Toshiba somehow screw up the audio hardware in the A10 so the normal Intel drivers don&#8217;t work.  You need to enter some Toshiba specific lines into the alsa config.</p>
<p>Edit the file /etc/modprobe.d/alsa-base.  In Ubuntu with Vi, do the following:</p>
<blockquote><p><code>sudo vi /etc/modprobe.d/alsa-base</code></p></blockquote>
<p>Then scroll to the bottom of the file and add the following 5 lines.  If it&#8217;s less or more than 5 lines, make you format it back to only five, so &#8220;options&#8221; starts each line:</p>
<blockquote><p><code># LOD: Add these lines to support the ALC268 audio chipset<br />
options snd-cmipci mpu_port=0x330 fm_port=0x388<br />
options snd-cmipci mpu_port= 0x388 = 0x330 fm_port<br />
options snd-hda-intel index=0 model=toshiba position_fix=1<br />
options snd-hda-intel index=0 model=toshiba position_fix=1</code></p></blockquote>
<p>Then possibly reboot, and you&#8217;ll be laughing!</p>
<p>I still haven&#8217;t been able to get the microphone working, but I&#8217;m not sure if thats a driver/config problem, or operator error&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://themazzone.com/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
