Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

1812

Members
  • Joined

  • Last visited

Everything posted by 1812

  1. Figured it out. On a whim, I re downloaded the sierra install app, made a new installer iso, and the new vm made with that is 100%. So somehow, either the creation of the installer or the two different installer apps I previously used caused the error. Either way, glad it's fixed now!
  2. sorry, was looking at the configurator (just woke up and not quite awake so I didn't understand the question.) clover boot is rev 2.3k 3579
  3. clean install yielded similar results in terms of audio distortion and being running faster than video.... even tried some different kexts that others said made theirs work, still no luck. seems i'm stuck on el cap for a bit until i get this all sorted. After spending days playing with many different variations of GPU drivers and rom pass throughs etc.... I have been able to isolate my audio problem in sierra. It is occurring even before I assign it a gpu (currently gtx760.) So there has to be a problem somewhere in sierra, or clover, or something? I have no idea were to go from here. When I make a new vm, and connect with splashtop, the audio is present (via soundflower,the only listed output) but has distortions in it. After assigning the gtx 760 to the vm, and passing through the rom file to the video card (and updating to newer web driver) the audio/video sync issue is gone, but the audio distortion remains. If I install the HDMI audio kext, it will output over HDMI with the same distortion. If I plug in an external usb digital to analog convertor, same distortion. I've even created a new installer file on the off chance something was corrupt with the one I was previously using. But the problem remains. Maybe i'm overlooking something? This is my base xml file, with a fresh install, no video card. xml <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Sierra 47</name> <uuid>c3c4c996-21a3-acd7-6d2b-a1ada1329a06</uuid> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>12582912</memory> <currentMemory unit='KiB'>12582912</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='5'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c3c4c996-21a3-acd7-6d2b-a1ada1329a06_VARS-pure-efi.fd</nvram> <boot dev='hd'/> </os> <features> <acpi/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>Penryn</model> </cpu> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Sierra 47/vdisk1.img'/> <target dev='hda' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </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='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:9b:2f:b3'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </interface> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=anappleadaykeepsthedoctoraway'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain> I'm also new to clover configurator, so maybe there is something I should or shouldn't be doing? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>Fixes</key> <dict> <key>AddPNLF_1000000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ACST_4000000</key> <true/> <key>FIX_ADP1_800000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FixRegions_10000000</key> <true/> </dict> <key>Name</key> <string>q35-acpi-dsdt.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Debug</key> <false/> <key>DefaultLoader</key> <string>boot.efi</string> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>PBR</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>BusSpeedkHz</key> <integer>6500</integer> <key>FrequencyMHz</key> <integer>3333</integer> <key>QEMU</key> <true/> <key>QPI</key> <integer>6500</integer> <key>Type</key> <string>Westmere</string> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>ScreenResolution</key> <string>800x600</string> <key>Theme</key> <string>embedded</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <false/> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <false/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>09/03/2013</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM142.88Z.0118.B00.1309031249</string> <key>Board-ID</key> <string>Mac-27ADBB7B4CEE8E61</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac14,2</string> <key>SerialNumber</key> <string>C02KYTI7F8JC</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> In el capitan, this same video card performs audio/video flawlessly. So..... any thoughts?
  4. look and see if the card is used by anyone building hackintoshes. It may not be os x compatible. Also, download DPCImanager, and see what driver/kext is associated with the usb card. Might help to see what it sees.
  5. clean install yielded similar results in terms of audio distortion and being running faster than video.... even tried some different kexts that others said made theirs work, still no luck. seems i'm stuck on el cap for a bit until i get this all sorted.
  6. aaaand moving to an ssd via unsigned devices did not fix the audio which is moving ahead of the video...... hmm.... update- i attempted to use a usb audio interface and it has the same issues. Perhaps something went awry with the install. Going to attempt a new clean install in a day or so.
  7. bingo. Audio works. Has some syncing issues and "glitches/drops." Vm is on an ssd cache drive and didn't have problems before this but i'm going to try moving it to an ssd mounted outside the array and see if that helps (some people have said it does.) THANKS!
  8. In clover there shall be a boot argument that shall enable use of this driver, check nvda_drv=1 EDIT For me I was loosing HDMI sound with nvidia drivers, even if I reinstalled HDMIAudio-1.1.dmg. Back to OSX Default drivers :-) //Peter I am having quite a difficult time getting HDMI audio to work in sierra. It worked in el capitan for me after installing the hdmi audio kext (1.0). Since creating the new sierra vm, i've tried everything I can think of and would appreciate any assistance: smbios is set o 14,2 video card: gtx760 (passes through to vm just fine) tried hdmiAudio 1.0 and 1.1 kexts added in multiple ways to system/library/extensions, library/extensions, manually adding it, using DPCI manager, a standalone kext installer, adding it to efi: clover/....kexts/other & 10.11 (even made a 10.12 to see if that would work). Have tried all the above using nvidia web drivers and OS X drivers. HDMI audio is displayed as an output option but no audio comes through. I know it's not a cable/hardware issue because it still works in the el capitan vm. any help? I don't know of any other options....
  9. I haven't tried Bluetooth, but I did try 2.4GHZ wireless from 15ft, and it just wasn't reliable (even though the specs said it should be fine). I ended up buying a 50ft ACTIVE extension usb cable (to pass it through the walls) from PrimeCables (cdn company that also resells a bunch of monoprice stuff), and USB works great. Only caveat is it couldn't power an external drive. I've bought a powered hub to see if that helps, but haven't received it yet. As for HDMI, I spent hours researching all the options, and in the end went with 50ft PASSIVE HDMI cable. I considered cat6 hdmi, various active hdmi solutions, and ended up going with this cable because it was cheap ($20cdn), and was overwhelmingly positively reviewed. Tested and works without issue! Hope that helps! they make hdmi+usb over ethernet. but it's not cheap. https://jet.com/product/detail/3de56a6b14e44e3e91775521d7b350ae?jcmp=pla:ggl:gen_electronics_a1:electronics_accessories_audio_video_splitters_switches_a1_other:na:PLA_348772140_24231279300_pla-161708547660:na:na:na:2&code=PLA15&ds_c=gen_electronics_a1&ds_cid=&ds_ag=electronics_accessories_audio_video_splitters_switches_a1_other&product_id=3de56a6b14e44e3e91775521d7b350ae&product_partition_id=161708547660&gclid=CKy068rcqdACFdcRgQod_kACVQ&gclsrc=aw.ds http://www.newegg.com/Product/Product.aspx?Item=9SIA1UH4FD7374&ignorebbr=1&nm_mc=KNC-GoogleMKP-PC&cm_mmc=KNC-GoogleMKP-PC-_-pla-_-Pro+A%2FV+Extender+%26+Repeater-_-9SIA1UH4FD7374&gclid=CP6VxMfcqdACFYQkgQodCzwB3A&gclsrc=aw.ds I believe that is for use with an independent, non-networked ethernet cable.
  10. Just wanted to thank gridrunner (and everyone else who has contributed along the way.) This is great guide with many helpful tips. I now have a couple Sierra vm's up, each using a separate nvidia card (gtx 760, gt710) with no issues (well, after having a few issues that got resolved with some reading.) OVMF and clover are really much more useful (for me) than seabios for tailoring the system to specific needs.
  11. Does this only work in 6.2? I (sort of) attempted it on 6.1.9 and the vm would only at the guest has not initialize the the display adapter (paraphrased) after creating the new EFI and rebooting. I also could have messed something up (probably.)
  12. I get about 3-5% loss in cpu performance, but I'm also using older business class hardware.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.