Jump to content
XPEnology Community

Trantor

Developer
  • Posts

    583
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Trantor

  1. Embbed ramdisk is not a problem, you can always override/overlay it with your custom ramdisk.

     

    Yes I know but the idea is to maintain one release and not create many versions.

    One version is far more easy to understand for the community than the multiple versions from the past (andy, odie, gnoboot, nanoboot, mine...).

  2. Hi everyone,

     

    In order to help this project and the community I have a request for : @Vortex, @Sancome, @Kali, @Jman, @Poechi

     

    First big thanks to all of you for your amazing work :grin:

    I see in the changelog that tg3 driver is updated but the included version is v3.121 from 2011, whereas the latest is 3.137.

     

    My idea is to provide new/updated drivers (tg3, e1000e, igb, mpt2sas ...) for the XPEnoboot release but there are some "issues" that prevent me to do so.

    In your release the ramdisk is embedded inside the kernel. This prevent updating anything in the ramdisk...

    At each boot, there is a checksum check that replace *.ko inside /lib/modules/ if the ko file is not "good" compare to the one inside the ramdrive.

     

    So can you please compile your kernel without ramdisk embedded ?

     

    EDIT: If you can enable the config option (/proc/config.gz) in order to have the .config it would be great :wink:

  3. Hi everyone,

     

    I'have been away for long time but I'm glad to see that the community is still alive, and some of you are working on the 5.2 beta.

    I hope the XPEnoboot images will get updates.

    I'm very busy and the only thing I can do for the community right now is to provide a download mirror.

     

    Download mirror : http://download.xpenology.fr

     

    At the moment I only uploaded XPEnoboot images.

    I'm ready to give a ftp access to the dev team so they can share their works and more.

     

    If anyone want to add something to this mirror, just tell me :wink:

  4. Here are updated Broadcom drivers for Nanoboot:

     

    bnx2 v2.1.11 updated to v2.2.5f (NetXtreme II BCM5706/BCM5708/5709/5716)
    bnx2x v1.70.30-0 updated to 1.78.58 (NetXtremeII BCM57710/BCM57711/BCM57711E/BCM57712)
    tg3 v3.121 updated to v3.136h (NetXtreme I / NetLink)
    

     

    As usual just copy *.ko files to /lib/modules/ and reboot.

    Hope this fix your issues :smile:

     

    PS : I also include the broadcom.ko (broadcom PHY driver) needed by some nics. (this module as to be insmod manually)

     

    Link : http://xpenology.trantor.be/beta/broadcom.7z

  5. Thank you :grin:

     

    I try to make fake pci devices in order to keep DSM happy (to return genuine syno info for cat /sys/bus/pci/devices/*/uevent and lspi).

    The two command above return the exact same things as XPEH post but no luck (still got dnsdsm "Check failed. H" errors (that replaces segfault in 4458) and volumes gets unmounted).

    Without precise informations it's very hard to fool the beast ^^

     

    Vortex I find that you post informations here : viewtopic.php?f=2&t=2962&start=50#p16893

    Can you have more informations about what and where things are really checked ?

     

    What are these commands for ?

    LD_PRELOAD
    /proc/self/comm
    /proc/sys/kernel/syno_deno_of_spinup_time

     

    syno_deno_of_spinup_time return 7 on my XPEnology system and return 1 on my DS412+.

    In sysctl.c we can read:

    /* The default spinup time interval is 7000ms. if want modify the interval, you
    * can modify this value. ex. assign 14 to it means 500ms (7000/14) */
    int giDenoOfTimeInterval = 1;

     

    So WTF with all of that sh*t ?!

×
×
  • Create New...