Hello,
I have a pogoplug v2 (pink) and a samsung ml2510 printer. I'm trying to get networked printing working (i.e. printer connected to pogoplug and print over my network to it). I'm rather new to linux but here is what I've done so far:
Installed cups via the documentation page ( http://archlinuxarm.org/support/guides/ ... e-airprint ) and got to step 14.
Also installed the "splix" package (via "pacman -S splix"
Then i went to http://192.168.1.X:10000/ (because 192.168.1.X:631 doesn't work) and entered in a printer name and description for my samsung printer. However the "cups driver" portion of the page is blank and if I try to select "cups driver" anyways it just spits out an error message
"Failed to save printer : lpadmin failed :
lpadmin: Unable to open PPD file "/etc/cups/ppd/test.ppd" - No such file or directory"
next i noticed on this page ( https://bbs.archlinux.org/viewtopic.php?id=98889 ) that they recommended installing "cups-usblp", so I installed yaourt, and when i tried installing "cups-usblp" through "yaourt -S cups-usblp" it gives me the error:
" Please run yaourt as a non-privileged user.
==> ERROR: cups-usblp is not available for the 'arm' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('arm').
==> ERROR: Makepkg was unable to build cups-usblp.
==> Restart building cups-usblp ? [y/N]"
next I tried nano'ing it adding the "arm" to the arch=() line and it still didn't work
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build cups-usblp.
==> Restart building cups-usblp ? [y/N]
what else would you recommend that I do?
