<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>iwl4965 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/iwl4965/</link>
	<description>Feed of posts on WordPress.com tagged "iwl4965"</description>
	<pubDate>Sat, 26 Jul 2008 23:47:40 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[linux-backports-modules-hardy: schede wireless Intel e Ralink al top]]></title>
<link>http://alexit.wordpress.com/?p=86</link>
<pubDate>Fri, 02 May 2008 19:24:52 +0000</pubDate>
<dc:creator>AleXit</dc:creator>
<guid>http://alexit.wordpress.com/?p=86</guid>
<description><![CDATA[Buone notizie per tutti i possessori di schede wireless Intel e Ralink:
nei repository di Ubuntu Har]]></description>
<content:encoded><![CDATA[<p><strong>Buone notizie per tutti i possessori di schede wireless Intel e Ralink</strong>:<br />
nei repository di Ubuntu Hardy è disponibile un pacchetto di backports contenente <span style="text-decoration:underline;">driver e firmware aggiornati</span> per i vostri chip !</p>
<p>In dettaglio:</p>
<ul>
<li><strong>Intel iwl3945 e iwl4965</strong><br />
Driver e firmware aggiornati. Adesso funzionano pure il LED ed il tasto di accensione dei portatili.</li>
<li><strong>Ralink </strong><strong>rt2x00 (rt2400pci, rt2500pci, rt2500usb, rt61pci, rt73usb)</strong><br />
Driver aggiornati alla versione 2.1.14. Maggiore stabilità e prestazioni della versione presente in Hardy di default.</li>
</ul>
<p style="text-align:center;"><span style="text-decoration:underline;"><strong>Se avete uno dei chip elencati, l'installazione di questo pacchetto è STRA-CONSIGLIATA!</strong></span></p>
<p style="text-align:left;">
<p>[sourcecode language='css']sudo apt-get install linux-backports-modules-hardy[/sourcecode]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[bug: iwl4965 bug on load debug=0×43fff [it]]]></title>
<link>http://dventurin.wordpress.com/?p=159</link>
<pubDate>Tue, 05 Feb 2008 09:13:43 +0000</pubDate>
<dc:creator>damko</dc:creator>
<guid>http://dventurin.wordpress.com/?p=159</guid>
<description><![CDATA[a gentile richiesta di axj sul forum di fsugitalia.org traduco in italiano il post
&#8212;
ho trovat]]></description>
<content:encoded><![CDATA[<p>a gentile richiesta di <a href="http://www.fsugitalia.org/phpBB3/viewtopic.php?f=5&#38;t=314#p2439" target="_blank">axj</a> sul forum di fsugitalia.org traduco in italiano il <a href="http://dventurin.wordpress.com/2008/02/04/bug-iwl4965-bug-on-load-debug0x43fff/">post</a></p>
<p>---</p>
<p>ho trovato alcune difficolta seguendo la guida intel per installare i nuovi moduli per la mia wifi iwl4965 (su notebook lenovo  T61)</p>
<p>lspci: Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)</p>
<p>verso la fine della guide ci sono queste istruzioni:</p>
<p><code><br />
% dmesg -c &#62; /dev/null<br />
% ./load debug=0×43fff<br />
Verify that loading succeeds without any errors in the kernel:<br />
% dmesg -c<br />
Bring up the interface so it can be configured:<br />
% ifconfig wlan0 up<br />
Verify that you can scan and see access points:<br />
% iwlist wlan0 scan<br />
Associate to your network:<br />
% iwconfig wlan0 essid XXXXXX<br />
If you use WEP encryption, configure your key:<br />
% iwconfig wlan0 key [1] …your key in hex…<br />
% iwconfig &#60;– Verify that you are associated<br />
% dhcpcd wlan0</code></p>
<p>ma su ubuntu gutsy eseguendo  ” <code>./load debug=0x43fff"</code></p>
<p>ottengo questo errore:<br />
<code><br />
./unload: 4: Syntax error: Bad substitution</code></p>
<p>il problemino si risolve facilmente sostituendo la linea <b>#!/bin/sh</b> in <b>#!/bin/bash</b> in entrambi gli script ./load ./unload</p>
<p>aggiornamento 05.02.2008:</p>
<p>questo baco, da me segnalato su bughost,  è stato chiuso (grazie a Reinette Chatre). è stata preparata una nuova versione 1.2.25 che oggi provero.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[bug: iwl4965 bug on load debug=0x43fff]]></title>
<link>http://dventurin.wordpress.com/?p=158</link>
<pubDate>Mon, 04 Feb 2008 00:29:18 +0000</pubDate>
<dc:creator>damko</dc:creator>
<guid>http://dventurin.wordpress.com/?p=158</guid>
<description><![CDATA[I found some difficulties following the intel guide to install the new modules for my wi-fi card iwl]]></description>
<content:encoded><![CDATA[<p>I found some difficulties following the intel <a href="http://intellinuxwireless.org/index.php?p=iwlwifi&#38;n=HOWTO-iwlwifi" target="_blank">guide</a> to install the new modules for my wi-fi card iwl4965 (notebook lenovo T61)lspci:</p>
<p>Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)</p>
<p>at the end of the guide u'll see this lines:<br />
<code><br />
% dmesg -c &#62; /dev/null<br />
% ./load debug=0x43fff<br />
Verify that loading succeeds without any errors in the kernel:<br />
% dmesg -c<br />
Bring up the interface so it can be configured:<br />
% ifconfig wlan0 up<br />
Verify that you can scan and see access points:<br />
% iwlist wlan0 scan<br />
Associate to your network:<br />
% iwconfig wlan0 essid XXXXXX<br />
If you use WEP encryption, configure your key:<br />
% iwconfig wlan0 key [1] ...your key in hex...<br />
% iwconfig &#60;-- Verify that you are associated<br />
% dhcpcd wlan0<br />
</code><br />
running ubuntu gutsy and typing " <code>./load debug=0x43fff"</code></p>
<p>will give this error<br />
<code><br />
./unload: 4: Syntax error: Bad substitution<br />
</code></p>
<p>the issue can be quickly solved changing the line <b>#!/bin/sh</b> into <b>#!/bin/bash</b>  in both files ./load ./unload</p>
<p>Update 05.02.2008:</p>
<p>this bug is now reported as closed on <a href="http://bughost.org/bugzilla/show_bug.cgi?id=1590" target="_blank">bughost</a> and there is a new <a href="http://intellinuxwireless.org/repos/?p=iwlwifi.git;a=commit;h=916bbde3c2ebf988d6e3cd4cfe301b265ed52a54" target="_blank">version commit</a> . today I'll test the new 1.2.25 version.</p>
]]></content:encoded>
</item>

</channel>
</rss>
