Wlan: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
* EIA232 (115200bit/s)
* EIA232 (115200bit/s)
* 10-28V (Plus ist innen)
* 10-28V (Plus ist innen)
* poe non standart (4,5 +, 7,8 -)


'''Software:'''
'''Software:'''


* openwrt svn xxxx
* openwrt svn xxxx
* ath5k treiber
* ath5k und ath9k treiber
* elf bauen -> tftp -> bootp -> wget2nand
* elf bauen -> tftp -> bootp/dhcp boot -> wget2nand dateinamen die benötigt werden finden sich im script


/etc/config/wireless
config wifi-device  wlan0
        option type    mac80211
        option country  DE
        option channel  1




'''Geräte:'''
config wifi-iface
*[[Wlan/ap0]]
        option device  wlan0
*[[Wlan/ap1]]
        option network  lsec
 
        option mode    ap
 
        option ssid    l1
        option encryption psk2
        option key 'blafoo234711sicher'


config 'wifi-iface'
config 'wifi-iface'

Version vom 27. Juli 2009, 00:44 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)
  • poe non standart (4,5 +, 7,8 -)

Software:

  • openwrt svn xxxx
  • ath5k und ath9k treiber
  • elf bauen -> tftp -> bootp/dhcp boot -> wget2nand dateinamen die benötigt werden finden sich im script

/etc/config/wireless config wifi-device wlan0

       option type     mac80211
       option country  DE
       option channel  1


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'