Jump to content
XPEnology Community

TinyCore RedPill Loader (TCRP)


pocopico

Recommended Posts

9 minutes ago, Peter Suh said:

 

Since DS920+ is a Device Tree-based model, the dtbpatch ext driver automatically detects and adds it.
This process should have been done automatically, but something seems to have gone wrong.
DS918+, DS3622xs+'s NVMe cache activation method should be viewed as another method.

 

When building the DS920+, what command did you use with ./rploader.sh and what options?

Just like DS918+ ./rploader.sh build gemilake-7.1.1-42962

Should I modify the ds920p.dts before building?

Link to comment
Share on other sites

On 9/30/2022 at 1:52 PM, logze said:

Just like DS918+ ./rploader.sh build gemilake-7.1.1-42962

Should I modify the ds920p.dts before building?

 

I think the dtbpatch ext driver was included,
It might be a good idea to check it out.
Let's check the driver list first with the command below in TC Linux.

ll *load/c*/e*
Link to comment
Share on other sites

On 9/28/2022 at 11:38 PM, Peter Suh said:

 

As a result of my testing, there were two cases where NMVe cache worked in TCRP friends even on baremetal.

 

The NVMe cache of the onboard internal M.2 slot did not work,

 

In the case of using the M.2 PCIE extension adapter, it worked for me as well.

 

May I know which of the two is the case?

I’m using a super micro x10slh board with bifurcation enabled and a dual nvme adapter 

Link to comment
Share on other sites

15 hours ago, Peter Suh said:

 

I think the dtbpatch ext driver was included,
It might be a good idea to check it out.
Let's check the driver list first with the command below in TC Linux.
ll *load/c*/e*

tc@box:~$ ll *load/c*/e*
total 4
-rw-r--r-- 1 tc   staff 920 Sep 29 13:55 REALLY_README.txt
drwxr-sr-x 3 tc   staff  80 Sep 30 23:29 dtbpatch/
drwxr-sr-x 3 tc   staff  80 Sep 30 23:29 pocopico.r8169/
drwxr-sr-x 3 root staff  80 Sep 30 23:29 redpill-boot-wait/
drwxr-sr-x 3 tc   staff  80 Sep 30 23:29 redpill-misc/

Hi @Peter Suh

 

I found both the ds920p.dts and ds1621p.dts(as attachement) become a html format file about github.

Should I update the rploader.sh beford building cause the var "build" in the lasest rploader.sh is "main" and the branch in github have been switch to "stable".

#!/bin/bash
#
# Author :
# Date : 220914
# Version : 0.9.2.5
#
#
# User Variables :

rploaderver="0.9.2.5"
build="main"
redpillmake="prod"

 

 

I used those command for building as below.

./rploader.sh update now
./rploader.sh fullupgrade now
./rploader.sh serialgen DS920+ realmac
./rploader.sh identifyusb now
./rploader.sh backup now
./rploader.sh build geminilake-7.1.1-42962

 

ds920p.dts ds1621p.dts

Edited by logze
Link to comment
Share on other sites

13 hours ago, logze said:
tc@box:~$ ll *load/c*/e*
total 4
-rw-r--r-- 1 tc   staff 920 Sep 29 13:55 REALLY_README.txt
drwxr-sr-x 3 tc   staff  80 Sep 30 23:29 dtbpatch/
drwxr-sr-x 3 tc   staff  80 Sep 30 23:29 pocopico.r8169/
drwxr-sr-x 3 root staff  80 Sep 30 23:29 redpill-boot-wait/
drwxr-sr-x 3 tc   staff  80 Sep 30 23:29 redpill-misc/

Hi @Peter Suh

 

I found both the ds920p.dts and ds1621p.dts(as attachement) become a html format file about github.

Should I update the rploader.sh beford building cause the var "build" in the lasest rploader.sh is "main" and the branch in github have been switch to "stable".

#!/bin/bash
#
# Author :
# Date : 220914
# Version : 0.9.2.5
#
#
# User Variables :

rploaderver="0.9.2.5"
build="main"
redpillmake="prod"

 

 

I used those command for building as below.

./rploader.sh update now
./rploader.sh fullupgrade now
./rploader.sh serialgen DS920+ realmac
./rploader.sh identifyusb now
./rploader.sh backup now
./rploader.sh build geminilake-7.1.1-42962

 

ds920p.dts 203.8 kB · 0 downloads ds1621p.dts 203.83 kB · 0 downloads

 

 

