Jump to content
XPEnology Community

IG-88

Developer
  • Posts

    4,639
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by IG-88

  1. try enhanced, save, reboot and go again into bios and look if options about sata have changed and if you see something about ahci now reboot with the loader and see if the disk is recognized that chipset uses ICH7 and that is capable of ahci when its set by bios bios updates would be here (if you dont have the latest) https://pcsupport.lenovo.com/de/en/products/desktops-and-all-in-ones/thinkcentre-a-series-desktops/thinkcentre-a57/downloads/ds003243-flash-bios-update-thinkcentre-a57-m57e
  2. da waren auch jeweils schritte mit eingebaut die die original datei in *.orig kopiert haben um bei problemen die modifizierte zu löschen und die org. datei wiederherstzustellen ???, meine links zeigen alle auf 5 port karten die ein pcie 4x anschluss haben der chip auf der 4 port karte ist ein 88se9215 und hat die oben geannten limits die akrten die ich dir raussuchen sollte haben einen jmb585 chip (mit den oben genannten eigenschaften)
  3. so you connect the 1G port to a normal switch and that one is connected to a router with dhcp what about the 4 port SFP+?, two ports are connected to the DA2 card and how is that 4 port switch connected to anything else? where would the 2 nic ports on that switch get in contact witha dhcp server to get a address? the log looks ok, driver ixgbe is loaded and the 10G link is recognized
  4. you would need reverse engineering skills to to backtrack and circumvent the protections synology puts in place to make sure its only starting on a "original" hardware
  5. why not, you can use the inforamtion from above, for testing you can use a normal usb flash drive (before rewriting the internal usb) as long as you leave the internal usb the way it is and on use single empty drive there is nothing changed and an your running system and you can test as mach as you like most important is to have csm/legacy mode if its uefi bios and using the additional extra.lzma (because of the mvsas driver not persent in the default driver set of the loader)
  6. hopefully you did use a unix aware editor like notepad++ if you changed the synoinfo.conf for more nic's you should at leat be able to boot with the 2port nic in the system and the onboard should be working you should see 3 nic's in dsm's web gui now di the nic's show a link status/connection in the webgui? are the intel ports connected to a switch with connection to a dhcp server? attatch the /var/log/dmesg so we can have a look whats going on when the system starts (drivers loading)
  7. das auf 16 zu setzen ist eine funktion des loaders, spielt für die nutzung keine rolle, ist nur dein maximum, wenn du tatsächlich nut 8 sata hast kannst du (im moment halt nur bis 8 gehen aber du kannst so jederzeit einen controller hinzufügen und mehr platten nutzen rausschmeißen, die ist nur für die grub auswahl am anfang und da stellt man in der regel nichts ein, nonst gibts da keine infos auf oder lokale console, das läuft alles über seriellen port, das ist von synology als headless system ausgelegt, alles wird über netzwerk gesteuert und selbst wenn du grafik anschließt, die skylake cpu kann die onboard bedienen und da gibts vga, dvi-d und hdmi (dvi-d und hdmi sind im grunde identisches signal, das kan mit mit einem mechnischen adapter wandels und wenn man wirklich dp wollte gibt es da fertige adpter mit signalwandler) ok, 16x slot ist also frei kommt darauf an ob du aus china kaufen willst oder aus einem amazon lager von einer chinesischen firma, ich bevorzuge meist letzteres weil es schneller geht und es keine probleme mit versand, zoll oder mwst. gibt geh auf amazon.de unf gib bei der suche jmb585 ein, wenn der chip so in der artikel bschreibung steht und die karte auf dem foto 5xsata hat und pcie 4x bei der slotgrößen bist du richtig, noch billiger gehts vermutlich be aliexpress die ist versand durch amazon https://www.amazon.de/ADWITS-Express-Speichererweiterungskarte-JMB585-Controller-Support-Software-Desktop-PC-Server/dp/B07X21J35K/ https://www.amazon.de/BEYIMEI-Controller-Systemfestplatte-Unterstützung-Windows10/dp/B07RMWHBH1/ die wären deutlich billiger aber versand aus china https://www.amazon.de/Fauge-SATA3-0-Erweiterungs-Computer-GEH?Use-schwarz/dp/B08BTV4M5K/ https://www.amazon.de/Tamkyo-Controller-Erweiterung-Computer-GEH?Use-Schwarz/dp/B08TWNCFHG/ https://www.amazon.de/Tamkyo-Controller-Erweiterung-Computer-Chassis-Schwarz-Rot/dp/B08TWN42CB/
  8. not to you maybe sure, but there are massive differences in how the loader for 5.2 worked and what we have now with loaders for 6.x there was a reason why i told you it has to be ahci mode a quote from my post about additional drivers for 6.x !!!all sata_* and pata_* drivers are still not working because of the kernel source changes Synology did (same as in kernel 3.10.102 used and modded by Synology), as long as no one writes a patch for this I can use to fix this, it will stay this way !!! whats guarantied to work is ahci, anything else depends so to the 3rd time: whats the hardware you are using, cpu, board, storage controller (if not onboard), network controller (if not onboard) we cant help you if you dont deliver basic inforamtion i'm not going to continue here without these information no, change to ahci
  9. auch dafür gibt es was aber das ist tricky weil man dateien umpatchem muss ist ein "altes" problem das alle synolog yuser haben (nicht nur xpenology) such mal nach: patch dts synology, dann findest du u.a. https://gist.github.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e # Save VideoStation's ffmpeg mv -n /var/packages/VideoStation/target/bin/ffmpeg /var/packages/VideoStation/target/bin/ffmpeg.orig # Injecting the script (last revision aka 12) wget -O - https://gist.githubusercontent.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e/raw/ffmpeg-wrapper > /var/packages/VideoStation/target/bin/ffmpeg # Change ownership and mode of the script chown root:VideoStation /var/packages/VideoStation/target/bin/ffmpeg chmod 750 /var/packages/VideoStation/target/bin/ffmpeg chmod u+s /var/packages/VideoStation/target/bin/ffmpeg # Save VideoStation's libsynovte.so cp -n /var/packages/VideoStation/target/lib/libsynovte.so /var/packages/VideoStation/target/lib/libsynovte.so.orig chown VideoStation:VideoStation /var/packages/VideoStation/target/lib/libsynovte.so.orig # Patch libsynovte.so to authorize DTS, EAC3 and TrueHD sed -i -e 's/eac3/3cae/' -e 's/dts/std/' -e 's/truehd/dheurt/' /var/packages/VideoStation/target/lib/libsynovte.so 88SE9215 ist ok aber hat halt nur eine pcie lane und nur pcie 2.0, das macht dann 500 MB/s für 4 ports, je nach konfiguration begrenzt das nur den raid rebuild oder sogar die leistung an sich die man als nas über netzwerk will (und ssd's kann man so vergessen, die müssen an die onboard anschlüsse) bei skylake sollte eigentlich das board pcie 3.0 können und wenn du einen pcie 4x/8x/16x slot frei hast wäre eine jmb585 basiete karte mit 5 ports, 2 lanes und pcie 3.0 support besser da hast du 2000 MB/s für die 5 ports, man kann so eine karte auch in einen pcie 1x slot mit pcie 3.0 stecken (slot hinten offen oder mit flachbadkabel adapter) dan hat man immerhin 1000MB/s für die 5 ports (evtl. gits auch pcie karten für 1x slots mit jmb585 und 5 ports, das wäre einfacher)
  10. yes you could transfer the loader to the internal usb module BUT you would need to match the grub.cfg to the usb vid/pid of the interal module use lsusb to see these information i guess you could use this guide to write the internal usb with the loader, you could boot a rescue linux from external usb to get the job done, that one can later come in handy if there are problems and you can also copy the content of the internal module (with dd) before overwriting it https://xpenology.com/forum/topic/25833-tutorial-use-linux-to-create-bootable-xpenology-usb/
  11. you can search for : udev blacklist device https://projectgus.com/2014/09/blacklisting-a-single-usb-device-from-linux/
  12. you can buy extensions male/female https://www.amazon.com/Motherboard-Extension-Inches-Internal-Female/dp/B07L88HJ9X/ https://www.amazon.com/OOMIAK-Power-Supply-Female-Extension/dp/B07R3YG2B4/ or as set https://www.amazon.com/Feliscanis-Supply-Sleeved-Extension-11-8inch/dp/B08HL3HZ6X/
  13. i meant the psu cage, in the lower back area even the extra fan in the psu area could be removed, usually the psu has its own fan with these two removed every normal psu should fit?
  14. https://xpenology.com/forum/topic/13030-dsm-5x6x-cpu-name-cores-infomation-change-tool/
  15. just remove the cage and use a standard psu?
  16. the mac does not matter when installing, if you want to use WOL then the hardware mac needs to be in grub.conf, the only important thing for installing is usb vid/pid you did not mentioned the hardware, if sata onboard then it needs to be ahci mode (check in bios)
  17. beside lsi sas 92xx/93xx you can use newer ahci controller https://xpenology.com/forum/topic/35882-new-sataahci-cards-with-more-then-4-ports-and-no-sata-multiplexer/ that a normal nic, a fast one has at least 10G, but you can also get 40G for a good price, even 100G is possible but expansive and does not make much sense in most cases if you look for a predictable performace then intel 1G nic's are a good choice maybe a cheap 2.5G realtek (r8125) can be interesting?
  18. thanks, its now on my todo list, the older one will be the one from kernel 3.10.105 i guess
  19. at least jun still logs in here from time to time, the interpretation depends on your point of view synology usually delivers 5 years updates, i expect at least one year security updates to 6.2 if you look into the units not getting 7.0 and find one that hast not been on sale 5 years in q1/2022 that might be a hint that 6.2 will get two years or more there is nothing to expect before 7.0 is released and if things go well synology will have to release the kernel source sooner the they did with 6.2 (there is someone breathing down there neck and trying to remind them to be in compliance to the GPL - one of the reasons we got 6.2.3 kernel source lately)
  20. das was du in die grug.cfg einträgst wird dann in der reihenfolge für die nic's im system benutzt, der onboard ist nicht zwangsläufig erster nic du musst eigentlich erst mal feststellen in welcher reihenfolge die gefunden werden und dann setzt du die mac's in der grub.cfg entsprechend "einfach" wäre es ein rescue linux von usb zu booten, sich anzusehen welche ethX welchen mac hat and das dann so in die grub.cfg des laoders zu schreiben, dann sollte es eigentlich stimmen
  21. that might happen because 918+ is limited to 2 nic's by default and if the added card go's 1st the onboard is 3rd nic and will not work anymore until the synoinfo.conf is extended to support morn then two nic's (i guess you already altered the grub.cfg in the loader for 3 nic's?) https://xpenology.com/forum/topic/12679-progress-of-62-loader/?do=findComment&comment=92682 imho best way is to remove the intel 2port card, change the synoinfo.conf to support 4 or 8 cards and then add the 2port nic again that way you should still be able to access the dsm box (might be having a dhcp now as its not eth0 anymore) and you can look into /var/log/dmesg to check about the intel 2port nic imho driver should work as its not a new chipset, you would see in dmesg what happens if the driver gets loaded
  22. synology does not support wifi anymore(2-3 years) and afair never supported pcie cards, so its very unlikely that this card will have a driver in the dsm "appliance" with dsm its nut just having a driver, it will need to be implemented further, the way synology made it you can look up the list on synology's homepage
  23. what hardware are you using? you can try 6.1 loader 1.02b for 3615 or 3617 and about how to ..., we have a dedicated section for this https://xpenology.com/forum/topic/13333-tutorialreference-6x-loaders-and-platforms/ https://xpenology.com/forum/topic/7973-tutorial-installmigrate-dsm-52-to-61x-juns-loader/
  24. you can have the driver, i made that specific for a user who wanted to implement it the synology way afaik its not like having a driver and lm-sensors, so you may look here for implementig it properly https://xpenology.com/forum/topic/14007-terramaster-f4-220-fan-control/?tab=comments#comment-184414 the attached file contains the driver for all three loaders there would be a lot of these drivers in the kernel but without any software package supporting it its pointless to invest time nct6775_dsm_6.2.3.zip
×
×
  • Create New...