Wlan

Aus LaborWiki
Wechseln zu: Navigation, Suche

Hardware:: 2 * RB411

  • CPU ar7130
  • RAM 32MiB
  • NAND 64MiB
  • LAN 100-Tx RJ-45
  • WLAN ar5212 mini-pci
  • EIA232 (115200bit/s)
  • 10-28V (Plus ist innen)

Software: openwrt svn xxxx

Geräte:


Todo

Um auch Kanal 13 nutzen zu können, muß /etc/modules.d/50-madwifi wie folgt angepaßt werden:

ath_ahb countrycode=276 outdoor=1

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"