Author Topic: TiLP can't find calculator  (Read 9741 times)

0 Members and 1 Guest are viewing this topic.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
TiLP can't find calculator
« on: January 08, 2014, 11:18:54 pm »
Using the 1.18 beta, as well as 1.17 on Windows 8 64 bit, TiLP does not detect a TI-84+ SE plugged in with USB. I get an error message "failed to open USB device" on starting TiLP, and scanning for calculators results in nothing. Can someone help me out? The calculator connected fine with TI Connect (which has been uninstalled), so a bad cable or calculator can't be the problem.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #1 on: January 09, 2014, 09:17:46 pm »
Bump. Can anyone help me?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: TiLP can't find calculator
« Reply #2 on: January 10, 2014, 09:37:59 am »
Do you have libticables installed? And IIRC there was that one DLL you had to do for windows, not sure, though.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #3 on: January 10, 2014, 12:00:49 pm »
Where do I acquire them and how do I install them?

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #4 on: January 11, 2014, 12:12:15 am »
Bump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: TiLP can't find calculator
« Reply #5 on: January 11, 2014, 05:32:38 am »
Bump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.
Install all *-dev package of what it doesn't find. It's a common rule when you are compiling stuff, you need *-dev packages.
Also, not sure about the fact that a "terminal only" linux will accept tilp anyway since it has a gtk gui.
« Last Edit: January 11, 2014, 05:33:40 am by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TiLP can't find calculator
« Reply #6 on: January 11, 2014, 06:07:08 am »
Try following the instructions here: http://ourl.ca/12289/231548

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #7 on: January 11, 2014, 10:17:17 am »
Bump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.
Install all *-dev package of what it doesn't find. It's a common rule when you are compiling stuff, you need *-dev packages.
Also, not sure about the fact that a "terminal only" linux will accept tilp anyway since it has a gtk gui.
The computer is actually a server without a monitor, keyboard, or mouse, so I connect to it with ssh.

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: TiLP can't find calculator
« Reply #8 on: January 11, 2014, 10:35:12 am »
Bump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.
Install all *-dev package of what it doesn't find. It's a common rule when you are compiling stuff, you need *-dev packages.
Also, not sure about the fact that a "terminal only" linux will accept tilp anyway since it has a gtk gui.
The computer is actually a server without a monitor, keyboard, or mouse, so I connect to it with ssh.

And may I know why you're connecting your nspire to that server you access via ssh ?
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #9 on: January 11, 2014, 11:18:58 am »
Well, I decided to try it on Linux, but the only computer I have with Linux right now is headless.

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: TiLP can't find calculator
« Reply #10 on: January 11, 2014, 12:48:46 pm »
Do you have the udev rules installed? You have to install those to run TiLP as a normal user. Follow the instructions in lpg/tilp/tilibs/libticables/trunk/CONFIG.

EDIT: I didn't know you were stuck building TiLP. On a Debian-based system, run (as root):
apt-get install git autoconf automake libtool libglib2.0-dev zlib1g-dev libusb-dev libgtk2.0-dev libglade2-dev libsdl1.2-dev gettext bison flex groff texinfo xdg-utils libarchive-dev intltool
« Last Edit: January 11, 2014, 12:52:35 pm by Legimet »

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #11 on: January 11, 2014, 01:45:04 pm »
I got tilp built now, but I still get a corrupted double-linked list error. I'm running tilp with sudo, so permissions should not be an issue. Also, I think the problem on Windows is a lack of a driver. What driver should I tell Windows to use?
« Last Edit: January 11, 2014, 01:47:57 pm by fb39ca4 »

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: TiLP can't find calculator
« Reply #12 on: January 11, 2014, 01:46:59 pm »
I got tilp built now, but I still get a corrupted double-linked list error. I'm running tilp with sudo, so permissions should not be an issue.

But I don't get what you're expecting if you're running TILP in a non-GUI environment (through ssh)
Also, I got the linking error when running as root on openSUSE and had to add the udev conf as detailled in the TILP readme.
« Last Edit: January 11, 2014, 01:48:12 pm by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: TiLP can't find calculator
« Reply #13 on: January 11, 2014, 04:15:35 pm »
It's still possible to send files from the command line. Also, can you show me where the udev conf is? I do not see it in the readme.

EDIT: Finally got TILP working in Windows. Turns out the driver wasn't signed, so I had to manually install it.

EDIT: The transfer of Bad Apple is failing 3/4 of the way through, just like with TI-Connect.
« Last Edit: January 11, 2014, 06:15:11 pm by fb39ca4 »