×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Fresh Ubuntu Install?

  • Posts: 1957
  • Thank you received: 420
What version of Ubuntu? 32 bit or 64 bit?
3 years 1 week ago #70106

Please Log in or Create an account to join the conversation.

  • Posts: 180
  • Thank you received: 16

Replied by AirBourn on topic Fresh Ubuntu Install?

I have 20.04.2.0 amd64 on an MSECORE with Intel-8565U.
3 years 1 week ago #70107

Please Log in or Create an account to join the conversation.

  • Posts: 300
  • Thank you received: 57

Replied by Scott Denning on topic Fresh Ubuntu Install?

Those exact commands work for me on ubuntu 20.04.2 (64 bit) on a cheap intel mini PC.
Of course you have to have a working network connection first, but I'm pretty sure that's all you need for INDI and KStars.
3 years 1 week ago #70117

Please Log in or Create an account to join the conversation.

  • Posts: 108
  • Thank you received: 20

Replied by ouioui01 on topic Fresh Ubuntu Install?

Hi,
check this : www.indilib.org/download.html

Clear skies
3 years 1 week ago #70121

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
You may want to do

sudo apt-get update

and

sudo apt-get dist-upgrade

and then try the

sudo apt-get install

command again.
3 years 1 week ago #70122

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 1

Replied by MountainAir on topic Fresh Ubuntu Install?

I believe that's the exact command I've used a few times now, and it's worked for me. However, this solution isn't functional for me yet -- I need t run these Mini PCs headless, but can't seem to get VNC to run at startup. I can only VNC in after I login with a physical monitor, keyboard and mouse.  FYI in case that's your ultimate goal.
Last edit: 3 years 1 week ago by MountainAir.
3 years 1 week ago #70170

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 1

Replied by Dominic on topic Fresh Ubuntu Install?

install Tiger Vnc

create a systemd service file example "
/etc/systemd/system/vncserver@.service
"
also set permissions correctly
chmod u+x /etc/systemd/system/vncserver@.service

example contents ( change both username / home dir / and monitor geometry )
[Unit] Description=Start Tiger VNC server at startup After=syslog.target network.target [Service] Type=forking User=dom Group=dom WorkingDirectory=/home/dom PIDFile=/home/dom/.vnc/%H:%i.pid ExecStartPre=-/usr/bin/vncserver -kill :%i > /dev/null 2>&1 ExecStart=/usr/bin/vncserver -geometry 3440x1440 -localhost no :%i ExecStop=/usr/bin/vncserver -kill :%i [Install] WantedBy=multi-user.target


then enable service
systemctl enable vncserver@.service
systemctl start vncserver@.service
3 years 1 week ago #70176

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
Or .... make sure that your user logs in automatically and make sure that VNC is an application that gets started automatically when your user logs in. For both you can search online how to do that. It depends on the login manager and the desktop that you are using.
3 years 1 week ago #70177

Please Log in or Create an account to join the conversation.

  • Posts: 180
  • Thank you received: 16

Replied by AirBourn on topic Fresh Ubuntu Install?

Indeed, that is the ultimate goal. I've heard that NoMachine is a good solution.
3 years 1 week ago #70186

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
You can search for all of this on internet yourself, right?

linuxhint.com/enable-automatic-login-on-ubuntu-20-04/
3 years 1 week ago #70189

Please Log in or Create an account to join the conversation.

  • Posts: 300
  • Thank you received: 57

Replied by Scott Denning on topic Fresh Ubuntu Install?

Unlike the R Pi, it's easiest to get most mini PCs to create a virtual screen by fooling the hardware into thinking there's a monitor attached. This is done with a cheap "dummy HDMI" plug you can get for $4 to $8 online. Here's a link to a good one on Amazon .

Wouter's link to the "auto-login" feature on ubuntu is perfect. You can also set that up during ubuntu install.

Hang in there! All this confusion and thrashing about are a one-time setup thing. Once you get it working, it will "just work" from now on.

Good luck!
Scott
 
The following user(s) said Thank You: David Tate
Last edit: 3 years 1 week ago by Scott Denning.
3 years 1 week ago #70191

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 1

Replied by MountainAir on topic Fresh Ubuntu Install?

Just a suggestion…For those who are not already well-versed in Linux, this platform can be mind-numbingly confusing.  I just wrote about 2 pages of examples for you, but I’ll boil it down this way instead: most people who ask questions here have already burned up Google and they’re exhausted (from their day jobs, this hobby, and now learning a very alien operating system).  They just need a helpful point in the right direction.Cheers and clear skies!  :-)
3 years 1 week ago #70193

Please Log in or Create an account to join the conversation.

Time to create page: 1.262 seconds