Skip to content
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

2 Exact Same GPUs #10

Open
EclipzzeX opened this issue Jan 24, 2023 · 1 comment
Open

2 Exact Same GPUs #10

EclipzzeX opened this issue Jan 24, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@EclipzzeX
Copy link

I have 2 AMD RX580's (identical). Is it possible to have VFIO work?

@HikariKnight
Copy link
Owner

HikariKnight commented Jan 25, 2023

hi @EclipzzeX, from what i remember, it will get very tricky as they will share the same IDs. the whole RX4xx and Rx5xx series are detected as the same cards, but not impossible!

So you will have to create custom scripts that run in initramfs at boot (in terms of distros using initramfs-tools, no idea how to set it up on dracut and mkinitcpio, maybe look into those systems documentation if that is what your distro uses?)

Wendell has a guide for setting it up on initramfs here

This is not something my script does right now due to the added complexity it adds (since i try to support initramfs, dracut and mkinitcpio) hence why i have the requirement of using different gpus based on different architectures.

maybe the script will handle it in the future, but i lack 2 identical gpus to test with so it will be kinda hard for me to verify that things actually work as i like to actually test things and confirm the test case properly 😅

@HikariKnight HikariKnight added the enhancement New feature or request label Apr 28, 2023
@HikariKnight HikariKnight added the help wanted Extra attention is needed label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants