Jump to content
XPEnology Community

fbelavenuto

Developer
  • Posts

    348
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by fbelavenuto

  1. Hey guys, I would like to inform you that I have been inactive for the last few days and will be for a long time due to personal issues. The ARPL will be stalled for the time being.
  2. Hi IG-88, thanks for the tests. What is the correct rtl8168h-2.fw file? I'm adding this modules.
  3. Try to change direct boot to YES (advanced menu)
  4. Try change LKM version from DEV to PROD (advanced menu), build and test it.
  5. Please change LKM version from DEV to PROD (advanced menu), rebuild and test
  6. I believe this server uses a HBA card. DSM Devicetree models do not works with HBA card, only native SATA controllers. Try change LKM version (advanced menu) from DEV to PROD.
  7. Synology changed the files for 42218 release. Now this release have update6 embedded. Try with this image: https://github.com/fbelavenuto/arpl/actions/runs/4129912020 PS: Try with 42962 release and add "codecpatch" addon.
  8. The main change is eudev addon! With latest addons, add the console addon and check if a console show up in your screen after boot.
  9. Well, I've checked, the ixgbe.ko from broadwellnk is the vanilla module (extracted from DSM HD image)! Now I'm confuse!!
  10. I've put tests in a separate branch: https://github.com/fbelavenuto/arpl-modules/tree/test-i915
  11. Found a solution!! The symbol "anon_inode getfile" is called in the file "drivers/dma-buf/sync_file.c". This file was not created to be compiled as a module, so it does not link with existing symbols. To resolve this, add the following line to this file, next to "#includes": Then add at the end of the file: Once done, the file will be compiled as a GPL module and can be linked with any other kernel symbol.
  12. don't worry, in business models this option existed with the value "no" to disable the normal RAIDs and the option SHR appears. Will not cause problem for systems already installed
  13. Please go to loader, advanced, modules and deselect bnx2, rebuild and test it
  14. console addon is for give you a console access in your screen! Now it will no longer be necessary to access the console via the serial port, which still works, but you can log in using your keyboard and see it on your screen. It is for easy debugging. If there is a kernel panic during boot the console will not work. In my proxmox dev environment:
  15. Some thing is causing a KP. Please log via ssh to your DSM, run "dmesg" and get the output. Post it here
  16. I'm sorry I hadn't seen your post! I am trying to compile i915 for broadwell. Source code is latest from Synology (linux-4.4.x.txz)
  17. Hi guys, I'm having a problem with a module. When trying to load the kernel it complains about a missing symbol, but it exists!: DiskStation> modprobe sync_file [ 57.291977] sync_file: Unknown symbol anon_inode_getfile (err 0) modprobe: ERROR: could not insert 'sync_file': Unknown symbol in module, or unknown parameter (see dmesg) DiskStation> grep anon_inode_getfile /proc/kallsyms ffffffff811d07d0 T anon_inode_getfile It exists in Module.symvers: $ grep anon_inode_getfile Module.symvers 0x00000000 anon_inode_getfile vmlinux EXPORT_SYMBOL_GPL So I ask for help from those more experienced in linux.
  18. Guys, update the ARPL, addons and modules. Add the addon "console", rebuild the loader and test it.
  19. When the DSM script call pivot_root to boot into DSM system, the systemd will remount the /sys.
×
×
  • Create New...