Changes between Version 22 and Version 23 of mycroft-gui-mark-2_sys


Ignore:
Timestamp:
05/09/20 20:28:37 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft-gui-mark-2_sys

    v22 v23  
    2727            dhcp4: true
    2828}}}
    29 ** Remark: After SDDM is using NetworkManager I had to remove the wifis part otherwise wlan0 was unavailable **
     29** Remark: ** SDDM is using NetworkManager you can either delete the wifis part from 50-cloud-init.yaml and reconfigure it after autologon. If you leave it there Newtworkmanager will automatically use it.
     30The important thing is that after doing the Scripts/Overlays section below you have /etc/netplan/config.yaml and it contains "renderer: NetworkManager" otherwhise Wifi will not work in SDDM if you still have Wifi in 50-cloud-init.yaml.
    3031==== user ====
    3132* {{{ sudo useradd mycroft -g users -G sudo -m -s /bin/bash }}}
     
    160161the i could use:
    161162* {{{ sudo i2cset -y 1 0x4b 30 }}}
    162 to make the volume
    163 === network manager ===
    164 I wanted the wifi connection to be established before SDDM comes up so I changed the settings in the connection file
    165 * {{{ /etc/NetworkManager/system-connections/<ESSID> }}}
    166 remove the psk-flags=1 line and add
    167 {{{
    168 psk=<passphrase|psk generated by wpa_passphrase>
    169 }}}
    170 === open issues ===
    171 ==== screen rotation ====
    172 ==== autostart mycroft-gui ====
     163to make the volume change work