Running #FreeBSD on my #Libreboot 'ed #Thinkpad T480 has been nice. There are a couple of quirks, like the battery reading, since it has two. I put it to sleep using the zzz command which works well, and waking it back up also is pretty fast, the main issue I have is that WiFi doesn't work after resume, and I have to run 'mdo service netif restart'
@tuxlife hmm, if that works reliable, you might see if adding "/usr/sbin/service netif start wlan0" to your rc.resume and "/usr/sbin/service netif stop wlan0" to rc.suspend might work.
@Tionisla I was thinking about that, will give it a try, thank you!