Page 1 of 1

Best GUI based wifi setup from ssh

PostPosted: 30 Apr 2018, 12:17
by irishwill2008
Hey guys,

Im looking for a compatible GUI based wifi setup which can be accessed via the ssh command line.

Currently i use "wifi-menu" but when i save a profile it doesnt work well when trying to access it via the network section on runeaudio. Seeing as i get a file output of:
Code: Select all
Description='Automatically generated profile by wifi-menu'
Interface=wlan0
Connection=wireless
Security=wpa
ESSID=Test\ Network
IP=dhcp
Key=blabla


Instead of something around the lines of:
Code: Select all
Description='wlan0 connection'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
    'ssid="Test-Network"'
    'psk="blaa"'
    'key_mgmt=WPA-PSK'
    'proto=RSN'
    'group=CCMP'
    'pairwise=CCMP'
    'priority=3'
)


Basically when i use wifi-menu it works a charm as in i can connect to the web but trying to access and edit this newly connected network using wifi-menu.. Its really difficult and if anything, unusable!

So im looking for recommendations of which GUI based wifi setups are compatible with runeaudios config for networks?

Thanks.