PartialVolume
PartialVolume
Yes, that would seem to point to it maybe not being a bug in the driver as the latest Ubuntu is using kernel 5.15 I believe, the latest being 5.19....
Interesting that the xhci_pci & xhci_pci_renesas are loaded under Ubuntu, but under ShredOS although these two drivers are build-in to the kernel there is no mention of them being loaded...
@jackfaubshner Here's a link to ShredOS with loadable USB drivers. The link is available for 30 days. [ShredOS-Modified-with-loadable-USB-drivers](https://ufile.io/785arnka) Please check the intergrity of the .img file with md5 or sha1....
From dmesg I can see we get the same error. ``` 23.428963] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A [ 23.428968] xhci_hcd 0000:00:14.0: PCI INT A: no GSI...
I also have the same identical issue. ``` Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.5 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.6 Kernel Version: 5.15.0-48-generic (64-bit) Graphics Platform:...
Could be a missing driver, I'll take a look at the hardware specs and get back to you.
Can you post the output of `ls -1 /sys/class/net` thanks.
No that's fine, thanks. I'll follow up shortly with a few extra commands so we can figure out what the issue is.
Can you plug in a network lead into either eth0 or eth1 (but not both) and run the following command more /etc/network/interfaces And post the output. All the ethx devices...
Interesting, just the fact that the line `interface file auto-generated by buildroot` even exists in /etc/network/interfaces means we are never even getting to the third command `rm /etc/network/interfaces` in the...