Chris Coles
Chris Coles
In case it helps anyone else, I use the following lines to help with troubleshooting: ```python sys.argv[0] = os.path.abspath(__file__) cmd = ["C:\Windows\System32\cmd.exe", "/K"] cmdLine = cmd + [sys.executable] + sys.argv...
Hi, ok, so after further testing it seems that the absolute path is not needed but I do need the wait=False parameter, otherwise I get the following error. ```cmd File...
Did you make any progress with this. I'm currently trying to get an Ultra 5 working? I thought I was making progress using Ubuntu 24.10 with kernel 6.11 but it...
I got the same error 43.
@mm2293 yes that's full passthrough. I've not got a VM to boot yet using SRIOV. I just installed the bbaa-bbaa branch to see if it helped with kernel 6.11 but...
This is what Intel says: https://dgpu-docs.intel.com/driver/kernel-driver-types.html > The following features are only available in the out-of-tree i915 kernel module: > -GPU debugging > -Single Root I/O Virtualization (SR-IOV) > -Virtual...
This may be the same issue, I've got more detail in my issue: https://github.com/microsoft/WSL/issues/12153
There is no firewall. I have two computers next to each other with an unmanaged switch in between. One I boot from the live CD as the "Lite-Server" and the...
Hi, I have just installed Ghostfolio and am looking at setting it up. Crypto.com would be useful for me too. I don't use it that much so I have no...
Hi @dickwolff , thanks for the work, I'll take a look at this tomorrow.