ffgdad

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by ffgdad

  1. I ended up putting team viewer on the vm while it was in vnc. I then changed the video from vnc to the amd video card. I restarted the VM and networked in using team viewer. I was then able to update the driver for the video card while using team viewer. After that the monitors came on. I hope this will be the way I can do it every time.
  2. I don't know what the "CLI" is. is that the command line terminal?
  3. in the upper right hand corner of the UI. there is an icon ">_" this is the terminal. i went into this and typed "echo blacklist rx7800xt". it came back with some stuff I don't remember. It didn't say it didn't work. I still cant use the video card in the VM.
  4. what is the cli? and where do I find it?
  5. i did what I said above. It didnt work.
  6. so I create a file in the location /boot/config/modprobe.d/i915.conf, and in that file i write, "echo blacklist i915"? When I made the rom last time using what I found in the above video. It made a file called "rx7800xt.rom. should I name the file rx7800xt.conf? and inside the file write "echo blacklist rx7800xt? And how do I get there without pulling the thumb drive, putting it in my laptop and creating the file. then putting it back in my tower and rebooting.
  7. I made another windows 11 machine. I did what I thought was exactly what I did before. The Driver ROM didn't work this time. I will try to blacklist the gpu now. I will follow the link. but is there a walk through that can tell me step by step how to do that? i cant even boot into gui mode wtih that video card.
  8. I am building an Unreal Engine 5 Gaming server. I compiled the engine from source Everything seems to have went well. I am running it on vnc. I am thinking this error is because it doesn't see a physical video card. Maybe I'm wrong. This Build is going to hold the game. I think its called headless. But in order to start the process of programming it I followed the compiling instructions on the epic website. https://docs.unrealengine.com/5.3/en-US/building-unreal-engine-from-source/ Again we are not going to use it to play it. I think I just need to fake a video card that is compatible. I am going to continue to look else where. I thought I would start here first. I have read things about putting it on amazon servers. Maybe running it headless. Running on an amazon server is running it on a VM. I wonder if we can get it to work by mimicking AWS install. I will be looking into that too.
  9. you to JorgeB thank you for helping me also. Im sorry I was busy looking other things up I didnt keep track of this thread a whole lot. Thank you for your time.
  10. ok I dont know what happened. I redid the vbios in user scripts again. I dont think I did anything different. My rx 7800 xt is now working on my VM. Thank you God for SpaceInvaderOne.
  11. i found this video by Space Invader One. It has worked for my RX 580. But is not working for my RX 7800 XT.
  12. i dont understand. what would blacklisting the driver do? black list must mean something else than what I am thinking. Also where do I put that blank config file? What is the driver called? Do I download a driver from techpower and delete the text on the inside?
  13. I just bought a new video card. I installed it. I can select it in the edit screen. My screen goes blackk like it is trying to work and nothing. I then started unraid and told it to start up in the gui on startup. The screen goes black. I dont even get the unraid user interface. Does unraid not support my video card. Or is there some driver I have to add to the linux software?
  14. I wanted to post an update to this thread. Today My son wanted to play Elden Ring. I am using my VM right now. So instead of getting off my pc I changed the xml in his windows 10 VM. Under "os" I added this line "<smbios mode='host'/>". In the xml it isn't underlined and italics and bold. I just did that here to make it better to see in the code below. The rest of the xml is what was already there. ` <os> <type arch='x86_64' machine='pc-q35-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/bc74a91f-ee54-6060-a516-c719a80d271e_VARS-pure-efi.fd</nvram> <smbios mode='host'/> </os>` This change has made easy anti cheat let Elden ring run. We now have to work on a lag issue. But it is playable and he can summon.
  15. this i would like to know too. although Elding ring starts, I only get 37 fps
  16. i found this on steam. I cant believe it worked. " How to fix "This Application cannot run under a Virtual Machine" So while searching everywhere to fix this error, I found something that fixes the error. The game for some reason thinks your PC is a VM if the name of your computer name starts with a "DESKTOP" within it's name. For example, DESKTOP-123ABC. To fix it, go to System -> Advanced settings -> Computer Name. Click "Change" and change the "DESKTOP" to something else, like Jamal-PC, etc, and then restart your computer and it will be fixed. If you have something different than "DESKTOP" header, then disable Hyper-V by going to "Programs and Features" and" Turn on and off Windows Features". Hope that helps. If only I can post this on the forums, but keeps getting cooldown. " https://steamcommunity.com/app/555570/discussions/0/152390648089353221/
  17. i couldn't get any of this to work for Elden Ring. Easy anti cheat still picks it up. "Launch Error, Cannot run under Virtual Machine". I also tried the vchat link. That completely made my VM unrun able. wouldn't even boot up. maybe its something in my xml. Im hoping that someone knows. I paid for this game and now I cant play it. We are not cheating. I just have a powerful pc and want to use it all. who puts a 32 core processor on just on pc. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='26'> <name>Elden Ring</name> <uuid>c8f6b187-f8da-90a4-b6c9-e3ebc3e6374c</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>12</vcpu> <cputune> <vcpupin vcpu='0' cpuset='10'/> <vcpupin vcpu='1' cpuset='42'/> <vcpupin vcpu='2' cpuset='11'/> <vcpupin vcpu='3' cpuset='43'/> <vcpupin vcpu='4' cpuset='12'/> <vcpupin vcpu='5' cpuset='44'/> <vcpupin vcpu='6' cpuset='13'/> <vcpupin vcpu='7' cpuset='45'/> <vcpupin vcpu='8' cpuset='14'/> <vcpupin vcpu='9' cpuset='46'/> <vcpupin vcpu='10' cpuset='15'/> <vcpupin vcpu='11' cpuset='47'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c8f6b187-f8da-90a4-b6c9-e3ebc3e6374c_VARS-pure-efi.fd</nvram> <smbios mode='host'/> </os> <features> <acpi/> <apic/> <kvm> <hidden state='on'/> </kvm> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='6' threads='2'/> <cache mode='passthrough'/> <feature policy='disable' name='hypervisor'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <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='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 11/vdisk1.img' index='3'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows/Win11_EnglishInternational_x64.iso' index='2'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows/virtio-win-0.1.208.iso' index='1'/> <backingStore/> <target dev='hdb' bus='sata'/> <readonly/> <alias name='sata0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xa'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0xb'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0xc'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0xd'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:41:d5:9e'/> <source bridge='br0'/> <target dev='vnet23'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-26-Elden Ring/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x45' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/videocard/Asus.RX6700XT.12288.210824.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x45' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1b1c'/> <product id='0x0a4d'/> <address bus='1' device='2'/> </source> <alias name='hostdev2'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1b1c'/> <product id='0x1bac'/> <address bus='5' device='3'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x2516'/> <product id='0x0042'/> <address bus='5' device='2'/> </source> <alias name='hostdev4'/> <address type='usb' bus='0' port='3'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x8087'/> <product id='0x0aa7'/> <address bus='1' device='3'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='4'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
  18. My windows 10 VM. And my two ubuntu server VM are running fine. The ubuntu servers are not connected to a video card. I and using vnc remote. The windows 10 and 11 are connected to a video card. Two separate video cards. My VM worked with 9.3. but now have upgraded to 10.3 and all my monitors are blank. My original problem was my bluetooth wasnt detected anymore. that is why I upgraded to the new OS.
  19. I have two AMD video cards. Unraid will run both if I have only one or the other. but it wont run them both at the same time. I did have them both running my windows 11 VM last night. then after I shut down for the night; this morning they are not both running. I tried them alone. and both work alone. but they arnt working together.
  20. My thing has been taken care of. I had to log into my comcast router and change my server settings from DHCP to Reserved. Then I gave it a static IP. I dont know if it was a ubuntu thing or if it was the modem. This took care of my problem.
  21. im having a similar problem. I dont know if its at all the same though. I as of last night added a ubuntu VM. and now I dont have access to the web UI. I tried localhost:23 and that didnt work. Im about to call comcast for my router password. (I should write that down.) I thought I would come here first to see if anyone else had this problem. I have had acess to the web login up until I installed ubuntu.
  22. i cant remember how I did it. I added the iso file to a folder I made watching space invader. I was able to put that iso in the virtual disc drive or the iso file share. Now the installer runs. i used uupdown to upload the international addition to the hard drive. but from there I did not use space invader walk through. The server wouldnt comunicate with aria. (the text above) I mounted the iso and I changed the settings in the vm to see it. and bobs your uncle.
  23. I followed space invader on YouTube. and did what he did. but when I run uupdump I get this error. Here is the text of the log ------------------------------------------------------------------------------ ErrorWarningSystemArrayLogin sending incremental file list ./ custom/ files/ sent 358 bytes received 54 bytes 824.00 bytes/sec total size is 1.90M speedup is 4,620.84 Retrieving aria2 script... 12/28 18:30:28 [[1;32mNOTICE[0m] Downloading 1 item(s) 12/28 18:30:28 [[1;31mERROR[0m] CUID#7 - Download aborted. URI=https://uupdump.net/get.php?id=f19ccfd6-d64a-4f0d-8895-c663949fb7e9&pack=en-us&edition=professional&aria2=2 Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://uupdump.net/get.php?id=f19ccfd6-d64a-4f0d-8895-c663949fb7e9&pack=en-us&edition=professional&aria2=2 -> [SocketCore.cc:1015] errorCode=1 SSL/TLS handshake failure: `not signed by known authorities or invalid' `expired' 12/28 18:30:28 [[1;32mNOTICE[0m] Download GID#3c2eefc51025e991 not complete: /config/aria2_script..txt Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 3c2eef|ERR | 0B/s|/config/aria2_script..txt Status Legend: (ERR):error occurred. aria2 will resume download if the transfer is restarted. If there are any errors, then see the log file. See '-l' option in help/man page for details. Failed to retrieve aria2 script sending incremental file list ./ custom/ files/ sent 358 bytes received 54 bytes 824.00 bytes/sec total size is 1.90M speedup is 4,620.84 Retrieving aria2 script... 12/28 21:51:14 [[1;32mNOTICE[0m] Downloading 1 item(s) 12/28 21:51:14 [[1;31mERROR[0m] CUID#7 - Download aborted. URI=https://uupdump.net/get.php?id=f19ccfd6-d64a-4f0d-8895-c663949fb7e9&pack=en-us&edition=professional&aria2=2 Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://uupdump.net/get.php?id=f19ccfd6-d64a-4f0d-8895-c663949fb7e9&pack=en-us&edition=professional&aria2=2 -> [SocketCore.cc:1015] errorCode=1 SSL/TLS handshake failure: `not signed by known authorities or invalid' `expired' 12/28 21:51:14 [[1;32mNOTICE[0m] Download GID#74ef095fd1e09dcb not complete: /config/aria2_script..txt Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 74ef09|ERR | 0B/s|/config/aria2_script..txt Status Legend: (ERR):error occurred. aria2 will resume download if the transfer is restarted. If there are any errors, then see the log file. See '-l' option in help/man page for details. Failed to retrieve aria2 script sending incremental file list ./ custom/ files/ sent 358 bytes received 54 bytes 824.00 bytes/sec total size is 1.90M speedup is 4,620.84 Retrieving aria2 script... 12/28 22:13:10 [[1;32mNOTICE[0m] Downloading 1 item(s) 12/28 22:13:11 [[1;31mERROR[0m] CUID#7 - Download aborted. URI=https://uupdump.net/get.php?id=f19ccfd6-d64a-4f0d-8895-c663949fb7e9&pack=en-us&edition=professional&aria2=2 Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://uupdump.net/get.php?id=f19ccfd6-d64a-4f0d-8895-c663949fb7e9&pack=en-us&edition=professional&aria2=2 -> [SocketCore.cc:1015] errorCode=1 SSL/TLS handshake failure: `not signed by known authorities or invalid' `expired' 12/28 22:13:11 [[1;32mNOTICE[0m] Download GID#7d7fc60546c8f454 not complete: /config/aria2_script..txt Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 7d7fc6|ERR | 0B/s|/config/aria2_script..txt Status Legend: (ERR):error occurred. aria2 will resume download if the transfer is restarted. If there are any errors, then see the log file. See '-l' option in help/man page for details. Failed to retrieve aria2 script _____________________________________________________ I have looked around the net. I have not come across anything that helped.