Changes between Version 22 and Version 23 of mycroft-gui-mark-2_sys
- Timestamp:
- 05/09/20 20:28:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mycroft-gui-mark-2_sys
v22 v23 27 27 dhcp4: true 28 28 }}} 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. 30 The 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. 30 31 ==== user ==== 31 32 * {{{ sudo useradd mycroft -g users -G sudo -m -s /bin/bash }}} … … 160 161 the i could use: 161 162 * {{{ 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 ==== 163 to make the volume change work