Jump to content
XPEnology Community

Martijn

Rookie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Martijn

  1. Gentle peeps, I'm trying to get a NUC11 running which is reported an as a NUC11TNHv5/NUC11TNBv5. Had to wait forever for a serial port adapter for the NUC to arrive, so now I can finally see what is happening underneath. NUC11 has an nvme disk (which is not being used as of yet) and two sata disk (module and 2.5" disk) which will service as the DSM base disks. The sata disks are indeed detected when mapping using satamap. When building for example building ds3622xsp-7.1.1-42962 (using TCRP v0.9.4.5) I add the igc module. but I don't see it when looking at the serial console booting USB ./rploader.sh serialgen DS3622xs+ ./rploader.sh identifyusb now ./rploader.sh satamap now # the internal Intel I225-LM ./rploader.sh ext ds3622xsp-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/main/igc/rpext-index.json # used an external usb-c ethernet dongle as well ./rploader.sh ext ds3622xsp-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/main/r8152/rpext-index.json ./rploader.sh build ds3622xsp-7.1.1-42962 serial console on another machine: Loading Linux... Loading initramfs... Starting kernel with USB boot [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.180+ (root@build13) (gcc version 8.5.0 (GCC) ) #42962 SMP Sat Sep 3 22:22:16 CST 2022 [ 0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=48210B360286 sn=2030SQRYWCV3F vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=2 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel .... .... [ 0.667967] pci_bus 0001:0c: busn_res: can not insert [bus 0c-ff] under domain [bus 00-ff] (conflicts with (null) [bus 09-ff]) [ 0.668947] pci_bus 0001:0c: root bus resource [bus 00-ff] [ 0.669446] pci 0001:0c:00.0: [1b4b:9235] type 00 class 0x010601 [ 0.669973] pci 0001:0c:00.0: Can't map mv9235 registers [ 0.670422] ahci: probe of 0001:0c:00.0 failed with error -22 [ 0.671086] console [ttyS0] disabled And it just sits there forever. This is pbl the final message when no network is detected as the next logs will be triggered from a network event. But when I use the RedPill DS3622xs v7.1.1-42962 Beta (SATA, Verbose) boot option I do sometimes see the modules being started (the onboard Intel igc and the r8152 dongle) but understandable it will just error out at some point waiting for the boot device since I did not install anything yet. Can someone confirm explain what is going on here with the modules. * Has this to do with the 7.1.1 version (other gave me different problems when building working with the v0.9.4.5) * Is the hardware init on cold/warm boots? I have not figured it out yet. * And it will indeed just sit there on the "console [ttyS0] disabled" when no network is detected? Any hints how to get it working? I know it is able to init. The ARPL is for example able to init the module everytime, I see way more on the serial console and it gives me a web interface. It will error out on a lot of different stuff though. Would be nice to make a clean TCRP install. Cheers, Martijn
×
×
  • Create New...