**What feature would you like to see included in Rhino Linux?**
We are discussing possibly implementing `ubuntu-drivers` configuration into `rhino-setup`, as it does a lot of solid auto-detection.
**Describe alternatives you've considered**
Currently, we just tell people to do it themselves, and give them wiki pages. It would be nice if it was not manual.
**Additional context**
Regardless, I need to add this broadcom driver tip if WiFi is not working to wiki:
```
rpk install broadcom-sta-dkms
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac
sudo modprobe wl
```