USB support & minidlna
NBG6716 comes with 2USB ports and minidlna/samba so here's how to do that with owrt
install kmod-usb-core
install kmod-usb-ohci
install kmod-usb2
install kmod-usb-storage
install block-mount
then it complains about fstab missing, so create one
and install minidlna and the luci_app
i like to put the db on my USB device so as not to keep updating that on flash,
you can find the location for the database under the advanced tab.
and now throw in samba
but all in all performance is underwhelming. Not clear where the bottleneck is put averages out around 5-6MB/s with steady dips to 4 and below.
block detect > /etc/fstabthen throw in some filesystemsupport
install kmod-nls-utf8 kmod-fs-vfat kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1then set your mount point via system>mount points.
and install minidlna and the luci_app
basic config via services>minidlnainstall minidlna (installs way more than needed but we've got plenty of space)
install minidlna-luci-app
i like to put the db on my USB device so as not to keep updating that on flash,
you can find the location for the database under the advanced tab.
and now throw in samba
install samba36-serverunder services>network shares set
install luci-app-samba
share home directories to '0' (i only want to give access to mounted media)also make sure to give rw permissions to the mount drive (umask=000 doesn't work on ext4)
but all in all performance is underwhelming. Not clear where the bottleneck is put averages out around 5-6MB/s with steady dips to 4 and below.
Comments
Post a Comment