Disk expansion card in the left front port is not detected on Fedora

Seeing the first comment on the [TRACKING] Linux battery life tuning, the tlp service is conflicted with the power-profiles-daemon.service.

I executed the commands below to suppress the error and warning. Then the tlp errors and warnings were suppressed.

$ sudo systemctl mask power-profiles-daemon.service
Created symlink /etc/systemd/system/power-profiles-daemon.service → /dev/null.

$ sudo systemctl mask systemd-rfkill.service
Created symlink /etc/systemd/system/systemd-rfkill.service → /dev/null.