
doedels
Members-
Content Count
10 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout doedels
-
Rank
Newbie
-
for /dev/ttyS1 look here --> http://smallhacks.wordpress.com/2012/04 ... -devttys1/
-
cat /proc/bus/pci/devices > bus_pci_devices from my ds1010+ https://mega.co.nz/#!j5wlnahQ!TwVrowCvP ... eKbNCPqj8s
-
On my 1010+ no i2c devices detected DiskStation> ./i2cdetect -l DiskStation> ./i2cdetect -y 0 Error: Could not open file `/dev/i2c-0' or `/dev/i2c/0': No such file or directory But i can see this mod loaded. DiskStation> lsmod |grep i2c i2c_algo_bit 4808 0 DiskStation> ./lspci 00:00.0 Host bridge: Intel Corporation Device a000 (rev 02) 00:02.0 VGA compatible controller: Intel Corporation Device a001 (rev 02) 00:02.1 Display controller: Intel Corporation Device a002 (rev 02) 00:1a.0 USB Controller: Intel Corporation USB UHCI Controller #4 (rev
-
Tried using only pata disk, still fails..
-
Linux DiskStation 3.2.40 #3776 SMP Sat Aug 17 02:16:50 CST 2013 x86_64 GNU/Linux synology_x86_1010+ 0000 8086a000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0010 8086a001 a fe880000 bc01 d0000008 fe700000
-
The check is most likely implemented by using the buildin serial controller that is connected to the onboard sensors. -> http://smallhacks.wordpress.com/2012/04 ... -devttys1/ If so then we need to create some kind of emulator service to fake any responses on the com port. I will try to test this by relaying the ESX com port to a read diskstation and see what happens.
-
XPEnology DS3612xs DSM 4.2 build 3211++ (repack v1.2)
doedels replied to Trantor's topic in DSM 5.2 and earlier (Legacy)
Ok, i got past the grub 22 error like this onm esx5.1: New virtual machine -> custom->Version 8->Linux Other 2.6.x 64Bit Network card is VMXnet 3 Create New IDE disk 0:1 for datadisk Add ide converted synoboot img as IDE 0:0 Power on Serach for it with synology assistant Install and unselect create RAID SHR Assign IP and start the install (here it stops at formatting, console output shows some stuff) Go to http://youripofdiskstation and install using Install DSM from my computer Then start the install After the install it will reboot and give grub 22 error -
[SOLVED] Install on vmware ESXI
doedels replied to frank_zero's topic in DSM 5.2 and earlier (Legacy)
Many thanks Jukolaut! -
[SOLVED] Install on vmware ESXI
doedels replied to frank_zero's topic in DSM 5.2 and earlier (Legacy)
Great work jukolaut, can you share your work so far? -
XPEnology DS3612xs DSM 4.1 build 2668++ (more hardware)
doedels replied to Andy928's topic in DSM 5.2 and earlier (Legacy)
IDE drives are seen as md devices, that is why it will fail on esx 5 (or workstation 9) The firmware image will be overwritten during install. I managed to get it to work by restoring the firmware image after install. Would be better if ide devices would not be mapped into md devices. If i have time i will look into it this weekend. Cheers