-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD Ryzen 9000 iGPU #30
Comments
@jzetterman can you please provide me with the logfile, that way i can see everything the program sees and what you selected 🙂 |
Here it is. Another thing to note, I recently upgraded my PC, but did not reinstall the OS so I had originally run it before with the 6700XT and a GTX 1050 where the 1050 was the passthrough GPU. For some reason the log file doesn't want to attach, so I've pasted it in below. sudo cat quickpassthrough_debug.log 2024/11/17 11:58:53 2024/11/17 11:58:53 2024/11/17 11:58:53 2024/11/17 11:58:53 2024/11/17 11:58:53 2024/11/17 11:58:53 2024/11/17 11:58:54 2024/11/17 11:58:54 2024/11/17 11:58:56 2024/11/17 11:58:56 2024/11/17 11:58:56 2024/11/17 11:58:56 |
Got it to attach, just had to change the permissions on the file. |
@jzetterman what is the output given by |
That returns no output and no error. Just nothing.
…________________________________
From: HikariKnight ***@***.***>
Sent: Wednesday, November 20, 2024 6:22 AM
To: HikariKnight/quickpassthrough ***@***.***>
Cc: John Zetterman ***@***.***>; Mention ***@***.***>
Subject: Re: [HikariKnight/quickpassthrough] AMD Ryzen 9000 iGPU (Issue #30)
@jzetterman<https://github.com/jzetterman> what is the output given by utils/ls-iommu -g -i 28 --rom run from the same directory as the quickpassthrough binary?
want to rule out the issue being in the ls-iommu project
—
Reply to this email directly, view it on GitHub<#30 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACRG6BQSSXH27DCGNOAPNSL2BRWILAVCNFSM6AAAAABR5N2RYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBYGMYTONJZGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I've got a 9900X. It detects AMD Granite Ridge, but when selecting use this GPU there's a runtime error causing the script to panic and exit. My second GPU is a Radeon RX 6700XT.
panic: runtime error: index out of range [0] with length 0
goroutine 1 [running]:
github.com/HikariKnight/quickpassthrough/internal/pages.genVBIOS_dumper(0xc0003cb1a0)
/home/john/Downloads/quickpassthrough/internal/pages/03_vbios_extract.go:30 +0x65f
github.com/HikariKnight/quickpassthrough/internal/pages.viewGPU(0xc0003cb1a0, {0x0?, 0x0, 0x2?})
/home/john/Downloads/quickpassthrough/internal/pages/02_select_gpu.go:108 +0x4b5
github.com/HikariKnight/quickpassthrough/internal/pages.SelectGPU(0xc0003cb1a0)
/home/john/Downloads/quickpassthrough/internal/pages/02_select_gpu.go:37 +0x105
github.com/HikariKnight/quickpassthrough/internal/pages.Welcome()
/home/john/Downloads/quickpassthrough/internal/pages/01_welcome.go:48 +0x245
github.com/HikariKnight/quickpassthrough/internal.Tui()
/home/john/Downloads/quickpassthrough/internal/ui_main.go:24 +0xc5
main.main()
/home/john/Downloads/quickpassthrough/cmd/main.go:23 +0xa5
The text was updated successfully, but these errors were encountered: