Jump to content

Zerock

New Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Zerock

  1. Not sure if this is off-topic for this forum since the OS came out this year, but I just have to share.

     

    I recently acquired an IBM ThinkPad model 365XD with its fully upgraded 40MB of RAM. I intended to use this as a development machine for some things I want to use in a classic computing club I'll be starting soon, so I wanted an OS which would support popular development tools like Git. NetBSD was one of the first things that came to mind because of its reputation for running on everything including your toaster, so I gave the documentation a look. It said you only need 4MB to run it, so I thought it was perfect and gave it a go on my Pentium III machine to test.

     

    Well, I was slightly disappointed. The documentation was apparently out of date, because the generic kernel image was a whopping 19MB, and I was losing 21MB of available memory off the top immediately on boot. This wouldn't do. Some folks on IRC recommended building a custom kernel, and this seemed like a good idea. It was then that I discovered the GENERIC_TINY kernel config which was the one written for 4MB systems. Using this, the GENERIC config, and my dmesg log, I cut the kernel image down to a mere 5MB, and the memory claimed at boot is now less than 7MB, leaving my ThinkPad with almost 34MB to play with!

     

    I could definitely squeeze more out by removing SCSI support (I left it in on the off chance I got a PCMCIA SCSI controller), but I'm quite pleased with the result. The only thing almost as fun as true classic computing is modern computing on classic hardware. :)

  2.  

    Looks workable. One thing to consider when purchasing any deck, for the TI in particular, is the output to the tape deck will be microphone level but the input to the computer is expected to be speaker level. This is indicated in jack labeling on the TI Program Recorder (more than just a label.)

     

    You mean how it says "ear speaker"? Is that something that should be present on all such decks?

  3. Mono is best for reliability, but stereo can work too, it just may be more finicky. Stay away from new production tape recorders. They really don't make them like they used to. Just pop in a music recording and you can immediately tell the huge amount of wow and flutter these new tape recorders have. There are a few good tape recorders made in the early 2000's though. Of course not all vintage computers will work with standard tape recorders. The C64 and Atari 8-bit line use specialized tape drives which encode the signal within the drive its self and send the data through a specialized port. I'm using an Eiki recorder myself, and it works with a Tandy Coco 2, TI-99/4A, and a Timex Sinclaire 1000. I also used it to record wave files from my PC to tape for use in My C64's tape drive. That's a pretty good record for compatibility, so I'd recommend that based on personal experience. You may have to fiddle with volume and tone to get it to read. I find max volume, and around 75% tone work best. You can of course also just save a wav file to your phone or computer and plug into that, but I fully understand the desire for an authentic experience.

     

    Would you mind saying which model Eiki?

  4. I'm new to classic computing, and I want to use tapes for my own personal programs. One of the main reasons I want to do this is because not all of my friends have proper disk drives for their computers, and so even if I had compatible diskettes for their computers, I couldn't load my programs on their computers without bringing my own drive, but with tape I could still load it and then save to their disk drive replacements. Other reasons include the fact that I have blank tapes laying around and that part of the reason I'm playing with these old computers in the first place is to get an 'authentic experience' that computer users in the 80s would have had.

     

    For those of you who browse the TI-99/4A subforum here, you know I've been having nothing but trouble with my official TI program recorder (so much so that I've now just decided to return it). Before I go spending more money, I'd like to query people who have a lot more experience than me about what recorder would be ideal for this purpose. My ideal features are portability (preferably a handle) and a "remote" control input. I'd like to get something for less than $50, and my top budget is $100 if there's something just stellar. I know really good recorders exist for more money, but there comes a point where it would then just be cheaper to buy disk drives for my friends than to use tapes.

     

    Other miscellaneous questions:

     

    • Does it matter if the recorder is stereo?
    • If a recorder doesn't have a tone setting (or one of those binary high/low switches), does that mean it's all-or-nothing as far as working with computers?
    • What are good brands for blank tapes? Currently I only have some Maxell type 1 90-minute tapes.
  5. I think the player itself might be having issues. I just ran a test, recording a program to a tape then playing it back over headphones. On the first play, the sound was loud and clear, but the volume was gradually fluctuating. On the second playback (and subsequent ones), it was faint.

  6. So, after much fiddling and opening up the cassette player to inspect the switch, I finally got it to play. Now, I'm still having read errors, and I have some other possible causes I'd like to investigate.

     

    The first most obvious problem could be the volume and tone settings. The manual says to position them so that the marker is in the "middle" position. I've noticed this isn't actually the middle of the wheel's range of motion. I assume this is actually a medium-high setting as one would expect to need when using a cassette drive. How much fiddling about is expected to try and find the right setting? I never grew up using tapes, so I have nothing by which to judge how sensitive things should be.

     

    Next, I'm using a 90-minute tape when the manual says to use 30- or 60-minute ones. Does this actually matter? I have noticed that there's a specific spot near the beginning of the tape where the cassette's plastic chassis actually moves inside the player. The tape then moves slower than it's supposed to for a moment before returning to its original position and resuming normally. I haven't looked hard enough to see if there is a bigger pattern. Is this a sign of a problem with the player or with the tape?

  7. I have an official TI program recorder that doesn't appear to be working correctly. I've had it apart and cleaned it thoroughly before testing it. I've also tested all the pins on my interface cable. I think my problem is with playback, since it doesn't seem to matter what volume setting I use, I hear the same volume low hum either from the speaker or with headphones. I would assume that if playback were working then I would hear different volumes of tape noise.

     

    Regardless, I don't have a prerecorded audio cassette to test my hypothesis with. I do know the TI-99 is putting out a signal when recording (tested on my PC). What things should I check to identify and perhaps fix this problem?

  8. Drawing lines seems like an application-specific need. A text program might want to reclaim the space that would be taken up by a line-drawing routine. There's not line drawing in hardware, is there? If so, then I suppose it should be accessible from the standard library, but otherwise it's something the application developer should implement. There are lots of documented line-drawing algorithms.

  9. I believe according to TI-FAQ that a straight through cable is needed, though I distinctly remember years ago that I had to create a special null modem for something to do with transferring disks.

     

    'Once you can run Extended Basic on V9T9, have a working serial

    connection between your TI and IBM, and are in TI Extended Basic

    on your TI, you are ready to go. By the way, remember that the

    serial cable between your TI and IBM is a straight through cable

    like would go to your modem instead of a real null modem cable.

    For some reason, TI decided to make the TI's serial port a DCE@magma.ca>

    instead of a DTE like most other computers.'

     

    http://www.99er.net/tifaq2.html

     

    Something I noticed of interest: the nanoPEB documentation says that its interface is in DTE configuration.

  10. Combat Commando,

     

    Maybe I am reading too much into what you wrote, but assuming you get a system put together, what are desiring to accomplish when you connect the TI and your DOS computer together?

     

    The serial cable will allow data transfer through terminal emulation software to move file and diskettes.

     

    What you will not be able to do is to type commands on the DOS computer and have the TI execute them by redirecting keyboard input to the serial input port.

     

    Just want to make sure you are not misinformed about anything.

     

    Beery

     

     

    That is indeed what I was going for. So that's just not possible? I assume it is possible the other way around, right?

  11. A buddy of mine's got a TI-99/4A, and I'm thinking about getting one myself. Something I'd like to do is use my old DOS computer as a terminal for it.

     

    What I'm having trouble being confident about is what type of cable to use for this. I've seen people say to use a null modem and others say to use a straight-through. I don't own any serial cables, so I'd like to get this sorted out before I spend money on something that won't work. I've got a 9-pin connector on the DOS computer side, and friend has a nanoPEB which provides a 9-pin on the TI side.

     

    I've already got terminal software for DOS, so that side is covered. What needs to be done on the TI side so that it emits terminal signals? He's got the Terminal Emulator II cartridge, but my intuition tells me that's for when you want to use the TI as a terminal, not when you want to terminal INTO the TI. I'd be pleased to be wrong, though.

     

    I scanned many FAQ pages looking for this information as well as tech docs so I could tell the baud rate to use. Basically all I've got is my intuition, but I'm a mid 90s kid so that's not worth much for 80s tech. :P

×
×
  • Create New...