

<?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>Yaroshenko @blog &#187; Intel</title>
	<atom:link href="http://yaroshenko.biz/archives/tag/intel/feed" rel="self" type="application/rss+xml" />
	<link>http://yaroshenko.biz</link>
	<description>I would change the world, but the God does not give source codes...</description>
	<lastBuildDate>Sun, 04 Jul 2010 12:44:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Установка звуковых драйверов в Ubuntu</title>
		<link>http://yaroshenko.biz/archives/45</link>
		<comments>http://yaroshenko.biz/archives/45#comments</comments>
		<pubDate>Fri, 01 Feb 2008 06:24:18 +0000</pubDate>
		<dc:creator>raider</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[ALSA]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Драйвера]]></category>

		<guid isPermaLink="false">http://yaroshenko.biz/?p=45</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Установка звуковых драйверов ALSA<br />
на примере звуковой карты<br />
Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)<br />
<span id="more-45"></span>Итак, идем на сайт ALSA и качаем драйвера<br />
<a href="http://www.alsa-project.org/main/index.php/Download">http://www.alsa-project.org/main/index.php/Download</a><br />
Нам необходимы alsa-driver alsa-lib alsa-utils  версий &gt;= 1.0.16<br />
Перед компиляцией ставим необходимые нам пакеты:<br />
apt-get install linux-headers-$(uname -r) build-essential gcc gawk libgettext-ruby-util libgettext-ruby1.8 libncurses5-dev</p>
<p>Теперь вперед:<br />
mkdir -p /usr/src/alsa<br />
cp ./alsa-* /usr/src/alsa<br />
cd /usr/src/alsa</p>
<p>tar -xjf alsa-driver*.tar.bz2<br />
tar -xjf alsa-lib*.tar.bz2<br />
tar -xjf alsa-utils*.tar.bz2<br />
rm alsa*.tar.bz2</p>
<p>cd /usr/src/alsa/alsa-driver*<br />
./configure &#8211;with-cards=hda-intel &#8211;with-sequencer=yes<br />
make<br />
make install<br />
./snddevices</p>
<p>Ставим библиотеку:<br />
cd /usr/src/alsa/alsa-lib*<br />
./configure<br />
make<br />
make install</p>
<p>Утилиты:<br />
cd /usr/src/alsa/alsa-utils*<br />
./configure<br />
make<br />
make install</p>
<p>Добавляем модули:<br />
modprobe snd-hda-intel<br />
modprobe snd-pcm-oss<br />
modprobe snd-mixer-oss<br />
modprobe snd-seq-oss</p>
<p>Ну и собственно reboot &#8230;</p>
<p>Оригинальная документация на<br />
<a href="http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel">http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yaroshenko.biz/archives/45/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
