Re: [systemd-devel] Device nodes not created after update

2025-02-20 Thread Morten Bo Johansen
On 2025-02-20 Mantas Mikulėnas wrote: > Device nodes in /dev are created directly by the kernel. If they're > missing, that most likely means you don't have the *kernel drivers* > (modules) for that type of USB device – e.g. because you're still running > kernel 6.12.x so it is trying to load 'USB

Re: [systemd-devel] Device nodes not created after update

2025-02-20 Thread Mantas Mikulėnas
Device nodes in /dev are created directly by the kernel. If they're missing, that most likely means you don't have the *kernel drivers* (modules) for that type of USB device – e.g. because you're still running kernel 6.12.x so it is trying to load 'USB storage' modules from /lib/modules/6.12.x, but