Details
| Manufacturer | Intel |
|---|---|
| Model | PRO/Wireless 2915ABG Network Connection |
| Bus | pci |
| Type | Network controller |
| Id | 8086 |
| Info2 | 4223 |
| Info3 | 8086 |
| Info4 | 1000 |
| Manufacturer | Intel |
|---|---|
| Model | PRO/Wireless 2915ABG Network Connection |
| Bus | pci |
| Type | Network controller |
| Id | 8086 |
| Info2 | 4223 |
| Info3 | 8086 |
| Info4 | 1000 |
Overall rating: 5.0 x 1
By Linux distribution:
Comments
For gentoo you need to download the firmware by doing:
emerge ipw2200-firmware
After that, Wep, Wpa, Wpa2, all of these works out-of-the-box.
An small tip: Add the option below to your /etc/modules.d/ipw2200 or when you manually “modprobe ipw2200”.
options ipw2200 associate=0 led=1
These parameters tell the driver to:
a) “associate=0” Do not try to associate to any wireless network when starting. That tip i got from LessWatts.org. It saves some power by waiting you manually associate (you can use NetworkManager) to a wireless network as normally people don’t let their wireless networks without some authetication (Wep or WPA).
b) “led=1” As most notebooks, my computer has a wireless led and a wireless “hard button” so i can shutdown the antenna by just pressing the button. The thing is if you dont use this parameter the LED will light up when you associate to some wireless network. I always think is good a idea to know whether you’r connected or not.
When compiling your kernel you can activate some features the driver provides, such as:
- Promiscuous mode
* radiotap format 802.11 raw packet support * creation of a RF radiotap promiscuous interface (useful for performing wireless network analysis while maintaining an active association)I have not tried yet but you can even try to patch the firmware for packet-injection attacks.
http://tinyshell.be/aircrackng/forum/index.php?topic=400.0