Thanks to:
spooky2012 for 3.4.5.13
spooky2012 for 3.4.5.10
spooky2012 for 3.4.5.1
spooky2012 for 3.4.1
spooky2012 for 3.3.5
greyman4hire for 3.3.2
rummy for 3.3.0
source links
Install with:
- Code: Select all
cd ~
wget https://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/my.pogoplug.com/pogoplug-3.4.5.13-1-arm.pkg.tar.xz
pacman -U pogoplug-3.4.5.13-1-arm.pkg.tar.xz
Note: Since package signing is enforced now, either edit /etc/pacman.conf and uncomment and change the line RemoteFileSigLevel = Required to RemoteFileSigLevel = Optional
or download locally with wget and install with pacman -U <path to file>
PKGBUILD for this package: pull requests are welcome.
Getting service ID and a proper CRYPTO KEY:
There are several ways to do this, I'll explain one here:
If you are copying the svcid from the bottom of the device skip this step.
1. Run
- Code: Select all
/usr/local/cloudengines/bin/hbplug | grep "Device ID"
and take note of the shown Device ID. We are interested in this line, particularly the string in red
[060343.931][MAIN ][HBPLUG][08] Device ID: 8C3CUTEY6MNGHLCV9FYVUNEZCN
2. Edit /usr/local/cloudengines/bin/hbplug.conf and add your svcid, either the one that you noted above, or the one from the bottom of the device:
- Code: Select all
nano /usr/local/cloudengines/bin/hbplug.conf
the line "svcid=" should now be "svcid=8C3CUTEY6MNGHLCV9FYVUNEZCN"
3. Now run
- Code: Select all
/usr/local/cloudengines/bin/hbplug | grep "CRYPTO"
Wait a reasonable amount of time before CTRL+C'ing it (60 sec?)
If after 5 runs it doesn't work, reboot and do the same thing until it works. It will eventually.
4. Now you should be set, just move the hbplug.conf to /etc as pogoplug.conf
- Code: Select all
mv /usr/local/cloudengines/bin/hbplug.conf /etc/pogoplug.conf
Now you can edit /etc/pogoplug.conf to include the directories that you want to be visible by the my.pogoplug.com service
Things to remember:
- config file location /etc/pogoplug.conf --> EDIT IT to get directories visible at my.pogoplug.com
- Format: vfsdir<number>=<name>,<path>
- Example: vfsdir0=plugdata,/media/2TBDrive/Downloads
- Don't change order of variables. Add more directories under each other. E.g Line1: vfsdir0=.. Line2: vfsdir1=..
- includes pogoplug.service for systemd and pogoplug initscript for sysv
Don't forget to (re)register your device at my.pogoplug.com.
Troubleshooting:
1. If everything seems OK, but my.pogoplug.com does not see your device and instead prompts you to enter the ID (Enter your ID (26 letters and numbers):) just copy-paste your svcid in the provided boxes. It should work after this.