1 | | Sorry for that: can you change in config.sys: |
2 | | |
3 | | tracebuf=32 /M=NOWRAP,QUEUED,NODTI /D=ALL |
4 | | |
5 | | The key here is the "NOWRAP" keyword. It will prevent the trace buffer from wrapping around as I need to see the very first traces after boot. Also, reducing the trace buffers size to 32 (kBytes) will avoid excessive trace file size. You can experiment with different trace buffer sizes. Other than that I can say that in the case of plugged in devices everything looks the way it should. But you are saying that if you subsequently unplug/plug back in devices, it won't work ? |
| 1 | In the case of plugged in devices on boot everything looks the way it should. But you are saying that if you subsequently unplug/plug back in devices, it won't work ? |