Jump to content
XPEnology Community

yuyuko

Transition Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by yuyuko

  1. On 5/22/2020 at 6:28 PM, IG-88 said:

    thats just a small change in synoinfo.conf that a documented, i use 3 nic's in my 918+ system

    i reference to this in the 1st post in the thread about 6.2.2

    https://xpenology.com/forum/topic/12679-progress-of-62-loader/page/9/?tab=comments#comment-92682

     

    yes i guessed that from your cpu, but the limit is not about "threads"  ts just cores, the kernel config states 8 cores for 918+ so if you disable HT you can have all 6 cores used in 918+ and would loose only minor performance as HT is far from that much of a gain

    I've set those settings in files but i350T2 still can't work (system only detect 2 nic's(MB lanport) ) 

     

    gruf.cfg 👇
    set sn=XXXXX
    set mac1=XXXXXXXXB402
    set mac2=XXXXXXXXB403
    set mac3=XXXXXXXXB404
    set mac4=XXXXXXXXB405
    set netif_num=1

     

    /etc/synoinfo.conf 👇

    change:

    maxlanport="4"

    add:

    eth2_mtu="1500"

    eth3_mtu="1500"

    eth2_wol_options="d"

    eth3_wol_options="d"

     

    same with  /etc.default/synoinfo.conf

     

    Is that extra.lzma problem with drive?

    or DS918+ 6.2.3 adds new settings to limite nic num support over 2 .

  2. On 5/22/2020 at 6:28 PM, IG-88 said:

    thats just a small change in synoinfo.conf that a documented, i use 3 nic's in my 918+ system

    i reference to this in the 1st post in the thread about 6.2.2

    https://xpenology.com/forum/topic/12679-progress-of-62-loader/page/9/?tab=comments#comment-92682

    I've set those settings in files but i350T2 still can't work (system only detect 2 nic's(MB lanport) ) 

     

    gruf.cfg 👇
    set sn=XXXXX
    set mac1=XXXXXXXXB402
    set mac2=XXXXXXXXB403
    set mac3=XXXXXXXXB404
    set mac4=XXXXXXXXB405
    set netif_num=1

     

    /etc/synoinfo.conf 👇

    change:

    maxlanport="4"

    add:

    eth2_mtu="1500"

    eth3_mtu="1500"

    eth2_wol_options="d"

    eth3_wol_options="d"

     

    same with  /etc.default/synoinfo.conf

     

    Is that extra.lzma problem with drive?

    or DS918+ 6.2.3 adds new settings to limite nic num support over 2 

  3. 11 hours ago, yuyuko said:

    https://gugucomputing.wordpress.com/2018/11/11/experiment-on-sata_args-in-grub-cfg/

    sorry there.By learned this blog,I know that we can change sata controller  supports,but still don't know how to deal with the disk sequence.
    wanna ask:if there's any possible to change mb sata controller Disk sequence,not default from 1 -6. Use 7-12 instead.
    my MB has 6 sata ports default,and second sata controller is JMB585 with 5 sata ports.
    I want change disk sequence like 1-5(JMB585) 6-11(MB sata ports from 0-5).
    I‘ve tested with :
    SasIdxMap=0 DiskIdxMap=0005 SataPortMap=56
    SasIdxMap=0 DiskIdxMap=0500 SataPortMap=65
    SasIdxMap=0 DiskIdxMap=05 SataPortMap=65
    but none of them can work

    after 4 tests with:
    NO.1: doesn't work.default disk sequence
    set extra_args_3617='SasIdxMap=0 DiskIdxMap=0005 SataPortMap=65'
    set sata_args='sata_uid=1 sata_pcislot=5 synoboot_satadom=1 SasIdxMap=0 DiskIdxMap=0005 SataPortMap=56'
    NO.2:ddoesn't work.default disk sequence
    set extra_args_3617='SasIdxMap=0 DiskIdxMap=0005 SataPortMap=65'
    set sata_args='SasIdxMap=0 DiskIdxMap=0005 SataPortMap=56'
    NO.3: work,MB sata controller disk sequence from 6-11 ,JMB585 disk sepuuence from 1-5
    set extra_args_3617='SasIdxMap=0 DiskIdxMap=0500 SataPortMap=65'
    set sata_args='SasIdxMap=0 DiskIdxMap=0500 SataPortMap=65'
    NO.4:doesn't work and disconnect with dsm
    set extra_args_3617='SasIdxMap=0 DiskIdxMap=05 SataPortMap=65'
    set sata_args='SasIdxMap=0 DiskIdxMap=05 SataPortMap=65'

     

    now,uncertain settings:
    sata_uid=1
    ata_pcislot=5
    synoboot_satadom=1
    those three settings only show in DS3617 gruf.cfg. DS918 doesn't have it.
    for sure is those three settings can let NO.3 back to default disk sequence.

    I don't know these three Settings means what in DSM.

  4. https://gugucomputing.wordpress.com/2018/11/11/experiment-on-sata_args-in-grub-cfg/

    sorry there.By learned this blog,I know that we can change sata controller  supports,but still don't know how to deal with the disk sequence.
    wanna ask:if there's any possible to change mb sata controller Disk sequence,not default from 1 -6. Use 7-12 instead.
    my MB has 6 sata ports default,and second sata controller is JMB585 with 5 sata ports.
    I want change disk sequence like 1-5(JMB585) 6-11(MB sata ports from 0-5).
    I‘ve tested with :
    SasIdxMap=0 DiskIdxMap=0005 SataPortMap=56
    SasIdxMap=0 DiskIdxMap=0500 SataPortMap=65
    SasIdxMap=0 DiskIdxMap=05 SataPortMap=65
    but none of them can work

  5. https://gugucomputing.wordpress.com/2018/11/11/experiment-on-sata_args-in-grub-cfg/

    sorry there.By learned this blog,I know that we can change sata controller  supports,but still don't know how to deal with the disk sequence.
    wanna ask:if there's any possible to change mb sata controller Disk sequence,not default from 1 -6. Use 7-12 instead.
    my MB has 6 sata ports default,and second sata controller is JMB585 with 5 sata ports.
    I want change disk sequence like 1-5(JMB585) 6-11(MB sata ports from 0-5).
    I‘ve tested with :
    SasIdxMap=0 DiskIdxMap=0005 SataPortMap=56
    SasIdxMap=0 DiskIdxMap=0500 SataPortMap=65
    SasIdxMap=0 DiskIdxMap=05 SataPortMap=65
    but none of them can work

  6. DS918+ 6.2.3 25426

    LSI-9207 IT mode with 4  4T Seagate IronWolf HDD(raid5)
    issue:

    all drives can be detected in dsm system ,but system keeps showing :Volumne 2  Warning:This storage has entered the warning status.Please go to the HDD/SSD page to check the drives with issues.

    when I checked in that page ,I just found those 4 HDD don't have S.M.A.R.T values 

    IS that what u said in edit2 ?
    and except reinstall/move to 3617 ,is there any way to fix it ?

  7. On 5/22/2020 at 5:19 PM, IG-88 said:

    no drivers crashing, some acpi errors i'd need to compare with a test system (i'm testing 315/17 new extra.lzma, so additional work as i'm looking into demsg anyway)

    maybe you can try to reduce some acpi / power management features in bios for testing, 3617 has a older kernel then 918+, like using  older or dumped down acpi version

     

    maybe disabling HT and using 918+ is a option (when shutdown is working with it)

    I've tested with  all ACPI/power settings(with i can see in the pages) on bios,after verious attempts it still can't work T_T 

  8. 59 minutes ago, IG-88 said:

    no drivers crashing, some acpi errors i'd need to compare with a test system (i'm testing 315/17 new extra.lzma, so additional work as i'm looking into demsg anyway)

    maybe you can try to reduce some acpi / power management features in bios for testing, 3617 has a older kernel then 918+, like using  older or dumped down acpi version

     

    maybe disabling HT and using 918+ is a option (when shutdown is working with it)

    thx,I'll try with acpi/power bios settings,see if it can fix it.
    why i want to use 3617:
    1.918 only can detect 4C/8T , 3617 can work with 8C/16T.
    2.918 only can active 2 nics there,3617 can active at least 4

    XD, hope u have a great weekend.
    still looking forward to the day when 3617/15 new extra.lzma  comes out~

  9. 14 hours ago, IG-88 said:

    thats usually because of drivers crashing an boot, check dmesg so find it

    maybe some left overs from 918+ driver set that are still loaded

    a safe choice is also to empty /usr/lib/modules/update/ and reboot

    the loader will copy all missing files from the extra.lzma on boot back and you get rid of any left overs

     

    thanks.

    I did rm -rf /usr/lib/modules/update/ and reboot ,it doesn't work for me.

    I also tried let my friends give me all files from modules folder and replace all,doesn't work too.(3617 dsm6.2.3-25426 works on his mechine)

    how to use dmesg commands to check errors from logs.

  10. 47 minutes ago, Flint said:

    For 6.2.3 in ch_cpuinfo.sh replace:

    string 178:

    form

    sed -i "s/${dt}.model]);/${dt}.model]);${cpu_info}/g" $BKUP_DIR/admin_center.js

    to

    sed -i "s/${dt}.model])\}/${dt}.model])\}${cpu_info}/g" $BKUP_DIR/admin_center.js

    string 659:

    from

    dt=h

    to

    dt=g

    This workaroung will fix web view but break backward compatibility of script. Use it only with 6.2.3.

     

    How to fix mobile view idk yet...

    thx,that works OWO
    hope ppl there can fix mobile view ~

     

×
×
  • Create New...