armv8 64bit TeamViewer build ?
Tried to run TeamViewer armv7 32bit build on an armv8 64bit device using the package for the Raspberry Pi:
* https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb
I can view the display but the keyboard/mouse doesn't work - i.e. the session is in view-only mode.
Any known fixes/workarounds for this?
If not, any idea when an armv8 64bit build will be available?
Best Answer
-
The package that includes the dependency required to fix the issue is a well known VNC client
5
Answers
-
The armv7/32-bit build is working on armv8/64-bit now
There's a missing dependency which was resolved by installing another package.0 -
The package that includes the dependency required to fix the issue is a well known VNC client
5 -
currently using bpi-m64 aarch64 sbc and am interested in the solution that you were able to make work on the armv8 64 ..
thank you
0 -
2017-08-14-ubuntu-16.04-mate-desktop-beta-aarch64-bpi-m64-sd-emmc.img
# dpkg --add-architecture armhf
# apt update
# apt-get install libxtst6:armhf
# dpkg -i teamviewer-host_armhf.deb
# apt install -f
# teamviewer --daemon enable3 -
OMG YES THANK YOU. 4 hours later, and ONLY you found the niche problem.
It turns out you need the libxtst6:armhf dependency.
0 -
Not recommended. This didn't work for me and it completely broke apt.
0