help a poor boy installing indigo

Discuss stuff not about Indigo.
Post Reply
12 posts • Page 1 of 1
User avatar
Pibuz
1st Place 100
Posts: 2646
Joined: Tue Dec 11, 2007 7:58 am
Location: Padua, Italy
3D Software: SketchUp

help a poor boy installing indigo

Post by Pibuz » Sat Aug 28, 2010 7:53 pm

Sorry guys. I'm a total noob about Ubuntu.
I want to install Indigo (tar.gz) in Linux, but I don't know even the basic step of whatsoever software installation.

Could anybody help me out with a small step-by-step guide?

Don't take anything for granted: total noob means I can only START Ubuntu. :oops:

Thank you a lot in advance.

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: help a poor boy installing indigo

Post by fused » Sat Aug 28, 2010 8:20 pm

Hey,

I never used indigo on linux but try this:

open the terminal

Code: Select all

cd ~/Downloads (or wherever you downloaded indigo to)
tar -zxvf indigotargzfile.tar.gz
cd (the folder it extracted to)
./indigo

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Re: help a poor boy installing indigo

Post by dougal2 » Sat Aug 28, 2010 11:15 pm

Terminal hint:
A key feature of the linux terminal (and others, in fact) is that you can use TAB to auto-complete directory and filenames (and in linux, there is autocomplete for commands and other things too), that will same you having to type complicated filenames over and over ;)

User avatar
Pibuz
1st Place 100
Posts: 2646
Joined: Tue Dec 11, 2007 7:58 am
Location: Padua, Italy
3D Software: SketchUp

Re: help a poor boy installing indigo

Post by Pibuz » Sun Aug 29, 2010 12:35 am

..okay thanks guys!
Don't know exactly what I'm doing, but I'm doing it :D

Installation went well: indigo 2.4.10 for Linux 64bits is running.
But I don't get it to recognize my license key.

Every time I click over Licensing, an error window comes up saying something concerning a wrong mac address.

Same error appears in the licensing window, in the hardware key zone (mac_addr failed or something similar). Copy and paste the hardware key from the txt files doesn't work. I cannot paste anything into this slot.
The lower window seems alright, instead, as I see my complete license code.

The curious part is that I have a pc and not a mac :lol:

User avatar
Zom-B
1st Place 100
Posts: 4701
Joined: Tue Jul 04, 2006 4:18 pm
Location: ´'`\_(ò_Ó)_/´'`
Contact:

Re: help a poor boy installing indigo

Post by Zom-B » Sun Aug 29, 2010 2:49 am

Pibuz wrote:But I don't get it to recognize my license key.
Every time I click over Licensing, an error window comes up saying something concerning a wrong mac address.
This is because You registered your Indigo version on your Windows installation.
The registration demands a mac address (some "id" thing about the Network Card afaik).
The value of this ID is different for each Operation System and also (afaik) after each new fresh installation on a machine.

I have the same problem running WIN & OSX on my iMac... :(

Since you are running Linux now too, I would like to request a quick 5min benchmark from you, comparing win vs Linux performance.
If I'm correct Linux build should be way faster >>link
polygonmanufaktur.de

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: help a poor boy installing indigo

Post by fused » Sun Aug 29, 2010 3:07 am

Zom-B wrote:
Pibuz wrote:The registration demands a mac address (some "id" thing about the Network Card afaik).
The value of this ID is different for each Operation System and also (afaik) after each new fresh installation on a machine.

I have the same problem running WIN & OSX on my iMac... :(
Actually, the MAC adress is unique to a network adapter. It is(well should be :| ) the only network adapter with this ID in the whole world and it does not change when you reinstall you computer.

The issue here could be that the CPU id result differs on other OSs but i don't think so.

Most likely your machine has multiple network adapters(each has a different MAC address) and Indigo picks the wrong one in linux as the order of the network adapters is probably not the same as in windows. Indigo just picks the first one, afaik. (I may be wrong. Never looked at that part of Indigo)

User avatar
Pibuz
1st Place 100
Posts: 2646
Joined: Tue Dec 11, 2007 7:58 am
Location: Padua, Italy
3D Software: SketchUp

Re: help a poor boy installing indigo

Post by Pibuz » Sun Aug 29, 2010 3:09 am

ok...all right..well: how to fix this?
Because at the moment I run Indigo on Linux with a 0.7Mpixels limit...

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: help a poor boy installing indigo

Post by fused » Sun Aug 29, 2010 3:14 am

Pibuz wrote:ok...all right..well: how to fix this?
Because at the moment I run Indigo on Linux with a 0.7Mpixels limit...
Looking at your earlier post,
Pibuz wrote:Same error appears in the licensing window, in the hardware key zone (mac_addr failed or something similar).
It looks like Indigo has a problem getting the mac adress in the first place. My previous post was more or less directed at Zom-B :)

I don't know how you could possibly fix that issue but i will consult the all knowing google for a while. Will be back soon - hopefully with answers :)

User avatar
Zom-B
1st Place 100
Posts: 4701
Joined: Tue Jul 04, 2006 4:18 pm
Location: ´'`\_(ò_Ó)_/´'`
Contact:

Re: help a poor boy installing indigo

Post by Zom-B » Sun Aug 29, 2010 3:18 am

Thanks for clearing things up for me fused :)
My iMac has a Ethernet port & a Wlan Port btw.
polygonmanufaktur.de

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: help a poor boy installing indigo

Post by fused » Sun Aug 29, 2010 3:36 am

Hey Pibuz,

I can't really find anything helpful... I'm also quite a linux noob :)
Have you maybe not configured your network adapters yet?
Zom-B wrote:Thanks for clearing things up for me fused :)
My iMac has a Ethernet port & a Wlan Port btw.
np, mate :)

User avatar
Pibuz
1st Place 100
Posts: 2646
Joined: Tue Dec 11, 2007 7:58 am
Location: Padua, Italy
3D Software: SketchUp

Re: help a poor boy installing indigo

Post by Pibuz » Sun Aug 29, 2010 3:48 am

HMM don't really know..
As I was telling Lycium, my Linux section is managed by a friend, temporary unavailable. I can remember he installe version 2.0.12 on Linux and that it worked perfectly (no ports or addresses issues), so there sure is a way to fix this. Yes. Ask my friend when he comes back home. :lol:

BTW, do you job and save my A**! (obviusly :lol: :lol: :lol: )

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: help a poor boy installing indigo

Post by fused » Sun Aug 29, 2010 3:56 am

Pibuz wrote:BTW, do you job and save my A**! (obviusly :lol: :lol: :lol: )
:lol:

Post Reply
12 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 24 guests