Jump to content
XPEnology Community
  • 0

No IP with tcrp 0.4.6 img loader.


Spats

Question

Guys / gals

 

got an Asus Prime Z270-P m/b

i5 processor

intel X520-2 10gbe

intel 1gbe

I am using tcrp 0.4.6 img tried with eufi img as well, but I cannot get an ip when trying to setup with empty drives for testing on baremetal.

 

I have 6.2.3 working on same machine its working great. (baremetal)

 

when i type ifconfig i get no ip address at all, any ideas guys 

 

cheers

 

Link to comment
Share on other sites

Recommended Posts

  • 0
1 minute ago, Peter Suh said:

At first, they said there was an intel 1gb nic
Eventually, you can see RealTek 1gb nic
Which of the two is correct?

yes its an intel 1gb internal nic for pc.

the intel 10gb nic is an addon

hence the reason for the 3 macs in the grub.cfg in 6.2.3

Link to comment
Share on other sites

  • 0
1 minute ago, Peter Suh said:

Then, RealTek may be an ext that was added separately for your other test or other reasons.
Anyway, I'll forget about RealTek from now on.

so your saying that the 10gb nic will not function with 7.1

 

Link to comment
Share on other sites

  • 0
2 minutes ago, Peter Suh said:

 

If you look at the issue right above, the igb and ixgbe collide.
At first, IP seemed to be being caught, but later, IP disappeared.

what i can do is disable the onboard lan and see if it picks up the 10gb nic

Link to comment
Share on other sites

  • 0
1 minute ago, Peter Suh said:

That is not to say that it does not work in 7.1.
Intel x520 10GB NICs should add ext properly and well to avoid collisions with existing 1GB LAN cards.
I'm still guiding that part.

I know it takes time mate and thanks goes to you and the guys working behind the scenes to get things going, but i will perceiver and test myself as well mate 

Link to comment
Share on other sites

  • 0
1 hour ago, Peter Suh said:

If you look at the issue right above, the igb and ixgbe collide.
At first, IP seemed to be being caught, but later, IP disappeared.

 

Well like i said many times before @Peter Suh, when you use my redpill-load repo on custom_config.json you should not have the module dependencies overlapping issue.

 

In 918+ there is no vanilla DSM ixgbe module included. You will have to add the ixgbe and ixgbevf extensions. 

 

The reason that you dont get an IP for these interfaces is not certain that is an installation issue, we need to check some things.

 

1. DHCP server is running on your network.

2. Once you build the loader with the recommended extensions, make sure you have at least IP on 1Gb interfaces and boot DSM to check the logs :

 

cat /var/log/jun*

cat /var/log/linu*

 

and check if modules are loaded.

 

lsmod |grep -i ixg

lsmod |grep -i ig

 

then do :

 

ip a 

 

If you get more that one network interface you are good to move to second step. (PM me)

 

Edited by pocopico
Link to comment
Share on other sites

  • 0

login as: Spats
Spats@192.168.1.xxx's password:

Synology strongly advises you not to run commands as the root user, who has
the highest privileges on the system. Doing so may cause major damages
to the system. Please note that if you choose to proceed, all consequences are
at your own risk.

Spats@Andy:~$ cat /var/log/jun*
cat: '/var/log/jun*': No such file or directory
Spats@Andy:~$ sudo cat /var/log/jun*

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

Password:
cat: '/var/log/jun*': No such file or directory
Spats@Andy:~$ cat /var/log/linu*
cat: '/var/log/linu*': No such file or directory
Spats@Andy:~$ lsmod |grep -i ixg
ixgbevf                60183  0
ixgbe                 280488  0
vxlan                  32687  1 ixgbe
Spats@Andy:~$ lsmod |grep -i ig
backlight               6155  2 i915,video
igb                   176108  0
Spats@Andy:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:11:32:8f:b5:40 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.68/24 brd 192.168.1.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::211:32ff:fe8f:b540/64 scope link
       valid_lft forever preferred_lft forever
3: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1
    link/sit 0.0.0.0 brd 0.0.0.0
Spats@Andy:~$
 

I dont have the 10gb card in yet, as i will not get an ip, will try again tho.

Edited by Spats
Link to comment
Share on other sites

  • 0
2 hours ago, Spats said:

Spats@Andy:~$ lsmod |grep -i ixg
ixgbevf                60183  0
ixgbe                 280488  0
vxlan                  32687  1 ixgbe
Spats@Andy:~$ lsmod |grep -i ig
backlight               6155  2 i915,video
igb                   176108  0

 

So ok, looks OK the modules were loaded even without rebuilding the loader. What happens when you boot ?

 

also you dont have to rebuild the loader when you add or remove the 10G card, you can try with or without

Edited by pocopico
Link to comment
Share on other sites

  • 0
21 minutes ago, pocopico said:

 

So ok, looks OK the modules were loaded even without rebuilding the loader. What happens when you boot ?

 

also you dont have to rebuild the loader when you add or remove the 10G card, you can try with or without

When I boot without 10gb nic card installed I get an ip.

When i boot with card installed I get no ip, even in the router.

 

I rebuilt the loader with card installed in case there was something missing mate

Link to comment
Share on other sites

  • 0
5 minutes ago, pocopico said:

Do you have any serial console ? I think you might get kernel panic because of the ixgbe modules. Do you get any disk activity ? 

No serial console, disk activity yes I get noise from hdd as its trying to boot, if that's what you mean mate

Link to comment
Share on other sites

  • 0

Thanks goes to @IG-88 for getting this sorted for me in the 6.2 build as the DS918+ only has 2 lan ports.

 

edit synoinfo.conf located in /etc.defaults/synoinfo.conf maxlanport="2" I changed it to 8.

Also edit /etc/synoinfo.conf maxlanport="2" I changed it to 8

 

Reboot you now have all mac addresses showing

 

Thanks goes to Pocopico and Peter Suh for helping me trying to get this sorted.

 

Edit: Now I got my 10gb NIC working.

Edited by Spats
Added more info.
  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...