DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2010-07-04 14:16:05

elbmic
New member
Registered: 2010-07-04
Posts: 2

ch3wnas - Medienserver

Hi.
I've recently bought a conceptronic ch3wnas.
I have Suse Linux 11.2 and Windows 7 on my PCs.
The ftp-server of the nas is working fine.
Only the UPnP-Server isn't comfortable in my opinion.

So. Is it possible to install another Medienserver (like twonky or mediatomb e.g.)? Can anybody help me to install it on the ch3wnas?
Is there a howto for installing a medeinserver on it? What kind of software-version should I take?
Thanks.

Regards,
elbmic

Offline

 

#2 2010-08-25 22:58:11

killerbees19
New member
From: Vienna/Austria
Registered: 2010-08-25
Posts: 1
Website

Re: ch3wnas - Medienserver

That's easy:

* Login into the webinterface and give some account the Samba rights for the root folder from the HDD (HD_a2).
* Open the Samba folder. For windows, es example: \\<NAS-IP>\
* Enable telnet: http://www.aroundmyroom.com/2008/01/03/ … ng-telnet/
* Learn to use telnet, it's a good way to debug everything, if MediaTomb won't start ;-)
* Go to http://mediatomb.cc/pages/download and download the ppce300c2 pakage.
* Extract it and upload it into a new folder at the CH3WNAS. (Example: /mnt/HD_a2/mediatomb; /mnt/HD_a2/ is the root directory of your HDD)
* Append the following code to your fun_plug file:

##################################################
#kill legacy upnp
kill -9 `pidof upnp`

# Start MediaTomb
touch /mnt/HD_a2/mediatomb.log
chmod 0777 /mnt/HD_a2/mediatomb.log
cd /mnt/HD_a2/mediatomb/
sh mediatomb.sh > /mnt/HD_a2/mediatomb.log 2>&1
##################################################

Restart the CH3WNAS. Now MediaTomb is enabled, the webinterface runs at http://<NAS-IP>:49153/. The default configuration from MediaTomb is stored at /mnt/HD_a2/mediatomb/config/config.xml - change it if you want. To change the configuration file, you must change the rights via telnet:

##################################################
chmod 0777 /mnt/HD_a2/mediatomb/config/config.xml
##################################################

The documentation for MediaTomb and the config file: http://mediatomb.cc/pages/documentation

Good luck and have fun :-)


Regards, Christian


Debian and PHP Freak :-)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB