<?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: Intel firmwares hit the base system</title>
	<atom:link href="http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/</link>
	<description>(Mostly) Technical Blog</description>
	<pubDate>Wed, 07 Jan 2009 04:43:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MOBY</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-12315</link>
		<dc:creator>MOBY</dc:creator>
		<pubDate>Fri, 10 Aug 2007 01:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-12315</guid>
		<description>&lt;strong&gt;Bookmarks...&lt;/strong&gt;

I can't add your post to Digg. How I do this?...</description>
		<content:encoded><![CDATA[<p><strong>Bookmarks&#8230;</strong></p>
<p>I can&#8217;t add your post to Digg. How I do this?...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-7982</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 23 Apr 2007 05:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-7982</guid>
		<description>Hi,

I've had exactly the same result as ka73ka on my new Asus A8JS. In fact thanks ka73ka for posting, I wouldn't have tried that version if I hadn't seen your post.

Ron</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve had exactly the same result as ka73ka on my new Asus <span class="caps">A8JS</span>. In fact thanks ka73ka for posting, I wouldn&#8217;t have tried that version if I hadn&#8217;t seen your post.</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: old</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-7807</link>
		<dc:creator>old</dc:creator>
		<pubDate>Sun, 15 Apr 2007 10:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-7807</guid>
		<description>i've been trying to get it working since yesterday on my hp nc6320 running current with no luck.
still can't get past that 'bus_dmamem_alloc' error. kldloads/unloads do not seem to help at all.
i'm willing to help with testing etc too if you need it.</description>
		<content:encoded><![CDATA[<p>i&#8217;ve been trying to get it working since yesterday on my hp nc6320 running current with no luck.<br />
still can&#8217;t get past that &#8216;bus_dmamem_alloc&#8217; error. kldloads/unloads do not seem to help at all.<br />
i&#8217;m willing to help with testing etc too if you need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ka73ka</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6822</link>
		<dc:creator>ka73ka</dc:creator>
		<pubDate>Sun, 18 Mar 2007 01:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6822</guid>
		<description>I've  done some testing and if you are interested in results:

I have WPA and WPA2 on my AP
Toshiba Tecra m5 106

I made /etc/wpa_supplicant.conf and ssid and psk there.

*** wpi-freebsd-20061109.tgz (I used it before) ***

#kldload if_wpi
# wpa_supplicant -i wpi0 -c /etc/wpa_supplicant.conf
Everything works (connecting to AP, key negotiation, dhcpd) exept that on ttyv0 i still gets "rx tail flags error 702" ... but it's "working"

*** wpi-perforce-20070315.tgz ***

# kldload firmware
# kldload if_wpi
# wpa_supplicant -i wpi0 -c /etc/wpa_supplicant.conf
ioctl[SIOCS80211, op 23, arg 0x0]: Invalid argument
Failed to initiate AP scan.

and on ttyv0 i have:
firmware status=0xffffffff need val=0x40400000
wpi0: timeout waiting for adapter to initialize
wpi0: could not lock memory

And it can't connect.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve  done some testing and if you are interested in results:</p>
<p>I have <span class="caps">WPA</span> and <span class="caps">WPA2</span> on my AP<br />
Toshiba Tecra m5 106</p>
<p>I made /etc/wpa_supplicant.conf and ssid and psk there.</p>
<p>*** wpi-freebsd-20061109.tgz (I used it before) ***</p>
<p>#kldload if_wpi</p>
<ol>
<li>wpa_supplicant -i wpi0 -c /etc/wpa_supplicant.conf<br />
Everything works (connecting to AP, key negotiation, dhcpd) exept that on ttyv0 i still gets &#8220;rx tail flags error 702&#8221; ... but it&#8217;s &#8220;working&#8221;</li>
</ol>
<p>*** wpi-perforce-20070315.tgz ***</p>
<ol>
<li>kldload firmware</li>
<li>kldload if_wpi</li>
<li>wpa_supplicant -i wpi0 -c /etc/wpa_supplicant.conf<br />
ioctl[SIOCS80211, op 23, arg 0&#215;0]: Invalid argument<br />
Failed to initiate AP scan.</li>
</ol>
<p>and on ttyv0 i have:<br />
firmware status=0xffffffff need val=0&#215;40400000<br />
wpi0: timeout waiting for adapter to initialize<br />
wpi0: could not lock memory</p>
<p>And it can&#8217;t connect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: po</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6742</link>
		<dc:creator>po</dc:creator>
		<pubDate>Thu, 15 Mar 2007 14:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6742</guid>
		<description>Thank you! I'll test on this week-end, and provide you with details if you interested.</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;ll test on this week-end, and provide you with details if you interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6738</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Thu, 15 Mar 2007 13:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6738</guid>
		<description>I've put a snapshot of the development version here:

http://people.freebsd.org/~flz/local/wpi/wpi-perforce-20070315.tgz

Be sure to load the firmware *before* he driver itself. If you get bus_dmamem_alloc errors, just kldunload if_wpi and kldload if_wpi until it goes away (but don't do that too quickly, I think I got some panics when doing this).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve put a snapshot of the development version here:</p>
<p><a href="http://people.freebsd.org/~flz/local/wpi/wpi-perforce-20070315.tgz" onclick="javascript:pageTracker._trackPageview('/outbound/comment/people.freebsd.org');" rel="nofollow">http://people.freebsd.org/~flz/local/wpi/wpi-perforce-20070315.tgz</a></p>
<p>Be sure to load the firmware <strong>before</strong> he driver itself. If you get bus_dmamem_alloc errors, just kldunload if_wpi and kldload if_wpi until it goes away (but don&#8217;t do that too quickly, I think I got some panics when doing this).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: po</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6737</link>
		<dc:creator>po</dc:creator>
		<pubDate>Thu, 15 Mar 2007 13:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6737</guid>
		<description>Thank you for answer. And where i can get this version of wpi(4), that is have "couple of issues to fix"? I can to render assistance on testing. (I'm using HP nx7400 with 3495 in it) on -STABLE and -CURRENT.</description>
		<content:encoded><![CDATA[<p>Thank you for answer. And where i can get this version of wpi(4), that is have &#8220;couple of issues to fix&#8221;? I can to render assistance on testing. (I&#8217;m using HP nx7400 with 3495 in it) on -STABLE and -CURRENT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6734</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Thu, 15 Mar 2007 13:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6734</guid>
		<description>I'll MFC firmwares for iwi(4) in two weeks. Firmwares for ipw(4) will have to wait until we MFC latest ipw(4) changes to RELENG_6 (firmware(9) support being one of them).

The port of OpenBSD wpi(4) driver is still being worked on, there are still a couple of issues left to fix (note: I'm not the one working on it). The firmware will be committed at the same time.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll <span class="caps">MFC</span> firmwares for iwi(4) in two weeks. Firmwares for ipw(4) will have to wait until we <span class="caps">MFC</span> latest ipw(4) changes to <span class="caps">RELENG</span>_6 (firmware(9) support being one of them).</p>
<p>The port of OpenBSD wpi(4) driver is still being worked on, there are still a couple of issues left to fix (note: I&#8217;m not the one working on it). The firmware will be committed at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: po</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6733</link>
		<dc:creator>po</dc:creator>
		<pubDate>Thu, 15 Mar 2007 12:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6733</guid>
		<description>Thats really great news! Much thanks you for this! When you planning to add 3945 support, and when you planning to MFC this to RELENG_6? Thanks in advance for answer/</description>
		<content:encoded><![CDATA[<p>Thats really great news! Much thanks you for this! When you planning to add 3945 support, and when you planning to <span class="caps">MFC</span> this to <span class="caps">RELENG</span>_6? Thanks in advance for answer/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/comment-page-1/#comment-6716</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Wed, 14 Mar 2007 14:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/03/02/intel-firmwares-hit-the-base-system/#comment-6716</guid>
		<description>I think I'm going to start moderating comments.

The previous comment was brought to you by somebody who needed 6 hours to apply a patch.

:-)</description>
		<content:encoded><![CDATA[<p>I think I&#8217;m going to start moderating comments.</p>
<p>The previous comment was brought to you by somebody who needed 6 hours to apply a patch.</p>
<p> <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
