Piotr Jasiukajtis wrote: > Hi, > > Is it possible somehow to unload some device drivers and then do > suspend from a text console using uadmin? > > Not for the console device nor would you want to do this.
The driver for the console device is opened by the console framework early at boot and is never closed. The driver should refuse to unload in this state. Also, not all system BIOSes support running the VBIOS initialization on S3 resume. A driver that knows how to reinitialize the hardware must be attached when the resume happens.