After a Windows update, Samba on your DM920 with SatLodge 3.2 likely stopped working because it uses an old Samba version (SMB1), which Windows now blocks. Newer images like OpenViX 6.7 use SMB2/3, which work fine. You can try editing /etc/samba/smb.conf and add:
server min protocol = SMB2
client min protocol = SMB2
server max protocol = SMB3
Then restart Samba. If it still doesn’t work, your image is too old — try a newer SatLodge (OE2.0) or OpenViX. They're stable and will fix the problem.
