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
Next revision
Previous revision
ffthemediumway [2026/02/14 12:01:56] – fix links gaborffthemediumway [2026/02/28 18:10:56] (current) – [diverse ergaenzungen und configs, noch zu pruefen (w 20260228)] w
Line 240: Line 240:
 ===== TODO: add interfaces for olsrd, setup olsrd, setup wifi, setup free wifi ===== ===== TODO: add interfaces for olsrd, setup olsrd, setup wifi, setup free wifi =====
  
 +==== diverse ergaenzungen und configs, noch zu pruefen (w 20260228) ====
  
 +  * ''%%vim /etc/crontabs/root%%'' <code>
 +*/5 * * * * killall -HUP dnsmasq # keine ahnung warum - zu pruefen
 +*/5 * * * * /usr/sbin/ff_olsr_watchdog # keine ahnung warum - zu pruefen
 +###
 +#05 3 * * 6 /sbin/reboot # zur sicherheit einmal in der woche reboot oder
 +05 3 * * * /bin/sleep 65m ; /sbin/reboot # reboot zur sicherheit einmal am tag; der sleep fuer den fall das die rtc-batterie leer und timeserver nicht sofort erreichbar ist
 +#10 * * * * /usr/bin/iwinfo radio0 scan # initialisiert das wlan, bei schlechten verbindungen - zu pruefen
 +###
 +</code>
 +  * ''%%vim /etc/config/wireless%%'' 
 +    * 2,4ghz<code>
 +### info: achtung, bei aenderungen uebers webinterface werden die kommentare geloescht!
 +
 +config wifi-device 'radio0'
 + option type 'mac80211'
 + ### nicht mehr unterstuetzt?
 + #option hwmode '11g'
 + ### nicht mehr unterstuetzt?
 + #option path 'platform/ar934x_wmac'
 + option path 'platform/ahb/18100000.wmac'
 + ### neue option - ab welcher openwrt-version gueltig?
 + option band '2g'
 + option country 'AT' 
 + option htmode 'HT20'
 + ### frag:
 + ### Set Fragmentation Threshold value between 800 . 1500
 + ### Available Settings: range from 256 to 2346 (?) 2346 recomended
 + option frag '512'
 + ### rts:
 + ### set RTS Threshold value between 1800 . 2300                   
 + ### 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 '3'
 + #option channel '5'
 + #option channel '7'
 + #option channel '9'
 + #option channel '11'
 + option channel '13'
 + ### zum testen 20170521
 + #option disabled '1'
 +
 +config wifi-iface 'default_radio0'
 + option device 'radio0'
 + option network 'wlan'
 + option encryption 'none'
 + option mode 'adhoc'
 + #option ssid 'http://graz.funkfeuer.at/v1'
 + #option bssid 'CA:00:24:00:C0:01'
 + #option ssid 'http://graz.funkfeuer.at/v3'
 + #option bssid 'CA:00:24:00:C0:03'
 + #option ssid 'http://graz.funkfeuer.at/v5'
 + #option bssid 'CA:00:24:00:C0:05'
 + #option ssid 'http://graz.funkfeuer.at/v7'
 + #option bssid 'CA:00:24:00:C0:07'
 + #option ssid 'http://graz.funkfeuer.at/v9'
 + #option bssid 'CA:00:24:00:C0:09'
 + #option ssid 'http://graz.funkfeuer.at/v11'
 + #option bssid 'CA:00:24:00:C0:11'
 + option ssid 'http://graz.funkfeuer.at/v13'
 + option bssid 'CA:00:24:00:C0:13'
 +</code>
 +    * 5,6ghz<code>
 +### info: achtung, bei aenderungen uebers webinterface werden die kommentare geloescht!
 +
 +config wifi-device 'radio0'
 + option type 'mac80211'
 + option hwmode '11a'
 + option path 'platform/ar934x_wmac'
 + option country 'AT' 
 + option htmode 'HT20'
 + ### frag:
 + ### Set Fragmentation Threshold value between 800 . 1500
 + ### Available Settings: range from 256 to 2346 (?) 2346 recomended
 + ### frag: fuer 5,6ghz bei grosser entfernung / schlechten empfang -> 800
 + option frag '800'
 + ### rts:
 + ### set RTS Threshold value between 1800 . 2300                   
 + ### Available Settings: range from 0 to 2347, Default + Recommended Setting: 2347
 + ### rts: fuer 5,6ghz bei grosser entfernung / schlechten empfang -> 2300
 + option rts '2300'
 + ### txpower: 20 max!
 + ### keine txpower bei 5,6 - zu pruefen
 + #option txpower '3'
 + ### distace: tatsaechliche entfernung in meter
 + option distance '1000' 
 + #option channel '36'
 + #option channel '40'
 + #option channel '44'
 + #option channel '48'
 + #option channel '100'
 + #option channel '104'
 + #option channel '108'
 + #option channel '112'
 + #option channel '116'
 + #option channel '120'
 + #option channel '124'
 + #option channel '128'
 + #option channel '136'
 + option channel '140'
 + ### keine ahnung warum, ist aber gut ;)
 + option beacon_int '5000'
 + ### zum testen 20170521
 + #option disabled '1'
 +
 +config wifi-iface
 + option device 'radio0'
 + option network 'wlan'
 + ### haben wir einen accesspoint 'ap' oder eine 'station'?
 + #option mode 'ap'                                                     
 + option mode 'sta'
 + option encryption 'none'
 + ### bitte nodebezeichnung ergaenzen: aktueller standort xxx1, gegenseite xxx2
 + option ssid 'xxx1-xxx2.ffgraz.net'
 + #option ssid 'OpenWrt'
 + ### https://forum.openwrt.org/viewtopic.php?id=43188                             
 + option disassoc_low_ack '0'
 +</code>
ffthemediumway.1771070516.txt · Last modified: by gabor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki