02-14-2022, 11:19 AM
Do you have ssh working? (and another computer?,, and connected?)
BTW, with manjaro I have found that usb-ethernet (dongle) autoloads required modules
so the only trouble is finding out address
If not, try putting in plastic bag, freezing and sudo systemctl start sshd
See what you get with ... dmesg|grep usb ; lsmod |grep usb
I, just recently, had another computer lose all usb,, it was not loading
anything other than usbcore and a bunch of usb-snd modules
after some simplifying all it needed was xhci_pci, that pulled in everything else
But if other distros don't work, it is likely dying/dead
BTW, with manjaro I have found that usb-ethernet (dongle) autoloads required modules
so the only trouble is finding out address
If not, try putting in plastic bag, freezing and sudo systemctl start sshd
See what you get with ... dmesg|grep usb ; lsmod |grep usb
I, just recently, had another computer lose all usb,, it was not loading
anything other than usbcore and a bunch of usb-snd modules
after some simplifying all it needed was xhci_pci, that pulled in everything else
But if other distros don't work, it is likely dying/dead