<?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>ipw3945 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/ipw3945/</link>
	<description>Feed of posts on WordPress.com tagged "ipw3945"</description>
	<pubDate>Sat, 30 Aug 2008 11:30:06 +0000</pubDate>

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

<item>
<title><![CDATA[ipw3945 driver on Ubuntu Hardy Heron]]></title>
<link>http://skzo.wordpress.com/?p=5</link>
<pubDate>Wed, 27 Aug 2008 19:18:01 +0000</pubDate>
<dc:creator>skzo</dc:creator>
<guid>http://skzo.wordpress.com/?p=5</guid>
<description><![CDATA[This works of course in other linux distros with minor changes. (kernell &gt; 2.6.13)
I&#8217;ve bee]]></description>
<content:encoded><![CDATA[<p>This works of course in other linux distros with minor changes. (kernell &#62; 2.6.13)</p>
<p>I've been having some problems with the Intel 3945ABG wireless card, namedly in connecting in ad-hoc mode, so i found <a href="///home/sw3t/Desktop/ipw/using-ipw3945-instead-iwl3945-in-hardy.html">this site</a> (thanks) which has a guide to blacklist the iwl3945 driver, and compile the ipw3945, my wireless card is now working with no issues. here's a sum up of all the steps i took:</p>
<p>1. Download <a title="microcode" href="http://bughost.org/ipw3945/" target="_blank">Microcode</a>, <a title="Regulatory daemon" href="http://bughost.org/ipw3945/" target="_blank">Regulatory daemon</a>, <a title="ipw3945 driver" href="http://ipw3945.sourceforge.net/#downloads" target="_blank">ipw3945 driver</a> and <a title="this patch" href="http://james.colannino.org/downloads.html" target="_blank">this patch</a></p>
<p>2. Blacklist ipw3945:<br />
edit /etc/modprobe.d/blacklist and add:<br />
<code>blacklist iwl3945</code></p>
<p>3. copy the microcode to /lib/firmware/2.6.24-21-generic/  (the kernel version changes of course, and you'll have to repeat these steps if you upgrade to a new kernel).<br />
ex:<code><br />
sudo cp ipw3945.ucode LICENSE.ipw3945-ucode /lib/firmware/2.6.24-21-generic/</code></p>
<p>4. Copy the daemon files to /sbin<br />
ex: <code> sudo cp ipw3945d-st* x86/ipw3945d /sbin</code></p>
<p>5. cd into the driver directory and apply the patch (apt-get install patch if you don't have it installed)</p>
<p>ex:<code> patch -p1 &#60; ipw3945-1.2.2.patch (target file = ipw3945.h)</code></p>
<p>6. <code>make SHELL=/bin/bash</code></p>
<p>7. <code>sudo make install SHELL=/bin/bash</code></p>
<p>8. <code>sudo chmod 777 /sbin/ipw*</code></p>
<p>9. create /etc/modprobe.d/ipw3945 and add:</p>
<p><code>install ipw3945 /sbin/modprobe -i ipw3945 ; sleep 0.5 ; /sbin/ipw3945d –quiet<br />
remove ipw3945 /sbin/ipw3945d –kill ; /sbin/modprobe -r -i ipw3945</code></p>
<p>10. <code>sudo modprobe ipw3945</code></p>
<p>Then just reboot and it should be working, if you want to rollback to the old driver just comment out the line in the blacklist file.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalando e configurando a interface wireless Intel ipw3945 no Debian]]></title>
<link>http://penguim.wordpress.com/?p=347</link>
<pubDate>Sat, 17 May 2008 17:40:02 +0000</pubDate>
<dc:creator>penguim</dc:creator>
<guid>http://penguim.wordpress.com/?p=347</guid>
<description><![CDATA[Segue um pequeno howto para a instação da interface wireless Intel PRO/Wireless 3945ABG no Debian
]]></description>
<content:encoded><![CDATA[<p>Segue um pequeno howto para a instação da interface wireless Intel PRO/Wireless 3945ABG no Debian</p>
<p>Instale os pacotes necessários</p>
<blockquote><p>
aptitude install ipw3945-modules-$(uname -r) ipw3945d firmware-ipw3945 firmware-iwlwifi</p></blockquote>
<p>Se o apt não encontrar o pacote ipw3945d nos respositórios, instale-o manualmente</p>
<p>Baixe o pacote cliacando neste <strong><a href="http://ftp.debian.org/debian/pool/non-free/i/ipw3945d/ipw3945d_1.7.22-4_i386.deb">link</a></strong></p>
<p>Instale usando o dpkg</p>
<blockquote><p>
dpkg -i ipw3945d_1.7.22-4_i386.deb
</p></blockquote>
<p>Após a instalação reinicie o computador.</p>
<blockquote><p>
init 6
</p></blockquote>
<p>Após a reinicialização da máquina sua interface wireless estará funcionando normalmente agora vamos configurar o acesso wireless</p>
<p>Instale os pacotes necessários</p>
<blockquote><p>
aptitude install wpasupplicant
</p></blockquote>
<p>Obtenha informações sobre a interface</p>
<blockquote><p>
ifconfig</p>
<p>eth0      Link encap:Ethernet  HWaddr 00:16:d4:59:f1:8b<br />
          UP BROADCAST MULTICAST  MTU:1500  Metric:1<br />
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:1000<br />
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)<br />
          Interrupt:220 Base address:0x8000 </p>
<p>lo        Link encap:Local Loopback<br />
          inet addr:127.0.0.1  Mask:255.0.0.0<br />
          inet6 addr: ::1/128 Scope:Host<br />
          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br />
          RX packets:254 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:254 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:0<br />
          RX bytes:28915 (28.2 KiB)  TX bytes:28915 (28.2 KiB)</p>
<p>wlan0     Link encap:Ethernet  HWaddr 00:18:de:bc:5a:1a<br />
          inet addr:XXXXXXX  Bcast:XXXXXXX  Mask:XXXXXXX<br />
          inet6 addr: fe80::218:deff:febc:5a1a/64 Scope:Link<br />
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />
          RX packets:187507 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:207889 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:1000<br />
          RX bytes:180707385 (172.3 MiB)  TX bytes:56764567 (54.1 MiB)
</p></blockquote>
<blockquote><p>
iwconfig wlan0</p>
<p>wlan0     IEEE 802.11g  ESSID:" "<br />
          Mode:Managed  Frequency:2.437 GHz  Access Point:<br />
          Bit Rate=36 Mb/s   Tx-Power=27 dBm<br />
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B<br />
          Encryption key:0000-1C0E-0100-0000-0000-3C11-0000-4091 [2]<br />
          Link Quality=65/100  Signal level=-69 dBm  Noise level=-95 dBm<br />
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br />
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
</p></blockquote>
<p>Obtenha informações sobre a rede wireless</p>
<blockquote><p>
iwlist wlan0 scanning</p>
<p>wlan0     Scan completed :<br />
          Cell 01 - Address: XXXXXXXXXXX<br />
                    ESSID:"Ubuntu Linux NW"<br />
                    Mode:Master<br />
                    Channel:6<br />
                    Frequency:2.437 GHz (Channel 6)<br />
                    Quality=63/100  Signal level=-69 dBm  Noise level=-96 dBm<br />
                    Encryption key:on<br />
                    IE: IEEE 802.11i/WPA2 Version 1<br />
                        Group Cipher : CCMP<br />
                        Pairwise Ciphers (1) : CCMP<br />
                        Authentication Suites (1) : PSK<br />
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s<br />
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s<br />
                              48 Mb/s; 54 Mb/s<br />
                    Extra:tsf=00000003dbabfebc
</p></blockquote>
<p>Use o comando wpa_passphrase para criar o arquivo /etc/wpa_supplicant.conf</p>
<p>A sintaxe é <strong>wpa_passphrase   "ssid" "senha"<br />
</strong></p>
<blockquote><p>
wpa_passphrase "Ubuntu Linux NW" 123456 &#62; /etc/wpa_supplicant.conf
</p></blockquote>
<p><strong><br />
OBS:</strong> Edite o arquivo /etc/wpa_supplicant.conf apagando a linha <strong>#psk</strong> pois ela contem a senha da sua rede em clean text</p>
<p>Após a criação do arquivo use o wpa_supplicant para fazer a conexão</p>
<blockquote><p>
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -D wext
</p></blockquote>
<p>Obtenha o ip através do dhcp</p>
<blockquote><p>
dhclient wlan0
</p></blockquote>
<p>Configure o arquivo /etc/network/interfaces para iniciar o wireless durante o boot</p>
<blockquote><p>
vim /etc/network/interfaces</p>
<p>#Wireless</p>
<p>auto wlan0<br />
iface wlan0 inet dhcp<br />
up wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -D wext<br />
down killall wpa_supplicant
</p></blockquote>
<p>Agora você tem sua rede wireless funcionando.</p>
<p><a href="http://www.dicas-l.com.br/print/20080429.html">Fonte<br />
</a></p>
<p><a href="http://penguim.wordpress.com/files/2007/03/creysson.jpg"><img src="http://penguim.wordpress.com/files/2007/03/creysson.jpg?w=101" alt="" width="101" height="102" class="alignnone size-medium wp-image-171" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Aircrack-ng con una scheda Wireless Intel 3945 ABG]]></title>
<link>http://khole8.wordpress.com/?p=224</link>
<pubDate>Fri, 16 May 2008 12:27:06 +0000</pubDate>
<dc:creator>Ferro</dc:creator>
<guid>http://khole8.wordpress.com/?p=224</guid>
<description><![CDATA[
La Intel PRO/Wireless 3945ABG è una della schede wireless integrate più diffuse. La maggior parte]]></description>
<content:encoded><![CDATA[<p><img src="http://www.aircrack-ng.org/lib/exe/fetch.php?w=&#38;h=&#38;cache=cache&#38;media=http%3A%2F%2Fwww.aircrack-ng.org%2Fimg%2Flogo.png" alt="" width="150" height="150" /><img src="http://www.cs.ucsd.edu/popl/08/intel-logo.jpg" alt="" width="219" height="149" /></p>
<p>La Intel PRO/Wireless 3945ABG è una della schede wireless integrate più diffuse. La maggior parte delle distribuzioni la riconosce senza problemi, ma come accade con Ubuntu, non è possibile metterla in "mode monitor", e quindi usarla con <a href="http://www.aircrack-ng.org/doku.php" target="_blank">Aircrack- ng</a>. Per chi ancora non lo conoscesse, Aircrack è una suite di strumenti per testare la sicurezza delle reti wireless, sviluppato da Christophe Devine. In Ubuntu è possibile installarlo con un semplice:</p>
<p>sudo apt-get install aircrack-ng</p>
<p>Come appunto stavo dicendo, i driver forniti con la distribuzione, che siano ipw3945 o iwl3945, non funzionano con aicrack, in particolare non consentono l'iniezione (injection). Dobbiamo quindi sostituirli manualmente con i driver alternativi, <a href="http://homepages.tu-darmstadt.de/~p_larbig/wlan/" target="_blank">ipwraw-ng</a>, che troviamo sul sito di aircrack-ng.<br />
<strong><br />
Installazione</strong></p>
<p>Innanzitutto soddisfiamo queste dipendenze:</p>
<p>sudo apt-get install linux-headers-`uname -r` build-essential libssl-dev <!--more--></p>
<p><img src="http://images.google.com/url?q=http://www.avadirect.com/image.asp%3Fname%3DNIC-INT-3945ABG.jpg&#38;usg=AFQjCNFbXIyven150Fx0-AZB_vfAZEWPuw" alt="" /></p>
<p>Poi scarichiamo ipwraw-ng, installiamo i moduli e blacklistiamo ipwraw (in modo che non venga lanciato automaticamente all'avvio della macchina):</p>
<p>wget http://dl.aircrack-ng.org/drivers/ipwraw-ng-2.3.4-04022008.tar.bz2<br />
tar -xjf ipwraw-ng*<br />
cd ipwraw-ng<br />
make<br />
sudo make install<br />
sudo make install_ucode<br />
echo "blacklist ipwraw" &#124; sudo tee /etc/modprobe.d/ipwraw<br />
sudo depmod -ae</p>
<p>Ora non ci resta che sostituire temporaneamente i driver ufficiali con quelli appena installati. Dico temporaneamente perché i driver ipwraw-ng, servono solo per aircrack, quando abbiamo finito di usarlo, per navigare, dobbiamo ricaricare i driver ufficiali (iwl3945 o ipw3945).</p>
<p>sudo modprobe -r ipw3945<br />
o<br />
sudo modprobe -r iwl3945</p>
<p>sudo modprobe ipwraw</p>
<p>Così dovreste trovarvi con un dispositivo per l'iniezione chiamato wifi0 e un interfaccia in mode monitor, rtap0; controllate con iwconfig. Dovreste ottenere qualcosa del genere:</p>
<p>lo        no wireless extensions.</p>
<p>eth0      no wireless extensions.</p>
<p>wifi0     unassociated  ESSID:off/any<br />
Mode:Monitor  Channel=1  Bit Rate=54 Mb/s</p>
<p>rtap0     no wireless extensions.</p>
<p>Bene ora potrete usare aircrack-ng senza problemi. Al termine del lavoro dovrete ricaricare i moduli ufficiali:</p>
<p>sudo modprobe -r ipwraw</p>
<p>sudo modprobe iwl3945<br />
o<br />
sudo modprobe ipw3945</p>
<p>Con questo articolo, <a href="http://www.aircrack-ng.org/doku.php?id=ipw3945" target="_blank">tratto</a> dal sito ufficiale di aircrack-ng, volevo solo spiegare come utilizzare Aircrack con una scheda Intel PRO/Wireless 3945 ABG. Se cercate delle istruzioni per il WEP e WPA cracking, alla sezione <a href="http://www.aircrack-ng.org/doku.php?id=tutorial" target="_blank">tutorial</a> del sito di aircrack-ng, c'è l'imbarazzo della scelta.</p>
<p><strong>Articoli correlati:</strong></p>
<p><a href="http://khole8.wordpress.com/2008/03/01/consumo-della-batteria-nei-sistemi-gnulinux-powertop-e-una-possibile-soluzione/" target="_blank">Consumo energetico nei sistemi Gnu/Linux. PowerTop è una possibile soluzione</a></p>
<p><a href="http://khole8.wordpress.com/2008/01/25/modprobe-ecco-a-che-cosa-serve/" target="_blank">Modprobe. Ecco a che cosa serve</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Install ipw3945 (or iwlwifi) - Intel PRO/Wireless 3945ABG - on debian.]]></title>
<link>http://kryptoz.wordpress.com/?p=64</link>
<pubDate>Fri, 02 May 2008 05:12:12 +0000</pubDate>
<dc:creator>kryptoz</dc:creator>
<guid>http://kryptoz.wordpress.com/?p=64</guid>
<description><![CDATA[I always had these thoughts

Why ubuntu install all the necessary drivers for the intel wireless car]]></description>
<content:encoded><![CDATA[<p>I always had these thoughts</p>
<ol>
<li>Why ubuntu install all the necessary drivers for the intel wireless cards to work automagically after the installation
<li>Why debian (etch) cant do the same ? why doesn't debian (etch) have the necessary packages in their official repositories. </li>
</ol>
<p>I was always shying away from installing the firmware, building from the source. But when I found no other way, I ventured to get things done with sourceforge.net and here is how.</p>
<p>Step 1:</p>
<ul>
<li>download the ipw3945-1.2.2.tgz from sourceforge.net (http://ipw3945.sourceforge.net/) </li>
</ul>
<p>Step 2:</p>
<ul>
<li>Do the following : 'tar -xzf ipw3945-1.2.2.tgz',&#160; 'cd ipw3945-1.2.2'&#160; and 'less INSTALL' </li>
</ul>
<blockquote><p>Remember, most important step is the "less INSTALL' and reading through the instructions.</p>
</blockquote>
<p>Finishing it off:</p>
<p>Thank your lucky stars, thank the developers who got these packages for you and last but not least thank sourceforge.net for hosting the ipw3945 page.</p>
<blockquote><p>PS: If you have followed the 'INSTALL' file precisely you should see the wireless networks in your 'nm-applet' list, when you click on it.</p>
</blockquote>
<p>I had to use sudo every here and there, especially when i do the './load' within the 'ipw3945-1.2.2' directory. So use it at abundance, shouldn't hurt you much !</p>
<p>This will only get you started with perfecting the wireless interface configuration. Once the mentioned procedure is completed, you might want the wpasupplicant and other accompanying packages like wpa_gui also for completing the setup. </p>
<p><strong>Update</strong>: </p>
<p>After updating my Debian etch DVD's to lenny using jigdo, I installed lenny on the laptop. Once done, I modified the sources.list as below and did a "sudo apt-get dist-upgrade"</p>
<blockquote><p>deb <a href="http://security.debian.org/">http://security.debian.org/</a> lenny/updates main contrib non-free<br>deb-src <a href="http://security.debian.org/">http://security.debian.org/</a> lenny/updates main contrib non-free<br>deb <a href="http://http.us.debian.org/debian/">http://http.us.debian.org/debian/</a> lenny main contrib non-free<br>deb-src <a href="http://http.us.debian.org/debian/">http://http.us.debian.org/debian/</a> lenny main contrib non-free</p>
</blockquote>
<p><font color="#777777">This updated my kernel to 2.6.24 and it got me the correct wireless drivers (iwlwifi, this is the next life of deprecated ipw3945 driver). Wireless was working fine after the update and the networks were showing up in the nm-applet. </font></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalando iwlwifi - Intel 3945ABG/4965AGN no Ubuntu]]></title>
<link>http://guevara2012.wordpress.com/?p=41</link>
<pubDate>Tue, 22 Apr 2008 01:32:43 +0000</pubDate>
<dc:creator>guevara2012</dc:creator>
<guid>http://guevara2012.wordpress.com/?p=41</guid>
<description><![CDATA[Neste Tutorial vou mostrar como migrar do antigo driver ipw para o novo iwlwifi da Intel.
A migraç]]></description>
<content:encoded><![CDATA[<p>Neste Tutorial vou mostrar como migrar do antigo driver <strong>ipw</strong> para o novo <strong>iwlwifi</strong> da Intel.<br />
A migração que será mostrada é no Gutsy, pois o Hardy já vêm com o novo driver <strong>iwlwifi</strong>.</p>
<p>Comece comentando o seguinte arquivo:</p>
<blockquote><p><font size="2">$ sudo gedit /etc/udev/rules.d/70-persistent-net.rules</font></p></blockquote>
<p>Comente as seguintes linhas (acrescente a tralha "#" no começo das linhas).</p>
<blockquote><p><font size="2"># PCI device 0x8086:0x4222 (ipw3945)<br />
#SYSTEM==”net”, DRIVERS==”?*", ATTRS{address}==”00:00:00:00:00:00″, NAME=”eth1″</font></p></blockquote>
<p>Salve e feche o arquivo.</p>
<p><strong>Acrescente os drivers nativos na blacklist:</strong></p>
<blockquote><p>$ sudo gedit /etc/modprobe.d/blacklist</p></blockquote>
<p>Acrescente:</p>
<blockquote><p>blacklist ipw3945<br />
blacklist ieee80211<br />
blacklist ieee80211_crypt</p></blockquote>
<p>Salve e feche o arquivo.</p>
<p><strong>Habilite o módulo do novo driver:</strong></p>
<blockquote><p>$ sudo gedit /etc/modules</p></blockquote>
<p>Acrescente:</p>
<blockquote><p>iwlwifi_mac80211<br />
iwl3945</p></blockquote>
<p>Salve e feche o arquivo.</p>
<p><strong>Execute os seguintes comandos como root para adicionar os módulos no kernel:</strong></p>
<blockquote><p>modprobe -r ipw3945<br />
modprobe -r ieee80211<br />
modprobe -r ieee80211_crypt_tkip<br />
modprobe -r ieee80211_crypt_ccmp<br />
modprobe -r ieee80211_crypt_wep<br />
modprobe -r ieee80211_crypt<br />
modprobe -r mac80211<br />
modprobe iwlwifi_mac80211<br />
modprobe iwl3945</p></blockquote>
<p>O que foi mostrado é a retirada do driver antigo ipw e a ativação do novo driver da Intel, o <strong>iwlwifi</strong></p>
<p>Boa sorte!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bentornati ipw3945 !!!]]></title>
<link>http://slaykristian.wordpress.com/?p=28</link>
<pubDate>Sun, 16 Mar 2008 11:41:01 +0000</pubDate>
<dc:creator>slaykristian</dc:creator>
<guid>http://slaykristian.wordpress.com/?p=28</guid>
<description><![CDATA[Confesso&#8230; In questi giorni le ho provate proprio tutte&#8230;
Non ne potevo più di quel segna]]></description>
<content:encoded><![CDATA[<p>Confesso... In questi giorni le ho provate proprio tutte...</p>
<p>Non ne potevo più di quel segnale altalenante degli iwl, del led mancante, delle reti wireless non trovate o confuse...</p>
<p>Che fare...</p>
<p align="center"><img src="http://www.xbitlabs.com/images/mobile/centrino-duo/arts/wifi.jpg" alt="3945" align="middle" height="311" width="500" /></p>
<p><!--more--><br />
Eeeehhh...</p>
<p>Spinto da un commento ricevuto dall'utente "Mattaexx" sul post "<a href="http://slaykristian.wordpress.com/2008/01/03/scoperta-su-scheda-intel-prowireless-3945abg/" rel="bookmark" title="Letto Scoperta su scheda Intel PRO/Wireless 3945ABG">Scoperta su scheda Intel PRO/Wireless 3945ABG</a>" il quale mi disse "a me non funziona cazzo", (ed io condividevo appieno), mi sono detto "qui bisogna fare qualcosa"...</p>
<p>Ricompiliaaaaa-aaaaaamoooooo</p>
<p>La lunga epopea comincia sul sito "kernel.org" dove provo a ricompilare il 2.6.24.sarcavolo senza però poter fare nulla con gli ipw3945 perchè non più supportati dalle ultime relase.</p>
<p>Ho provato a configurarlo in 50 modi, ma senza mai riuscire...</p>
<p>Quindi, aiuto mi è arrivato dal blog di <a href="http://jackyaway.netsons.org/index.php/2008/03/05/installazione-ipw3945-mode-monitor/">Jackyaway</a>,<br />
(tra l'altro visitate il link per l'OTTIMA, veramente ottima guida sull'installazione della scheda e l'abilitazione del suo "mode monitor"), dove mi veniva consigliato di compilare un kernel della serie 2.6.23.x per poter infilarci dentro gli ipw3945 ed il relativo stack "ieee80211" (che tanto mi ha fatto bestemmiare).<br />
In questo modo, ho potuto utilizzare tutto ciò che desideravo funzionante sul dell inspiron 1520... Vale a dire:<br />
- i driver ipw3945abg<br />
- i driver audio per la scheda intel fin da subito<br />
- il <i><b>SUSPEND e HIBERNATE</b></i><br />
- un kernel agile e fresco (noto con piacere che la temperatura dei 2 processori non riesce a superare i 42 °C)!</p>
<p>Basta perdere due minuti sulla configurazione per poter usufruire di tutto quanto.<br />
Poi seguendo la guida di Jackyaway si potrà ancora godere dei driver seri quali gli IPW3945 per poter fare tutto, ma proprio tutto (chiedetelo ad ettercap-ng), con la vostra scheda Wireless!<br />
Finalmente posso affermare che questa è una vera scoperta.</p>
<p>Tra l'altro coincide con la mia prima ricompilazione efficace del kernel!</p>
<p>Commentate i vostri dubbi, se ne avete<br />
vi risponderò e potremmo discuterne!!!!</p>
<p>Grazie ancora a Jackyaway per l'ottimo lavoro!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Wee CNY... Another boring kickstart.]]></title>
<link>http://experi3nc3.wordpress.com/?p=284</link>
<pubDate>Fri, 08 Feb 2008 20:17:24 +0000</pubDate>
<dc:creator>eXPeri3nc3</dc:creator>
<guid>http://experi3nc3.wordpress.com/?p=284</guid>
<description><![CDATA[Yeah, this year&#8217;s CNY just couldn&#8217;t get better. So freaking dull. Not much activities to]]></description>
<content:encoded><![CDATA[<p>Yeah, this year's CNY just couldn't get better. So freaking dull. Not much activities too... I gamed a lot. Anyway, blame the govt for banning firecrackers. Lol.</p>
<p>I'm in my Ubuntu 7.10 running under VMWare Workstation typing this post rawrrrr xD</p>
<p>It's so freaking cool. Now I have to find a way for Ubuntu to detect my wifi card whilst running in VM. Damnit.</p>
<p>Actually IPW3945 is a very good card. Seriously. I just noticed when I read the articles. God damnit why DELL never teach us to utilise it in Linux xD</p>
<p>But too bad VM doesn't detect it... Fuck. =__=</p>
<p>CNY is boring, never visit my pet-sis.... damn. BTW, I know some might be expecting liek, "Ah yeah, I got laid" in my blog, but apparently it's not happening so sorry guys. Lol.</p>
<p>I'm actually downloading Bleach just now... using Deluge in Ubuntu. Thunder still pawns the speed bigtime... Downside is you can't even surf the internet if you use Thunder. It LEECHES OFF each and EVERY single drop of network activity available.</p>
<p>BTW Deluge is just normal... Maybe I should try pr0n or something else. Lol.</p>
<p>Anyway, Ubuntu is cool. I can't help myself repeating it. Terminal does wonders.... seriously. But then, it's hard. HARD.</p>
<p>Guess I'm gonna try Backtrack once I burn it as a liveCD. Wifiway ain't working... that bitch distro. xD</p>
<p>Going back to campus soon... Damnit. Something random -- I actually never skip the Jalur Gemilang song while it's playing in my winamp in Windows as I can't press my hotkey to change the song while in VM xD =___=</p>
<p>All I know Malaysiaku Gemilang makes me remember moments in NS and Sean. Well. It's still a bit sour... But good news is recovering.</p>
<p>I hope I can get my priorities straight when I go back campus. Sleeping time lah, this and that. I need to work on my body too... Exercise!</p>
<p>BTW, If all goes well in learning linux I WILL INSTALL A DUALBOOT. Serious shit.</p>
<p>The Myth by Jackie Chan... -- The girl is kinda... cute. =P</p>
<p>Summer Snow -- I still haven't find the freaking soundtrack! Oh damn.</p>
<p>Now playing in Windows XP SP3 (instead of Ubuntu xD) -- The Day You Went Away -- M2M</p>
<p>Copyright eXPeri3nc3 08. ARR. * I can't input Alt+0169 in linux, can I? xD*</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[iwl3945 un frutto ancora acerbo]]></title>
<link>http://paroledisilicio.wordpress.com/2007/07/03/iwl3945-un-frutto-troppo-acerbo/</link>
<pubDate>Tue, 03 Jul 2007 20:31:15 +0000</pubDate>
<dc:creator>Pedro</dc:creator>
<guid>http://paroledisilicio.wordpress.com/2007/07/03/iwl3945-un-frutto-troppo-acerbo/</guid>
<description><![CDATA[L&#8217;iwl2945 e l&#8217;iwl4965 saranno i prossimi driver per le schede wireless made by Intel. Og]]></description>
<content:encoded><![CDATA[<p>L'iwl2945 e l'iwl4965 saranno i prossimi driver per le schede wireless made by Intel. Oggi ho speso due ore di hacks per capire che questo progetto è ancora troppo giovane e instabile per essere realmente utilizzato. Due ore di kernel panic, riavvii in modalità recovery e ricompilazione di moduli. Cosa non ci si inventa pur di non studiare!</p>
<p><img src="http://paroledisilicio.wordpress.com/files/2007/07/fragola.jpg" alt="frola" height="252" width="390" /></p>
<p>Se non siete veramente propensi alla più estrema (e quindi divertente) sperimantazione vi consiglio di lasciar perdere. La cosa che ha spinto me a fare questo tentativo sono i continui problemi dell'attuale driver (ipw3945) che ogni tanto rendono laggatissima la mia box.</p>
<p>Il sito del progetto: <a href="http://intellinuxwireless.org/">http://intellinuxwireless.org/</a></p>
<p>PS: se vi chiedete cosa c'entra l'immagine... beh, non lo so.</p>
]]></content:encoded>
</item>

</channel>
</rss>
