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

Thread: Registration of Linux Version?

  1. #1

    Join Date
    Apr 2014
    Posts
    13

    Question Registration of Linux Version?

    Hi,

    How can I change my installation to be "registered"? It still says "Functionality: Trial 14 Days Remaining", but I registered and downloaded the version with the personal Download link...

    Tobi

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

    Re: Registration of Linux Version?

    You have uninstalled the old Asset and reinstalled the registered version?

  3. #3

    Join Date
    Apr 2014
    Posts
    13

    Re: Registration of Linux Version?

    I removed the installed /bin directory and extracted the new one.

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

    Re: Registration of Linux Version?

    You downloaded using the link in the email? or wget, 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 you replace ordernum with your order number?

  5. #5

    Join Date
    Apr 2014
    Posts
    13

    Re: Registration of Linux Version?

    Exactly (32 Bit)...

    $ wget http://secure.dbpoweramp.com/downloa...num\=4XXXXXX16 -O asset.tar.gz
    $ tar cvzf asset.tar.gz
    $ sudo service assetupnp stop
    $ sudo mv /compat/linux/asset/bin /compat/linux/asset/bin-away
    $ sudo mv bin /compat/linux/asset
    $ sudo service assetupnp start
    Asset UPnP startup... &*9835;
    Version: Built on Jul 14 2014
    Functionality: Trial 14 Days Remaining
    Supported formats: .w64 .wav .bwf .aif .aiff .aifc .flac .fla .wv .m4a .mp4 .m4b .aac .opus .ogg .oga .mpc .mpp .mp+ .mp3 .mp2 .m2a .mpga .mpa .mpx .mpg .mp1 .mpeg
    Detected IP address:
    Starting Asset web interface at http://127.0.0.1:45537

  6. #6
    Administrator
    Join Date
    Apr 2002
    Posts
    43,831

    Re: Registration of Linux Version?

    if you look in /bin

    is there a file AssetReg.bin?

  7. #7

    Join Date
    Apr 2014
    Posts
    13

    Re: Registration of Linux Version?

    $ ll /compat/linux/asset/bin/AssetReg.bin
    -rw-r--r-- 1 hoeni hoeni 91587 Jul 14 15:59 /compat/linux/asset/bin/AssetReg.bin

  8. #8
    Administrator
    Join Date
    Apr 2002
    Posts
    43,831

    Re: Registration of Linux Version?

    try this:

    cd /compat/linux/asset/bin/
    ./AssetUPnP

  9. #9

    Join Date
    Apr 2014
    Posts
    13

    Re: Registration of Linux Version?

    sorry for my huge lag...

    Tried it without success, still the same problem. Then I started AssetUPnP with ktrace to see which files it's trying to access.
    I saw it is trying to open /compat/linux/AssetReg.bin (which is resolved to /AssetReg.bin if not found in /compat/linux/), so I tried with a symlink from /compat/linux/AssetReg.bin to /compat/linux/asset/bin/AssetReg.bin.

    Now it starts as registered premium version, I can even omit the chdir before starting :smile:
    Thank you so much for your help (AssetReg.bin was the right tip)!

    Tobi

    PS:
    I know FreeBSD is not a supported platform at all, but maybe you could have a look though on how the relative paths are build? I also had to do symlinks from /decoder and /encoder in the root to the real place to make AssetUPnP find them on start. I have never seen any problems related to this on other linux apps running on FreeBSD, so I suppose it could well be that it's just a little thing to fix...

Tags for this Thread

Posting Permissions

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