In order to fully convert to pocopico's stable repo,

 

Please do it like below.

 

curl --location "https://github.com/pocopico/tinycore-redpill/raw/stable/rploader.sh" -O; chmod +x rploader.sh;

 

./rploader.sh fullupgrade

 

Directly modifying ./rploader.sh will not work as desired.

 

The final version in the stable state should be confirmed as 0.8.0.5.

 

In stable, you can only use up to 7.1.0-42661.

 

stable automatically adds the redpill-dtb-static ext driver instead of dtbpatch.

 

The process of redpill-dtb-static finding NVMe is shown in the build process of rploader.sh.

 

The build log of rploader.sh is too long, so please attach it with spoilers.

 

And one more thing, I want to check more NVMe information with this command.

 

Please attach this result as well.

 

lspci -tvnnq

 

After a thorough analysis, I'll see if we can handle it by modifying the ds920.dts file we want.

 

Also, the html file you attached cannot be used.

 

dts file must be in json format as in the example below.

 

https://github.com/pocopico/tinycore-redpill/blob/stable/ds920p.dts

Link to comment
Share on other sites

10 hours ago, Peter Suh said:

 

 

In order to fully convert to pocopico's stable repo,

 

Please do it like below.

 

curl --location "https://github.com/pocopico/tinycore-redpill/raw/stable/custom_config.json" -O

 

./rploader.sh fullupgrade

 

Directly modifying ./rploader.sh will not work as desired.

 

The final version in the stable state should be confirmed as 0.8.0.5.

 

In stable, you can only use up to 7.1.0-42661.

 

stable automatically adds the redpill-dtb-static ext driver instead of dtbpatch.

 

The process of redpill-dtb-static finding NVMe is shown in the build process of rploader.sh.

 

The build log of rploader.sh is too long, so please attach it with spoilers.

 

And one more thing, I want to check more NVMe information with this command.

 

Please attach this result as well.

 

lspci -tvnnq

 

After a thorough analysis, I'll see if we can handle it by modifying the ds920.dts file we want.

 

Hi @Peter Suh

 

The result as below.

 

tc@box:~$ lspci -tvnnq
-[0000:00]-+-00.0  Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590f]
           +-02.0  Intel Corporation HD Graphics 630 [8086:5912]
           +-14.0  Intel Corporation 200 Series PCH USB 3.0 xHCI Controller [8086:a2af]
           +-14.2  Intel Corporation 200 Series PCH Thermal Subsystem [8086:a2b1]
           +-17.0  Intel Corporation 200 Series PCH SATA controller [AHCI mode] [8086:a282]
           +-1b.0-[01]----00.0  Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
           +-1c.0-[02]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
           +-1c.6-[03]----00.0  Intel Corporation Wireless 8265 / 8275 [8086:24fd]
           +-1c.7-[04]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
           +-1f.0  Intel Corporation 200 Series PCH LPC Controller (B250) [8086:a2c8]
           +-1f.2  Intel Corporation 200 Series PCH PMC [8086:a2a1]
           +-1f.3  Intel Corporation 200 Series PCH HD Audio [8086:a2f0]
           \-1f.4  Intel Corporation 200 Series PCH SMBus Controller [8086:a2a3]
Link to comment
Share on other sites

10 hours ago, logze said:

 

Hi @Peter Suh

 

The result as below.

 

tc@box:~$ lspci -tvnnq
-[0000:00]-+-00.0  Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590f]
           +-02.0  Intel Corporation HD Graphics 630 [8086:5912]
           +-14.0  Intel Corporation 200 Series PCH USB 3.0 xHCI Controller [8086:a2af]
           +-14.2  Intel Corporation 200 Series PCH Thermal Subsystem [8086:a2b1]
           +-17.0  Intel Corporation 200 Series PCH SATA controller [AHCI mode] [8086:a282]
           +-1b.0-[01]----00.0  Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
           +-1c.0-[02]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
           +-1c.6-[03]----00.0  Intel Corporation Wireless 8265 / 8275 [8086:24fd]
           +-1c.7-[04]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
           +-1f.0  Intel Corporation 200 Series PCH LPC Controller (B250) [8086:a2c8]
           +-1f.2  Intel Corporation 200 Series PCH PMC [8086:a2a1]
           +-1f.3  Intel Corporation 200 Series PCH HD Audio [8086:a2f0]
           \-1f.4  Intel Corporation 200 Series PCH SMBus Controller [8086:a2a3]

 

 

