No Control of Keyboard and Mouse

I run Teamviewer on Ubuntu and WIn10

I want to acces the ubuntu machine fron windows. I get the connection and see the ubuntu screen.

I see the mouse but it reacts only at the outer Teamviewer commands. No reaction on the ubuntu screen. Keyboard also no reaction,

Fritz

Comments

  • Uninstall the teamviewer host on ubuntu. Install the following dependecy:
    apt-get install libxtst6:armhf
    Proceed to install the host again and run the daemon.
  • excuse me,can you tell me what code source is, my computer can't find the dependency.
  • Just do the following to install it properly:

    dpkg --add-architecture armhf
    apt update
    apt-get install libxtst6:armhf

    dpkg -i teamviewer-host_armhf.deb
    apt install -f
    teamviewer --daemon enable

  • I went through the steps here and I am still having the same issue. I've even wiped the machine twice, thinking that maybe i did something wrong (very new to using linux). Any other thought on this issue? Thanks in advance. 

  • Hmm, what version do you have installed? It shouldn't be the case but I tried the fix on their v14 beta executable.

    Are both these commands successful?
    apt update
    apt-get install libxtst6:armhf

    If not, try to see what library in your sources.list file (the list that gets called when you call apt-get update) is causing the problem.