Jump to content
XPEnology Community

quiri99

Transition Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by quiri99

  1. 23 hours ago, pocopico said:

    Can you give ARPL a try before you buy a AHCI card, i see Fabio has sata_nv included. 

     

    https://github.com/fbelavenuto/arpl/releases/tag/v0.3-alpha5

    i found that the motherboard only has ide, i mounted an asm1061 and the disk is found. but I have the problem of the corrupt file. I saw it could be because it is an amd platform so I tried to use ds1621  (the ds920 is not compatible) but the forcedeth driver is not there for this. can you upload it @pocopico

  2. 1 hour ago, pocopico said:

     

    Sfortunatamente libata non può essere compilato per altre piattaforme e ciò potrebbe comportare la mancanza di simboli per sata_nv (libata è incluso in alcuni kernel). Consiglio di usare broadwell (3617 ) o apollolake (918) o bromolow (3615) dove libata potrebbe essere compilato.

     

     

    i tried with broadwell + forcedeth + sata_nv, no hdd detected... do you advise me to buy a compatible sata pci card?

  3. 12 hours ago, Konfl1kt said:

    I would suggest updating the BIOS, but I do not think it will help tbh.

    If you want to keep your MB, try to buy SATA PCI card. It's not expensive.

    Maybe other people will suggest something, I built xpenology twice, not an expert at all.

     

    i tried to update the bios but failed every attempt... I don't want to change mb, I wanted to reuse an old pc but buy a card with 2 sata i can afford it, do you have any suggestions?

    4 hours ago, pocopico said:

     

    Hi, the sata_nv can be compiled, i'll prepare an extension for you. Can you please specify a target platform ? 

     

    Can you please check if this gets added and loaded ? 

     

    https://raw.githubusercontent.com/pocopico/rp-ext/master/sata_nv/rpext-index.json

    the platform is RedPill DS3622xs v7.1.0-42661

    i think that is add, how can i see if it is loaded? i still have the error no hdd

    Spoiler

    tc@box:~$ ./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/sata_nv/rpext-index.json
    Rploader Version : 0.8.0.0
    Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
    Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
    Extensions :   redpill-misc
    Extensions URL : "https://github.com/pocopico/redpill-load/raw/master/redpill-misc/rpext-index.json"
    TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
    TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202dSYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology NAS GPL Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
    SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
    COMPILE_METHOD : toolkit_dev
    TARGET_PLATFORM       : broadwellnk
    TARGET_VERSION    : 7.1.0
    TARGET_REVISION : 42661
    REDPILL_LKM_MAKE_TARGET : dev-v7
    KERNEL_MAJOR : 4
    MODULE_ALIAS_FILE :  modules.alias.4.json
    SYNOMODEL : ds3622xsp_42661
    MODEL : DS3622xs+
    Local Cache Folder : /mnt/sdb3/auxfiles
    DATE Internet : 25072022 Local : 25072022
    Checking Internet Access -> OK
    Redpill sources already downloaded, pulling latest
    Already up to date.
    Loader sources already downloaded, pulling latest
    Already up to date.
    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/sata_nv/rpext-index.json...
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/sata_nv/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ####################################################################### 100.0%[OK]
    [#] ========================================== pocopico.sata_nv ==========================================
    [#] Extension name: sata_nv
    [#] Description: Adds low-level driver for NVIDIA nForce SATA controller Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/sata_nv
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/sata_nv/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

     

  4. Tcrp with forcedeth the nas is found by assistant, but does not find hdd … The first

    problem I've seen is

    Spoiler

    /rploader.sh satamap

    No SATA ports mapped. Setup for compatibility with SCSI/SAS controller

    mapping.

    Recommended settings:

    SataPortMap=1

    DiskldxMap=00

     

    in automatic mode I see that you need sata_nv and radeon, when I build with manual

    these drivers are added or do I have to add them manually? if I have to add them

    manually how can I do?

    Spoiler

    ./rploader.sh ext broadwellnk-7.1.0-42661 auto

    It looks that you will need the following modules:

    Found IDE Controller : pcid 10ded000003f6 Required Extension : sata_nv

    Searching for matching extension for sata_nv

    Found IDE Controller : pcid 10ded000003f6 Required Extension : sata_nv

    Searching for matching extension for sata_nv

    Found VGA Controller : pciid 1002d0000954f Required Extension : radeon

    Searching for matching extension for radeon

     

     

    some help?

    hw: asus m2n68-am, amd x2 215

  5. With forcedeth the nas is found by assistant, but does not find hdd ... The first problem I've seen is

     

    Spoiler

    ./rploader.sh satamap
    No SATA ports mapped. Setup for compatibility with SCSI/SAS controller mapping.
    Recommended settings:
    SataPortMap=1
    DiskIdxMap=00

    in automatic mode I see that you need sata_nv and radeon, when I build with manual these drivers are added or do I have to add them manually? if I have to add them manually how can I do?

    Spoiler

    ./rploader.sh ext broadwellnk-7.1.0-42661 auto
    It looks that you will need the following modules :
    Found IDE Controller : pciid 10ded000003f6  Required Extension : sata_nv
    Searching for matching extension for sata_nv
    Found IDE Controller : pciid 10ded000003f6  Required Extension : sata_nv
    Searching for matching extension for sata_nv
    Found VGA Controller : pciid 1002d0000954f  Required Extension : radeon
    Searching for matching extension for radeon

    some help?

    hw: asus m2n68-am, amd x2 215

  6. Hi guys i tried to install dsm7 on tcrp (legacy version) but don't work, the first error is that the command for mapping the usb for the installation  ./rploader.sh identifyusb now , i select the usb but the answer is: Sorry, no usb disk could be identified. i tried to write the grub but i don't know if it's correct. (could you post me a grub with empty vid and pid)

    The second problem was in the installation with modified grub, on reboot the nas is not detected. i thought it is a driver problem, i saw that there is a package to put in the second partition but it is only for previous versions. how can i solve?

    hardware asus m2n68-la (lan Realtek RTL8111B/C & RTL8112L), amd athlon x2 215, 4gb ram

×
×
  • Create New...