The curl command was incorrectly reported. Please use below.

 

curl --location "https://github.com/pocopico/tinycore-redpill/raw/stable/rploader.sh" -O; chmod +x rploader.sh;
Link to comment
Share on other sites

10 hours ago, Peter Suh said:

 

The curl command was incorrectly reported. Please use below.

 

curl --location "https://github.com/pocopico/tinycore-redpill/raw/stable/rploader.sh" -O; chmod +x rploader.sh;

 

Got an error when building with the script ver 0.8.0.5

 

tc@box:~$ ./rploader.sh build geminilake-7.1.0-42661
Rploader Version : 0.8.0.5
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop 
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master 
Extensions :   redpill-dtb-static
  redpill-misc 
Extensions URL : "https://github.com/pocopico/rp-ext/raw/main/redpill-dtb-static/rpext-index.json",
"https://github.com/pocopico/redpill-load/raw/master/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.apollolake-7.0.dev.txz/download
TOOLKIT_SHA : d349fa644392d4cfab8191243ee38aaa32bd517208c144678e0c855cb5a619ea
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/apollolake-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : af815ee065775d2e569fd7176e25c8ba7ee17a03361557975c8e5a4b64230c5b
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : geminilake
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : test-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds920p_42661 
MODEL : DS920+ 
Local Cache Folder : /mnt/sde3/auxfiles
DATE Internet : 01102022 Local : 01102022
Checking Internet Access -> OK
Checking if a newer version exists on the stable repo -> Version is current
Redpill sources already downloaded, pulling latest
Already up to date.
Loader sources already downloaded, pulling latest
Already up to date.
No extra build option or static specified, using default <static> 
Using static compiled redpill extension
Removing any old redpill.ko modules
Looking for redpill for : ds920p_42661 
parse error: Invalid numeric literal at line 1, column 10
Module does not contain platorm information for ds920p_42661
Link to comment
Share on other sites

3 hours ago, logze said:

 

Got an error when building with the script ver 0.8.0.5

 

tc@box:~$ ./rploader.sh build geminilake-7.1.0-42661
Rploader Version : 0.8.0.5
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop 
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master 
Extensions :   redpill-dtb-static
  redpill-misc 
Extensions URL : "https://github.com/pocopico/rp-ext/raw/main/redpill-dtb-static/rpext-index.json",
"https://github.com/pocopico/redpill-load/raw/master/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.apollolake-7.0.dev.txz/download
TOOLKIT_SHA : d349fa644392d4cfab8191243ee38aaa32bd517208c144678e0c855cb5a619ea
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/apollolake-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : af815ee065775d2e569fd7176e25c8ba7ee17a03361557975c8e5a4b64230c5b
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : geminilake
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : test-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds920p_42661 
MODEL : DS920+ 
Local Cache Folder : /mnt/sde3/auxfiles
DATE Internet : 01102022 Local : 01102022
Checking Internet Access -> OK
Checking if a newer version exists on the stable repo -> Version is current
Redpill sources already downloaded, pulling latest
Already up to date.
Loader sources already downloaded, pulling latest
Already up to date.
No extra build option or static specified, using default <static> 
Using static compiled redpill extension
Removing any old redpill.ko modules
Looking for redpill for : ds920p_42661 
parse error: Invalid numeric literal at line 1, column 10
Module does not contain platorm information for ds920p_42661

 

 

There were some typos in rploader.sh.

 

Until pocopico corrects it, temporarily use the file I modified first.

 

Please try again with the command below.

 

curl --location "https://github.com/PeterSuh-Q3/redpill-load/raw/master/rploader.sh" -O; chmod +x rploader.sh;

 

  • Thanks 1
Link to comment
Share on other sites

10 hours ago, Peter Suh said:

 

 

There were some typos in rploader.sh.

 

Until pocopico corrects it, temporarily use the file I modified first.

 

Please try again with the command below.

 

curl --location "https://github.com/PeterSuh-Q3/redpill-load/raw/master/rploader.sh" -O; chmod +x rploader.sh;

 

 

Hi @Peter Suh

 

Rebuilding the loader by using your script and the nvme ssd can be recognized  as a cache drive.

Thanks for your help!

Edited by logze
  • Like 1
Link to comment
Share on other sites

On 9/30/2022 at 8:07 AM, Polanskiman said:

