Linux ubuntu help!!!

Discussion in 'Software' started by FILTHY1337, 13 Feb 2008.

  1. FILTHY1337

    FILTHY1337 Senior Overclocker

    Joined:
    4 Jan 2004
    Posts:
    822
    Likes Received:
    0
    i need a very simple explanation on how to install ushare, i barely know anything about Linux but i got a libray error (libdlna0) while trying to install....i tried to install the library form the terminal but it was not found. Maybe theres another program i could use to stream .avi to my 360?:wallbash::wallbash::wallbash:
     
  2. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
  3. FILTHY1337

    FILTHY1337 Senior Overclocker

    Joined:
    4 Jan 2004
    Posts:
    822
    Likes Received:
    0
    thanks for the quick response but i still have a problem the first code installed fine but the second still delivers the libdlna..........am i to run both codes from the terminal?
     
  4. FILTHY1337

    FILTHY1337 Senior Overclocker

    Joined:
    4 Jan 2004
    Posts:
    822
    Likes Received:
    0
    then i tried the second tutorial on the page and got this error with the first code

    mike@mike-laptop:~$ sudo apt-get install libupnp-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run `apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    libdlna0: Depends: libavcodec1d (>= 0.cvs20070307) but it is not going to be installed
    Depends: libavformat1d (>= 0.cvs20070307) but it is not going to be installed
    libupnp-dev: Depends: libupnp2 but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
     
  5. ToMMo

    ToMMo What's a Dremel?

    Joined:
    5 Dec 2007
    Posts:
    254
    Likes Received:
    5
    This might be wrong as I'm new to linux too but if you enable the repositories for universe, multiverse, main and restricted then try and install it via the synaptics manager I think you can set it to download and install any dependencies that are needed for that program, hope this is of some help and remotely right heh :)
     
  6. FILTHY1337

    FILTHY1337 Senior Overclocker

    Joined:
    4 Jan 2004
    Posts:
    822
    Likes Received:
    0
    whoa slow down there, i have no idea what you said to do
     
  7. Elv13

    Elv13 What's a Dremel?

    Joined:
    26 Apr 2006
    Posts:
    107
    Likes Received:
    0
    enable repos from synaptic then do (after closing synaptic):
    sudo apt-get -f install
    sudo apt-get update
     
  8. FILTHY1337

    FILTHY1337 Senior Overclocker

    Joined:
    4 Jan 2004
    Posts:
    822
    Likes Received:
    0
    none of this seems to be working I have done everything listed wouldn't using a Windows emulator be easier or is the xbox going to have a fit?
     
    Last edited: 14 Feb 2008
  9. IanW

    IanW Grumpy Old Git

    Joined:
    2 Aug 2003
    Posts:
    7,615
    Likes Received:
    1,125
    I notice from the Ubuntu Forum link that one of the early instructions on the how-to is "Install required libs".
    Your error message tells you what libs are needed. Try this before installing libupnp-dev:-

    Code:
    sudo apt-get install libavcodec1d libavformat1d libupnp2
     
  10. DougEdey

    DougEdey I pwn all your storage

    Joined:
    5 Jul 2005
    Posts:
    13,933
    Likes Received:
    33
  11. steveo_mcg

    steveo_mcg What's a Dremel?

    Joined:
    26 May 2005
    Posts:
    5,841
    Likes Received:
    80
    I think i ended up adding there own repository and then just installed it from there, that should handle the dependences and trouble of that nature.

    Code:
    vi /etc/apt/sources
    
    from there add this line from ushare.geexbox.org:
    Code:
    deb http://www.geexbox.org/debian/ unstable main
    then load synaptic from the gui.
     
  12. Fophillips

    Fophillips What's a Dremel?

    Joined:
    9 Oct 2006
    Posts:
    948
    Likes Received:
    1
    Just a note on adding extra repositories, as you’re new don’t just go adding repositories to your /etc/apt/sources.list willy-nilly as they can contain harmful software. Make sure you check the validity of your sources.
     
  13. FILTHY1337

    FILTHY1337 Senior Overclocker

    Joined:
    4 Jan 2004
    Posts:
    822
    Likes Received:
    0
    made some progress, thought I was successful until i received this message:
    mike@mike-laptop:~$ ushare -x
    Interface eth0 is down.
    Recheck uShare's configuration and try again !
    uShare (version 1.1a), a lightweight UPnP A/V and DLNA Media Server.
    Benjamin Zores (C) 2005-2007, for GeeXboX Team.
    See http://ushare.geexbox.org/ for updates.
    bind: Address already in use
     
  14. Elv13

    Elv13 What's a Dremel?

    Joined:
    26 Apr 2006
    Posts:
    107
    Likes Received:
    0
    post the result of iwconfig and ifconfig please and are you using wireless or wired internet
     
Tags:

Share This Page