title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Registration of Linux Version?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hoeni
    • Apr 2014
    • 13

    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
  • Spoon
    Administrator
    • Apr 2002
    • 43897

    #2
    Re: Registration of Linux Version?

    You have uninstalled the old Asset and reinstalled the registered version?
    Spoon
    www.dbpoweramp.com

    Comment

    • hoeni
      • Apr 2014
      • 13

      #3
      Re: Registration of Linux Version?

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

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43897

        #4
        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?
        Spoon
        www.dbpoweramp.com

        Comment

        • hoeni
          • Apr 2014
          • 13

          #5
          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

          Comment

          • Spoon
            Administrator
            • Apr 2002
            • 43897

            #6
            Re: Registration of Linux Version?

            if you look in /bin

            is there a file AssetReg.bin?
            Spoon
            www.dbpoweramp.com

            Comment

            • hoeni
              • Apr 2014
              • 13

              #7
              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

              Comment

              • Spoon
                Administrator
                • Apr 2002
                • 43897

                #8
                Re: Registration of Linux Version?

                try this:

                cd /compat/linux/asset/bin/
                ./AssetUPnP
                Spoon
                www.dbpoweramp.com

                Comment

                • hoeni
                  • Apr 2014
                  • 13

                  #9
                  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...

                  Comment

                  Working...

                  ]]>