How To Download Pokemon On Ti 84 Plus Ce
3 Answers 3
The libticables2-two library supplied with Ubuntu 11.04 (and as of this writing, eleven.10 likewise) supports the SilverLink cables only. I've just uploaded a patch which adds support for the TI-84+ calculator which is available in LP #747589.
Overview of the fix
- Update the udev rules to avoid having to run the plan as root
- Adding yourself to the
tilp
grouping then you may use the device without running as root - Specify the calculator type to
tilp
Instructions for installing tilp and getting it to work with the TI-84+:
- Install the
tilp
package and its dependencies like libticables2-2:sudo apt-get install tilp
-
Download the patch:
wget https://launchpadlibrarian.net/79510370/new-devices-and-stock-still-sysfs-warning.patch
-
Utilise the patch to the installed udev rules:
sudo patch /lib/udev/rules.d/45-libticables.rules < new-devices-and-fixed-sysfs-warning.patch
-
Add yourself to the
tilp
grouping:sudo usermod -a -G tilp $USER
- Re-login to use the group settings
- The TI-84+ uses an USB-A - USB-B connector which is chosen DirectLink. This should be detected automatically. Connect the figurer now to the figurer. If y'all've previously had connected it already, disconnect and reconnect it.
-
Now make known to
tilp
that you're using a TI-84+ calculator by running:tilp --calc=ti84+ --cable=DirectLink
This will set the
calc=TI84+
andcable_model=DirectLink
in the~/.tilp
configuration file. After running the above control, information technology's sufficient to run buttilp
in the future (using the awarding menu or by running the command directly).
answered Sep 10, 2011 at 10:18
LekensteynLekensteyn
162k 61 gilded badges 297 silver badges 389 bronze badges
2
Perhaps TILP isn't working because of this bug? https://bugs.launchpad.net/ubuntu/+source/tilp/+bug/49251
Are you using a standard USB cable or the other connector? Can you run into the device by typeing "lsusb" in last? Take you tried compiling a newer TILP? Unfortunately last I checked vino emulation didn't back up USB, but Virtualbox Windows may work.
answered Jun 15, 2011 at 17:18
NoBugsNoBugs
1,268 v gold badges 21 silverish badges 47 statuary badges
7
-
@user778234 When I type lsusb in terminal I can see the device. (Motorcoach 002 Device 010: ID 0451:e003 Texas Instruments, Inc.) I don't know how to compil tilp
Jun 15, 2011 at eighteen:33
-
@user778234 This doesn't work because of the bug
Jun sixteen, 2011 at 11:51
-
Have you tried connecting the TI-84 with a standard usb, not a silverlink cablevision?
Jun xvi, 2011 at 23:41
-
@user778234 I've got ii cablevision both don't work.
Jun 17, 2011 at 6:16
You likely demand vino installed in order to use the ti-84 tools. Wine is a Windows compatibility layer that allows you to run certain Windows applications in Linux. Co-ordinate to the Wine AppDB entry for the Graph Link software in that location may be some issues running the program (annotation that the results listed are a piffling erstwhile, so the program may work fine).
answered Jun 14, 2011 at 20:16
Nathan OsmanNathan Osman
31.2k xl gold badges 170 silver badges 256 bronze badges
sixteen
-
-1: op stated that tilp did not piece of work.
Jun fourteen, 2011 at 20:twenty
-
@Broam: Ooops... I missed that. Expert catch. My reply has been updated at present.
Jun 14, 2011 at xx:26
-
@George Edison I have tried to employ the ti link under vino but it does not mount. Under Tilp information technology also doesn't mount.
Jun 14, 2011 at 20:26
-
@Rens: It does not mount? Are you lot referring to the GraphLink software on the CD that came with your calculator? Do you mean that it doesn't install?
Jun 14, 2011 at 20:31
-
@George Edison no I'm referring to the reckoner.
Jun 15, 2011 at 6:04
Not the respond y'all're looking for? Browse other questions tagged usb calculator texas-instruments or ask your own question.
Source: https://askubuntu.com/questions/48787/how-can-i-connect-my-ti-84-plus-calculator-with-my-laptop?rq=1
Posted by: davenportablemplaid.blogspot.com
This works greats except that yous must start with "tilp --calc-ti84 --cablevision=DirectLink" Marked and voted up and droping windows even more. Cheers
Sep xi, 2011 at 9:46
I found out that you indeed take to include
--cable=DirectLink
the first time. Updated answer.Sep 11, 2011 at 12:34