Wlan: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


2 * [http://www.mikrotik-shop.de/product_info.php?info=p304_MikroTik-RouterBOARD-411-L3--1-x-LAN--1-x-miniPCI-.html RB411]
2 * [http://www.mikrotik-shop.de/product_info.php?info=p304_MikroTik-RouterBOARD-411-L3--1-x-LAN--1-x-miniPCI-.html RB411]
* CPU ar7130
* 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 ar5212 mini-pci
* WLAN ar5212 mini-pci abg
* EIA232 (115200bit/s)
* EIA232 (115200bit/s)
* 10-28V (Plus ist innen)
* 10-28V (Plus ist innen)

Version vom 7. Juli 2009, 03:49 Uhr

Hardware:

2 * RB411

  • CPU ar7130 300Mhz, 200 bogomips, aes: mips16
  • RAM 32MiB
  • NAND 64MiB
  • LAN 100-Tx RJ-45
  • WLAN ar5212 mini-pci abg
  • EIA232 (115200bit/s)
  • 10-28V (Plus ist innen)

Software:

  • openwrt svn xxxx
  • ath5k treiber
  • elf bauen -> tftp -> bootp -> wget2nand


Geräte:


Todo

Einige Einstellungen in /etc/config/wireless müssen noch angepaßt werden:

config wifi-device wifi0

       option type     atheros
       option channel  13
       option country de
       option diversity 0
       option txantenna 1
       option rxantenna 1
       option agmode 11bg

config wifi-iface

       option device   wifi0
       option mode     "ap"
       option ssid     "l0"
       option bgscan   "0"
       option hidden   "0"
       option txpower  "12"