Wlan: Unterschied zwischen den Versionen
Aus LaborWiki
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
'''Hardware:''' | '''Hardware:''' | ||
* 2x [http://www.mikrotik-shop.de/product_info.php?info=p304_MikroTik-RouterBOARD-411-L3--1-x-LAN--1-x-miniPCI-.html RB411] | |||
* CPU ar7130 300Mhz, 200 bogomips, aes: mips16 | * CPU ar7130 300Mhz, 200 bogomips, aes: mips16 | ||
* RAM 32MiB | * RAM 32MiB | ||
* NAND 64MiB | * NAND 64MiB | ||
* LAN 100-Tx RJ-45 | * LAN 100-Tx RJ-45 | ||
* WLAN | * 2 x WLAN ar5416+ar5133 mini-pci abgn | ||
* EIA232 (115200bit/s) | * EIA232 (115200bit/s) | ||
* 10-28V (Plus ist innen) | * 10-28V (Plus ist innen) | ||
Zeile 14: | Zeile 14: | ||
* openwrt svn xxxx | * openwrt svn xxxx | ||
* | * ath9k treiber | ||
* elf bauen -> tftp -> bootp/dhcp boot -> wget2nand dateinamen die benötigt werden finden sich im script | * elf bauen -> tftp -> bootp/dhcp boot -> wget2nand dateinamen die benötigt werden finden sich im script | ||
Zeile 24: | Zeile 24: | ||
option country DE | option country DE | ||
option channel 1 | option channel 1 | ||
option ieee80211d 1 | |||
option hwmode_11n g | |||
option ht_capab [HT40+][SHORT-GI-40][DSSS_CCK-40] | |||
Version vom 19. August 2009, 18:40 Uhr
Hardware:
- 2x RB411
- CPU ar7130 300Mhz, 200 bogomips, aes: mips16
- RAM 32MiB
- NAND 64MiB
- LAN 100-Tx RJ-45
- 2 x WLAN ar5416+ar5133 mini-pci abgn
- EIA232 (115200bit/s)
- 10-28V (Plus ist innen)
- poe non standart (4,5 +, 7,8 -)
Software:
- openwrt svn xxxx
- ath9k treiber
- elf bauen -> tftp -> bootp/dhcp boot -> wget2nand dateinamen die benötigt werden finden sich im script
Config Beispiel:
/etc/config/wireless
config wifi-device wlan0 option type mac80211 option country DE option channel 1 option ieee80211d 1 option hwmode_11n g option ht_capab [HT40+][SHORT-GI-40][DSSS_CCK-40]
config wifi-iface option device wlan0 option network lsec option mode ap option ssid l1 option encryption psk2 option key blafoo234711sicher
config wifi-iface option device wifi0 option network lsec option ssid lsec option mode ap option encryption psk2 option server 10.13.37.1 option key foobar