扫描二维码关注官方公众号
返回列表 发布新帖

[求助/问答] 微星M4SMD主板编译完成为什么群晖助手找不到机器?

4328 3
发表于 2022-2-8 13:07:34 | 查看全部 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

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

屏幕截图 2022-02-08 130328 (2).png

具体运行代码如下:
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[1]: 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[2]: Entering directory '/opt/toolkit_dev-apollolake-7.0.1-42218'
RP-TARGET SPECIFIED AS dev v7
  CC [M]  /opt/redpill-lkm/compat/string_compat.o
  CC [M]  /opt/redpill-lkm/internal/helper/math_helper.o
  CC [M]  /opt/redpill-lkm/internal/helper/memory_helper.o
  CC [M]  /opt/redpill-lkm/internal/helper/symbol_helper.o
  CC [M]  /opt/redpill-lkm/internal/scsi/scsi_toolbox.o
  CC [M]  /opt/redpill-lkm/internal/scsi/scsi_notifier_list.o
  CC [M]  /opt/redpill-lkm/internal/scsi/scsi_notifier.o
  CC [M]  /opt/redpill-lkm/internal/override/override_symbol.o
  CC [M]  /opt/redpill-lkm/internal/override/override_syscall.o
  CC [M]  /opt/redpill-lkm/internal/intercept_execve.o
  CC [M]  /opt/redpill-lkm/internal/call_protected.o
  CC [M]  /opt/redpill-lkm/internal/intercept_driver_register.o
  CC [M]  /opt/redpill-lkm/internal/stealth/sanitize_cmdline.o
  CC [M]  /opt/redpill-lkm/internal/stealth.o
  CC [M]  /opt/redpill-lkm/internal/virtual_pci.o
  CC [M]  /opt/redpill-lkm/internal/uart/uart_swapper.o
  CC [M]  /opt/redpill-lkm/internal/uart/vuart_virtual_irq.o
  CC [M]  /opt/redpill-lkm/internal/uart/virtual_uart.o
  CC [M]  /opt/redpill-lkm/internal/ioscheduler_fixer.o
  CC [M]  /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 [M]  /opt/redpill-lkm/config/runtime_config.o
  CC [M]  /opt/redpill-lkm/shim/boot_dev/boot_shim_base.o
  CC [M]  /opt/redpill-lkm/shim/boot_dev/usb_boot_shim.o
  CC [M]  /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 [M]  /opt/redpill-lkm/shim/boot_dev/native_sata_boot_shim.o
  CC [M]  /opt/redpill-lkm/shim/boot_device_shim.o
  CC [M]  /opt/redpill-lkm/shim/storage/smart_shim.o
  CC [M]  /opt/redpill-lkm/shim/storage/sata_port_shim.o
  CC [M]  /opt/redpill-lkm/shim/bios/bios_hwcap_shim.o
  CC [M]  /opt/redpill-lkm/shim/bios/bios_hwmon_shim.o
  CC [M]  /opt/redpill-lkm/shim/bios/rtc_proxy.o
  CC [M]  /opt/redpill-lkm/shim/bios/bios_shims_collection.o
  CC [M]  /opt/redpill-lkm/shim/bios_shim.o
  CC [M]  /opt/redpill-lkm/shim/block_fw_update_shim.o
  CC [M]  /opt/redpill-lkm/shim/disable_exectutables.o
  CC [M]  /opt/redpill-lkm/shim/pci_shim.o
  CC [M]  /opt/redpill-lkm/shim/pmu_shim.o
  CC [M]  /opt/redpill-lkm/shim/uart_fixer.o
  CC [M]  /opt/redpill-lkm/redpill_main.o
  LD [M]  /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 [M]  /opt/redpill-lkm/redpill.ko
make[2]: Leaving directory '/opt/toolkit_dev-apollolake-7.0.1-42218'
make[1]: 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... [OK]
[#] Updating extensions...

[#] Checking runtime for required tools... [OK]
[#] Extension thethorgroup.boot-wait is already installed from https://raw.githubusercontent.co ... it/rpext-index.json
[#] Checking runtime for required tools... [OK]
[#] Updating jumkey.acpid2 extension...
[#] Downloading remote file https://github.com/jumkey/redpil ... id/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.co ... be/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.co ... as/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.co ... 68/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.co ... it/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... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds918p_42218 platforms extensions...
[#] Downloading remote file https://github.com/jumkey/redpil ... ipes/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/redpil ... rc/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... [OK]
[#] Downloading remote file https://github.com/jumkey/redpil ... -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... [OK]
[#] Successfully processed recipe for extension jumkey.acpid2 platform ds918p_42218
[#] Downloading remote file https://raw.githubusercontent.co ... s/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.co ... s/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.co ... s/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.co ... ipes/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... [OK]
[#] Updating extensions... [OK]
[#] Verifying /opt/redpill-load/cache/ds918p_42218.pat file... [OK]
[#] Unpacking /opt/redpill-load/cache/ds918p_42218.pat file to /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked... [OK]
[#] Verifying /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/zImage file... [OK]
[#] Patching /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/zImage to /opt/redpill-load/build/1644295050/zImage-patched... [OK]
[#] Verifying /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/rd.gz file... [OK]
[#] Unpacking /opt/redpill-load/build/1644295050/pat-ds918p_42218-unpacked/rd.gz file to /opt/redpill-load/build/1644295050/rd-ds918p_42218-unpacked... [OK]
[#] Apply patches to /opt/redpill-load/build/1644295050/rd-ds918p_42218-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /opt/redpill-load/build/1644295050/rd-patched-ds918p_42218.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds918p_42218 platform extensions to /opt/redpill-load/build/1644295050/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /opt/redpill-load/build/1644295050/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at /opt/redpill-load/images/redpill-DS918+_7.0.1-42218_b1644295050.img... [OK]
[#] Cleaning up... [OK]
The redpill bootloader is created, the container will be ended now.
root@ubuntu:/home/bigboss/2022#




评论3

liatxcLv.5 发表于 2022-2-11 09:47:59 | 查看全部
看到板子不错,忍耐不住来顶。只是不懂,期待高手解决。
回复 点赞

使用道具 举报

mailehaVIPLv.10 发表于 2022-2-14 00:14:24 | 查看全部
还是没有高手解决啊~
回复 点赞

使用道具 举报

pzkq12345Lv.3 发表于 2022-4-19 07:29:08 来自手机 | 查看全部
居然一模一样的配置,楼主搞定直通卡了吗? 我用直通卡 读不到smart信息,不能重建存储池
回复 点赞

使用道具 举报

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

淘宝小店

邀请码

VIP会员

微信客服

公众号

微信群

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表