User Tools

Site Tools


ffthemediumway

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ffthemediumway [2026/02/28 15:01:19] – [TODO: add interfaces for olsrd, setup olsrd, setup wifi, setup free wifi] wffthemediumway [2026/02/28 18:10:56] (current) – [diverse ergaenzungen und configs, noch zu pruefen (w 20260228)] w
Line 256: Line 256:
  
 config wifi-device 'radio0' config wifi-device 'radio0'
-        option type 'mac80211' + option type 'mac80211' 
-        option hwmode '11g' + ### nicht mehr unterstuetzt? 
-        option path 'platform/ar934x_wmac' + #option hwmode '11g' 
-        option country 'AT'  + ### nicht mehr unterstuetzt? 
-        option htmode 'HT20' + #option path 'platform/ar934x_wmac' 
-        ### frag: + option path 'platform/ahb/18100000.wmac' 
-        ### Set Fragmentation Threshold value between 800 . 1500 + ### neue option - ab welcher openwrt-version gueltig? 
-        ### Available Settings: range from 256 to 2346 (?) 2346 recomended + option band '2g' 
-        option frag '512' + option country 'AT'  
-        ### rts: + option htmode 'HT20' 
-        ### set RTS Threshold value between 1800 . 2300                    + ### frag: 
-        ### Available Settings: range from 0 to 2347, Default + Recommended Setting: 2347 + ### Set Fragmentation Threshold value between 800 . 1500 
-        option rts '250' + ### Available Settings: range from 256 to 2346 (?) 2346 recomended 
-        ### txpower: 20 max!, aber so niedrig wie moeglich + option frag '512' 
-        option txpower '3' + ### rts: 
-        ### distace: tatsaechliche entfernung in meter + ### set RTS Threshold value between 1800 . 2300                    
-        option distance '1000' + ### Available Settings: range from 0 to 2347, Default + Recommended Setting: 2347 
 + option rts '250' 
 + ### txpower: 20 max!, aber so niedrig wie moeglich 
 + option txpower '3' 
 + ### distace: tatsaechliche entfernung in meter 
 + option distance '1000' 
  #option channel '1'  #option channel '1'
  #option channel '3'  #option channel '3'
Line 307: Line 312:
  
 config wifi-device 'radio0' config wifi-device 'radio0'
-        option type 'mac80211' + option type 'mac80211' 
-        option hwmode '11a' + option hwmode '11a' 
-        option path 'platform/ar934x_wmac' + option path 'platform/ar934x_wmac' 
-        option country 'AT'  + option country 'AT'  
-        option htmode 'HT20' + option htmode 'HT20' 
-        ### frag: + ### frag: 
-        ### Set Fragmentation Threshold value between 800 . 1500 + ### Set Fragmentation Threshold value between 800 . 1500 
-        ### Available Settings: range from 256 to 2346 (?) 2346 recomended + ### Available Settings: range from 256 to 2346 (?) 2346 recomended 
-        ### frag: fuer 5,6ghz bei grosser entfernung / schlechten empfang -> 800 + ### frag: fuer 5,6ghz bei grosser entfernung / schlechten empfang -> 800 
-        option frag '800' + option frag '800' 
-        ### rts: + ### rts: 
-        ### set RTS Threshold value between 1800 . 2300                    + ### set RTS Threshold value between 1800 . 2300                    
-        ### Available Settings: range from 0 to 2347, Default + Recommended Setting: 2347 + ### Available Settings: range from 0 to 2347, Default + Recommended Setting: 2347 
-        ### rts: fuer 5,6ghz bei grosser entfernung / schlechten empfang -> 2300 + ### rts: fuer 5,6ghz bei grosser entfernung / schlechten empfang -> 2300 
-        option rts '2300' + option rts '2300' 
-        ### txpower: 20 max! + ### txpower: 20 max! 
-        ### keine txpower bei 5,6 - zu pruefen + ### keine txpower bei 5,6 - zu pruefen 
-        #option txpower '3' + #option txpower '3' 
-        ### distace: tatsaechliche entfernung in meter + ### distace: tatsaechliche entfernung in meter 
-        option distance '1000'  + option distance '1000'  
-        #option channel '36' + #option channel '36' 
-        #option channel '40' + #option channel '40' 
-        #option channel '44' + #option channel '44' 
-        #option channel '48' + #option channel '48' 
-        #option channel '100' + #option channel '100' 
-        #option channel '104' + #option channel '104' 
-        #option channel '108' + #option channel '108' 
-        #option channel '112' + #option channel '112' 
-        #option channel '116' + #option channel '116' 
-        #option channel '120' + #option channel '120' 
-        #option channel '124' + #option channel '124' 
-        #option channel '128' + #option channel '128' 
-        #option channel '136' + #option channel '136' 
-        option channel '140' + option channel '140' 
-        ### keine ahnung warum, ist aber gut ;) + ### keine ahnung warum, ist aber gut ;) 
-        option beacon_int '5000'+ option beacon_int '5000'
  ### zum testen 20170521  ### zum testen 20170521
  #option disabled '1'  #option disabled '1'
Line 349: Line 354:
  option device 'radio0'  option device 'radio0'
  option network 'wlan'  option network 'wlan'
-        ### haben wir einen accesspoint 'ap' oder eine 'station'? + ### haben wir einen accesspoint 'ap' oder eine 'station'? 
-        #option mode 'ap'                                                      + #option mode 'ap'                                                      
-        option mode 'sta'+ option mode 'sta'
  option encryption 'none'  option encryption 'none'
-        ### bitte nodebezeichnung ergaenzen: aktueller standort xxx1, gegenseite xxx2 + ### bitte nodebezeichnung ergaenzen: aktueller standort xxx1, gegenseite xxx2 
-        option ssid 'xxx1-xxx2.ffgraz.net' + option ssid 'xxx1-xxx2.ffgraz.net' 
-        #option ssid 'OpenWrt' + #option ssid 'OpenWrt' 
-        ### https://forum.openwrt.org/viewtopic.php?id=43188                              + ### https://forum.openwrt.org/viewtopic.php?id=43188                              
-        option disassoc_low_ack '0'+ option disassoc_low_ack '0'
 </code> </code>
ffthemediumway.1772290879.txt · Last modified: by w

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki