Jump to content
XPEnology Community

Trantor

Developer
  • Posts

    583
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Trantor

  1. I will look about this module. This is strange because on my ESXi 5.5 package manager work and I can install apps... Does the console show anything ?
  2. Like all my links, they are valid only for 60sec (to prevent leech). Just refresh the page and "quickly" click on the link .
  3. I will include this on v1.1, but I need your busybox with enabled acpid for 4.3
  4. 4.3-3810 ESXi build available : viewtopic.php?f=14&t=1939
  5. This is not an official synology product This is only design for testing purpose not for production. No warranty for any damages, loss of data or anything else. This is based on jukolaut's work. Create the virtual machine in esxi and add hardware: - IDE controller with single harddisk (vmdk file in archive). Boot from this. - PVSCSI controller and raw harddisks or vmdk files for data. - VMXNET3 / E1000 network. - Boot, install the pat file with Synology Assistant, Enjoy Version 1.2 is now available : http://xpenology.trantor.be/esxi/ (please click on ad to help me with this project) To install open-vm-tools : Install the provided .spk with the package center (thank gnoboot) To install bootstrap : Connect to ssh as root, and type : sh syno-i686-bootstrap_1.2-7_i686.xsh then reboot How to install optware bootstrap and open-vm-tools (old method) (thanks to Tuatara) Changelog: v1.2 (15/03/2014) - Update to 4.3-3827 build - Use *REAL* mac adresses (thank gnoboot) - Change the default serial number (edit grub.conf to change it) - Add PS2 keyboard support (you can now write in the esxi console) - NFS and CIFS mount working - iSCSI (block & regular) in iet mode working (For regular mode, LUN must be created with advanced LUN features disabled) - Update mpt2sas to v18 - Sound drivers included - HBA drivers are included (install DSM on a HBA is not supported) v1.1 (22/12/2013) - Fix NFS support (copy modules to /lib/modules) v1 (15/12/2013) - Patch kernel source with jukolaut fix to get VMware PVSCSI working - Patch synobios to prevent SYNOIO messages - Build special ESXi kernel - All drivers included in standard version are also present here except SATA ones
  6. Upcoming v1.1 will include latest aacraid driver (already in pre v1.1_v2 in drivers requests topic). But dsmatom own a RocketRAID 3620 Controller, disks are detected by the system but not by DSM
  7. I post the modified r8169 driver (http://xpenology.trantor.be/beta/r8169.ko) which will handle your network card. Will be included in next repack.
  8. La v1.1 aura pas mal d'ajout par rapport à la virtualisation (drivers, modules ...)
  9. Trantor

    Sortie DSM 4.3

    Tu met le fichier synobios.ko dans un partage de l'xpenology depuis un pc sous windows (par exemple share). Tu te connecte en SSH avec putty, puis tu tape : mv /volume1/share/synobios.ko /lib/modules (ou share est le nom de ton partage). Sinon le plus simple tu attends la v1.1 qui inclura directement le fix
  10. Today I test XPEnology on an "old" DELL Optiplex 745 which have the press stop button warning issue (solved by k3dt with new synobios.ko). On this computer I put my fuck*ng DLINK DGE-528T which is not working on my test computer (ASUS P5KPL-AM SE, IRQ issues ). insmod my brand new r8169.ko module (link fews post above) and voila No conflict between r8168 and r8169. All network cards based on realtek chip which are not working with the r8168 driver will work with this one. This will of course be included in v1.1.
  11. I hope this week-end if I have enought free time I'have build a working DSM 4.3 ESXi version with PVSCSI support(based on jukolaut work). Tested with ESXi 5.5 (but I'm not sure everything work properly.) I will post this, so expert ESXi people can give feedbacks
  12. viewtopic.php?f=2&t=889&start=30 Thank you! This is planned for v1.1
  13. Not my priority for now. We must investigate further to find out why DSM do not detect drives attached to scsi/sas controller at boot and prevent us to install DSM on them For your network card based on a realtek chip, I modified the embedded r8169 driver (remove r8168 support from it to prevent conflict with the included r8168) : http://xpenology.trantor.be/beta/r8169.ko Copy it to modules folder, insmod it, and type : ifconfig ethX up (where X is the network card number, ie ; eth0, eth1 ...) I will add more drivers for KVM / virtio / virtualization support
  14. synoboot pre v1.1 v2 viewtopic.php?f=2&t=1361&start=140#p8887
  15. This is an updated synoobot file which include several updates/fixes. (For the AX88179 Gigabit Ethernet USB 3.0, you have to manually insmod usbnet.ko BEFORE insmod ax88179_178a.ko) Link : viewtopic.php?f=2&t=1361&p=9464#p9464 Known issues: - You can't install DSM on a drive connected to a SCSI/SAS controller (configuration lost on reboot) - Volume containing drives attached to SCSI/SAS controller is "broken" on each reboot, you must click repair. Changelog: v2 - AX88179 Gigabit Ethernet USB 3.0 - Latest driver version for RocketRAID 3xxx/4xxx Controller - Latest (aacraid) driver version for Adaptec - Support XFS filesystem (no idea if DSM will automount this) v1 - Update synobios.ko (by k3dt ; fix "buzzer stop button pressed" warning) SCSI ---- Highpoint Rocketraid 2720SGL LSI mpt2sas v17 Adaptec aacraid Intel C600 Series Chipset SAS NETWORK ------- 3Com 3c590/3c900, 3cr990 Alteon AceNIC/3Com 3C985/NetGear GA620 QLogic QLA3XXX SiS 900/7016 SiS190/SiS191 USB --- USB to serial / Prolific 2303 driver PATA ---- ATI PATA (PATA_ATIIXP) AMD/NVidia PATA (PATA_AMD) CMD64x PATA (PATA_CMD64X) JMicron PATA (PATA_JMICRON) Marvell PATA (PATA_MARVELL) Promise PATA 2027x (PATA_PDC2027X) Intel SCH PATA (PATA_SCH) CMD / Silicon Image 680 PATA (PATA_SIL680) SiS PATA (PATA_SIS) VIA PATA (PATA_VIA) Winbond SL82C105 PATA (PATA_WINBOND) Legacy PATA support (PATA_LEGACY)
  16. Your controller is handle by stex driver. It's included in 4.3 build (driver version 4.6.0000.4). Can you test with ubuntu livecd and look if it work and then give informations about module/version.
  17. I will post this update soon - AX88179 Gigabit Ethernet USB 3.0 - Latest driver version for RocketRAID 3xxx/4xxx Controller - Latest (aacraid) driver version for Adaptec - Support XFS filesystem
  18. The 3620 is only handle by the latest hptiop driver: v1.9 04/02/2013 * Add RR3610/RR3611/RR3620/RR3622/RR3640/RR3660/RR3680/RR3690 support. I will update this in futur build. Topic closed. (see my signature)
  19. Look this : viewtopic.php?f=14&t=1028&start=50#p5369 Need to tweak internalportcfg value
  20. Test to load module in rc instead of ramdrive but no luck. We must test and figure out what append when we press this fuck*ng repair button. EDIT: This shit is definitively link to something in the ramdrive, because if we try to install DSM directly on a sas/scsi controller disk system keep rebooting with configuration lost. Both issues seems to be related
  21. synoboot updated here : viewtopic.php?f=2&t=1361&p=8699#p8699
  22. This is an updated synoobot file which include several fixes. Copy *.ko files to /lib/modules New version available : viewtopic.php?f=2&t=1361&p=8887#p8887 Known issues: - You can't install DSM on a drive connected to a SCSI/SAS controller (configuration lost on reboot) - Volume containing drives attached to SCSI/SAS controller is "broken" on each reboot, you must click repair. Changelog: - Update synobios.ko (by k3dt ; fix "buzzer stop button pressed" warning) SCSI ---- Highpoint Rocketraid 2720SGL LSI mpt2sas v17 Adaptec aacraid Intel C600 Series Chipset SAS NETWORK ------- 3Com 3c590/3c900, 3cr990 Alteon AceNIC/3Com 3C985/NetGear GA620 QLogic QLA3XXX SiS 900/7016 SiS190/SiS191 USB --- USB to serial / Prolific 2303 driver PATA ---- ATI PATA (PATA_ATIIXP) AMD/NVidia PATA (PATA_AMD) CMD64x PATA (PATA_CMD64X) JMicron PATA (PATA_JMICRON) Marvell PATA (PATA_MARVELL) Promise PATA 2027x (PATA_PDC2027X) Intel SCH PATA (PATA_SCH) CMD / Silicon Image 680 PATA (PATA_SIL680) SiS PATA (PATA_SIS) VIA PATA (PATA_VIA) Winbond SL82C105 PATA (PATA_WINBOND) Legacy PATA support (PATA_LEGACY)
  23. cdc-acm, usbserial and ftdio_sio modules are already included. Just insmod them. (insmod /lib/modules/cdc-acm)
  24. mpt2sas, aacraid and rr272x_1x drivers will be included in next beta/build I have the same dream Thank you for your great job. regards Build latest (v17) mpt2sas driver as module, load it, DSM can now detect drives attached to my 9211-4i. For the repair issue at every boot, I will try to build xpenology based on RS10613xs+ which officially support SAS.
×
×
  • Create New...