IRIS Indigo -- 5.3 Network setup and MAC Address woes
#1
IRIS Indigo -- 5.3 Network setup and MAC Address woes
Been trying multiple guides, but still can not get IRIX 5.3 on the net.. Last step in getting my IRIS Indigo R3K up and running.. Keeps barking about the EC0 interface.. From memory, I need to do an ifconfig right to set up the primary interface? I have edited all the files from all the guides, but still nada.. Any help would be greatly appreciated.

Staff-edit: Title has been updated.
(This post was last modified: 11-21-2021, 11:54 PM by Raion. Edit Reason: Title accuracy fixed :) )
indigofan
Tezro

Trade Count: (4)
Posts: 294
Threads: 43
Joined: Jun 2020
Location: Catskill Mountains, NY, USA
Find Reply
11-15-2021, 05:55 PM
#2
RE: IRIX 5.3 Networking Setup
Nope.

http://archive.irixnet.org/apocrypha/the...s/ch2.html

Refer to section on Routing
Quote:This is definately the most complicated task, especially for older IRIX releases. Because different IRIX versions require different approaches, this item is split up into three subitems.
IRIX 5.3 Edit the file /etc/rc2.d/S30network. Go to line 355 and put in the following line after the else:

Code:
$ROUTE add default 192.168.1.1 1

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
11-15-2021, 06:04 PM
#3
RE: IRIX 5.3 Networking Setup
(11-15-2021, 06:04 PM)Raion Wrote:  Nope.

http://archive.irixnet.org/apocrypha/the...s/ch2.html

Refer to section on Routing
Quote:This is definately the most complicated task, especially for older IRIX releases. Because different IRIX versions require different approaches, this item is split up into three subitems.
IRIX 5.3 Edit the file /etc/rc2.d/S30network. Go to line 355 and put in the following line after the else:

Code:
$ROUTE add default 192.168.1.1 1

Have that setup already... Now I remember, ifconfig is for setting up ipaliases for extra IP addresses to interface to a networking interface for webservers...

Set the IP address in the PROM, as it was different than the files that are hard coded.. Also gives me an error when booting up that interface EC0 has a bad IP address ff:ff:ff:ff:ff:ff:ff:ff

How can I translate 192.168.0.90 into hex?
indigofan
Tezro

Trade Count: (4)
Posts: 294
Threads: 43
Joined: Jun 2020
Location: Catskill Mountains, NY, USA
Find Reply
11-15-2021, 06:20 PM
#4
RE: IRIX 5.3 Networking Setup
If your system has a bad interface that's basically caused by the Dallas chip being out of date and it can prevent you from connecting to networks usually.

Is this an indy or what?

Setting it in the p rom does nothing for the operating system proper

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
11-15-2021, 07:28 PM
#5
RE: IRIX 5.3 Networking Setup
Have you read the old pages by Gerhard about the Indigo R3000?

http://www.sgistuff.net/hardware/systems/indigo.html

Just read down to "Problems" and then: "Battery Failure" and "Bad eaddr".
lunatic
insane in the mainframe

Trade Count: (0)
Posts: 150
Threads: 1
Joined: Apr 2019
Find Reply
11-15-2021, 10:29 PM
#6
RE: IRIX 5.3 Networking Setup
(11-15-2021, 10:29 PM)lunatic Wrote:  Have you read the old pages by Gerhard about the Indigo R3000?

http://www.sgistuff.net/hardware/systems/indigo.html

Just read down to "Problems" and then: "Battery Failure" and "Bad eaddr".
Well that's the ticket, Bad eaddr... Seems I need to figure out how to replumb a new Mac address into the chip.. Battery has been replaced, time set correctly, so last and final hurdle.
indigofan
Tezro

Trade Count: (4)
Posts: 294
Threads: 43
Joined: Jun 2020
Location: Catskill Mountains, NY, USA
Find Reply
11-16-2021, 12:02 PM
#7
RE: IRIX 5.3 Networking Setup
On the IP12, you should be able to set the ethernet address in the boot prom. Something like 08:00:69:12:34:56 should be fine as long as it's unique. I am not really sure if there is some check, but it should start with 08:00:69, because that's the vendor code for SGI.
lunatic
insane in the mainframe

Trade Count: (0)
Posts: 150
Threads: 1
Joined: Apr 2019
Find Reply
11-16-2021, 12:50 PM
#8
RE: IRIX 5.3 Networking Setup
(11-16-2021, 12:50 PM)lunatic Wrote:  On the IP12, you should be able to set the ethernet address in the boot prom. Something like 08:00:69:12:34:56 should be fine as long as it's unique. I am not really sure if there is some check, but it should start with 08:00:69, because that's the vendor code for SGI.
It won't stick.. So I guess that means that I need to find a replacement chip.
indigofan
Tezro

Trade Count: (4)
Posts: 294
Threads: 43
Joined: Jun 2020
Location: Catskill Mountains, NY, USA
Find Reply
11-16-2021, 03:29 PM
#9
RE: IRIX 5.3 Networking Setup
good. That's like 1$ + shipping. You just need to find the correct one. I think the chip on the backplane is even socketed.
(This post was last modified: 11-16-2021, 03:38 PM by lunatic.)
lunatic
insane in the mainframe

Trade Count: (0)
Posts: 150
Threads: 1
Joined: Apr 2019
Find Reply
11-16-2021, 03:34 PM
#10
RE: IRIX 5.3 Networking Setup
It's the L1 chip right? If so then it is socketed.
indigofan
Tezro

Trade Count: (4)
Posts: 294
Threads: 43
Joined: Jun 2020
Location: Catskill Mountains, NY, USA
Find Reply
11-16-2021, 04:45 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)