Results 1 to 7 of 7

Thread: ushare

  1. #1

    ushare

    I have an Asus wl500gx and when i try to start ushare I get this error:

    [admin@wrouter root]$ /opt/bin/ushare -c /opt/data1/music -i br0
    uShare (version 0.9.7), a lightweight UPnP Media Server.
    Benjamin Zores (C) 2005-2006, for GeeXboX Team.
    See http://ushare.geexbox.org/ for updates.
    Initializing UPnP subsystem ...
    Cannot initialize UPnP subsystem
    Stopping UPnP Service ...

    I have disabled uPNP support in the web interface and the problem persists.

    Using -i eth0/eth1/vlan0/vlan1 instead of br0 shows another error:

    [admin@wrouter root]$ /opt/bin/ushare -c /opt/data1/music -i eth0
    Can't find interface eth0.

    Any ideas?

    Thanks in advance.

    -- Ernest

  2. #2
    I seem to recall that I also had to install libupnp to use ushare.

    Try:
    Code:
    ipkg install libupnp

  3. #3
    Quote Originally Posted by sebw View Post
    I seem to recall that I also had to install libupnp to use ushare.

    Try:
    Code:
    ipkg install libupnp
    Thanks for your answer but libupnp is allready installed.

  4. #4
    Join Date
    Jan 2005
    Location
    Sandefjord, Norway
    Posts
    15
    I'm not sure you have to disable uPNP in the web interface. I am running ushare with uPNP enabled and have modified the file /opt/etc/ushare to look like this:
    Code:
    # /etc/ushare.conf
    # Configuration file for uShare
    
    # uShare UPnP Friendly Name (default is 'uShare').
    USHARE_NAME=NSLU2
    
    # Interface to listen to (default is eth0).
    # Ex : USHARE_IFACE=eth1
    USHARE_IFACE=br0
    
    # Port to listen to (default is random from IANA Dynamic Ports range)
    # Ex : USHARE_PORT=49200
    USHARE_PORT=
    
    # Directories to be shared (space or CSV list).
    # Ex: USHARE_DIR=/dir1,/dir2
    USHARE_DIR=/opt/music
    It starts fine, but I haven't used it yet as I'm still looking for a suitable player.

  5. #5
    this is my configuration too.

    I've tried it with uPNP activated a disabled. I don't know why this doesn't work in my asus.

    Anyway....

  6. #6

    Refresh Shares fro command prompt

    Ushare web interface has Refresh Shares button.

    I am just wondering how to refresh shares from the command line?

    Any ideas are appreciated!

  7. #7
    Quote Originally Posted by piezomotor View Post
    Ushare web interface has Refresh Shares button.

    I am just wondering how to refresh shares from the command line?

    Any ideas are appreciated!
    I successfully use this command (scheduled in crontab):

    wget hXXp://YOURIP:YOURUSHAREWEBPORT/web/ushare.cgi?action=refresh -o /dev/null -P /dev/null"

    hope this help!

    Andrea

Similar Threads

  1. Brauche dringend Hilfe bei ushare
    By diablo in forum German Discussion - Deutsch (DE)
    Replies: 3
    Last Post: 17-08-2006, 22:05
  2. wl500g and uShare media server
    By avberk in forum WL-500g/WL-500gx Tutorials
    Replies: 4
    Last Post: 03-08-2006, 06:20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •