-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Unable to read PCI information: pci config file has an invalid format #122
Comments
Might be an issue similar to #119, which I wasn't able to reproduce/resolve at the time. If you could provide me the original The |
Well, that's interesting. I would be happy to send it to you, but I think I just worked out why it doesn't parse; it's empty!
I can't explain what this device is - wondering if it's something virtual created to use a TB3 cable between two TB4 devices? - but at any rate since this is a non-GPU device, perhaps the tool could ignore devices with malformed configs? |
Thanks for looking it up, yeah that's weird. And I agree, it should probably handle this error gracefully. I may need to address that in my gopci library. I really wonder where that invalid config file is coming from, though. |
Yeah, I have no idea. I'm no expert on the spec by any means, but at least as an average Linux user I wouldn't expect /pci/.../config to be absent. It isn't, on any other devices on the system. |
Hey there, I'm running into an issue that seems related to #91:
This is with 0.19.0, manually installed by pulling the binary.
The device in question as seen by
lspci
:This seems to be unrelated to my actual eGPU itself, but for the sake of completeness, it's an RX 7800M in an external enclosure. I haven't installed any drivers manually, just attempting to roll with the
amdgpu
support already in the kernel. (Linux Mint 22 x64, kernel 6.8.0-49-generic).The text was updated successfully, but these errors were encountered: