I’m doing a fresh install of Hass.io on a RPi 3 B. I have a Nortek HUSBZ-1 plugged in as the only USB device. When I check hassio host hardware
, this is what I get:
{
"result": "ok",
"data": {
"serial": [
"/dev/ttyACM0",
"/dev/ttyAMA0"
],
"input": [],
"disk": [],
"gpio": [
"gpiochip0",
"gpiochip100"
],
"audio": {
"0": {
"name": "bcm2835 - bcm2835 ALSA",
"type": "ALSA",
"devices": {
"0": "digital audio playback",
"1": "digital audio playback"
}
}
}
}
}
No USB devices are listed. I’ve been searching every post, forum, and video I can find, but the hours of work have yielded nothing.
Anyone have any ideas?