Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
projects:series_00:build:advanced_topics [2016/09/06 08:34]
dieters
projects:series_00:build:advanced_topics [2021/12/09 23:29]
august2111 [WiFi:]
Line 9: Line 9:
 ==== WiFi: ==== ==== WiFi: ====
    
-Connect a USB Wifi dongle (RTL8188CUS and RT5370 chipsets are known to work) to your Openvario, select "Exit to shell" in [[projects:​series_00:​software:​ov-menu|Ovmenu]] and enter "​connman-ncurses"​.  +Connect a USB Wifi dongle (<del>RTL8188CUS</​del> ​and RT5370 chipsets are known to work) to your Openvario, select "Exit to shell" in [[projects:​series_00:​software:​ov-menu|Ovmenu]] and following the commands from this wikihttps://wiki.archlinux.org/​title/​ConnMan </BR> 
-{{ :playground:electrical_tests:screen_connman_technologies.png?​direct&​300 |}} +The flow for us should be: 
-{{ :playground:​electrical_tests:screen_connman_service.png?​direct&​300 |}} +  * enter ''​connmanctl''​ - to start the network settings in an interactive mode 
-Select ​wifi and enter your networks passphrase. If you want to, press Enter to configure ​the service and set AutoConnect ​to trueNote that connman ​is buggy, if it doesn´t work it may help to retry.+  * type ''​technologies''​ - and have a look at the conditional settings (see the wifi group!) 
 +  * type ''​enable wifi''​ - to enable the wifi connection if it's false in the previous output 
 +  * type ''​scan wifi'' ​  - to scan all wifi (ports) and
 +  * type ''​services'' ​  - to show all wifi (ports) in the wifi network: 
 +  * choice one from this displayed list, started with wifi_ and ends with ''​_managed_none''​ , ''​_managed_wep''​ or  ''​_managed_psk''​. If the last word not ''​_none''​ then:  
 +  * type ''​agent on'' ​  ​- ​to enable ​the password input  
 +  * to connect with the selected port type ''​connect wifi_..._managed_*'' ​  - 
 +  * maybe there is following the input field with the password query  
 +Then wait a little bit up to the network is connected - and then you can 
 +  * type ''​quit''​
  
 ==== IP Address ==== ==== IP Address ====
Line 28: Line 37:
  
 [[projects:​series_00:​build:​setupguide#​transfer_data_to_your_openvario|Upload files from USB-stick to OpenVario]] [[projects:​series_00:​build:​setupguide#​transfer_data_to_your_openvario|Upload files from USB-stick to OpenVario]]
 +
 +[[projects:​series_00:​software:​usb-stick|USB-stick directory structure]]
  
 ==== USB thumb drive auto mount ==== ==== USB thumb drive auto mount ====