Search found 13 matches
- Wed Dec 11, 2013 10:06 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Okay, I checked for gtk+-2.0, and I get: root@richard-Aspire-4920:/home/richard# apt-cache show gtk+-2.0 | grep Package: Package: gir1.2-gtk-2.0 Package: gir1.2-spice-client-gtk-2.0 Package: libspice-client-gtk-2.0-1 Package: libspice-client-gtk-2.0-dev root@richard-Aspire-4920:/home/richard# And I ...
- Tue Dec 10, 2013 4:53 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
my locate gnome.h is different from yours, not sure what I should do to fix it: root@richard-Aspire-4920:/home/richard# locate gnome.h /usr/share/dbus-1/services/org.gnome.hamster.service Then I did ./configure, and at the end it told me package libgnomeui.2.0 is not found: checking for PACKAGE... c...
- Thu Dec 05, 2013 8:06 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
What version of Ubuntu adid you install, and what installation options did you chose? Do you have the gnome package installed? Hi aardvark, My Ubuntu is the same 12.04 which I had installation before. And I did a "sudo apt-get install gnome" and installed the package, select gdm but not l...
- Wed Dec 04, 2013 5:14 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Hi there, Sorry to bother again... I have a new problem when I try the linux installation to a new Unbuntu PC today. Here is the problem, I think gnome.h is missing from the LinuxDemo/src directory, so when I do the make at LinuxDemo dir, it gave me error as follows: root@richard-Aspire-4920:/home/r...
- Fri Jul 26, 2013 6:47 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Okay here is one thing I found would like to share, even though I don't really know why. Previously, before I fixed CoinRead issue. When I ran AESDemo under LinuxDemo/src directory with "sudo ./AESDemo", it did not return any user interface but bailed out. And now I found if I don't run it...
- Fri Jul 26, 2013 5:03 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Okay, here are some more to share and searching for help too: I then when change the LIBS order in: ~/PaylinkSourceDist/PayLink/Java/makefile #LIBS = -lm -lrt -laes_access -lstdc++ LIBS = -laes_access -lm -lrt -lstdc++ and do "make clean" then re-build: richard@ubuntu:~/PaylinkSourceDist/P...
- Fri Jul 26, 2013 4:29 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Hi Dave, I download the "Complete Linux installation (source file)" from this Aardvark website: http://www.aardvark.eu.com/products/milan/support.htm#downloads Hi Len, Please see my recording below. I changed the LIBS build order as you suggested, and I was able to build CoinRead: richard@...
- Thu Jul 25, 2013 4:51 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Okay here are what I tried just today: Because I can't find AESWDriver, so instead I tried to run AESCDriver instead, and get the following: richard@ubuntu:~/PaylinkSourceDist/PayLink/USB Driver$ sudo AESCDriver -v Configuration file: Standard.cfg 25 July 2013 Driver:1.2.0.1 11:35:32.832 PC: Driver ...
- Thu Jul 25, 2013 4:09 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Hi Dave and Len, First of all, thanks for all you help so far, and how please read my follow up: Here is the record: 1. I downloaded and untar PaylinkSourceDist to my linux file system. 2. I followed the http://www.aardvark.eu.com/downloads/documents/LinuxUserGuide.pdf and install the files using au...
- Wed Jul 24, 2013 3:13 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Thanks a lot, Dave. I have read the document you suggested, however, not much help to resolve the problem I have on Linux. My company is Parktron from Taiwan, we are a parking system manufacture and integrator. We buy Paylink device from Moneycontrol. Our new project would require the system softwar...
- Tue Jul 23, 2013 10:41 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Hi Dave, A quick question: below is what I got from following your suggestion trying to run Tester.java. Do you know what is wrong? richard@ubuntu:~/PaylinkSourceDist/PayLink/Java$ sudo ./test.sh . . . . Hello java: symbol lookup error: /usr/local/lib/libAESImheiJava.so.1.2.0: undefined symbol: Open...
- Tue Jul 23, 2013 10:03 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Re: Linux support - Ubuntu 12.04
Thanks for your reply, Dave.
Is there any good documentation that I can refer when I work on your suggestion?
Is there any good documentation that I can refer when I work on your suggestion?
- Mon Jul 22, 2013 4:12 am
- Forum: Milan / Paylink Interface Support
- Topic: Linux support - Ubuntu 12.04
- Replies: 24
- Views: 101725
Linux support - Ubuntu 12.04
Hello, Does paylink support Linux Ubuntu 12.4 now? or does it still just support Linux kernel version 2.6 only? We have development project using want to use Paylink on a Linux platform. I have tried downloaded PaylinkSourceDist and did the "config" and "make install" on LinuxDem...