You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The microSD slot on my Intel Compute Stick STCK1A32WFC is not detected by HaOS, preventing its use for additional storage, such as moving the HA data disk. While the slot functions reliably in Ubuntu 22.04.6 (recognized as mmcblk2 on SDHCI controller 80860F14:02), HaOS fails to detect it—no mmc2 appears in dmesg or /dev/mmcb*, despite the BIOS “SD Card Reader” option being enabled. This seems to stem from HaOS’s kernel missing or inadequately supporting the Bay Trail platform’s SDHCI controller at 80860F14:02
What version of Home Assistant Operating System is installed?
6.6.73-haos
Did the problem occur after upgrading the Operating System?
Yes
Hardware details
Intel Compute Stick STCK1A32WFC
Bay Trail
Atom Z3735F
2GB RAM
32GB eMMC
1 USB port
Steps to reproduce the issue
Install HaOS on an Intel Compute Stick STCK1A32WFC (replacing Ubuntu 22.04 or similar).
Ensure BIOS “SD Card Reader” is enabled (accessible via 3-second power button hold → BIOS Setup).
Insert a microSD card (e.g., 32GB or 128GB) into the slot.
Check detection:
Run dmesg | grep -i mmc—expect only mmc0 (Wi-Fi) and mmc1 (eMMC), no mmc2.
Run ls /dev/mmcb*—expect only mmcblk1* (eMMC), no mmcblk2.
Compare with Ubuntu 22.04.6 live USB:
Boot Ubuntu, insert card, run dmesg | grep -i mmc—see mmc2 on 80860F14:02.
Expected behavior
HaOS should detect the microSD slot as a block device (e.g., mmcblk2) when a card is inserted, matching Ubuntu’s behavior, and make it available in HA’s Storage UI (Settings > System > Storage) for use as a data disk or additional storage.
Anything in the Supervisor logs that might be useful for us?
HaOS
# dmesg | grep -i mmc
mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
mmc0: new high speed SDIO card at address 0001
mmc1: new HS200 MMC card at address 0001
mmcblk1: mmc1:0001 S10032 28.5 GiB
- Note: No mmc2 or 80860F14:02—slot undetected.
Ubuntu 22.04.6:
# dmesg | grep -i mmc
mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
mmc2: new high speed SDHC card at address 0007
mmcblk2: mmc2:0007 SD32G 29.0 GiB
- Note: Slot detected as mmcblk2
Anything in the Host logs that might be useful for us?
Ubuntu 22.04.6:
# dmesg | grep -i mmc
mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
mmc2: new high speed SDHC card at address 0007
mmcblk2: mmc2:0007 SD32G 29.0 GiB
- Note: Slot detected as mmcblk2
System information
System Information
version
core-2025.2.5
installation_type
Home Assistant OS
dev
false
hassio
true
docker
true
user
root
virtualenv
false
python_version
3.13.1
os_name
Linux
os_version
6.6.73-haos
arch
x86_64
timezone
Europe/London
config_dir
/config
Home Assistant Community Store
GitHub API
ok
GitHub Content
ok
GitHub Web
ok
HACS Data
ok
GitHub API Calls Remaining
5000
Installed Version
2.0.5
Stage
running
Available Repositories
1554
Downloaded Repositories
29
Home Assistant Cloud
logged_in
false
can_reach_cert_server
ok
can_reach_cloud_auth
ok
can_reach_cloud
ok
Home Assistant Supervisor
host_os
Home Assistant OS 14.2
update_channel
stable
supervisor_version
supervisor-2025.02.1
agent_version
1.6.0
docker_version
27.2.0
disk_total
27.3 GB
disk_used
17.7 GB
healthy
true
supported
true
host_connectivity
true
supervisor_connectivity
true
ntp_synchronized
true
virtualization
board
generic-x86-64
supervisor_api
ok
version_api
ok
installed_addons
Matter Server (7.0.0), Samba share (12.4.0), Duck DNS (1.18.0), Home Assistant Google Drive Backup (0.112.1), Mosquitto broker (6.5.0), File editor (5.8.0), motionEye (0.20.0), Flexget (3.13.23), eBUSd (24.1.1), Asterisk (4.1.2), Plex Media Server (3.6.3), FTP (5.2.1), AdGuard Home (5.2.5), MariaDB (2.7.2), Nginx Proxy Manager (1.0.1), Advanced SSH & Web Terminal (20.0.1)
Describe the issue you are experiencing
The microSD slot on my Intel Compute Stick STCK1A32WFC is not detected by HaOS, preventing its use for additional storage, such as moving the HA data disk. While the slot functions reliably in Ubuntu 22.04.6 (recognized as mmcblk2 on SDHCI controller 80860F14:02), HaOS fails to detect it—no mmc2 appears in dmesg or /dev/mmcb*, despite the BIOS “SD Card Reader” option being enabled. This seems to stem from HaOS’s kernel missing or inadequately supporting the Bay Trail platform’s SDHCI controller at 80860F14:02
What operating system image do you use?
generic-x86-64 (Generic UEFI capable x86-64 systems)
What version of Home Assistant Operating System is installed?
6.6.73-haos
Did the problem occur after upgrading the Operating System?
Yes
Hardware details
Intel Compute Stick STCK1A32WFC
Steps to reproduce the issue
Expected behavior
HaOS should detect the microSD slot as a block device (e.g., mmcblk2) when a card is inserted, matching Ubuntu’s behavior, and make it available in HA’s Storage UI (Settings > System > Storage) for use as a data disk or additional storage.
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
Ubuntu 22.04.6: # dmesg | grep -i mmc mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA mmc2: new high speed SDHC card at address 0007 mmcblk2: mmc2:0007 SD32G 29.0 GiB - Note: Slot detected as mmcblk2
System information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Network Configuration
Recorder
Additional information
Proposed Fix (Custom Kernel Build Steps generated by Grok3 beta):
Request: Add Bay Trail SDHCI support (e.g., 80860F14:02) to default kernel config—could unlock microSD slots on similar devices without custom builds.
Community post with details on troubleshooting steps carried out listed here: https://community.home-assistant.io/t/successfull-installation-on-intel-compute-stick/665051/10
The text was updated successfully, but these errors were encountered: