@Larvitz does your AX210 successfully resumes after T480 sleep/resume cycle?
-
@Larvitz does your AX210 successfully resumes after T480 sleep/resume cycle?
-
@Larvitz does your AX210 successfully resumes after T480 sleep/resume cycle?
@darth Yes it does work fine. On Linux it worked natively and out of the box. On FreeBSD (which I currently run on it), I use a crude workarround after resume and basically reset the PCI device plus some power management tweaks:
devctl detach <device>
devctl rescan -
R relay@relay.an.exchange shared this topic
-
@darth Yes it does work fine. On Linux it worked natively and out of the box. On FreeBSD (which I currently run on it), I use a crude workarround after resume and basically reset the PCI device plus some power management tweaks:
devctl detach <device>
devctl rescan@Larvitz devctl hint helped me, thank you very much.
-
@Larvitz devctl hint helped me, thank you very much.
@darth Here, just pulled my current scripts and threw them on Codeberg: