rastersoft
New Member
I'm having an odd problem with my laptop: since Linux 6.14 (now with 6.17) it doesn't turn off when it should: it kills all the processes, turns off the screen, but the power led, fan and other leds don't turn off until about 10 to 90 seconds after that (quite random). The journal just shows the normal shutdown process until it says "journal stopped", which matches with the time when the screen goes off, so I have no extra debug info to know what is happening.
In the old days I know that I could use a serial port to send all the kernel debug info, but this is a laptop and it has no serial ports, so the obvious question is: can an USB to serial port work in this case? I'm not very sure, because the USB interface is much more complex than the old 8250/16550 UARTs, so I'm not sure that it would still be working when the problem itself is triggered. So that's my question: can an USB to serial port work until the very last moment, or is it probably being shat down much before? (I also read that, in case of a kernel panic, interrupts aren't available, and I'm pretty sure that USB requires interrupts to work, unlike the old 8250/16550, which could be driven with polling).
In the old days I know that I could use a serial port to send all the kernel debug info, but this is a laptop and it has no serial ports, so the obvious question is: can an USB to serial port work in this case? I'm not very sure, because the USB interface is much more complex than the old 8250/16550 UARTs, so I'm not sure that it would still be working when the problem itself is triggered. So that's my question: can an USB to serial port work until the very last moment, or is it probably being shat down much before? (I also read that, in case of a kernel panic, interrupts aren't available, and I'm pretty sure that USB requires interrupts to work, unlike the old 8250/16550, which could be driven with polling).