I am moving this thread to the Loader forum where it now belongs at this stage considering this loader version is stable.

Tinycore RedPill loader (TCRP) - Development release 0.9 will remain in the Developer Discussion Room as it is still in development.

I think this is something of a watershed moment for TCRP and Redpill. Congratulations on the achievement and thank you for all the hard work that's been put into this @pocopico (and @ThorGroup, wherever you may be these days).

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • Polanskiman changed the title to TinyCore RedPill Loader (TCRP)

Hello everyone. I was able to to successfully run DSM 7.1.1 on my custom build hardware (even migration from 6.2.3 was possible). But i have some questions:

- is there any way of making Bluetooth dongle to work? I was able to make my ZigBee coordinator working but I cannot see "btusb" module anywhere

- was anyone able to make power off and power on scheduler working? Using previous loader everything was working fine, now only power off is working. I made a workaround using wake on Lan finctionality but I'm curious.

 

Thanks on advance and nice job!

  • Like 1
Link to comment
Share on other sites

Hello everyone.

i need help

NIC 82599ES loading driver error,not work

MB:J4125NHU

platform:DVA1622
version":"7.1.1-42962
ext:ixgbe,r8169

tc@box:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:31f0] (rev 06)
00:00.3 System peripheral [0880]: Intel Corporation Device [8086:3190] (rev 06)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 06)
00:0f.0 Communication controller [0780]: Intel Corporation Device [8086:319a] (rev 06)
00:12.0 SATA controller [0106]: Intel Corporation Device [8086:31e3] (rev 06)
00:13.0 PCI bridge [0604]: Intel Corporation Device [8086:31d8] (rev f6)
00:13.2 PCI bridge [0604]: Intel Corporation Device [8086:31da] (rev f6)
00:14.0 PCI bridge [0604]: Intel Corporation Device [8086:31d6] (rev f6)
00:15.0 USB controller [0c03]: Intel Corporation Device [8086:31a8] (rev 06)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:31e8] (rev 06)
00:1f.1 SMBus [0c05]: Intel Corporation Device [8086:31d4] (rev 06)
01:00.0 Non-Volatile memory controller [0108]: Device [1987:5016] (rev 01)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
03:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01)

 

:: Loading kernel modules from extensions ...
Loading kmod #0 "dca.ko" for pocopico.ixgbe (args: )
Loading kmod #1 "vxlan.ko" for pocopico.ixgbe (args: )
insmod: can't insert 'vxlan.ko': unknown symbol in module, or unknown parameter
ERROR: kernel extensions "vxlan.ko" from pocopico.ixgbe failed to load
Exit on error [99] rp ext init exec failure...
Wed Oct  5 01:25:09 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0

Link to comment
Share on other sites

3 hours ago, coolfree said:

Hello everyone.

i need help

NIC 82599ES loading driver error,not work

MB:J4125NHU

platform:DVA1622
version":"7.1.1-42962
ext:ixgbe,r8169

tc@box:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:31f0] (rev 06)
00:00.3 System peripheral [0880]: Intel Corporation Device [8086:3190] (rev 06)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 06)
00:0f.0 Communication controller [0780]: Intel Corporation Device [8086:319a] (rev 06)
00:12.0 SATA controller [0106]: Intel Corporation Device [8086:31e3] (rev 06)
00:13.0 PCI bridge [0604]: Intel Corporation Device [8086:31d8] (rev f6)
00:13.2 PCI bridge [0604]: Intel Corporation Device [8086:31da] (rev f6)
00:14.0 PCI bridge [0604]: Intel Corporation Device [8086:31d6] (rev f6)
00:15.0 USB controller [0c03]: Intel Corporation Device [8086:31a8] (rev 06)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:31e8] (rev 06)
00:1f.1 SMBus [0c05]: Intel Corporation Device [8086:31d4] (rev 06)
01:00.0 Non-Volatile memory controller [0108]: Device [1987:5016] (rev 01)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
03:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01)

 

:: Loading kernel modules from extensions ...
Loading kmod #0 "dca.ko" for pocopico.ixgbe (args: )
Loading kmod #1 "vxlan.ko" for pocopico.ixgbe (args: )
insmod: can't insert 'vxlan.ko': unknown symbol in module, or unknown parameter
ERROR: kernel extensions "vxlan.ko" from pocopico.ixgbe failed to load
Exit on error [99] rp ext init exec failure...
Wed Oct  5 01:25:09 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0

 

Try 42218. Looks like a compatible problem.

Link to comment
Share on other sites

11 hours ago, coolfree said:

Hello everyone.

i need help

NIC 82599ES loading driver error,not work

MB:J4125NHU

platform:DVA1622
version":"7.1.1-42962
ext:ixgbe,r8169

tc@box:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:31f0] (rev 06)
00:00.3 System peripheral [0880]: Intel Corporation Device [8086:3190] (rev 06)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 06)
00:0f.0 Communication controller [0780]: Intel Corporation Device [8086:319a] (rev 06)
00:12.0 SATA controller [0106]: Intel Corporation Device [8086:31e3] (rev 06)
00:13.0 PCI bridge [0604]: Intel Corporation Device [8086:31d8] (rev f6)
00:13.2 PCI bridge [0604]: Intel Corporation Device [8086:31da] (rev f6)
00:14.0 PCI bridge [0604]: Intel Corporation Device [8086:31d6] (rev f6)
00:15.0 USB controller [0c03]: Intel Corporation Device [8086:31a8] (rev 06)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:31e8] (rev 06)
00:1f.1 SMBus [0c05]: Intel Corporation Device [8086:31d4] (rev 06)
01:00.0 Non-Volatile memory controller [0108]: Device [1987:5016] (rev 01)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
03:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01)

 

:: Loading kernel modules from extensions ...
Loading kmod #0 "dca.ko" for pocopico.ixgbe (args: )
Loading kmod #1 "vxlan.ko" for pocopico.ixgbe (args: )
insmod: can't insert 'vxlan.ko': unknown symbol in module, or unknown parameter
ERROR: kernel extensions "vxlan.ko" from pocopico.ixgbe failed to load
Exit on error [99] rp ext init exec failure...
Wed Oct  5 01:25:09 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0

 

I've added the missing dependencies. Can you please try adding the extension and rebuild  ?

Link to comment
Share on other sites

21 minutes ago, coolfree said:

OK,i try now 

SynologyNVR> cat /var/log/linuxrc.syno.log
START /linuxrc.syno.impl
'/etc.defaults/model.dtb' -> '/var/run/model.dtb'
Insert HDMI Audio driver
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci ... [  OK  ]
:: Loading module usb-storage ... [  OK  ]
:: 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: )
Loading kmod #2 "dca.ko" for pocopico.ixgbe (args: )
Loading kmod #3 "vxlan.ko" for pocopico.ixgbe (args: )
Loading kmod #4 "ixgbe.ko" for pocopico.ixgbe (args: )
insmod: can't insert 'ixgbe.ko': unknown symbol in module, or unknown parameter
ERROR: kernel extensions "ixgbe.ko" from pocopico.ixgbe failed to load
Exit on error [99] rp ext init exec failure...
Wed Oct  5 17:50:55 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0
SynologyNVR> 
vxlan.ko ok,but ixgbe.ko errpr

Link to comment
Share on other sites

@coolfree

 

Had an issue too with IXGBe Drive from the GitHub Repo.

 

Solution was to leave it disconnected an build up the Loader with another NIC attached to my ESXi VM.

 

Since my Build has OOB Drivers for 10GBe X540-T2 there was no reason to build another .ko into the TCRP Loader.

 

Afterwards i passthrough the X540 and everything went as aspected.

 

@pocopico @Peter Suh another thumbs up for your Work.

 

My small one is up with Friend as an 920+ like charm, my big one as an 3622xs+ went through the minor patch 42962 just without issues. The Big one doesn’t have a Friend yet but surely will, limited Time is the mean reason for being not updated yet.

 

Such an awesome work, remember @kiler in the first days with debugging „va not found“ and now look what you’ve done… TTG did further and you two (maybe more sorry do not crediting, I don’t know all people by Tags, you’re meant too) made the for many impossible, pita, to a nearly on-click (ok a bit of typing :-) ) solution.

 

Hut ab, like the German use to say…what means respect, really.

 

Looking forward for further development.

Link to comment
Share on other sites

Could someone please tell me how to change the Mac of my xpenology. I built the system using tinycore generated serial and Mac, but now want to use real mac for WOL purpose.

 

I tired changing the Mac in the user_config. But when I reboot it goes back to the previous Mac.

Do I need to a do tc build again.or there's some rploader command etc? Thanks.

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
Reply to this topic...

×   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...