The command "cp libjssc.so /usr/lib/" must be executed in the folder where you saved the downloaded file libjssc.so.
If you really can't, I'll try to make a package including adtpro and its libraries...
ADTPro-v.r.m (build from git with libjssc)
https://disk.yandex.com/d/q2qQIWcPfBlodg
java-1.8.0_202 (153Mb)
https://disk.yandex.com/d/5-k5bOfD6HZJIQ
Need help with ADTPro Package installation
(42 posts) (2 voices)-
Posted 2 years ago #
-
gibor that worked perfectly! Not only does the program work and see the Serial ports, but the onboard one works flawless which is what I originally wanted the laptop for!
Thank you so much for taking the time on this. I greatly appreciate it!
Posted 2 years ago # -
Well it was not wasted effort. We mark resolved the topic.
Posted 2 years ago # -
Gibor, Was wondering if you can test one more facet of the adtpro package. I have been using it all these months and its been great. I have only been using the serial connection aspect of it. I was trying to use the Ethernet connectivity option on it and Its not working. When I click on ethernet the button doenst even select. Now this Slitaz computer only has a Cisco Wireless card in it which is configured but no ethernet port. Shouldnt it still work? Can you please verify if the Ethernet option works for you?
Posted 2 years ago # -
On the pc I have eth, and it works for me. With just a wireless lan, I don't know....
Try to check that it is not a permissions problem. Run it as root then see.
root@slitaz:/home/tux#
/usr/lib/ADTPro-v.r.m/adtpro.shPosted 2 years ago # -
It doesnt work as root either. here is the text output of when I try that.
Posted 2 years ago # -
java.net.UnknownHostException: slitazCPX: slitazCPX: Name or service not known
UnknownHostException indicates that the IP address of a hostname could not be determined
It sounds like a hostname problem, but I don't know how to help you....
Posted 2 years ago # -
Well thats at least something. SlitazCPX shows up under my Iptables and as I mentioned the units wireless is working. I think the issues is in the software. Are there any java packages needed for ethernet/wireless that I could be missing?
Posted 2 years ago # -
Unfortunately, I know almost nothing about ADTpro. According to its instructions you can start it from the command line in several ways:
/usr/lib/ADTPro-v.r.m/adtpro.sh localhost
I get "ADTPro SIP Port1977, Host localhost."
/usr/lib/ADTPro-v.r.m/adtpro.sh ethernet
I get "ADTPro connected to IP 127.0.0.1"
and the full list of options is written in adtpro.sh
"usage: adtpro.sh [ headless ] [ serial | ethernet | audio | localhost ]"
The official guide should be this:
https://adtpro.com/configethernet.html#:~:text=ADTPro%20Ethernet%20Connections%20Connecting%20your%20Apple%20to%20your,need%20to%20set%20ADTPro%27s%20IP%20parameters%20%28details%20below%29.
But the "G" option is unknown to me.
More I don't know...Posted 2 years ago # -
The G option is what you can use on the client to set viarables(the software pacage I am trying to run under slitaz is the Host).
But the Client software is useless If I cannot connect to a host. And since I cannot select the ethernet option the host wont initialize under ethernet mode.
Posted 2 years ago # -
gibor I reached out to the software developer. The issue I am having must be Java. I added ethernet to my slitaz machine and still no go on the ethernet option. IT wont select it. You said yours will select it correct?
Posted 2 years ago # -
You'll have to excuse me, but java has always been indigestible to me in all its forms (android dixit). anyway to try out the interfaces you should follow this guide: https://www.admfactory.com/how-to-get-network-interfaces-in-java/
I get this
tux@slitaz:~$ java network.java
List all network interfaces exampleNet interface: wlan0 - wlan0
IP address: /XXX.XXX.XXX.XXXNet interface: eth0 - eth0
IP address: /192.168.1.9Net interface: lo - lo
IP address: /0:0:0:0:0:0:1%lo
IP address: /127.0.0.1Posted 2 years ago #
Reply
You must log in to post.