Everything posted by Max
-
** Hackintosh ** Tips to make a bare metal MacOS
oyieee that's weird, as far as i have read asmedia controller need some extra work to be done even on bare metal hackintosh. even @ghost82 have said that he ended up getting inateck usb card as wasn't able to make his asmedia controller work. as far as i have read controllers that connected directly to chipset are easier to work with compared to asmedia ones, and my z97d3h's usb ports are all connected to chipset only still they dont work (they work but at such a low speed which, they might as well not work at all).
-
** Hackintosh ** Tips to make a bare metal MacOS
did it work oob or u used some special kext or ssdt of some kind to make it work.
-
** Hackintosh ** Tips to make a bare metal MacOS
has anyone ever been able to make his onboard usb controller work with macos vm. cause i neved had to do anything to make my usb ports work when i used to use this machine as bare metal hackintosh and as far as i know all use a usb card or use hotplug plugin to use usb with macos here.
-
** Hackintosh ** Tips to make a bare metal MacOS
ohh thanks. that worked. now only have to figure out usb controller passthrough. dont really care about hdmi audio as long as onboard audio is working.
-
** Hackintosh ** Tips to make a bare metal MacOS
yeah already figured that out through dortania opencore guide but didn't quite understand the data part. it says value is in hex/data, dont know what to do with that.
-
** Hackintosh ** Tips to make a bare metal MacOS
yeah that worked, i knew vmxnet3 has bad upload speed problem but never expected it to be that bad.
-
** Hackintosh ** Tips to make a bare metal MacOS
nah that didnt work. yeah i was manually hot-plugging, why you ask, cause im an idiot. i dont know why didn't think of that 😅 so after your suggestion i tried booting with alcid=1 and that worked, now onboard audio is working, now i only have figure out how to make it permanent. i mean without using it as boot arg. and one problem that i just noticed is that upload speed that im getting are really pathetic i have connection of 100 up and down, but im only getting 1-2 Mbps get up down is fine, down im getting proper 100.
-
** Hackintosh ** Tips to make a bare metal MacOS
okay i have attached my efi folder and ioreg. for audio i cant check other ports now cause first my 1070ti doesn't have any other hdmi port and as display port, i dont have display port cable and right now i cant even go out and get one due lockdown situation here but even onboard audio is not being detected. and yeah i thought about getting usb card too but the problem is pcie lanes, dont have enough of them and soon i be getting lsi card to attach more hdd's so usb card is not an option for me. so if usb passthough doesn't work then maybe i will just use that plugin but the problem with that plugin is that after passing through my logitech keyboard through that plugin i have restart my vm to make it work, i dont know why that happens or why it actually happens with that keyboard only other usb devices dont require a restart. EFI.zip ioreg.ioreg
-
** Hackintosh ** Tips to make a bare metal MacOS
guys i need some help setting up high sierra vm on my server. i did the installation using macinabox then replaced clover files with opencore files i downloaded from @Leoyzen repo and set my xml using his guide. now after installing nvidia web drivers the only two things are that are still not working are usb and audio. not even hdmi audio is not being detected, even though i have set the audio in same bus and slot and ofcourse different function still no audio and as for usb, if use those ports which are being pass through then they work but they so slow that i have to litteraly hold the key for more than a second before it register any key press and mouse cursor just jumps here and their but if i use usb hotplug plugin they work flawlessly ( which is weird or maybe not maybe they work diffrently IDK). <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxHighSierra</name> <uuid>9af554f4-f63a-40ad-b744-394a0ca0cb2e</uuid> <description>MacOS High Sierra</description> <metadata> <vmtemplate xmlns="unraid" name="MacOS" icon="/mnt/user/domains/MacinaboxHighSierra/icon/highsierra.png" os="HighSierra"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxHighSierra/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxHighSierra/ovmf/OVMF_VARS.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxHighSierra/Clover.qcow2'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxHighSierra/HighSierra-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxHighSierra/macos_disk.img'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0x16'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:5a:ad:8f'/> <source bridge='br0'/> <model type='vmxnet3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/Zotac.GTX1070Ti.8192.171016_1.rom'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1d' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='host,vendor=GenuineIntel,+hypervisor,+invtsc,kvm=on,+fma,+avx,+avx2,+aes,+ssse3,+sse4_2,+popcnt,+sse4a,+bmi1,+bmi2'/> </qemu:commandline> </domain> if anyone knows how to fix this then please help i would really appreciate ur help.
-
[Plug-In] SNMP
would it be possible to add cpu clock speeds support ?? 😅
-
[Support] Linuxserver.io - Jellyfin
So guys from a long i have been thinking about giving this a try, so today i started using but I'm having some issues with nvidia hw transcoding. Whenever it's transcoding through hw transcoding (NVENC) i end with no compatible stream available error. And if i disable it transcodes through my cpu just fine so could you guys please help me with this.
-
[Support] spikhalskiy - ZeroTier
okay i somehow fixed it, the only wierd thing that i noticed was that somehow on network that i created on myzerotier website had my local ips too under advanced - managed routes. so now its connected, online and everything but still i can't access my server from outside lan. / # /usr/sbin/zerotier-cli info 200 info 98e11feb6d 1.4.6 ONLINE / # /usr/sbin/zerotier-cli listnetworks 200 listnetworks <nwid> <name> <mac> <status> <type> <dev> <ZT assigned ips> 200 listnetworks a0cbf4b62a6f77c6 agitated_baird c6:ef:8e:35:5d:99 OK PUBLIC ztc3qzxqpm 172.22.142.212/16 / # /usr/sbin/zerotier-cli listpeers 200 listpeers <ztaddr> <path> <latency> <version> <role> 200 listpeers 34e0a5e174 147.75.92.2/443;12759;7505 253 - PLANET 200 listpeers 3a46f1bf30 185.180.13.82/443;12759;2499 254 - PLANET 200 listpeers 59f4bc8f9f 192.168.0.140/9993;733;95725 51 1.4.4 LEAF 200 listpeers 67ba976a71 192.168.0.185/9993;733;733 2 1.4.6 LEAF 200 listpeers 778cde7190 103.195.103.66/443;12759;2504 248 - PLANET 200 listpeers 992fcf1db7 195.181.173.159/443;1277;1138 139 - PLANET 200 listpeers a0cbf4b62a 34.94.79.198/21017;1277;1041 240 1.4.1 LEAF / #
-
[Support] spikhalskiy - ZeroTier
Sorry guys as i was coming down with fever i couldn't test that at that time and finally i tried running it again, my whole server became unaccessible. First i reinstalled the docker but then just in seconds my server became unaccessible, i couldn't access the web ui and shares. I had to hard reboot my server then i tried running allmy dockers one by one and finally when i launched zerotier docker, again my server became unaccessible, i couldn't even get ping from it. Basically as soon as zerotier starts running my whole server get dissconected.
-
[Support] spikhalskiy - ZeroTier
could anyone help me with setting this im stuck with requesting configuration on android and not found status on windows and when i enter the command "zerotier-cli info or something" in docker's page i get zerotier-cli not found error.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
thanks, could you recommend any other software. i couldn't find any guide or video on how to actually use that thing and it looks pretty old, doesn't even support ahci, looks like it only support serial ATA and IDE.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
@johnnie.black @jonathanm @jbartlett ok guys finally finally extended smart test on my disk2 has completed could you guys take a look and let me know does this one needs to be replaced too ?.unraid-smart-20190729-1724.zip
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
wow that was actually my disk1 which up until yesterday was working just fine, it was my disk2 which was giving speedgap errors. in just 2 years both of my drives are dying or dead (disk1), never ever buying seagte drives again. Btw how long does an extended smart test take, my disk2 is still going.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
as you guys suggested i copied all of my important data first and tried running extended smart test on disk1 but it failed in just a matter of couple of seconds. it sis saying that some errors occurred check smart test report. could you take a look at my smart test report and help me figuring it out. unraid-smart-20190729-1717.zip
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
@jonathanm @jbartlett yesterday night my disk1 started to throw some error in smart test. looks like now i will have to change my disk2 as well. right?
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
@jbartlett @jonathanm thanks, i will copy my data to a new drive, then i will add that drive as disk2. i just can't believe they are already failing just two week ago their warranty has expired, guess im never buying seagate barracuda drive again.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
it was consistent on almost entire disk2, i think it was only once around 30-40% mark where speed gap didn't appear. so this mean i should add parity immediately and be prepared with another to replace it with ?
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
recently i was having some issues with read speed, which i fixed with the help of @johnnie.black . but then i noticed that somehow i wasn't getting good speeds from some of my files on disk2, for which @itimpi suggested me that sometimes hard drives may develop slow areas, so he suggested me to try this docker. So then i tried ran bechmark in safe mode (no gui no plugin) and here are my results graph looks fine to me but while the test was running on disk2 is was getting some speedgap error which i didn't get while it was running on disk1. so could anyone help me figure out what was that about ? is their something wrong with my disk2.
-
Virt-Manager, Intel-GPU-Tools and more Dockers
i did but still somehow i ended up with new share with exact same name which confused windows and unraid. isn't it supposed to just give an error like it can't find that directory instead of creating a new one incase if it can't find it and please don't apologize, you did nothing to be sorry for.
-
Virt-Manager, Intel-GPU-Tools and more Dockers
thanks. btw somehow yesterday when i was trying that command i ended up with new shares with that names and paths that i was trying and it also created a seprate window share with handbrake and watch folder inside inside it just like i wrote in command so ofcourse it was empty but then somehow windows and unraid started picking only that empty window share (which scared a crap out of me, as i thought i lost all my data) but at last thanks to binhex-krusader i came to know that somehow i have two seprate window share, one with all my data and one with just handbrake and watch folder inside of it.
-
Virt-Manager, Intel-GPU-Tools and more Dockers
@dee31797 could you help me with uninstalling that ffmpeg i can't find it anywhere under dockers or plugin page but im pretty sure that yesterday when first tried it it did some downloading.