Jump to content
XPEnology Community

Peter Suh

Member
  • Posts

    2,653
  • Joined

  • Last visited

  • Days Won

    139

Posts posted by Peter Suh

  1. On 5/26/2024 at 2:45 PM, Fox Mulder said:

    I changed model from DS923+ to DS920+ and "dmesg | grep nct6775" command now returns:

    [  494.707520] nct6775: Unknown symbol vid_from_reg (err 0)
    [  494.707984] nct6775: Unknown symbol vid_which_vrm (err 0)

     

     

    I'm sorry. If you look at the list here, I failed to tell you that rr-addons are said to be private. 
    https://github.com/orgs/RROrg/repositories

     

    So, as I told you, did you check the "sensors" addon in rr and add it separately?

  2. 12 hours ago, Fox Mulder said:

    Tried that, with Sudo, and got "insmod: ERROR: could not insert module /usr/lib/modules/nct6775.ko: Unknown symbol in module"

     

    Before making the request, add the addon below and try building the rr loader again.

     

    https://github.com/RROrg/rr-addons/tree/main/sensors

     

    It seems to integrate and activate sensor-related modules.
    To me, the command below seems to be the key in the script related to this.

     

    modprobe -q nct6775

     

     

     

     

     

  3. 12 hours ago, Fox Mulder said:

    I have i915 loaded in RR, but when I run the "dmesg | grep nct6775" I get nothing.

    When I try insmod, I get "insmod: ERROR: could not load module NCT6775.KO: No such file or directory"

     

    Have you confirmed that this file actually exists in the path below?
    /usr/lib/modules/nct6775.ko
    insmod must be performed within the /usr/lib/modules path where the actual ko file exists.
    If you want to run it from another path, try as below.
    insmod /usr/lib/modules/nct6775.ko

  4. 사십동님

    여기에도 문의를 남겨 놓으셨네요.

    오래된 DSM 6.2 보다는 7.2 설치를 권장드리려 했는데, 이미 그렇게 잘 진행해서 성공하셨더군요. ^^

    최종 성공기 남겨주신 내용 여기도 현행화 하겠습니다.

     

    dsm 7.2.1-69057
    mshell, 3622xs+

    보드 : B760M
    랜카드 : Realtek 8111H
    CPU : i3-12100 (엘더레이크)

    기존 빌드가 보드의 랜카드를 지원하지 않았던 것 같습니다!
    저와 랜카드가 동일한 해외 성공사례와 공지의 가이드를 참고했습니다.
     

  5. 이 nvmesystem Addon 은 아래 보이시는 Additional Functions 하위 메뉴로 들어가셔야 나타납니다.

     

    8351b17513c6ad2c1f829e67f89be593.jpeg.63dd435cb4bad472711e833e1016a9e1.jpeg

     

    Add nvmesystem Addon 이 Remove nvmesystem Addon 로 바뀌면 잘 추가된것입니다.

    Esc 나 Cancel 로 상위 메뉴로 나오셔서 평소처럼 로더 빌드해 주시면 되겠습니다.

     

    nvmesystem Addon 이 사용되면 DSM 에서 캐쉬는 더이상 사용불가 합니다.

     

    SA6400 / DS923+ / DS920+ 의

    Device-Tree 기반 중심으로 먼저 테스트 되었습니다.

     

    다른 모델도 시험후 계속 업데이트 드리겠습니다.

     

    Non-DT 인

    DS918+ 도 잘 동작합니다.

    그런데, Non-DT 기반의 모델들은 M.2 디스크들이 보이지 않습니다.

    스토리지풀 생성스크립트를 어쩔 수 없이 사용하셔야 합니다.

     

    sudo -i

    curl -kLO https://raw.githubusercontent.com/PeterSuh-Q3/Synology_M2_volume/main/syno_create_m2_volume.sh

    chmod +x syno_create_m2_volume.sh

     ./syno_create_m2_volume.sh

  6. 좀 늦게 답변을 드려서 이미 해결하셨을것 같습니다만,

     

    공인IP 뒤쪽에 공유기(라우터)를 물리셨으면 사설IP만 생각하셔야 합니다.

    사설IP를 이미 셋팅하고 계셨다면 이전 통신사의 공유기 DHCP 설정을 새로바뀐 KT의 공유기에 똑같이 설정해 주셔야 합니다.

    각 인터넷 통신사 공유기마다 사설IP를 부여하는 C 클래스 (님의 경우는 219)가 이전 통신사와 달랐을겁니다.

    DHCP 설정부분을 주의 깊게 보시면서 틀린점이 없도록 신중히 다시 셋팅해 보시기 바랍니다.

  7. On 4/27/2024 at 2:50 PM, alirz1 said:

    Are there any options to run xpenology on a baremetal setup with nvme storage only?

     

    Finally finished it.
    The first version of @wjz304 had some bugs, and through cooperation, we finally completed a stable addon.
    rr and mshell share the same improved script.
    We recommend using a DT-based model.
    If M.2 appears in Disk Manager, it is based on DT.

     

     

    • Like 1
    • Thanks 1
  8. [NOTICE]

     

    Distribution of nvmesystem addon for mshell for m.2 nvme standalone installation (DSM and volume).

     

    This nvmesystem addon appears only when you enter the "Additional Functions" submenu shown below.

     

    2024-05-159_20_09.png.c5bb7dbfa7fe8bf68d17f811d1a1eb9a.png

     

    2024-05-159_20_39.png.e0524591053d982005e9aab0e560b31c.png

     

     

    If Add nvmesystem Addon changes to Remove nvmesystem Addon, it has been added successfully.

    You can go to the top menu with Esc or Cancel and build the loader as usual.

     

    When nvmesystem Addon is used, the cache is no longer available in DSM.

     

    SA6400 / DS923+ / DS920+

    It was first tested based on Device-Tree.

     

    I will continue to update other models after testing them.

     

    Non-DT DS918+ also works well.

    However, non-DT based models do not show M.2 disks on disk manager.

    You have no choice but to use the storage pool creation script.

     

    sudo -i

    curl -kLO https://raw.githubusercontent.com/PeterSuh-Q3/Synology_M2_volume/main/syno_create_m2_volume.sh

    chmod +x syno_create_m2_volume.sh

    ./syno_create_m2_volume.sh

     

     

    2024-05-159_23_42.thumb.png.44373ad9ebe2d394e3b471bbb11682bf.png

     

    2024-05-159_23_50.thumb.png.685b5e1188b97eee07c987df326fd5d6.png

     

     

     

    • Like 2
    • Thanks 1
  9. 8 hours ago, Fox Mulder said:

    For some reason it didn't work for me.. depmod command does not exist on my DS923+ build (RR loader), and the NCT6775.KO file already exists in the lib/modules folder.

    Am I missing anything? Do I need to put "nct6775" in modules.conf file?

     

    Thanks.

     

    rr may have already loaded this module.
    Check the module loading results with the command below.
    dmesg | grep nct6775
    If you don't have modprobe
    You can also use insmod instead.

  10. 5 hours ago, FanatikaTm said:

    Hello everyone,

    I started getting some problems. It's been almost 1 year since I installed red pill DS3622xs+.

    When I try to open file manager I get those error "see pictures" . Package center says that I don't have internet but I have. I'm running plex and plex is working with no problem but I'm getting worried that something may crash. 

    Any advice ?

    Screenshot_2024-05-07-22-21-37-989_com.brave.browser-edit.jpg

    Screenshot_2024-05-07-22-17-20-946_com.brave.browser-edit.jpg

    Screenshot_2024-05-07-22-18-10-786_com.brave.browser-edit.jpg

    Screenshot_2024-05-07-22-18-46-239_com.brave.browser-edit.jpg

     

     

    If linking to Google.com has been disabled in the NTP Server settings was not intentionally set, this disabling seems to mean that the Internet is blocked.


    Also, since Timezone appears as Athens and Bucharest, I guess your native language is not English.

     

    Did you intentionally convert the DSM screens to English for publication?
    If so, please try actually changing the language from your native language to English in DSM's regional options.

     

    This method has been effective in some past posts.

  11. On 4/27/2024 at 2:50 PM, alirz1 said:

    Are there any options to run xpenology on a baremetal setup with nvme storage only?

     

    A little while ago, I checked nvmesystem, a new addon included in rr. It seems that it is possible to use this addon only for SA6400. Let's add features to tcrp-mshell as well.

     

    Author: jim3ma. Install the system on only m2 disk (current only support SA6400).

    • Like 1
  12. 13 hours ago, midiman007 said:

    Peter thanks for your reply. Again thank you for your hard work on the loader.

     

     

    After a complete rebuild the PC will shut down and not power on. Really strange.

    Yes I did notice that even though the error appeared the boxes were checked and the PC shutdown at night but will not power on in the morning.

     

    I will try removing the weekend task and just use the weekday and see if that is the issue.

     

    I don't know about a true Sysology NAS since all of my OEM NAS's are QNaps.

     

     

     

     

    There was one thing I didn't mention.


    The point is that not all MOBOs work with this power reservation setting.
    (I understand that S5 in the CMOS BIOS is involved.)


    In particular, there are reports from users that MSI's products are incompatible with REDPILL. (The NIC does not respond for no particular reason, etc.)

  13. On 4/25/2024 at 4:42 AM, midiman007 said:

    I just installed bare metal

    THis was a bare metal box with spare parts I had from my old pc

     

    Thanks so much for this I just built a DS1823xs+ with 7.2.1 DSM update 5 on a MSI Z97-GD65 Gaming LGA 1150 Intel Z97 HDMI SATA 6Gb/s USB 3.0 ATX Intel Motherboard and Intel Core i7-4790K with 32 gigs of ram with version v0.9.5.0.

     

     

    Now for set it was 1,2,3. The only issue I can see is if I try and set the power schedule it is giving me a network error. Say please check you network setting.

     

    Now the case has 6 bays for HD, the mother board has 8 HD dId I over do my install by installing a DS1823xs+?

    Right now I have 5 HD installed.

     

     

     

    Currentbuild - 1823xs+.jpg

    error.jpg

     

    The above error message appears not only here but also in other places. However, it does not affect the actual operation of the scheduler. The last changed settings will remain the same. Please try out StartUp and Shutdown in action.


    However, I'm not sure if it's a Synology bug or a REDPILL bug, but there is a problem with the schedule operating because weekdays and weekends are differentiated. Maybe your weekend doesn't work out the way you want it to.


    I experienced this phenomenon a long time ago and was not using the weekend setting.
    Didn't this problem occur with the genuine product?

     

    2024-04-2611_38_46.thumb.png.17ac33c69edbcafc3cd020241b8a263f.png

     

    2024-04-2611_42_51.thumb.png.858717b8b5654e1a96cad674b52a6b91.png

  14. The Intel 10G ixgbe modules of DS3617xs(broadwell) and DS3622xs+(broadwellnk) operate somewhat specially.
    Both models must use the vanilla ixgbe that was originally built into the original model.


    I don't know if the TCRP of pocopico you used has adjustments for this vanilla module.


    rr and my mshell have this vanilla ixgbe adjustment.
    ixgbe compiled separately from redpill should only be used on other than these two platforms broadwell / broadwellnk.


    These two files are vanilla module files that are imported directly from the original module in Synology.
    The module pack is managed by overwriting this file on top of the ixgbe compiled by redpill.


    https://github.com/PeterSuh-Q3/arpl-modules/blob/main/vanilla/broadwell-4.4.302/ixgbe.ko
    https://github.com/PeterSuh-Q3/arpl-modules/blob/main/vanilla/broadwellnk-4.4.302/ixgbe.ko


    I hope you try it with rr or mshell.

    • Like 1
  15.  

    @dyter, @dimakv2014

    @IG-88 and I have a shared interest in topics related to ASM1166 and ECS07.


    This is covered primarily on page 3 of this topic.


    In order to avoid further hijacking of this topic regarding the development of SVA1622,

    it doesn't seem like a bad idea to continue the discussion on that topic.

     

    I have both of these controllers.
    The pros and cons of both controllers have already been mentioned in this topic.
    If you have further questions, please continue this topic.

    • Like 1
  16. 22 hours ago, deathstar said:

     

    hi did you fix this issue? Its april 2024 now. I am looking to buy a N100 NAS and put xpenology on it.

     

    I'm not sure if you're considering a VM like Proxmox or bare metal, but for beginners, I recommend starting with bare metal.
    License subscription is a prerequisite for HW acceleration in Plex.

     

    The mention of @Bullseye may seem like there is a problem with the SA6400's i915, but that is not the case.
    This may be because he did not meet various conditions for transcoding.

     

     

  17. I have one thing to check and fix after work today.
    An addon called dbgutils is being used in rr and mshell.
    If an error like the above occurs, this is a function that captures the error log or status and creates a log folder in the first partition of the USB.
    There is no need for those who do not have any problems on a regular basis.
    This is a utility to monitor if a problem occurs.
     
    However, it was discovered that a script error occurred in this utility itself.
    I plan to remove the menu so that dbgutils itself can be used selectively.
    A script meant to find errors may actually end up being poisoned by errors.
    As I complete multilingual support today, I will make improvements and distribute it together.

     

    For arc and rr, this addon can be used optionally.

  18. I understand that you have confirmed that the problematic dgbutils has been removed.
    Nevertheless, there is still no response from the NIC (Did you also check that the NIC LED is blinking?)


    means that tg3 is not working correctly with the REDPILL module.


    If there is another NIC that supports 1GB (Intel igb or e1000 / e1000e, etc. are highly compatible), it would be good to use it for DSM installation.
    If it is difficult to obtain such a NIC, you can use the 10G mentioned above.

    Please give it a try.


    You can simply replace the NIC without rebuilding the loader.

  19. 3 minutes ago, ULSY said:

    As you described, I uncomment the line 295 firstly. 

    image.thumb.png.74ef36326d1c93dd12c43d480dd81c51.png

     

    Then the dgbutils line has been removed in *load/b*.json

    And the lolder has been recreated and then rebooted

    Result still the same :(
    image.thumb.png.c2d43c8db025c89058ca5a2d0e849e39.png

     

    After the ping response disappears like that, you have to wait a few minutes for the ping to come back.
    The reason it disappears for a moment is because the network module requires loading time.
    How many more minutes did you wait?

×
×
  • Create New...