Jump to content
XPEnology Community

Polanskiman

Administrator
  • Posts

    2,734
  • Joined

  • Last visited

  • Days Won

    120

Everything posted by Polanskiman

  1. If you can't access your Xpenology box but you still wish to try and 'fix' some configuration files or perhaps you wish to finally make that backup that you should have done before fiddling with the root user, then you can access the content of the system partition and data partitions through a Live Ubuntu CD (or whatever unix flavoured OS you so desire). Here is how to: 1 - Make a Live Ubuntu USB drive. Ideally it is more convenient to make a persistent Live Ubuntu USB drive but that's not required for this tutorial and it would just complicate things unnecessarily. 2 - Once you're done burning Ubuntu on the USB flash drive, go plug it in your Xpenology box and boot from it. 3 - Once in Ubuntu, launch Terminal. You will need to first be root so type: sudo -i 4 - Now install mdadm and lvm2 by typing the following command: apt-get install mdadm lvm2 You should get the following Postfix Configuration menu: Select as shown in the pictures above. If you wish to mount the data partition alone then proceed with the following command: 5 - To mount the data partition, simply issue this command and you are done: mdadm -Asf && vgchange -ay If you also wish to mount the system partition then proceed with the following commands (adapt to your case accordingly): 6 - Then you need to check your raid array and partitioning of your drives: fdisk -l | grep /dev/sd In my case I see this. Note I only have 2 drives /dev/sda and /dev/sdb root@server:/etc.defaults# fdisk -l | grep /dev/sd Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors /dev/sda1 256 4980735 4980480 2.4G fd Linux raid autodetect /dev/sda2 4980736 9175039 4194304 2G fd Linux raid autodetect /dev/sda3 9437184 3907015007 3897577824 1.8T f W95 Ext'd (LBA) /dev/sda5 9453280 3907015007 3897561728 1.8T fd Linux raid autodetect Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors /dev/sdb1 256 4980735 4980480 2.4G fd Linux raid autodetect /dev/sdb2 4980736 9175039 4194304 2G fd Linux raid autodetect /dev/sdb3 9437184 3907015007 3897577824 1.8T f W95 Ext'd (LBA) /dev/sdb5 9453280 3907015007 3897561728 1.8T fd Linux raid autodetect System partitions are the ones labeled sda1, sdb1. If you have more drives in the array, subsequent system partitions will probably be called sdc1, sdd1 so on and so forth. You get the point. 7 - Once you figured out all system partitions, you can examine the foreign endian array members by issuing (this is for my case, with 2 drives): mdadm -Ee0.swap /dev/sda1 /dev/sdb1 If you have 3 drives then you add /dev/sdc1. You get the idea. 8 - Finally, assemble the array and fix the byte order (this is for my case, with 2 drives): mdadm -AU byteorder /dev/md0 /dev/sda1 /dev/sdb1 Same comment as previous command; add any additional system partitions that you may have. Beware of the /dev/md0. It's normal, not a mistake. Your system partition should now be mounted and you can navigate through the system files. Simply unmount the drives and shutdown the machine when you are done. If for some reason you need to reboot and want to access the partitions again then you will need to re-install mdadm and lvm2 because the Live Ubuntu USB is not persistent. --------- Reference: https://www.synology.com/en-global/knowledgebase/DSM/tutorial/Storage/How_can_I_recover_data_from_my_DiskStation_using_a_PC http://xpenology.com/forum/viewtopic.php?f=2&t=22100&p=83631&hilit=version#p83631 http://xpenology.com/forum/viewtopic.php?f=2&t=20216&p=74659&hilit=mdadm#p74659 >> Thanks to Jun
  2. Il serait bien de répercuter les problèmes que les gens rencontrent ici dans le fil de discussion principale de Jun. v1.02a est une version purement pour du test et le principal bénéficiaire des retours est Jun qui pourra par conséquent faire les corrections nécessaires au loader pour une version plus stable. Mon humble avis.
  3. Avec aussi peux d'information sur votre matériel il est difficile de vous aider. Le loader de Jun ne supporte pas du IDE. Seulement du SATA.
  4. MTU est a combien? Avez vous refait la clef usb histoire de? Vérifiez bien le BIOS. la clef usb doit être en mode HDD.
  5. Well not sure anyone has tried with that motherboard before but looking at the specs it seems fine to me. The drivers of the NIC of that board are included so network wise it should be fine. You can try doing a test install on a blank drive before trying it on your current box. PLEASE read the tutorial carefully before attempting anything. Make sure you select the AMD install line on the Grub menu as your CPU is an AMD.
  6. Have you looked at the Bios for usb enabling/disabling features? Not sure about the N40L usb front ports version but have a read at this: https://xpenology.com/forum/topic/6253-dsm-6xx-loader/?do=findComment&comment=57523 For your UPS it might be because usb 1.1 are not part of the loader and I think that's what your UPS is build with. Might be wrong though. Try as the link above says using a usb 2 hub.
  7. I recommend it yes. That will save you some energy and perhaps unnecessary noise. It's up to you.
  8. The driver of that NIC is included in the loader so I don't think that's the problem. For the rest it looks good. Have you tried a re-install or force install? Also make sure your bios is configured properly and that your HDDs are connected successively to the SATA port starting from SATA0 or whatever that may be for your hardware. I recommend doing a test install on a blank drive see how that goes.
  9. Did some checking and found some pci-e x1 cards with Marvell 88SE9128 and 88SE9230 chipset. Is any supported, did a search here but found no statements. https://www.alternate.be/Digitus/SATAII ... 28?lk=8969 Thankz Not sure those drivers are included or at best up to date. Make a search the main thread see if others have had luck with that hardware.
  10. Data is normally untouched since it is always on a different partition. Since DSM installed without any problem it seems to me that the issue could come from the configuration of DSM and that means in order to change any configuration setting you would need to mount the partitions using a live CD of Ubuntu for example. You can try a Force Install or Reinstall before anything else. Then you can try to wipe the DSM partition and do a fresh install so that you start brand new. That seems a bit hardcore as a first advise but considering the little information I know about your configuration and hardware that would probably be the most effective solution. Yes you would need to re-install all apps and re-configure DSM. If you don't feel shy about linux and command lines here is how to access the partitions through a Live Ubuntu CD: https://xpenology.com/forum/topic/7507-tutorial-installmigrate-dsm-52-to-602-juns-loader/?do=findComment&comment=60202 - These 5 command lines will at least give you access to the content of the System and Data partitions in case you want to make a backup. You can ignore the comments I made about 'VERSION file' in that link. Just stick to the process on how to access the partitions. What is your hardware? Network controller? Motherboard? The more info you give the more the community can help.
  11. As I said in my previous post, please post anything related to 6.1 and jun v1.02a loader on the main thread.
  12. Keep away from it. Test the new loader with a test machine ONLY if you like but do not use it with your current working machine. If you test v1.02a you can report your findings on the main thread, not here. The loader is not stable and most people are reporting issues.
  13. What new? If with some old on 6.0.2 everything worked for me I understand nothing I beleive drivers on 6.0.2 are never as they were compiled by Trantor or Arcao. Those compiled by synology might be older.
  14. New version of what? loader? Eh... Let's wait Anyway, thanks a lot for responses to questions and support. Driver.
  15. Earlier the extra.lzma file was in the separate folder, and now it is absent, at me isn't present. There are only 2 folders: EFI and grub. Therefore I don't understand from where and what is loaded in 6.1 if you say that in 6.1 v1.02a there is extra.lzma and even show what there modules are loaded.
  16. Earlier the extra.lzma file was in the separate folder, and now it is absent, at me isn't present. There are only 2 folders: EFI and grub. Therefore I don't understand from where and what is loaded in 6.1 if you say that in 6.1 v1.02a there is extra.lzma and even show what there modules are loaded. They are in the another partition.
  17. Install of 6.1 on a VirtualBox with 3617xs v1.02a loader worked fine: Install of 6.1 on a VirtualBox with 3615xs v1.02a loader worked fine: Install of 6.0.2 on a VirtualBox with 3615xs v1.02a loader did not work and gave me this error: Failed to install the file. The file is probably corrupted. (13)
  18. I welcome! Very interestingly, and why then at me it isn't loaded? vid/pid/sn/mac - 100% working, different tried and even used the USB stick from other machine on which that was loaded. The module is mentioned in rc.modules but the module itself is not in the module directory of the loader. Here is the rc.module content: EXTRA_MODULES="mii mdio libphy atl1 atl1e atl1c alx uio ipg jme skge sky2 ptp_pch pch_gbe qla3xxx qlcnic qlge netxen_nic sfc e1000 pcnet32 vmxnet3 bnx2 libcrc32c bnx2x cnic e1000e igb ixgbe r8101 r8168 r8169 tg3 usbnet ax88179_178a button evdev ohci-hcd" DISK_MODULES="BusLogic vmw_pvscsi megaraid_mm megaraid_mbox megaraid scsi_transport_spi mptbase mptscsih mptspi mptsas mptctl ata_piix megaraid_sas mpt2sas mpt3sas" EXTRA_FIRMWARES="bnx2/bnx2-rv2p-09ax-6.0.17.fw bnx2/bnx2-rv2p-09-6.0.17.fw bnx2/bnx2-rv2p-06-6.0.15.fw tigon/tg3_tso5.bin tigon/tg3_tso.bin tigon/tg3.bin" These are the actual modules included in extra.lzma in v1.02a: alx.ko ata_piix.ko atl1.ko atl1c.ko atl1e.ko ax88179_178a.ko bnx2.ko bnx2x.ko BusLogic.ko button.ko cnic.ko e1000.ko ipg.ko jme.ko libcrc32c.ko libphy.ko mdio.ko megaraid_mbox.ko megaraid_mm.ko megaraid_sas.ko megaraid.ko mii.ko mpt3sas.ko mptbase.ko mptctl.ko mptsas.ko mptscsih.ko mptspi.ko netxen_nic.ko ohci-hcd.ko pch_gbe.ko pcnet32.ko ptp_pch.ko qla3xxx.ko qlcnic.ko qlge.ko r8169.ko scsi_transport_spi.ko sfc.ko skge.ko sky2.ko tg3.ko uio.ko usbnet.ko vmw_pvscsi.ko vmxnet3.ko I210 module is not in te extra.lzma ramdisk so it might have been compiled with the kernel since the module is present: admin@Jun102a:/usr/lib/modules/update$ lsmod | grep igb igb 175037 0 dca 4512 2 igb,ixgbe All modules under /usr/lib/modules: admin@Jun102a:/usr/lib/modules$ ls -la total 82500 drwxr-xr-x 4 root root 12288 Mar 4 18:25 . drwxr-xr-x 36 root root 36864 Mar 4 18:26 .. -rw-r--r-- 1 root root 33128 Feb 23 03:47 8021q.ko -rw-r--r-- 1 root root 1182288 Feb 23 03:44 8188eu.ko -rw-r--r-- 1 root root 716168 Feb 23 03:44 8192cu.ko -rw-r--r-- 1 root root 1485344 Feb 23 03:44 8812au.ko -rw-r--r-- 1 root root 1206864 Feb 23 03:44 8821au.ko -rw-r--r-- 1 root root 5224 Feb 23 03:47 ablk_helper.ko -rw-r--r-- 1 root root 19224 Feb 23 03:47 acpi-cpufreq.ko -rw-r--r-- 1 root root 59872 Feb 23 03:47 adt7475.ko -rw-r--r-- 1 root root 63552 Feb 23 03:47 aesni-intel.ko -rw-r--r-- 1 root root 21944 Feb 23 03:47 aes-x86_64.ko -rw-r--r-- 1 root root 45408 Feb 23 03:47 af_key.ko -rw-r--r-- 1 root root 12600 Feb 23 03:47 ah4.ko -rw-r--r-- 1 root root 12144 Feb 23 03:47 ah6.ko -rw-r--r-- 1 root root 9360 Feb 23 03:47 ansi_cprng.ko -rw-r--r-- 1 root root 50296 Feb 23 03:47 appletalk.ko -rw-r--r-- 1 root root 5088 Feb 23 03:47 arc4.ko -rw-r--r-- 1 root root 17472 Feb 23 03:44 ath3k.ko -rw-r--r-- 1 root root 25944 Feb 23 03:44 ath9k_common.ko -rw-r--r-- 1 root root 94384 Feb 23 03:44 ath9k_htc.ko -rw-r--r-- 1 root root 454472 Feb 23 03:44 ath9k_hw.ko -rw-r--r-- 1 root root 129840 Feb 23 03:44 ath9k.ko -rw-r--r-- 1 root root 34088 Feb 23 03:44 ath.ko -rw-r--r-- 1 root root 304696 Feb 23 03:47 aufs.ko -rw-r--r-- 1 root root 12904 Feb 23 03:47 authencesn.ko -rw-r--r-- 1 root root 11880 Feb 23 03:47 authenc.ko drwxr-xr-x 2 root root 12288 Mar 4 18:24 backports_dvb -rw-r--r-- 1 root root 9504 Feb 23 03:44 bcm203x.ko -rw-r--r-- 1 root root 175272 Feb 23 03:41 be2net.ko -rw-r--r-- 1 root root 16312 Feb 23 03:44 bfusb.ko -rw-r--r-- 1 root root 421960 Feb 23 03:44 bluetooth.ko -rw-r--r-- 1 root root 1746456 Feb 23 03:28 bnx2x.ko -rw-r--r-- 1 root root 159216 Feb 23 03:47 bonding.ko -rw-r--r-- 1 root root 10928 Feb 23 03:44 bpa10x.ko -rw-r--r-- 1 root root 98072 Feb 23 03:47 bridge.ko -rw-r--r-- 1 root root 9408 Feb 23 03:47 bsd_comp.ko -rw-r--r-- 1 root root 1274584 Feb 23 03:47 btrfs.ko -rw-r--r-- 1 root root 41448 Feb 23 03:44 btusb.ko -rw-r--r-- 1 root root 118704 Feb 23 03:44 carl9170.ko -rw-r--r-- 1 root root 6672 Feb 23 03:47 cbc.ko -rw-r--r-- 1 root root 39976 Feb 23 03:47 cdc-acm.ko -rw-r--r-- 1 root root 13440 Feb 23 03:47 cdc_ether.ko -rw-r--r-- 1 root root 373680 Feb 23 03:44 cfg80211.ko -rw-r--r-- 1 root root 418000 Feb 23 03:47 cifs.ko -rw-r--r-- 1 root root 9264 Feb 23 03:47 cls_fw.ko -rw-r--r-- 1 root root 12480 Feb 23 03:47 cls_u32.ko -rw-r--r-- 1 root root 14856 Feb 23 03:44 compat.ko -rw-r--r-- 1 root root 6672 Feb 23 03:23 compat_xtables.ko -rw-r--r-- 1 root root 16120 Feb 23 03:47 cpufreq_conservative.ko -rw-r--r-- 1 root root 20624 Feb 23 03:47 cpufreq_ondemand.ko -rw-r--r-- 1 root root 3840 Feb 23 03:47 cpufreq_performance.ko -rw-r--r-- 1 root root 3768 Feb 23 03:47 cpufreq_powersave.ko -rw-r--r-- 1 root root 10200 Feb 23 03:47 cpufreq_stats.ko -rw-r--r-- 1 root root 19088 Feb 23 03:47 crc32c-intel.ko -rw-r--r-- 1 root root 3800 Feb 23 03:47 crc-ccitt.ko -rw-r--r-- 1 root root 3800 Feb 23 03:47 crc-itu-t.ko -rw-r--r-- 1 root root 16872 Feb 23 03:47 cryptd.ko -rw-r--r-- 1 root root 8632 Feb 23 03:47 cts.ko -rw-r--r-- 1 root root 13992 Feb 23 03:47 dca.ko -rw-r--r-- 1 root root 5832 Feb 23 03:47 deflate.ko -rw-r--r-- 1 root root 32456 Feb 23 03:47 des_generic.ko -rw-r--r-- 1 root root 49192 Feb 23 03:47 dm-snapshot.ko -rw-r--r-- 1 root root 560160 Feb 23 03:40 drbd.ko -rw-r--r-- 1 root root 252112 Feb 23 03:28 e1000e.ko -rw-r--r-- 1 root root 5656 Feb 23 03:47 ecb.ko -rw-r--r-- 1 root root 143016 Feb 23 03:47 ecryptfs.ko -rw-r--r-- 1 root root 5488 Feb 23 03:44 eeprom_93cx6.ko -rw-r--r-- 1 root root 13392 Feb 23 03:47 esp4.ko -rw-r--r-- 1 root root 12920 Feb 23 03:47 esp6.ko -rw-r--r-- 1 root root 128984 Feb 23 03:47 etxhci-hcd.ko -rw-r--r-- 1 root root 121136 Feb 23 03:40 exfat.ko -rw-r--r-- 1 root root 7968 Feb 23 03:47 exportfs.ko -rw-r--r-- 1 root root 85840 Feb 23 03:47 fat.ko -rw-r--r-- 1 root root 133672 Feb 23 03:34 flashcache.ko -rw-r--r-- 1 root root 246856 Feb 23 03:34 flashcache_syno.ko -rw-r--r-- 1 root root 6696 Feb 23 03:47 freq_table.ko -rw-r--r-- 1 root root 124088 Feb 23 03:47 ftdi_sio.ko -rw-r--r-- 1 root root 129744 Feb 23 03:47 fuse.ko -rw-r--r-- 1 root root 10048 Feb 23 03:47 gf128mul.ko -rw-r--r-- 1 root root 8704 Feb 23 03:47 glue_helper.ko -rw-r--r-- 1 root root 7968 Feb 23 03:47 gre.ko -rw-r--r-- 1 root root 138136 Feb 23 03:47 hfsplus.ko -rw-r--r-- 1 root root 4048 Feb 23 03:47 hid-generic.ko -rw-r--r-- 1 root root 153592 Feb 23 03:47 hid.ko -rw-r--r-- 1 root root 29552 Feb 23 03:44 hidp.ko -rw-r--r-- 1 root root 6976 Feb 23 03:47 hmac.ko -rw-r--r-- 1 root root 10744 Feb 23 03:47 i2c-algo-bit.ko -rw-r--r-- 1 root root 23456 Feb 23 03:47 i2c-i801.ko -rw-r--r-- 1 root root 401328 Feb 23 03:40 i40e.ko -rw-r--r-- 1 root root 518976 Feb 23 03:37 ib_addr.ko -rw-r--r-- 1 root root 841584 Feb 23 03:37 ib_cm.ko -rw-r--r-- 1 root root 4513880 Feb 23 03:37 ib_core.ko -rw-r--r-- 1 root root 951896 Feb 23 03:37 ib_isert.ko -rw-r--r-- 1 root root 1685456 Feb 23 03:37 ib_mad.ko -rw-r--r-- 1 root root 455408 Feb 23 03:37 ib_netlink.ko -rw-r--r-- 1 root root 934272 Feb 23 03:37 ib_sa.ko -rw-r--r-- 1 root root 264528 Feb 23 03:24 igb.ko -rw-r--r-- 1 root root 77712 Feb 23 03:47 ioatdma.ko -rw-r--r-- 1 root root 5712 Feb 23 03:47 ip6table_filter.ko -rw-r--r-- 1 root root 5568 Feb 23 03:47 ip6table_mangle.ko -rw-r--r-- 1 root root 28008 Feb 23 03:47 ip6_tables.ko -rw-r--r-- 1 root root 7232 Feb 23 03:47 ipcomp6.ko -rw-r--r-- 1 root root 6968 Feb 23 03:47 ipcomp.ko -rw-r--r-- 1 root root 23936 Feb 23 03:47 ip_set_hash_ip.ko -rw-r--r-- 1 root root 38552 Feb 23 03:47 ip_set.ko -rw-r--r-- 1 root root 5768 Feb 23 03:47 iptable_filter.ko -rw-r--r-- 1 root root 5488 Feb 23 03:47 iptable_mangle.ko -rw-r--r-- 1 root root 7104 Feb 23 03:47 iptable_nat.ko -rw-r--r-- 1 root root 27280 Feb 23 03:47 ip_tables.ko -rw-r--r-- 1 root root 5824 Feb 23 03:47 ipt_MASQUERADE.ko -rw-r--r-- 1 root root 21824 Feb 23 03:47 ip_tunnel.ko -rw-r--r-- 1 root root 466712 Feb 23 03:47 ipv6.ko -rw-r--r-- 1 root root 379520 Feb 23 03:42 iscsi_extent_pool.ko -rw-r--r-- 1 root root 363576 Feb 23 03:42 iscsi_target_mod_4_0.ko -rw------- 1 root root 389144 Feb 23 03:23 iscsi_target_mod.ko -rw-r--r-- 1 root root 21088 Feb 23 03:47 iscsi_tcp.ko -rw-r--r-- 1 root root 146120 Feb 23 03:42 iscsi_trgt.ko -rw-r--r-- 1 root root 45952 Feb 23 03:47 isofs.ko -rw-r--r-- 1 root root 1067040 Feb 23 03:37 iw_cm.ko -rw-r--r-- 1 root root 369424 Feb 23 03:43 ixgbe.ko -rw-r--r-- 1 root root 182200 Feb 23 03:47 kvm-intel.ko -rw-r--r-- 1 root root 396256 Feb 23 03:47 kvm.ko -rw-r--r-- 1 root root 33968 Feb 23 03:47 l2tp_core.ko -rw-r--r-- 1 root root 28768 Feb 23 03:47 l2tp_ppp.ko -rw-r--r-- 1 root root 13512 Feb 23 03:47 leds-lp3943.ko -rw-r--r-- 1 root root 4440 Feb 23 03:47 libcrc32c.ko -rw-r--r-- 1 root root 70904 Feb 23 03:47 libiscsi.ko -rw-r--r-- 1 root root 26464 Feb 23 03:47 libiscsi_tcp.ko -rw-r--r-- 1 root root 11096 Feb 23 03:47 llc.ko -rw-r--r-- 1 root root 33112 Feb 23 03:47 loop.ko -rw-r--r-- 1 root root 8488 Feb 23 03:47 lrw.ko -rw-r--r-- 1 root root 454888 Feb 23 03:44 mac80211.ko -rw-r--r-- 1 root root 18768 Feb 23 03:47 macvlan.ko -rw-r--r-- 1 root root 6544 Feb 23 03:47 md4.ko -rw-r--r-- 1 root root 5408 Feb 23 03:47 md5.ko -rw-r--r-- 1 root root 6760 Feb 23 03:47 mdio.ko -rw-r--r-- 1 root root 6954960 Feb 23 03:37 mlx4_core.ko -rw-r--r-- 1 root root 4016160 Feb 23 03:37 mlx4_en.ko -rw-r--r-- 1 root root 6318480 Feb 23 03:37 mlx4_ib.ko -rw-r--r-- 1 root root 13799296 Feb 23 03:37 mlx5_core.ko -rw-r--r-- 1 root root 4865120 Feb 23 03:37 mlx5_ib.ko -rw-r--r-- 1 root root 2040976 Feb 23 03:37 mlx_compat.ko -rw-r--r-- 1 root root 4000 Feb 23 03:47 mperf.ko -rw-r--r-- 1 root root 424352 Feb 23 03:30 mpt2sas.ko -rw-r--r-- 1 root root 498056 Feb 23 03:35 mpt3sas.ko -rw-r--r-- 1 root root 812248 Feb 23 03:28 mv14xx.ko -rw-r--r-- 1 root root 26096 Feb 23 03:47 nf_conntrack_ipv4.ko -rw-r--r-- 1 root root 16008 Feb 23 03:47 nf_conntrack_ipv6.ko -rw-r--r-- 1 root root 100472 Feb 23 03:47 nf_conntrack.ko -rw-r--r-- 1 root root 12040 Feb 23 03:47 nf_conntrack_pptp.ko -rw-r--r-- 1 root root 11008 Feb 23 03:47 nf_conntrack_proto_gre.ko -rw-r--r-- 1 root root 4520 Feb 23 03:47 nf_defrag_ipv4.ko -rw-r--r-- 1 root root 14360 Feb 23 03:47 nf_defrag_ipv6.ko -rw-r--r-- 1 root root 7928 Feb 23 03:47 nf_nat_ipv4.ko -rw-r--r-- 1 root root 25992 Feb 23 03:47 nf_nat.ko -rw-r--r-- 1 root root 6472 Feb 23 03:47 nf_nat_pptp.ko -rw-r--r-- 1 root root 4880 Feb 23 03:47 nf_nat_proto_gre.ko -rw-r--r-- 1 root root 10072 Feb 23 03:47 nfnetlink.ko -rw-r--r-- 1 root root 22344 Feb 23 03:47 nfnetlink_queue.ko -rw-r--r-- 1 root root 412712 Feb 23 03:47 nfsd.ko -rw-r--r-- 1 root root 17144 Feb 23 03:47 n_hdlc.ko -rw-r--r-- 1 root root 6540664 Feb 14 04:36 openvswitch.ko -rw-r--r-- 1 root root 143680 Feb 23 03:47 option.ko -rw-r--r-- 1 root root 6016 Feb 23 03:47 output.ko -rw-r--r-- 1 root root 3896 Feb 23 03:47 p8022.ko -rw-r--r-- 1 root root 7104 Feb 23 03:47 pci-stub.ko -rw-r--r-- 1 root root 9128 Feb 23 03:40 phy_alloc_0810_x64.ko -rw-r--r-- 1 root root 15288 Feb 23 03:47 ppp_async.ko -rw-r--r-- 1 root root 9088 Feb 23 03:47 ppp_deflate.ko -rw-r--r-- 1 root root 37688 Feb 23 03:47 ppp_generic.ko -rw-r--r-- 1 root root 12392 Feb 23 03:47 ppp_mppe.ko -rw-r--r-- 1 root root 22560 Feb 23 03:47 pppoe.ko -rw-r--r-- 1 root root 6208 Feb 23 03:47 pppox.ko -rw-r--r-- 1 root root 13080 Feb 23 03:47 ppp_synctty.ko -rw-r--r-- 1 root root 15184 Feb 23 03:47 pptp.ko -rw-r--r-- 1 root root 58968 Feb 23 03:47 processor.ko -rw-r--r-- 1 root root 6544 Feb 23 03:47 psnap.ko -rw-r--r-- 1 root root 14528 Feb 23 03:47 quota_tree.ko -rw-r--r-- 1 root root 9440 Feb 23 03:47 quota_v2.ko -rw-r--r-- 1 root root 233704 Feb 23 03:44 r8712u.ko -rw-r--r-- 1 root root 1142752 Feb 23 03:37 rdma_cm.ko -rw-r--r-- 1 root root 46144 Feb 23 03:44 rfcomm.ko -rw-r--r-- 1 root root 110288 Feb 23 03:42 rodsp_ep_4_0.ko -rw------- 1 root root 140800 Feb 23 03:23 rodsp_ep.ko -rw-r--r-- 1 root root 43392 Feb 23 03:47 rpcsec_gss_krb5.ko -rw-r--r-- 1 root root 86120 Feb 23 03:44 rt2800lib.ko -rw-r--r-- 1 root root 62992 Feb 23 03:44 rt2800usb.ko -rw-r--r-- 1 root root 60344 Feb 23 03:44 rt2x00lib.ko -rw-r--r-- 1 root root 18432 Feb 23 03:44 rt2x00usb.ko -rw-r--r-- 1 root root 94632 Feb 23 03:44 rtl8187.ko -rw-r--r-- 1 root root 50848 Feb 23 03:44 rtl8192c-common.ko -rw-r--r-- 1 root root 89824 Feb 23 03:44 rtl8192cu.ko -rw-r--r-- 1 root root 18880 Feb 23 03:44 rtl_usb.ko -rw-r--r-- 1 root root 80848 Feb 23 03:44 rtlwifi.ko -rw-r--r-- 1 root root 24608 Feb 23 03:47 sch_htb.ko -rw-r--r-- 1 root root 14032 Feb 23 03:47 sch_netem.ko -rw-r--r-- 1 root root 15784 Feb 23 03:47 sch_sfq.ko -rw-r--r-- 1 root root 53352 Feb 23 03:47 sg.ko -rw-r--r-- 1 root root 6080 Feb 23 03:47 sha1_generic.ko -rw-r--r-- 1 root root 13760 Feb 23 03:47 sha256_generic.ko -rw-r--r-- 1 root root 9152 Feb 23 03:47 sha512_generic.ko -rw-r--r-- 1 root root 24120 Feb 23 03:47 sierra.ko -rw-r--r-- 1 root root 27536 Feb 23 03:47 sit.ko -rw-r--r-- 1 root root 8584 Feb 23 03:47 slhc.ko -rw-r--r-- 1 root root 14872 Feb 23 03:47 snd-hwdep.ko -rw-r--r-- 1 root root 92080 Feb 23 03:47 snd.ko -rw-r--r-- 1 root root 25784 Feb 23 03:47 snd-mixer-oss.ko -rw-r--r-- 1 root root 16264 Feb 23 03:47 snd-page-alloc.ko -rw-r--r-- 1 root root 116840 Feb 23 03:47 snd-pcm.ko -rw-r--r-- 1 root root 34208 Feb 23 03:47 snd-pcm-oss.ko -rw-r--r-- 1 root root 35264 Feb 23 03:47 snd-rawmidi.ko -rw-r--r-- 1 root root 12456 Feb 23 03:47 snd-seq-device.ko -rw-r--r-- 1 root root 35440 Feb 23 03:47 snd-timer.ko -rw-r--r-- 1 root root 225360 Feb 23 03:47 snd-usb-audio.ko -rw-r--r-- 1 root root 21168 Feb 23 03:47 snd-usb-hiface.ko -rw-r--r-- 1 root root 31560 Feb 23 03:47 snd-usbmidi-lib.ko -rw-r--r-- 1 root root 13472 Feb 23 03:47 soundcore.ko -rw-r--r-- 1 root root 5384 Feb 23 03:47 stp.ko -rw-r--r-- 1 root root 27696 Feb 23 03:25 synoacl_vfs.ko -rw-r--r-- 1 root root 82192 Feb 23 03:47 synobios.ko -rw------- 1 root root 433720 Feb 23 03:23 syno_extent_pool.ko -rw-r--r-- 1 root root 3312 Feb 23 03:34 syno_flashcache_control.ko -rw------- 1 root root 92704 Feb 23 03:23 target_core_ep.ko -rw------- 1 root root 58424 Feb 23 03:23 target_core_file.ko -rw------- 1 root root 30400 Feb 23 03:23 target_core_iblock.ko -rw-r--r-- 1 root root 647352 Feb 23 03:42 target_core_mod_4_0.ko -rw------- 1 root root 653520 Feb 23 03:23 target_core_mod.ko -rw------- 1 root root 27792 Feb 23 03:23 tcm_loop.ko -rw-r--r-- 1 root root 38792 Feb 23 03:47 thermal_sys.ko -rw-r--r-- 1 root root 702008 Feb 23 03:37 tn40xx.ko -rw-r--r-- 1 root root 34816 Feb 23 03:47 tun.ko -rw-r--r-- 1 root root 7296 Feb 23 03:47 tunnel4.ko -rw-r--r-- 1 root root 7128 Feb 23 03:47 tunnel6.ko -rw-r--r-- 1 root root 121192 Feb 23 03:47 udf.ko -rw-r--r-- 1 root root 36264 Feb 23 03:47 uhci-hcd.ko drwxr-xr-x 2 root root 4096 Mar 4 18:25 update -rw-r--r-- 1 root root 5160 Feb 23 03:47 usb-common.ko -rw-r--r-- 1 root root 309600 Feb 23 03:47 usbcore.ko -rw-r--r-- 1 root root 47768 Feb 23 03:47 usbhid.ko -rw-r--r-- 1 root root 28768 Feb 23 03:47 usbip-core.ko -rw-r--r-- 1 root root 32800 Feb 23 03:47 usbip-host.ko -rw-r--r-- 1 root root 23048 Feb 23 03:47 usblp.ko -rw-r--r-- 1 root root 38840 Feb 23 03:47 usbnet.ko -rw-r--r-- 1 root root 42952 Feb 23 03:47 usbserial.ko -rw-r--r-- 1 root root 122792 Feb 23 03:47 usb-storage.ko -rw-r--r-- 1 root root 14264 Feb 23 03:47 usb_wwan.ko -rw-r--r-- 1 root root 10432 Feb 23 03:47 veth.ko -rw-r--r-- 1 root root 18984 Feb 23 03:47 vfat.ko -rw------- 1 root root 34320 Feb 23 03:23 vhost.ko -rw-r--r-- 1 root root 38000 Feb 23 03:47 vhost_net.ko -rw------- 1 root root 44336 Feb 23 03:23 vhost_scsi.ko -rw-r--r-- 1 root root 5240 Feb 23 03:47 xfrm4_mode_beet.ko -rw-r--r-- 1 root root 4544 Feb 23 03:47 xfrm4_mode_transport.ko -rw-r--r-- 1 root root 7176 Feb 23 03:47 xfrm4_mode_tunnel.ko -rw-r--r-- 1 root root 6440 Feb 23 03:47 xfrm4_tunnel.ko -rw-r--r-- 1 root root 5160 Feb 23 03:47 xfrm6_mode_beet.ko -rw-r--r-- 1 root root 4544 Feb 23 03:47 xfrm6_mode_transport.ko -rw-r--r-- 1 root root 5064 Feb 23 03:47 xfrm6_mode_tunnel.ko -rw-r--r-- 1 root root 10360 Feb 23 03:47 xfrm6_tunnel.ko -rw-r--r-- 1 root root 11432 Feb 23 03:47 xfrm_algo.ko -rw-r--r-- 1 root root 10288 Feb 23 03:47 xfrm_ipcomp.ko -rw-r--r-- 1 root root 36504 Feb 23 03:47 xfrm_user.ko -rw-r--r-- 1 root root 127912 Feb 23 03:47 xhci-hcd.ko -rw-r--r-- 1 root root 36088 Feb 23 03:47 x_tables.ko -rw-r--r-- 1 root root 6568 Feb 23 03:47 xt_addrtype.ko -rw-r--r-- 1 root root 6936 Feb 23 03:47 xt_conntrack.ko -rw-r--r-- 1 root root 8248 Feb 23 03:23 xt_geoip.ko -rw-r--r-- 1 root root 4592 Feb 23 03:47 xt_iprange.ko -rw-r--r-- 1 root root 5632 Feb 23 03:47 xt_limit.ko -rw-r--r-- 1 root root 21808 Feb 23 03:47 xt_LOG.ko -rw-r--r-- 1 root root 3864 Feb 23 03:47 xt_mac.ko -rw-r--r-- 1 root root 4496 Feb 23 03:47 xt_mark.ko -rw-r--r-- 1 root root 4912 Feb 23 03:47 xt_multiport.ko -rw-r--r-- 1 root root 5584 Feb 23 03:47 xt_nat.ko -rw-r--r-- 1 root root 6112 Feb 23 03:47 xt_NFQUEUE.ko -rw-r--r-- 1 root root 20944 Feb 23 03:47 xt_recent.ko -rw-r--r-- 1 root root 5000 Feb 23 03:47 xt_REDIRECT.ko -rw-r--r-- 1 root root 11824 Feb 23 03:47 xt_set.ko -rw-r--r-- 1 root root 4600 Feb 23 03:47 xt_state.ko -rw-r--r-- 1 root root 7720 Feb 23 03:47 xt_TCPMSS.ko -rw-r--r-- 1 root root 5960 Feb 23 03:47 xt_tcpudp.ko -rw-r--r-- 1 root root 88800 Feb 23 03:44 zd1211rw.ko -rw-r--r-- 1 root root 24352 Feb 23 03:47 zlib_deflate.ko -rw-r--r-- 1 root root 20936 Feb 23 03:47 zram.ko A newer version might be required for your NIC to work.
  19. I210 module IS included. igb-5.3.5.4 are the reference drivers.
  20. I've linked it in the OP. Sent from my iPhone using Tapatalk
  21. For now please post your questions and comment about DSM 6.1 on Jun's thread. Jun's loader v1.02a doesn't seem stable so I am not answering questions about it here. I see several people are encountering issues so unless you are merely testing the loader on a test machine I suggest you stay away from it.
  22. @Jun. I've been looking at v1.02. Any reason why the ramdisk is now on the filesystem partition?
  23. Oui Jun y travaille. On devrait voir un loader compatible AMD sous peu si tout va bien.
  24. Non pas possible. INTEL Core i3-4130 est codé en dur dans DSM c'est pour cela. N'utilisez pas le nouveau loader.
  25. Sorry but you can't expect the community to help with so little information. Be a bit more thorough.
×
×
  • Create New...