<?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>UnixWars &#187; wifi</title>
	<atom:link href="http://unixwars.com/tag/wifi/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixwars.com</link>
	<description>Taher Shihadeh's ragbag</description>
	<lastBuildDate>Mon, 26 Dec 2011 23:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Ubuntu 9.04 problems: Jaunty fixes for HP DV6 1120es</title>
		<link>http://unixwars.com/2009/07/29/ubuntu-9-04-problems-jaunty-fixes-for-hp-dv6-1120es/</link>
		<comments>http://unixwars.com/2009/07/29/ubuntu-9-04-problems-jaunty-fixes-for-hp-dv6-1120es/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:55:23 +0000</pubDate>
		<dc:creator>Taher Shihadeh</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://unixwars.com/?p=441</guid>
		<description><![CDATA[A friend of mine just asked me for help with his new laptop. He wanted to try out Jaunty, but got stuck with a couple of show stoppers: no WIFI and no sound. The hardware is already supported in newer releases of ALSA and the Linux kernel, so 9.10 &#8220;Karmic&#8221; will probably run flawlessly with [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine just asked me for help with his new laptop. He wanted to try out Jaunty, but got stuck with a couple of show stoppers: no WIFI and no sound. The hardware is already supported in newer releases of ALSA and the Linux kernel, so 9.10 <em>&#8220;Karmic</em>&#8221; will probably run flawlessly with this HP out of the box. Here&#8217;s how to fix it:</p>
<ul>
<li>Wifi: it ships an Atheros AR9285 wireless card. From the <a href="http://wireless.kernel.org/en/users/Drivers/ath9k">Official Linux Wireless wiki</a> we can see that it is supported on kernels &gt;= 2.6.29. Jaunty comes with 2.6.28, but it is not a problem:</li>
</ul>
<pre class="prettyprint">sudo apt-get install linux-backports-modules-jaunty</pre>
<ul>
<li>Sound: Update ALSA. This is for the latest snapshot:</li>
</ul>
<pre class="prettyprint">sudo apt-get install build-essential
wget http://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/\
alsa-driver-unstable-snapshot.tar.bz2 -O -| tar xvj
cd alsa-driver-unstable
./configure --enable-dynamic-minors
make
sudo make install-modules
echo "options snd_hda_intel model=hp-dv5" | \
sudo tee -a /etc/modprobe.d/alsa-base</pre>
<p>Problem solved. Reboot and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://unixwars.com/2009/07/29/ubuntu-9-04-problems-jaunty-fixes-for-hp-dv6-1120es/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

