<?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>iwl-3945 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/iwl-3945/</link>
	<description>Feed of posts on WordPress.com tagged "iwl-3945"</description>
	<pubDate>Mon, 13 Oct 2008 11:00:16 +0000</pubDate>

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

<item>
<title><![CDATA[kernel 2.6.24-1 e intel wireless 3945]]></title>
<link>http://toastedtech.wordpress.com/?p=324</link>
<pubDate>Wed, 27 Feb 2008 18:38:37 +0000</pubDate>
<dc:creator>sistemista</dc:creator>
<guid>http://toastedtech.it.wordpress.com/2008/02/27/kernel-2642-1-e-intel-wireless-3945/</guid>
<description><![CDATA[Da quando è uscito il kernel 2.6.24-1 qualcuno avrà notato che, il modulo per la scheda wifi Intel]]></description>
<content:encoded><![CDATA[<p>Da quando è uscito il <b>kernel 2.6.24-1</b> qualcuno avrà notato che, il modulo per la scheda wifi Intel 3945, era prima presente (<b>Intel Wireless 3945 modules for Linux 2.6.22 on x86</b>) nel kernel 2.6.22-x, ma ora no.</p>
<p align="center"><img src="http://img217.imageshack.us/img217/176/662ead69b9b36279945c962xq8.jpg" alt="wifi 3945" height="408" width="400" /></p>
<p>Questo perchè la Intel ha rinominato la propria scheda da ipw3945 a iwl 3945, in quanto sembra che lo sviluppo dei driver ipw sia stato definitivamente abbandonato a favore degli iwl.<br />
<!--more--><br />
Quindi per installare la scheda wifi, bisogna  installare il pacchetto firmware-iwlwifi, presente nel gestore pacchetti.</p>
<p>Nella Debian (ma in tutte le distro bastaa installare il pacchetto)si fa:</p>
<p><code>apt-get install  firmware-iwlwifi</code></p>
<p>e cosi abbiamo installato il <b>firmware</b>, dato che il modulo è presente già di suo nel kernel.<br />
Ecco perchè non trovavate il modulo.</p>
<p>A questo punto riavviamo la macchina e dopodichè da root o con sudo diamo in una shell:</p>
<p><code>iwconfig</code></p>
<p>dovrebbe comparire oltre alle schede ethx anche una scheda stile <b>wlan0_renamed.</b></p>
<p>Per ovviare a ciò apriamo una shell e scriviamo:</p>
<p>vim /etc/udev/rules.d/xnn_persistent-net.rules</p>
<p># This file was automatically generated by the /lib/udev/write_net_rules<br />
# program, probably run by the persistent-net-generator.rules rules file.<br />
#<br />
# You can modify it, as long as you keep each rule on a single line.<br />
# MAC addresses must be written in lowercase.</p>
<p># Firewire device 00c09f00002736ab (ohci1394)<br />
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:c0:9f:00:00:27:36:ab", NAME                                           ="eth0"</p>
<p># PCI device 0x14e4:0x1653 (tg3)<br />
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:c0:9f:56:67:58", NAME="eth1                                           "</p>
<p># PCI device 0x8086:0x4220 <b>(iwl3945)</b><br />
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0e:35:7b:85:9c", <b>NAME</b>="eth2                                           "</p>
<p>e nella sezione indicante la scheda wifi cambiamo "<b>NAME</b>" sostituendo ethx e inserendo <b>wlan0.</b></p>
<p>A questo punto riavviamo e il gioco è fatto.</p>
]]></content:encoded>
</item>

</channel>
</rss>
