X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=wlan1%2Fwlan1-content;h=eebe3db296a6d94fa28f4dd671ff7ec8793764fb;hb=af177f12b6c0e7fa7eb2337baf6c66c8dbee5012;hp=9986d1ee4a9ef181d96d77c19460f57061f3adf1;hpb=7e5af8986a41da067b2c0ab77663162d3f6139e4;p=lectures%2Fdfb-slides.git diff --git a/wlan1/wlan1-content b/wlan1/wlan1-content index 9986d1e..eebe3db 100644 --- a/wlan1/wlan1-content +++ b/wlan1/wlan1-content @@ -53,13 +53,34 @@ 3 WaveLAN unter Linux # http://www.seattlewireless.net/index.cgi/HardwareComparison 3.1 Vorraussetzungen - + pcmcia-cs oder Kernel Treiber + + Kernel + http://www.kernel.org (>=2.4.20 - nicht unbedingt pre/testing/2.5) + hier: kein PCMCIA Support im Kernel sondern pcmcia_cs + Network device support ---> + [*] Network device support + ... + Wireless LAN (non-hamradio) ---> + [*] Wireless LAN (non-hamradio) + für PCI Karten auch: + Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) + Hermes in PLX9052 based PCI adaptor support + Prism 2.5 PCI 802.11b adaptor support + wireless_tools - iwconfig, iwpriv + http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html + + linux/wireless.h installen + entweder wireless.h über /usr/include/linux/wireless.h kopieren oder + bei neuem kernel /usr/include/linux nach /usr/src/linux/include/linux linken + + compilen + make + sudo make install + /etc/ld.so.conf: /usr/local/lib/ (falls nötig) && ldconfig + + pcmcia-cs (hier - weil nicht im Kernel) + http://pcmcia-cs.sourceforge.net +# TODO: config / install ... 3.2 Client Setup + setzen des WEPkeys Bsp.: iwconfig eth0 key s:123456789abcd - + WIreless device hochfahren + + Wireless device hochfahren Bsp.: ifconfig eth0 192.168.1.5 up 3.3 AP Setup + hermesap @@ -69,5 +90,5 @@ 4 Sicherheit 4.1 WEP 4.2 ACL - 4.3 Hodden SSID + 4.3 Hidden SSID