--- name: Bug report about: Signal a problem with a device driver. --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Run program ```go package main import ( "periph.io/x/host/v3" ) func main() { host.Init() } ``` 2. Run it. 3. See error **Expected behavior** A clear and concise description of what you expected to happen. **Platform (please complete the following information):** - OS: [e.g. Raspbian Buster Lite] - Board [e.g. Raspberry Pi 4] - Device [e.g. cap1114] **Additional context** Add any other context about the problem here.