Code Monkey home page Code Monkey logo

Comments (13)

pocopico avatar pocopico commented on July 17, 2024

the drivers create a custom.gz that will not fit into image. Ixgbe is 10MB in size, try using only one of them, ideally r8125 only which is smaller.

from rp-ext.

 avatar commented on July 17, 2024

@pocopico I made a img for each driver.

from rp-ext.

pocopico avatar pocopico commented on July 17, 2024

I had to recompile ixgbe ... the extension loads to early and before some dependencies for vxlan are satisfied. So vxlan is not loaded which is a dependency for ixgbe and then the ixgbe is not loaded also :( I will try to include them and update again the ixgbe extension.

ip6_udp_tunnel 1967 1 vxlan
udp_tunnel 2419 1 vxlan

edit -> I have included the dependencies, please recreate the image with the ixgbe and try again

from rp-ext.

pocopico avatar pocopico commented on July 17, 2024

Snip from the serial port while loading ixgbe or r8125 report Unknown rela relocation: 4

i need to dig deeper to resolve


:: Loading kernel modules from extensions ...
Loading kmod #0 "udp_tunnel.ko" for pocopico.ixgbe (args: )
Loading kmod #1 "ip6_udp_tunnel.ko" for pocopico.ixgbe (args[ 26.964130] ixgbe: Unknown rela relocation: 4
: )
Loading kmod #2 "vxlan.ko" for pocopico.ixgbe (args: )
Loading kmod[ 26.978556] ixgbe: Unknown rela relocation: 4
#3 "ixgbe.ko" for pocopico.ixgbe (args: )
insmod: can't insert 'ixgbe.ko': invalid module format
ERROR: kernel extensions "ixgbe.ko" from pocopico.ixgbe failed to load
Exit on error [99] rp ext init exec failure...

:: Loading kernel modules from extensions ...
Loading kmod #0 "udp_tunnel.ko" for pocopico.ixgbe (args: )
Loading kmod #1 "ip6_udp_tunnel.ko" for pocopico.ixgbe (args[ 26.964130] ixgbe: Unknown rela relocation: 4
: )
Loading kmod #2 "vxlan.ko" for pocopico.ixgbe (args: )
Loading kmod[ 26.978556] ixgbe: Unknown rela relocation: 4
#3 "ixgbe.ko" for pocopico.ixgbe (args: )
insmod: can't insert 'ixgbe.ko': invalid module format
ERROR: kernel extensions "ixgbe.ko" from pocopico.ixgbe failed to load
Exit on error [99] rp ext init exec failure...

from rp-ext.

 avatar commented on July 17, 2024

Thank you for your patient reply. I understand it and look forward to your good news.
I'm a newer, is there any recommendation for driver compilation? I want to learn too. ^_^

from rp-ext.

 avatar commented on July 17, 2024

One more question, what is the difference between ixgbe and ixgbevf drivers? I found some relevant information online but didn't understand it. Does the intel x520 82599 network card only need to load the ixgbe driver?

from rp-ext.

pocopico avatar pocopico commented on July 17, 2024

Yes but you can check with a live Linux distro

from rp-ext.

pocopico avatar pocopico commented on July 17, 2024

Recompiled, recreated and tested the requested modules. please remove the extensions, re-add them and try again

from rp-ext.

 avatar commented on July 17, 2024

I compiled 918+ img with github action and added r8125 and ixgbe drivers. The 8125b interface shows only 100M, and the intel interface shows normal, but the IP still cannot be found. Is there a problem with my compilation?(* ̄︶ ̄)

I unpack the custom.gz file
image
part of exec.sh

cd "$(dirname "${0}")" || exit 1 # get to the script directory realiably in POSIX

PLATFORM_ID="ds918p_42218"
EXTENSION_IDS="pocopico.ixgbe pocopico.r8125 thethorgroup.boot-wait "
EXT_1_kmod_files="r8125.ko "
EXT_0_kmod_files="vxlan.ko ixgbe.ko "
EXT_0_scripts_on_boot="check-ixgbe.sh"
EXT_1_scripts_on_boot="check-r8125.sh"
EXT_2_scripts_on_boot="boot-wait.sh"

from rp-ext.

pocopico avatar pocopico commented on July 17, 2024

I will test it myself tomorrow and I will update you

from rp-ext.

 avatar commented on July 17, 2024

TYVM

from rp-ext.

pocopico avatar pocopico commented on July 17, 2024

OK, fixed dependencies, i have tested it and loads correctly this time

from rp-ext.

 avatar commented on July 17, 2024

a good news. ixgbe work fine and can find the ip.🎉🎉🎉

install and reboot, show the error page. and click 'connect again' button (status: not_install) show countdown page
image

the r8125 also not work for me.

Thank you very much for helping to solve the problem.

Thanks♪(・ω・)ノ

from rp-ext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.