SBC Client
Armbian : 22.11.4 Jammy
SBC : RockPro64
Kernel : 5.15.0-rockchip64 aarch64
Windows Host
Windows 10
Windows Remote Desktop
Connecting through LAN (No wifi)
Hi,
I followed this simple ,great guide here to get remote desktop access from Windows working.
sudo apt install xrdp xorgxrdp
sudo systemctl enable xrdp
sudo reboot
When I use the root account to log in to an Armbian session it works seemlessly, however if I use a normal (non su) then I get the log in password screen pop up, but the desktop doesnt appear ir blinks and crashes.
Tailing the live system log, with dmesg -W and I get these errors
root@rockpro64:~# dmesg -W
[ 1057.390095] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 1057.390855] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 1057.391983] ff8a0000.i2s-i2s-hifi: soc_pcm_open() failed (-22)
Anyone know how I can login as non root ?