Everything posted by piotrasd
- [DOCKER] ps3netsrv
-
OpenELEC VM Template Support
@ jonp any progress with sleep/standby/hibernation option ??
-
trouble with GTX 750 Ti Passthrough
i have also Asrock Extreme11 Z77 - and for me work on one GPU, and also my CPU dont have any GPU or i dont have any other - just one GT720 - and i was able to pass GPU Please check IMMOU group if your GPU is in separate group without any other devices, Becuase example GT720 -i always have in sep. group but when i put (single)GTX970 - was in group with other devices and i have problem, sometimes help switch PCIE port or put other GPU or just put other devices in first PCIE - in my example DVB-S2 tuner.
-
trouble with GTX 750 Ti Passthrough
im successful map 1 GPU to Openelec on KVM, and this is my prime card, but i will be must check eveything becuase log time i was using without any GPU .... so i dont remeber all step what i maked I have special moded bios with pass me to run any system when i dont have any GPU (normaly you hear beep from speaker and bios stop, no boot) On syslinux i must only redirect console to serial port, otherwise i was not able to boot unraid without GPU maybe this trick help user with only 1 GPU default /syslinux/menu.c32 menu title Lime Technology console 0 9600 prompt 0 timeout 5 label unRAID OS menu default kernel /bzimage append append initrd=/bzroot console=ttyS0,9600n8 look for more at: http://www.syslinux.org/wiki/index.php/SYSLINUX#CONSOLE_flag_val
-
Dynamix - V6 Plugins
@EdgarWallace if you using DVB tuner with tvheadend on unraid - you should unload dvbdriver before sleep and load after wake up. other wise you could get crash (many drivers dont support supsend or just dont work correct)
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
@darkside40 you can use export EDITOR=nano for setup nano as default editor
-
ESXi 5.x - pre-built VMDK for unRAID
Hi This is my build of unRAID 6b3 - vmdk (1GB partition) https://copy.com/xm92LofkhfKrzv46
-
ESXi 5.x - pre-built VMDK for unRAID
yeep i know that feel some time ago i had 10/1 becuase also i was out of area, but im moved and now i have access to 100/10 PS. thanks for new build vmdk im wait with patience: D
-
ESXi 5.x - pre-built VMDK for unRAID
+1
-
MicroServer N36L/N40L/N54L - 6 Drive Edition
anyway some little improve speed we should see on test + better power management etc.
-
MicroServer N36L/N40L/N54L - 6 Drive Edition
Please install http://slackware.cs.utah.edu/pub/slackware/slackware-13.37/slackware/ap/bc-1.06.95-i486-1.txz and put in console time echo "scale=5000; a(1)*4" | bc -l My Score on N40L (and my tweeked system with few installed plugins) real 1m9.860s user 1m7.350s sys 0m0.190s please check on orginal image and let me know UPDATE: second test - over script Please download - https://dl.dropbox.com/u/49442039/benchmark.sh and execute (remember about chmod) my score (tweeked system) UPDATE: on orginal image rc11
-
MicroServer N36L/N40L/N54L - 6 Drive Edition
Hi here is upload new rc11 version optimized for AMD N**L CPU Because orginal image is optimized for Core2Duo (intel) changed in kernel + some patch -HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer +HOSTCFLAGS = -march=amdfam10 -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer HOSTCXXFLAGS = -O2 ------------- - cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8) + cflags-$(CONFIG_MK8) += $(call cc-option,-march=amdfam10) -------------- -cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,-march=athlon) +cflags-$(CONFIG_MK8) += $(call cc-option,-march=amdfam10) after start from dmesg im also added to image: - media three (for support tuners DVB S/S2/C/T etc) - special if HP microserver has 2 PCIE - added exFAT and NTFS support (latest driver 2013) - added mc Link to file: https://dl.dropbox.com/u/49442039/unraid.rc11.tbs.zip Enjoy