# (solved) minidlna stop working after updating to dietpi 7.5.2

**URL:** https://dietpi.com/forum/t/solved-minidlna-stop-working-after-updating-to-dietpi-7-5-2/5703
**Category:** Troubleshooting
**Created:** [13 September 2021 16:57 UTC](https://dietpi.com/forum/t/solved-minidlna-stop-working-after-updating-to-dietpi-7-5-2/5703 "2021-09-13T16:57:15Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Joulinar](https://dietpi.com/forum/user_avatar/dietpi.com/joulinar/32/57_2.png) [@Joulinar](https://dietpi.com/forum/u/Joulinar)
#### Post date: [13 September 2021 17:19 UTC](https://dietpi.com/forum/t/solved-minidlna-stop-working-after-updating-to-dietpi-7-5-2/5703/2 "2021-09-13T17:19:45Z")

</div>

Hi,

first, if possible don’t do screen prints pls. Better to connect via SSH and copy content directly. Thx

Back to your issue, this is a side effect of RPi devs changed name/location of some important files. It’s caused by update of apt package libraspberrypi0. Unfortunetaly something out of our control. But we might have a workaround until RPi devs fixed their packages.

```nohighlight
cd /usr/lib/arm-linux-gnueabihf
ln -s libmmal_core.so.0 libmmal_core.so
ln -s libmmal_util.so.0 libmmal_util.so
ln -s libmmal_vc_client.so.0 libmmal_vc_client.so
ln -s libbcm_host.so.0 libbcm_host.so
ln -s libvcsm.so.0 libvcsm.so
ln -s libvchiq_arm.so.0 libvchiq_arm.so
ln -s libvcos.so.0 libvcos.so

```

And restart your service afterwards.

---

_[View the full topic](https://dietpi.com/forum/t/solved-minidlna-stop-working-after-updating-to-dietpi-7-5-2/5703)._
