Open mszaro opened 1 day ago
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 config
file for your device at 04:01.0
, maybe it would be possible to debug this one. (see my comment here for instructions on how you can send it to me in encrypted form).
The !!! Unknown header type 7f
in your lspci output makes me think that maybe my gopci library can't handle that device, maybe it reports an unexptect/invalid configuration...
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!
mszaro@miniserv:/sys/bus/pci/devices/0000:04:01.0$ du config
0 config
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?
Hey there, I'm running into an issue that seems related to https://github.com/hertg/egpu-switcher/issues/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).