maileha 发表于 2022-2-8 13:07:34

微星M4SMD主板编译完成为什么群晖助手找不到机器?

求版主或者高手指点一下,微星M4smd主板,lsi2308直通卡,主板上面集成一个intel x520万兆网卡,一个realtek r8168千兆网卡,编译918+7.0.1,加入了r8168、ixgbe、mpt2sas、redpill-acpid四个驱动,然后build和auto都正常完成了,实体机运行之后就是找不到机器、设置的config.json如下图,还有哪里有问题吗?



具体运行代码如下:
root@ubuntu:/home/bigboss/2022# ./redpill_tool_chain.sh auto apollolake-7.0.1-42218
Checking if redpill-lkm sources require pull.
Nothing to do.
Check if redpill-load sources require pull.
Nothing to do.
Lay back and enjoy the show: Magic is about to happen!
make: Entering directory '/opt/redpill-lkm'
make -C /opt/toolkit_dev-apollolake-7.0.1-42218 M=/opt/redpill-lkm RP_MODULE_TARGET="dev" RP_MODULE_TARGET_VER="7" modules
make: Entering directory '/opt/toolkit_dev-apollolake-7.0.1-42218'
RP-TARGET SPECIFIED AS dev v7
CC /opt/redpill-lkm/compat/string_compat.o
CC /opt/redpill-lkm/internal/helper/math_helper.o
CC /opt/redpill-lkm/internal/helper/memory_helper.o
CC /opt/redpill-lkm/internal/helper/symbol_helper.o
CC /opt/redpill-lkm/internal/scsi/scsi_toolbox.o
CC /opt/redpill-lkm/internal/scsi/scsi_notifier_list.o
CC /opt/redpill-lkm/internal/scsi/scsi_notifier.o
CC /opt/redpill-lkm/internal/override/override_symbol.o
CC /opt/redpill-lkm/internal/override/override_syscall.o
CC /opt/redpill-lkm/internal/intercept_execve.o
CC /opt/redpill-lkm/internal/call_protected.o
CC /opt/redpill-lkm/internal/intercept_driver_register.o
CC /opt/redpill-lkm/internal/stealth/sanitize_cmdline.o
CC /opt/redpill-lkm/internal/stealth.o
CC /opt/redpill-lkm/internal/virtual_pci.o
CC /opt/redpill-lkm/internal/uart/uart_swapper.o
CC /opt/redpill-lkm/internal/uart/vuart_virtual_irq.o
CC /opt/redpill-lkm/internal/uart/virtual_uart.o
CC /opt/redpill-lkm/internal/ioscheduler_fixer.o
CC /opt/redpill-lkm/config/cmdline_delegate.o
/opt/redpill-lkm/config/cmdline_delegate.c: In function 'extract_config_from_cmdline':
/opt/redpill-lkm/config/cmdline_delegate.c:413:74: warning: value computed is not used [-Wunused-value]
         extract_netif_macs(config->macs, single_param_chunk)             ||
                                                                        ^~
CC /opt/redpill-lkm/config/runtime_config.o
CC /opt/redpill-lkm/shim/boot_dev/boot_shim_base.o
CC /opt/redpill-lkm/shim/boot_dev/usb_boot_shim.o
CC /opt/redpill-lkm/shim/boot_dev/fake_sata_boot_shim.o
In file included from /opt/redpill-lkm/shim/boot_dev/fake_sata_boot_shim.c:46:
/opt/redpill-lkm/compat/toolkit/include/../drivers/usb/storage/usb.h:50:2: warning: #warning "Using compatibility file for drivers/usb/storage/usb.h - if possible do NOT compile using toolkit" [-Wcpp]
#warning "Using compatibility file for drivers/usb/storage/usb.h - if possible do NOT compile using toolkit"
^~~~~~~
CC /opt/redpill-lkm/shim/boot_dev/native_sata_boot_shim.o
CC /opt/redpill-lkm/shim/boot_device_shim.o
CC /opt/redpill-lkm/shim/storage/smart_shim.o
CC /opt/redpill-lkm/shim/storage/sata_port_shim.o
CC /opt/redpill-lkm/shim/bios/bios_hwcap_shim.o
CC /opt/redpill-lkm/shim/bios/bios_hwmon_shim.o
CC /opt/redpill-lkm/shim/bios/rtc_proxy.o
CC /opt/redpill-lkm/shim/bios/bios_shims_collection.o
CC /opt/redpill-lkm/shim/bios_shim.o
CC /opt/redpill-lkm/shim/block_fw_update_shim.o
CC /opt/redpill-lkm/shim/disable_exectutables.o
CC /opt/redpill-lkm/shim/pci_shim.o
CC /opt/redpill-lkm/shim/pmu_shim.o
CC /opt/redpill-lkm/shim/uart_fixer.o
CC /opt/redpill-lkm/redpill_main.o
LD /opt/redpill-lkm/redpill.o
Building modules, stage 2.
RP-TARGET SPECIFIED AS dev v7
MODPOST 1 modules
CC      /opt/redpill-lkm/redpill.mod.o
LD /opt/redpill-lkm/redpill.ko
make: Leaving directory '/opt/toolkit_dev-apollolake-7.0.1-42218'
make: Leaving directory '/opt/redpill-lkm'
#############################################
filename:       /opt/redpill-lkm/redpill.ko
license:      GPL
version:      v0.5-at-2022_02_08-04_37_25
author:         TTG
srcversion:   B8832A696B6882E8B0D5844
depends:      
retpoline:      Y
vermagic:       4.4.180+ SMP mod_unload
#############################################
Using user_config.json:
{
    "extra_cmdline": {
      "pid": "0x5591",
      "vid": "0x0781",
      "sn": "D1J81JN9H8GL9",
      "netif_num": "2",
      "mac1": "021132170671",
      "mac2": "021132170672",
      "SasIdxMap": "0",
      "DiskIdxMap": "68",
      "SataPortMap": "0007"
    },
    "synoinfo": {},
    "ramdisk_copy": {},
    "extensions": []
}
#############################################
/opt/redpill-load /opt
[#] Checking runtime for required tools...
[#] Updating extensions...

[#] Checking runtime for required tools...
[#] Extension thethorgroup.boot-wait is already installed from https://raw.githubusercontent.com/tossp/rp-ext/master/redpill-boot-wait/rpext-index.json
[#] Checking runtime for required tools...
[#] Updating jumkey.acpid2 extension...
[#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
###################################################################################################################################################### 100.0%###################################################################################################################################################### 100.0%
[#] Updating pocopico.ixgbe extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/ixgbe/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
###################################################################################################################################################### 100.0%
[#] Updating pocopico.mpt2sas extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/mpt2sas/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
###################################################################################################################################################### 100.0%
[#] Updating pocopico.r8168 extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/r8168/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
###################################################################################################################################################### 100.0%
[#] Updating thethorgroup.boot-wait extension...
[#] Downloading remote file https://raw.githubusercontent.com/tossp/rp-ext/master/redpill-boot-wait/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
###################################################################################################################################################### 100.0%

[#] Extension thethorgroup.boot-wait index is already up to date
[#] Updating thethorgroup.boot-wait extension...
[#] Checking runtime for required tools...
[#] Updating ds918p_42218 platforms extensions...
[#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/recipes/universal.json to /opt/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
###################################################################################################################################################### 100.0%###################################################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension jumkey.acpid2 platform ds918p_42218
[#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/src/install-acpid.sh to /opt/redpill-load/custom/extensions/jumkey.acpid2/ds918p_42218/install-acpid.sh
###################################################################################################################################################### 100.0%###################################################################################################################################################### 100.0%
[#] Verifying /opt/redpill-load/custom/extensions/jumkey.acpid2/ds918p_42218/install-acpid.sh file...
[#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/acpid.tar.gz to /opt/redpill-load/custom/extensions/jumkey.acpid2/ds918p_42218/acpid.tar.gz
###################################################################################################################################################### 100.0%
[#] Verifying /opt/redpill-load/custom/extensions/jumkey.acpid2/ds918p_42218/acpid.tar.gz file...
[#] Successfully processed recipe for extension jumkey.acpid2 platform ds918p_42218
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/ixgbe/releases/ds918p_42218.json to /opt/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
###################################################################################################################################################### 100.0%
[#] Extension pocopico.ixgbe for ds918p_42218 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/mpt2sas/releases/ds918p_42218.json to /opt/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
###################################################################################################################################################### 100.0%
[#] Extension pocopico.mpt2sas for ds918p_42218 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/r8168/releases/ds918p_42218.json to /opt/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
###################################################################################################################################################### 100.0%
[#] Extension pocopico.r8168 for ds918p_42218 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-boot-wait/master/recipes/universal.json to /opt/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
###################################################################################################################################################### 100.0%
[#] Extension thethorgroup.boot-wait for ds918p_42218 platform is already up to date
[#] Verifying /opt/redpill-load/custom/extensions/jumkey.acpid2/ds918p_42218/acpid.tar.gz file...
[#] Updating extensions...
[#] Verifying /opt/redpill-load/cache/ds918p_42218.pat file...
[#] Unpacking /opt/redpill-load/cache/ds918p_42218.pat file to /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked...
[#] Verifying /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/zImage file...
[#] Patching /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/zImage to /opt/redpill-load/build/1644295050/zImage-patched...
[#] Verifying /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/rd.gz file...
[#] Unpacking /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/rd.gz file to /opt/redpill-load/build/1644295050/rd-ds918p_42218-unpacked...
[#] Apply patches to /opt/redpill-load/build/1644295050/rd-ds918p_42218-unpacked...
[#] Patching config files in ramdisk...
[#] Adding OS config patching...
[#] Repacking ramdisk to /opt/redpill-load/build/1644295050/rd-patched-ds918p_42218.gz...
[#] Bundling extensions... [#] Checking runtime for required tools...
[#] Dumping ds918p_42218 platform extensions to /opt/redpill-load/build/1644295050/custom-initrd/exts...
[#] Packing custom ramdisk layer to /opt/redpill-load/build/1644295050/custom.gz...
[#] Generating GRUB config...
[#] Creating loader image at /opt/redpill-load/images/redpill-DS918+_7.0.1-42218_b1644295050.img...
[#] Cleaning up...
The redpill bootloader is created, the container will be ended now.
root@ubuntu:/home/bigboss/2022#




liatxc 发表于 2022-2-11 09:47:59

看到板子不错,忍耐不住来顶。只是不懂,期待高手解决。

maileha 发表于 2022-2-14 00:14:24

还是没有高手解决啊~

pzkq12345 发表于 2022-4-19 07:29:08

居然一模一样的配置,楼主搞定直通卡了吗? 我用直通卡 读不到smart信息,不能重建存储池
页: [1]
查看完整版本: 微星M4SMD主板编译完成为什么群晖助手找不到机器?