Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as Plain Text by jici ( 8 years ago )
"Download libc_for_02.11.09-053.tar.gz copy and extract in /tmp in WD MBL" download here: https://dl.dropbox.com/u/19024553/libc_for_02.11.09-053.tar
cd /tmp/libc-for-02.11.09-053
sudo dpkg -i --force-overwrite libc-bin_2.11.3-3_powerpc.deb
sudo dpkg -i --force-overwrite libc6_2.11.3-3_powerpc.deb
sudo dpkg -i --force-overwrite libc6-ppc64_2.11.3-3_powerpc.deb
apt-get -f install
apt-get update
apt-get install make
apt-get -y install build-essential
apt-get -y install libavutil-dev libavcodec-dev libavformat-dev libflac-dev
apt-get -y install libvorbis-dev libid3tag0-dev libexif-dev
apt-get -y install libjpeg62-dev libsqlite3-dev
make
"Download source from http://sourceforge.net/projects/minidlna/ extract and copy in /tmp, with filezilla"
"With fileZilla set directory /tmp/minidlna to full permissions"
cd minidlna
make
make install
cp linux/minidlna.init.d.script /etc/init.d/minidlna
chmod 755 /etc/init.d/minidlna
update-rc.d minidlna defaults
cp minidlna.conf /etc/
cd /etc
vi minidlna.conf "Edit with your own configuration"
/etc/init.d/minidlna start
netstat -nlp | grep minidlna "to check that minidlna service is running"
vi /tmp/minidlna.log "To confirm scanning of folders"
Revise this Paste
Parent: 58307