Author Topic: Linux casio calculator transfer program  (Read 5928 times)

0 Members and 1 Guest are viewing this topic.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Linux casio calculator transfer program
« on: December 29, 2011, 12:41:22 pm »
Does anyone know of a calc<=>PC transfer program that is native to linux? All I can find are windows programs, which don't detect the calculator.



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Linux casio calculator transfer program
« Reply #1 on: December 29, 2011, 01:18:22 pm »
I don't know any for Casio calculators, sadly. Programs that are made for Windows are certainly not going to work because Windows drivers aren't compatible with Linux at all, not even if Wine is used.

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: Linux casio calculator transfer program
« Reply #2 on: December 29, 2011, 01:19:56 pm »
is this what you were looking for? http://xizard.free.fr/logiciels/XI_interface/XI_interface.html

edit: or maybe here you can find something: http://tuxmobil.org/calculators_unix.html
« Last Edit: December 29, 2011, 01:24:20 pm by Nick »

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Linux casio calculator transfer program
« Reply #3 on: December 29, 2011, 09:27:55 pm »
I think xfer9860 is what i need, but i cant figure out how to install it. Could someone convert it to .deb?



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: Linux casio calculator transfer program
« Reply #4 on: December 30, 2011, 04:23:53 am »
Choose the tar.gz and follow the instructions on the bottom of the website :)

Offline imo_inx

  • Manman, SaviourOfTheMultiverse!
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 473
  • Rating: +27/-8
  • imo_inx
    • View Profile
Re: Linux casio calculator transfer program
« Reply #5 on: December 30, 2011, 09:30:45 am »
I think xfer9860 is what i need, but i cant figure out how to install it. Could someone convert it to .deb?
http://www.cyberciti.biz/faq/install-tarballs/
Use the file address instead of just file.tar.bz, use //home/desktop/file.tar.bz


Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Linux casio calculator transfer program
« Reply #6 on: December 30, 2011, 10:00:09 am »
where is it installed to? I can't find it.



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline imo_inx

  • Manman, SaviourOfTheMultiverse!
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 473
  • Rating: +27/-8
  • imo_inx
    • View Profile
Re: Linux casio calculator transfer program
« Reply #7 on: December 30, 2011, 10:08:37 am »
Open terminal and type the program name.


Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Linux casio calculator transfer program
« Reply #8 on: December 30, 2011, 10:24:27 am »
when i try to install, i get this:

Code: [Select]
flyingfisch@flyingfisch-Office-Computer:~/XI_interface-1.1$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline imo_inx

  • Manman, SaviourOfTheMultiverse!
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 473
  • Rating: +27/-8
  • imo_inx
    • View Profile
Re: Linux casio calculator transfer program
« Reply #9 on: December 30, 2011, 10:27:11 am »
type install instead of ./configure
or use the makefile.


Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Linux casio calculator transfer program
« Reply #10 on: January 06, 2012, 03:34:38 pm »
OK, first of all, I decided to use XI_interface-1.1 instead. I tried installing the .rpm and supposedly it installed fine, but I cant find out where. :P

EDIT:

I figured out how to run it but I get this error:

Code: [Select]
XI_interface: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
« Last Edit: January 06, 2012, 03:40:49 pm by flyingfisch »



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Linux casio calculator transfer program
« Reply #11 on: January 06, 2012, 05:43:26 pm »
apparently you don't have GTK installed. install it. :P

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Linux casio calculator transfer program
« Reply #12 on: January 06, 2012, 05:51:04 pm »
I will try installing GTK. Also, I got xfer9860 to run now, but i get a problem:

Code: [Select]
flyingfisch@flyingfisch-office-computer: sudo src/xfer9860 -i
[sudo] password for flyingfisch:
--- xfer9860 v0.2.1  Copyright (C) 2007 Andreas Bertheussen and Manuel Naranjo.
[>] Setting up USB connection..
ERR: usb_set_configuration(): -110

[E] A listening device could not be found.
    Make sure it is receiving; press [ON], [MENU], [sin], [F2]


EDIT
After installing libgtk2.0 (i cant figure out how to get 1.2 but it shouldnt matter, should it?), I still get the error message when I try to run XI_interface.
« Last Edit: January 06, 2012, 06:18:07 pm by flyingfisch »



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline imo_inx

  • Manman, SaviourOfTheMultiverse!
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 473
  • Rating: +27/-8
  • imo_inx
    • View Profile
Re: Linux casio calculator transfer program
« Reply #13 on: January 07, 2012, 08:42:28 am »
Is your calc in recieving mode?


Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Linux casio calculator transfer program
« Reply #14 on: January 07, 2012, 12:40:38 pm »
Is your calc in recieving mode?

Yes, and other ppl are having the same problem. There's a post about it on Ubuntuforums.org and Forty-Two just posted the same prob on CasioCalc.org (yes, the same forty-two that is a member of Cemetach) :)



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0