+jedimatt42 Posted May 29, 2019 Author Share Posted May 29, 2019 Just so everybody knows, CALL TIPI with no argument, just sets the name to load to TIPI.TIPICFG, and then proceeds to do the EA5 load. Once TIPICFG is loaded it uses simple record based file IO through the TIPI adapter to get all the config and status information. So loading TIPICFG and it doing its thing exercises it fairly completely. -M@ Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4282884 Share on other sites More sharing options...
Retro Nerd Posted May 29, 2019 Share Posted May 29, 2019 I did go to the admin yesterday and did look in the NET folder and I do believe I did see both files. Ill look again tomorrow after work. Im not able to get to my pc right now. Thanx for a quick response. Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4282899 Share on other sites More sharing options...
Retro Nerd Posted May 29, 2019 Share Posted May 29, 2019 Or they may not have been in a folder. Either way I saw them. Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4282900 Share on other sites More sharing options...
tuf Posted May 29, 2019 Share Posted May 29, 2019 QQ: Anyone know if the TIPI-PEB is available anywhere? Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4283184 Share on other sites More sharing options...
Omega-TI Posted May 29, 2019 Share Posted May 29, 2019 QQ: Anyone know if the TIPI-PEB is available anywhere? << CLICK HERE >> And keep an eye on when they become available, or ask AtariAge user << Arcadeshopper >> in a direct personal message. Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4283189 Share on other sites More sharing options...
Retro Nerd Posted May 29, 2019 Share Posted May 29, 2019 (edited) In reference to my post from yesterday, I do have both files in the NET folder. I still cannot do anything other than go to the config screen.Everything must be hooked up correctly if I can use the config screen correct? I have Crubase 1100, Pi version 1.39, Auto=off. My IP address always shows. No other files have been uploaded to the PI other than what came with TIPI. When I press enter after typing call tipi("tipi.net.telnet"), the tipi card lights up, but then goes out when the screen gets to the main screen. I would really appreciate some help with this if possible. Thank you. Edited May 29, 2019 by Retro Nerd Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4283470 Share on other sites More sharing options...
+arcadeshopper Posted May 29, 2019 Share Posted May 29, 2019 Try uppercase all device names on the 99/4a are in uppercase and the TIPI is case sensitive as is based on Linux Sent from my LM-G820 using Tapatalk 2 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4283478 Share on other sites More sharing options...
Retro Nerd Posted May 30, 2019 Share Posted May 30, 2019 Try uppercase all device names on the 99/4a are in uppercase and the TIPI is case sensitive as is based on Linux Sent from my LM-G820 using Tapatalk That did the trick. Thank you very much. Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4283521 Share on other sites More sharing options...
+jedimatt42 Posted May 30, 2019 Author Share Posted May 30, 2019 The TIPI as ArcadeShopper said is case sensitive, but not because of Linux, but because the TI filesystem always was. -M@ 2 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4283601 Share on other sites More sharing options...
+jedimatt42 Posted June 7, 2019 Author Share Posted June 7, 2019 Pushed a small change to release: v1.40 Changes TiSocket protocol read operation to return [ ] empty array if socket is not open, instead of ambiguous [ 0x00 ] -M@ 2 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4287791 Share on other sites More sharing options...
Sinphaltimus Posted June 9, 2019 Share Posted June 9, 2019 (edited) Help. I change my network (replaced router) - I have new SSIDs and passwords. The router has both 2.5ghz and 5ghz wifi Access Points. In TIPI config (on TI CALL TIPI) I put in both SSIDs one at a time. I am not getting connection (NoIP). After I changed the ssid in tipiconfig I write, then I changed the PW and write again. Then I re(B)oot the Pi. Still no IP. I know the pi model is capable of connecting. I re-did my retro pi without issue (via retroPi's wifi config). Any suggestions? I know this is more Pi related than TiPi related, hopeful to get some help here anyway. I can access the pi locally with monitor KB and mouse connected. Wondering what the Pi's default config is for the tipi (namely via raspi-config) for networking. In case I have to do the initial connection there first. I may have accidentally changed some two setting there as I was going through menu options. Like I may have turned off typically naming of if device or something like that. Seems TIPI is writing to my Pi wpa_supplicant.conf just fine. research says the below should just work. My router security is set to WPA2-PSK [AES] ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="MYSSID" psk="MY Passkey" key_mgmt=WPA-PSK } Edited June 9, 2019 by Sinphaltimus Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4288946 Share on other sites More sharing options...
Sinphaltimus Posted June 9, 2019 Share Posted June 9, 2019 Disregard my last post - finally got it working. I had to edit a bunch of files on the rpi just to get connected to the wifi. then I had to edit my hosts file on my PC to get the old drive mapping working again. About to take a backup image of the sd card for safe keeping but my TI and TiPi are back in action. 3 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4288960 Share on other sites More sharing options...
+jedimatt42 Posted June 9, 2019 Author Share Posted June 9, 2019 Disregard my last post - finally got it working. I had to edit a bunch of files on the rpi just to get connected to the wifi. then I had to edit my hosts file on my PC to get the old drive mapping working again. About to take a backup image of the sd card for safe keeping but my TI and TiPi are back in action. TIPICFG's wifi management is just the most common case... A point on execution order: There is no need to set the SSID, then write, then set the PSK then write. If either or both are 'dirty' when you write, then both are written together into the wpa_supplicant file, and then a 'reboot now' command is executed. So there is also no need to reboot as using TIPICFG to set the wifi settings does that automaticallly. ( It however, doesn't block while that is triggered... a bug / oversight on my part ) So, after setting the wifi settings in TIPICFG, users should just 'wait' long enough for the PI to reboot. 20-40 seconds usually. -M@ 1 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4289016 Share on other sites More sharing options...
Omega-TI Posted June 13, 2019 Share Posted June 13, 2019 Hey TIPI users, if you've not already tried it, I cannot encourage you enough to check out Jedimatt42's Force Command DOS. It works with the TIPI like milk goes with cookies. The more you use it, the more you'll RELY on and love it. Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4291547 Share on other sites More sharing options...
+jedimatt42 Posted June 15, 2019 Author Share Posted June 15, 2019 I have just pushed a version 1.41 to release... It adds facilities to the post-upgrade script so that future upgrades can determine if they need to do all the expensive work, or just restart the TIPI python services (fast upgrade) If coming from a version earlier than 1.41 it will still run the slow update. versions after that will depend on what code has changed, but now I have a place to evaluate the before and after version number to make decisions. I wanted to get this in, before I build a new SD Card image. There are no other features in this version. You can pay the price now, or later when a feature is actually delivered. -M@ Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4292652 Share on other sites More sharing options...
Sinphaltimus Posted June 16, 2019 Share Posted June 16, 2019 On 6/15/2019 at 1:59 PM, jedimatt42 said: I have just pushed a version 1.41 to release... It adds facilities to the post-upgrade script so that future upgrades can determine if they need to do all the expensive work, or just restart the TIPI python services (fast upgrade) If coming from a version earlier than 1.41 it will still run the slow update. versions after that will depend on what code has changed, but now I have a place to evaluate the before and after version number to make decisions. I wanted to get this in, before I build a new SD Card image. There are no other features in this version. You can pay the price now, or later when a feature is actually delivered. -M@ Upgrade to 1.41 went flawlessly. Although I didn't realize I was 2 versions down - or so it appeared. There was an Update, completed that fine, then another update to v1.41 - Which bring me to another questions. And I've searched AA but could not find the answer. The DSR - I'm on TiPi-DSR_2018-05-01. If my recollection doesn't fail me the next 2 are based around the TiPi start beep and the Geneve. That's to say, without a Geneve, there was no reason to go to TiPi-DSR_2018-06-05 or the latest TiPi-DSR_2018-06-23. Is that correct? Or should I update due to some bug fix I missed? 1 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4293272 Share on other sites More sharing options...
+jedimatt42 Posted June 17, 2019 Author Share Posted June 17, 2019 2 hours ago, Sinphaltimus said: The DSR - I'm on TiPi-DSR_2018-05-01. If my recollection doesn't fail me the next 2 are based around the TiPi start beep and the Geneve. That's to say, without a Geneve, there was no reason to go to TiPi-DSR_2018-06-05 or the latest TiPi-DSR_2018-06-23. Is that correct? Or should I update due to some bug fix I missed? Correct, there have been no useful changes for a 4A user. My sideport TIPI might still beep -M@ 1 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4293357 Share on other sites More sharing options...
globeron Posted June 19, 2019 Share Posted June 19, 2019 Is there a way to see the CRU bases of all devices ? To get the TIPI to work in the end I had to change DipSwitch 3 last pin (to CRU >????), but then it started to work with TIPI luckily. (I can see CRU for TIPI with CALL TIPI), but forgot to check each time changing the jumper (left pins, I moved it up 2x times, but could not get it to work) See video for settings here: Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4295246 Share on other sites More sharing options...
+jedimatt42 Posted June 20, 2019 Author Share Posted June 20, 2019 15 hours ago, globeron said: Is there a way to see the CRU bases of all devices ? To get the TIPI to work in the end I had to change DipSwitch 3 last pin (to CRU >????), but then it started to work with TIPI luckily. (I can see CRU for TIPI with CALL TIPI), but forgot to check each time changing the jumper (left pins, I moved it up 2x times, but could not get it to work) See video for settings here: https://github.com/jedimatt42/tipi/wiki/crubase -M@ 1 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4295553 Share on other sites More sharing options...
Omega-TI Posted June 20, 2019 Share Posted June 20, 2019 15 hours ago, globeron said: Is there a way to see the CRU bases of all devices ? I use DM2K, it works pretty well. 1 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4295572 Share on other sites More sharing options...
globeron Posted June 20, 2019 Share Posted June 20, 2019 9 hours ago, --- Ω --- said: I use DM2K, it works pretty well. Thanks Omega, it works and it the utilities are from our own TI-GG-NL member Fred Kaal...I should have known it! I pasted the results in the Mechatronic 80 Col. section Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4295908 Share on other sites More sharing options...
globeron Posted June 23, 2019 Share Posted June 23, 2019 There are 2 issues I see so far in TIPI Chess. 1. Setup is not always correct (like in this picture the queen's are on the wrong colour. The queen choses color. Which means in the initial position the white Queen should be on D1 and the black queen on D8). 2. I cannot do a roccade. Ilegal move. Which means move the King from D1 to B1 first and then move the Rook to C1. (Note it is also possible to do it with the other Rook). There are some other related rule, like King never moved. No check. No field being occupied/attacked. Etc. Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4297485 Share on other sites More sharing options...
globeron Posted June 23, 2019 Share Posted June 23, 2019 Do other people have this issue with TIPI 1. Programs like DiskManager, GIFVIEW, etc. cannot view the files on DSKx. It gives I/O errors, but loading the files (if you know the name is no issue). 2. How to use Multiplan with a TIPI and a Multiplan disk stored on it (either 40 or 80 Column) as it need to find DSK.TIMP.filename. (so it uses a diskname and not a number like 1,2 or 3) Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4297489 Share on other sites More sharing options...
+jedimatt42 Posted June 23, 2019 Author Share Posted June 23, 2019 44 minutes ago, globeron said: Do other people have this issue with TIPI 1. Programs like DiskManager, GIFVIEW, etc. cannot view the files on DSKx. It gives I/O errors, but loading the files (if you know the name is no issue). 2. How to use Multiplan with a TIPI and a Multiplan disk stored on it (either 40 or 80 Column) as it need to find DSK.TIMP.filename. (so it uses a diskname and not a number like 1,2 or 3) TIPI does not support sector IO, and I have no intention to do so... It is not meant to emulate a floppy or other spinny disk thing... There are no sectors as the files are individually contained as TIFILES files. Sector IO is not the same as Direct Read and Direct Write LVL2 operations, those are supported as they refer to blocks of data within a file. For DSK. device usage ( volume name searching ) ( My TIPI wiki docs are wrong, lacking, and hard to find on this subject ) TIPI.TIMP. can be referred to as DSK.TIMP. if directory TIPI.BUSINESS.TIMP is mapped to DSK3, then it can be referred to ask DSK.TIMP. Mapped drives are searched first from 1 to 3, and then directories immediately under TIPI. are searched second. If no name match is found, it should then attempt your subsequent storage devices. -M@ Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4297539 Share on other sites More sharing options...
+jedimatt42 Posted June 23, 2019 Author Share Posted June 23, 2019 1 hour ago, globeron said: There are 2 issues I see so far in TIPI Chess. 1. Setup is not always correct (like in this picture the queen's are on the wrong colour. The queen choses color. Which means in the initial position the white Queen should be on D1 and the black queen on D8). 2. I cannot do a roccade. Ilegal move. Which means move the King from D1 to B1 first and then move the Rook to C1. (Note it is also possible to do it with the other Rook). There are some other related rule, like King never moved. No check. No field being occupied/attacked. Etc. @ElectricLab will have to address this issue with TIPI Chess v.003 -M@ 1 Quote Link to comment https://forums.atariage.com/topic/277635-tipi-usage-and-support/page/16/#findComment-4297543 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.