Teamviewer install on Raspberry PI
J P Watters <kc9kko@...>
Basil,
Rather than HIJACK another thread, I recommend the installing Teamviwer on Buster to be able to remotely assist others with issues.
# install teamviewer for virtual remote desktop access cd /home/pi/Downloads mkdir teamviewer cd teamviewer wget http://download.teamviewer.com/download/linux/version_15x/teamviewer-host_armhf.deb
sudo dpkg -i teamviewer-host_armhf.deb
Installing teamviewer often results in missing dependancies. after teamviewer install fails run sudo apt --fix-broken install -y
sudo apt --fix-broken install -y
grep -i eula /opt/teamviewer/config/global.conf # Should result in finding a line containing [int32] EulaAccepted = 1 # # edit the /opt/teamviewer/config/global.conf # insure that there is a line EulaAccepted = 1 in the file. # # [bin ] EnterpriseUIState = # [int32] EulaAccepted = 1 # [int32] IPC_Port_Service = 5942 #
#get teamviewer id teamviewer info
#set a Teamviewer password # sudo teamviewer passwd [password] # ie. sudo teamviewer passwd itisasecret
sudo teamviewer passwd whateveryoutypeherebecomsethepassword
# restart the Teamviewer service sudo systemctl restart teamviewerd
|
|
J P,
toggle quoted messageShow quoted text
Thanks for providing detailed instructions on teamviewer. Not that teamviewer isn't an effective tool but really all I need is to ssh into an RPi. <The rest of this message is a rant> Having said that, I REALLY DO NOT want to be the Linux support guy at that level. If you do not enjoy trying to figure things out then using an RPi for HAM radio may not be your thing. To quote Bruce Perens from a number of years ago: "Well, let's just say, 'if your VCR is still blinking 12:00, you don't want Linux.'” I've tried to make a set of scripts that will work consistently installing & configuring packet & HF modes. If you use them & follow instructions they will work. If you decide to be creative & do something else then by all means post your problems to the forum but don't expect me to respond. I can take the NWDR image, burn it to an mSD card & configure some HAM digital mode in around 1/2 hour. I provide everything on github that would allow you to do the same. If you find that useful, great. J P Watters via groups.io <kc9kko=mac.com@groups.io> writes:
Rather than HIJACK another thread, I recommend the installing
|
|
Mike B
Basil,
toggle quoted messageShow quoted text
You are busy enough handling my dumb questions! :) Sent through two tin cans on a string.
On May 30, 2020, at 12:49, Basil Gunn <basil@pacabunga.com> wrote:
|
|