【发布时间】:2022-01-05 19:22:03
【问题描述】:
我有三个新的树莓派运行这个操作系统:
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
我无法让远程桌面正确连接。我在 Pi 上安装了 xrdp 和所有更新。 SSH 已打开,我可以通过 gitbash 终端正常连接。 VNC 连接已启用,查看器连接正常。登录到 Pi 的 ip 地址(192.168.4.84)后,我不断收到以下错误:
Connecting to sesman IP 127.0.0.1 port 3350
sesman connect ok sending
login info to session manager, please wait...
login successful for display 10
started connecting
connection problem, giving up
some problem
对于许多其他帖子,我已经尝试过:
- 重启 xrdp 服务
- 将
auto lo添加到/etc/network/interfaces - 按照this answer 以各种顺序重新安装 xrdp、vnc4server 和tightvnc。
- 根据this answer 将
allowed_users = anybody添加到/etc/X11/Xwrapper.config。 - 根据this post,我尝试清除 xrdp,然后清除 vnc 服务器,然后重新安装 xrdp,但没有成功。
- 我尝试安装旧版本的 xrdp per this answer,但该软件包不再可用。
- 我尝试adding this 到sesman.ini,没有运气
我有另一个运行版本 10 操作系统的 Raspberry Pi 没有问题:
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
有什么建议可以让新的操作系统正常工作吗?
【问题讨论】:
标签: raspbian remote-desktop raspberry-pi4