title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 4 of 4

Thread: AssetUpNP in Linux Mint

  1. #1

    Join Date
    Jan 2011
    Location
    Iceland/UK
    Posts
    4

    AssetUpNP in Linux Mint

    I'm trying to set Asset up to serve a Linn Majik DSM in Linux Mint 18.4 Mate. I use 64 bit.

    I've created the folder. But I do not understand the bit after [COLOR="*FF0000"]extract it[/COLOR] (below)

    I'd be grateful for advice. I do not have a big knowledge of bash or Linux. Just enough to get by, and to do routine maintenance.

    Create a folder for Asset:

    cd /usr/bin
    sudo mkdir asset
    sudo chmod 777 asset
    cd asset

    Download asset (32 bit), free version:

    wget http://www.dbpoweramp.com/install/As...nux-x86.tar.gz

    or 64 bit:

    wget http://www.dbpoweramp.com/install/As...nux-x64.tar.gz

    Download asset (32 bit), premium registered version:

    wget http://secure.dbpoweramp.com/downloa...rnum=123456789 -O asset.tar.gz

    or 64 bit, premium registered version:

    wget http://secure.dbpoweramp.com/downloa...rnum=123456789 -O asset.tar.gz

    (where 123456789 is your actual order number)

    [COLOR="*FF0000"]extract it:[/COLOR]

    tar -zxvf *.gz
    rm *.gz

    Run Asset:

    cd /usr/bin/asset/Asset-R6-Linux-x64-registered/bin
    ./AssetUPnP

    Once running it will show Presentation URL type this into a web browser on any computer on the same network, example:

    http://192.168.1.13:45537

    Then click 'configure' to specify the options

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,854

    Re: AssetUpNP in Linux Mint

    tar -zxvf *.gz
    rm *.gz

    These 2 commands unzip asset and delete the zip file.

  3. #3

    Join Date
    Jan 2011
    Location
    Iceland/UK
    Posts
    4

    Re: AssetUpNP in Linux Mint

    Thanks, but,

    pestilany@Hansel ~ $ tar -zxvf AssetUPnP-Linux-x64.tar.gz
    tar (child): AssetUPnP-Linux-x64.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    pestilany@Hansel ~ $

  4. #4
    Administrator
    Join Date
    Apr 2002
    Posts
    43,854

    Re: AssetUpNP in Linux Mint

    You need the asset .gz file in the same folder you run that command from. Where you download Asset to, run it in that folder.

Posting Permissions

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