Jump to content
XPEnology Community

Trantor

Developer
  • Posts

    583
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Trantor

  1. Your answer is in the sentence : add rmmod=r8169 to grub or syslinux.cfg in order to unload r8169 driver and force r8168. Linux Realtek drivers are shit The old shitty r8169 driver from the kernel will be removed and replaced by the "new" r8169 from realtek web site in the next release.
  2. First thanks you and neoeny152 for these feedbacks. Which version of Nanoboot it is ? Did it works with eveything in AHCI mode and all controllers enabled?
  3. Thank's for this feedback. I read some informations about this issue here : viewtopic.php?f=2&t=5203&start=10 Some users disable marvell controllers, some switch intel and marvell to IDE and other disable COM ports... Asrock C2750D4I --> "Intel RC Setup -> South Bridge Chipset Configuration -> SATA Configuration -> SATA Mode Selection = IDE" Can you please confirm that you can boot and use intel and marvell 9230 in AHCI mode without any issue. If it's ok try to disable everything exept marvell 9172 controller and do to some tests in both mode (AHCI & IDE) to confirm the issue. This will maybe help us to find a fix to this boot hang issue
  4. I already read something similar about switching from AHCI to IDE in the forum. Can you explain what happen exactly in both mode with maximum details. EDIT: After reading motherboard manual I see 12 SATA ports handle by two controllers: Intel : 2 x SATA3 6.0 Gb/s, 4 x SATA2 3.0 Gb/s Additional SATA - Marvell SE9172: 2 x SATA3 6.0 Gb/s, support RAID 0, 1 - Marvell SE9230: 4 x SATA3 6.0 Gb/s, support RAID 0, 1, Which SATA ports are working and which doesn't ?
  5. I made a mistake and put the missing firmware in /lib/firmware/bnx2x/ instead of /lib/firmware/bnx2/ You have to move the file bnx2-mips-09-6.2.1b.fw from bnx2x to bnx2 folder. This will be fix the next repack/release.
  6. In the syslinux.cfg located on your usb stick you can edit the network interface number : netif_num=4 to netif_num=X Other users with mellanox have to switch port type form ib to eth: https://community.mellanox.com/docs/DOC-1131 look the inbox driver part
  7. It's a know issue with Broadcom NetXtreme II 5709c network adapter. (missing firmware) viewtopic.php?f=2&t=1361&start=590 This will be included in the next release
  8. guys, can you please open a new thread about your dvb issues.
  9. @dszego : Fist thank you for your work. Can you please open a new thread for this subject. In your package make some cleaning in order to only have modules related to media and not all kernel modules According to your script you only need : "media.ko videodev.ko dvb-core.ko dvb_pll.ko cx88-vp3054-i2c.ko videobuf-dma-sg.ko videobuf-core.ko videobuf-dvb.ko btcx-risc.ko tveeprom.ko v4l2-common.ko rc-core.ko videobuf-dma-sg.ko tda8290.ko tuner.ko tuner-types.ko tuner-simple.ko cx88xx.ko cx8800.ko cx8802.ko or51132.ko cx88-dvb.ko" and of course firmwares EDIT: backports_dvb modules are not loaded by your script.
  10. pata_via and other requested drivers (i40e, usb-lan...) will be added to the next release. I will check this
  11. Your network card is handled by the intel i40e driver : https://downloadcenter.intel.com/downlo ... der-Linux- It's not included but I will try to find some time to compil it EDIT : Here the i40e driver https://download.xpenology.fr/drivers/i40e.ko
  12. Look here for 2680 : viewtopic.php?f=2&t=1361&start=620#p45107 Here for 271x/272x : viewtopic.php?f=2&t=1361&hilit=rocketraid&start=580#p42804 Here for 620/622/640/644/640L/642L/644L/RR644LS : viewtopic.php?f=2&t=7737&p=43301&hilit=rocketraid#p43301
  13. Here the rr2680 drivers : https://download.xpenology.fr/drivers/rr2680.ko Same warning has before (viewtopic.php?f=2&t=1361&hilit=rocketraid&start=580#p42804), unload mvsas module before loading rr2680.ko !
  14. Just did some additional test on my asus a8n-e with these graphic cards : Quadro FX, 8600GT, 9800GT, HD5450. All cards boot ok up to the login prompt without doing anything. I don't think it's something about the graphic cards but maybe it's related to gigabytes mainboard. Gigabyte EP45-DS3 : vigao Gigabyte GA-X99-UD4 : xpenfan Gigabyte 965P-DS4 : zslibra Gigabyte Ga-965P-DS3 : mats92
  15. Check this post for Realtek RT8153 : viewtopic.php?f=2&t=5260#p42803
  16. When it shows you the booting kernel screen, did you have a blinking cursor or anything else ? Did you check if synology assistant detect your system ?
  17. Enable SSH in DSM option, download putty, connect to your XPEnology with user root and your admin password. type : insmod /lib/modules/e1000e.ko and insmod /lib/modules/igb.ko It should load intel drivers (if they are not already loaded). Sorry but no ideas about your system partiton failed
  18. Did you try to add nomodeset parameter to grub ? When booting press tab to edit the boot command line: edit : APPEND root=/dev/md0 ihd_num=0 netif_num=4 syno_hw_version=DS3615xs sn=B3J4N01003 vid=0x0EA0 pid=0x2168 loglevel=0 vga=0x305 to : APPEND root=/dev/md0 ihd_num=0 netif_num=4 syno_hw_version=DS3615xs sn=B3J4N01003 vid=0x0EA0 pid=0x2168 loglevel=0 nomodeset You can also edit syslinux.cfg
  19. I just tried an old computer with an asus a8n-e and nvidia 8400gs. No blank screen issue. Did you tried to boot in debug mode ? In DSM 5.1 use lspci -qk command to show informations about pci. If lspci command is not present boot a linux livecd like ubuntu and use lspci -qk In 5.2 with the 8400GS I have: DiskStation> lspci -qk 01:00.0 VGA compatible controller: NVIDIA Corporation G86 [GeForce 8400 GS] (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device 3463
  20. tun module is included but not loaded. You only need to insmod it
  21. When Synology release DSM 5.2 they update the linux kernel to 3.10.35 so every parameters have to be set again and kernel have to be patched and recompiled. I plan to make a thread with a todo list so the dev team know what to fix/update. I hope this will help this project to go forward No idea about an upcoming release.
  22. Module size is not relevant because 5.1 modules use kernel 3.2.40 and 5.2 use 3.10.35. I think you found the source for your issue. Maybe VX900 support is not in sata_via but in pata_via. I will try to find some time to compil it EDIT : Here https://download.xpenology.fr/drivers/pata_via.ko Copy it to /lib/modules/ and insmod it. I'm afraid that if it detect your drive it didn't survive a reboot...
  23. Is there anything I could try/do with the img/iso to make 5.2 work? Unfortunately no. The dev team have recompil kernel with more graphics support.
  24. To sum up external graphics = blank screen and onboard graphic = good ? If so It seems to me that the kernel is missing some part for display support.
  25. When you use XPEnoboot bootloader did you find your system with Synology Assistant ? If yes it's says NO HDD ? VIA VX900 is handle by sata_via which is included and the lan part by via-velocity which is included (but not loaded in my VM setup).
×
×
  • Create New...