• WANTED: Happy members who like to discuss audio and other topics related to our interest. Desire to learn and share knowledge of science required. There are many reviews of audio hardware and expert members to help answer your questions. Click here to have your audio equipment measured for free!

SMSL DP5 Music Streamer and DAC Review

Dp5 can't read external drive. I am keep getting no file found (firmware 1.7). I had to turn the machine on/off a few times. Any advice on how to fix this problem.
 
- make sure to format disk into fat32 or exFat file system. I dont remember if original FW works with NTFS. Probably yes in readonly mode.
- Try another USB drive. Does it works? If yes move on
- Try another USB disk case/housing with different USB to SATA or NVMe controller
- Try USB Y-cable to attach additional power sypply. Probably drive consumes too mutch power on start then DP5 USB output can provide. It happens somtimes with spindle disk

No more ideas.
 

Attachments

  • optimize (2).jpg
    optimize (2).jpg
    72.5 KB · Views: 16
- make sure to format disk into fat32 or exFat file system. I dont remember if original FW works with NTFS. Probably yes in readonly mode.
- Try another USB drive. Does it works? If yes move on
- Try another USB disk case/housing with different USB to SATA or NVMe controller
- Try USB Y-cable to attach additional power sypply. Probably drive consumes too mutch power on start then DP5 USB output can provide. It happens somtimes with spindle disk

No more ideas.
All the drives are exFat. I tested multiple drives and difference cables. All the drives need a second restart for the DP5 to recognized. No problems with 512gb SD.
 
All the drives need a second restart for the DP5 to recognized

In custom firmware mode i would insert "sleep 5" to wait 5 sec before trying to mount file system to let disc initialize. Looks not quite ready at the time of mounting file system. I have seen such behaivour. Firmware starts too fast disk is not ready yet :)


you need to edit init script /etc/init.d/S99__99__end
it is only possible in custom firmware mod

secction:

if ls /dev/sd?? &> /dev/null ; then
for dev in /dev/sd??
do
let "number += 1"
umount $dev
mkdir -p /mnt/sd_0/USB_$number
if `fdisk -l | grep -q -E "$dev.*NTFS|$dev.*EFI GPT"`
then
sleep 5
/bin/ntfs-3g $dev /mnt/sd_0/USB_$number
else
sleep 5
mount $dev /mnt/sd_0/USB_$number
fi
done
fi
 
In custom firmware mode i would insert "sleep 5" to wait 5 sec before trying to mount file system to let disc initialize. Looks not quite ready at the time of mounting file system. I have seen such behaivour. Firmware starts too fast disk is not ready yet :)


you need to edit init script /etc/init.d/S99__99__end
it is only possible in custom firmware mod

secction:

if ls /dev/sd?? &> /dev/null ; then
for dev in /dev/sd??
do
let "number += 1"
umount $dev
mkdir -p /mnt/sd_0/USB_$number
if `fdisk -l | grep -q -E "$dev.*NTFS|$dev.*EFI GPT"`
then
sleep 5
/bin/ntfs-3g $dev /mnt/sd_0/USB_$number
else
sleep 5
mount $dev /mnt/sd_0/USB_$number
fi
done
fi
Thank you for replying to my post. Sadly to say I do not know much about writing software. I did installed custom firmware 1.7.
 
I do not know much about writing software. I did installed custom firmware 1.7.

Then beter avoid software mod and write to SMSL support. Probably they can help. So fat i have good experience interacting with them.
It is not really writing software but changing original scripts slightly.
 
Then beter avoid software mod and write to SMSL support. Probably they can help. So fat i have good experience interacting with them.
It is not really writing software but changing original scripts slightly.
I contacted SMSL support, they recommend I install the latest firmware, it did not solve the problem. I try to open the file with Text editor on my Mac, I see a long list of strange symbols and letters. Can you let me know how to proceed.
 
The operative questions are:
Can it select and playr local files with no internet? Can it play nested folders with the remote?
 
The operative questions are:
Can it select and playr local files with no internet? Can it play nested folders with the remote?
It can select and play local files. It seemed to work as it should. It just does not recognized the external hard drive until I restart it the second time.
 
SMSL Tech support recommends using SMSL firmware V1.5. It seems to solve the problem.
 
Back
Top Bottom