Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r8125 realtek 2.5gbe module require continuous dsm install #15

Closed
category-9431 opened this issue Oct 18, 2021 · 6 comments
Closed

r8125 realtek 2.5gbe module require continuous dsm install #15

category-9431 opened this issue Oct 18, 2021 · 6 comments

Comments

@category-9431
Copy link

Board has 2 LAN (r8168 internal, r8125 external).

if usb loader with r8125 module at custom.gz is used,
DSM 25556 install in 10 minutes and then require install again.

Normal custom.gz (no add command in redpill_tool_chain)
1st: r8168
2st: r8125 (not detected)
Detect DSM installed (only one install) and login without issue.

R8125 custom.gz (add command in redpill_tool_chain)
1st: r8168
2st: r8125 (not detected)
Not Detect DSM installed (continuous install required)

ixgbe custom.gz (add command in redpill_tool_chain)
1st: r8168
2st: r8125 (not detected)
Detect DSM installed (only one install) and login without issue.

What's wrong r8125 ext?

@pocopico
Copy link
Owner

Hi,
it looks that when a module fails to load for whatever reason, the loader will fallback to install mode.

ERROR: kernel extensions "raid_class.ko" from pocopico.mpt3sas failed to load
Exit on error [99] rp ext init exec failure...
Mon Oct 18 20:44:22 UTC 2021
none /sys/kernel/debug debugfs rw,relatime 0 0
[ 29.090675] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 29.232251] Got empty serial number. Generate serial number from product.
[ 29.361772] usb 1-3: new full-speed USB device number 3 using xhci_hcd
umount: /etc/mtab: No such file or directory
linuxrc.syno failed on 99

@pocopico
Copy link
Owner

What is the platform that you are testing ? 3615 or 918 ?

@category-9431
Copy link
Author

category-9431 commented Oct 18, 2021

apollolake-6.2.4-25556, 918+

@category-9431
Copy link
Author

category-9431 commented Oct 19, 2021

918+ DSM 6.2.4-25556

edit linuxrc.syno

if [ -e /lib/modules/r8125.ko ]; then
insmod /lib/modules/r8125.ko

https://github.com/pocopico/4.4.59plus-modules/blob/main/r8125.ko

fi

=> continuous install


918+ DSM 7.0.1-42218

edit linuxrc.syno.impl

if [ -e /lib/modules/r8125.ko ]; then
insmod /lib/modules/r8125.ko

https://github.com/pocopico/4.4.180plus-modules/blob/main/r8125.ko

fi

=> install OK and login..

what's long in r8125.ko in 6.2.4-25556?

@pocopico
Copy link
Owner

pocopico commented Oct 19, 2021

Can you try removing the extensions, readd them and recreate the loader and report back please ?

@category-9431
Copy link
Author

load r8125.ko OK and now login. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants