# Troubleshoot QESDK service daemons not active ## Procedure 1. Verify that the manifest file exists, by running cat /vendor/etc/vintf/ manifest_.xml | grep qesd.Copy to clipboard For example to check on SM8550 chipset: cat /vendor/etc/vintf/ manifest_kalama.xml | grep qesd.Copy to clipboard You should see the following entry: vendor.qti.qesdhalCopy to clipboard 2. Verify the manifest entry for HIDL. vendor.qti.qesdhal hwbinder 1.3 IQesdhal default @1.3::Iqesdhal/default Copy to clipboard 3. Verify the manifest entry for AIDL. vendor.qti.qesdsys IQesdSys/default Copy to clipboard 4. If the manifest file does not exist or if the HIDL or AIDL entry are incorrect, manually create the file or correct the entry. **Parent Topic:** [Validate bring up](https://docs.qualcomm.com/doc/80-PV345-88/topic/validate_bring_up.html) Last Published: Nov 11, 2024 [Previous Topic Validate bring up](https://docs.qualcomm.com/bundle/publicresource/80-PV345-88/topics/validate_bring_up.md) [Next Topic QESDK sample application features](https://docs.qualcomm.com/bundle/publicresource/80-PV345-88/topics/QESDK_sample_application_features_topichead.md)