home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / RAMLINK.TIPS.ARC / RL.2 < prev   
Encoding:
Text File  |  2019-04-13  |  43.3 KB  |  1,153 lines

  1.  ************
  2. Topic 12        Tue Jul 02, 1991
  3. H.HERMAN1                    (Forwarded) 
  4. Sub: RAMDrive & RAMLink tips and tricks     
  5.  
  6.  Let's share any tips and tricks so we all can use them.
  7. 130 message(s) total.
  8.  ************
  9.  ------------
  10. Category 12,  Topic 12
  11. Message 61        Thu Oct 17, 1991
  12. J.ROBBINS16 [JBUS]           (Forwarded) 
  13.  
  14. Wizard64 does work well in a Ramdrive/Link, but one catch..You have to run it
  15. from drive 8, which means you have to use the swap8 button, which disappears
  16. when you QUIT wizard64. Solution (for the time being) is touse the RESET
  17. button on Ramdrive/Link instead of using the Quit icon in wizard64 When it's
  18. done resetting you'll then have to press the swap8 button again to get drive 8
  19. back. From then on everything is normal. Also it seems to work well in every
  20. type of partition except Native Mode. there you should use either a 1541 or
  21. 1581 subdirectory.
  22.  ------------
  23. Category 12,  Topic 12
  24. Message 62        Thu Oct 17, 1991
  25. C128.JBEE [* Sysop *]        (Forwarded) 
  26.  
  27.  Mark, nudge taken and accepted ;D
  28.  Actually it was both the font file and diskmenu files that were uploaded that
  29.  made me take notice of these small quirks.
  30.  
  31.  I boot Geos directy from a 1581 partition from Ramlink which is set as #10
  32. and
  33.  leave my 1581 as #8.  Have the HD too but I hardly ever use it under Geos 
  34.  now that I have Ramlink so I leave it at #12.  I know someone is going to ask
  35.  why isn't something #9?  Well, my MSD is :) and I leave #11 open in those
  36.  rare cases where I need ram-dos for those packages that only access drives 8-
  37. 11.
  38.  Pretty weird having all the high tech drives and stuff hooked up and ending
  39.  it with a MSD but it is such a darn good solid disk drive I love using it.
  40.  Besides, I get a kick once and a while using the catalog command ;)
  41.  
  42.  re:Pagefox and Ramlink
  43.  I did try it before but the screen froze up so I never pursued it further. 
  44. It
  45.  was in the REU port.
  46.  
  47.  ------------
  48. Category 12,  Topic 12
  49. Message 63        Thu Oct 17, 1991
  50. H.HERMAN1                    (Forwarded) 
  51.  
  52.  JBUS,
  53.  
  54.  It looks like Wiz128 and Wiz64 do some things differently.  I'm doing a
  55.  software SWAP before running Wiz128, so it runs from drive 8.  But it does
  56.  run from a native mode partition.  Well, actually a native mode
  57.  sub-directory in the partition.
  58.  
  59.  Just as I suggested to JBEE, you can save some wear and tear on the swap
  60.  button, not to mention fingers, by swapping in software.  Perhaps something
  61.  like:
  62.  
  63.  10 @"cp#",16
  64.  20 @"cd#:dir.name",16
  65.  30 open15,16,15:print#15,"s-8":fori=1to500:next:close15
  66.  40 ^"wizard64",8
  67.  
  68.  A few explanations:
  69.  ===================
  70.  
  71.  # is partition # where Wizard is.  If partition 2 is set as your default,
  72.  and you are there, then line 10 isn't needed and can be deleted.
  73.  
  74.  dir.name in line 20 is the subdirectory where Wizard is.  Replace dir.name
  75.  with the name of your subdirectory.
  76.  
  77.  Line 30 will change RD from device 16 to device 8.
  78.  
  79.  Line 40 will load and auto run WIZARD64.
  80.  
  81.  If you name this file WIZ, and place it in the root directory of your
  82.  default partition, and assuming drive 16 is your default, then to run
  83.  Wizard, you only need to enter:
  84.  
  85.  ^WIZ <CR>
  86.  
  87.  Every time Wizard runs it will be in drive 8, and when you QUIT, you'll be
  88.  back in drive 16.
  89.  
  90.  The autofile editor feature allows for a lot of flexibility.  So you can
  91.  have a file autorun whenever there is a software or hardware reset, and set
  92.  up sys parameters however you like.
  93.  
  94.  While it may be more than you, or anyone else may want to know, I'll print
  95.  out below the file called HAL which is the one that I have RL autoboot each
  96.  time there is any reset:
  97.  
  98.  10 fast
  99.  20 trap140
  100.  30 @#16
  101.  40 @"cd2//",16
  102.  50 @"i",8
  103.  80 rem:ifpeek(6)+peek(7)+peek(8)=255thengoto90:elsegosub130:sys65341
  104.  90 rem:ifpeek(2744)+peek(2742)+peek(2757)=28goto110:else100
  105.  100 rem:gosub130:poke2744,10:poke2742,8:poke2757,10:sys57344
  106.  110 rem:ifpeek(6000)=23goto120:elsegosub130:poke6000,23:sys16390:sys16384
  107.  120 dload"hal1..",u16:end
  108.  130 printchr$(14)chr$(31)chr$(18)"XYYYresetting HAL...":printchr$(159):return
  109.  140 ifer=5thengosub500:elsegosub200
  110.  150 resume
  111.  200 sys57651:return
  112.  500 open15,16,15:print#15,"s-8":fori=1to750:next:close15
  113.  600 open15,8,15:print#15,"s-d":fori=1to750:next:close15
  114.  610 return
  115.  
  116.  The "X" in quotes is a SCNCLR
  117.  The "Y" in quotes is a cursor down.
  118.  
  119.  The peeking and poking are in 128 mode, so all those things are different
  120.  while running on a 64.  This short routine is intended to reset some things,
  121.  and do some possible housecleaning chores, after I've run a program that
  122.  didn't exit properly, and do it.  It then ends by calling a menu program
  123.  which has a selection of things to run, including Wizard.
  124.  
  125.  This is one possible use for an autoboot file.
  126.  
  127.  Howie
  128.  ------------
  129. Category 12,  Topic 12
  130. Message 64        Fri Oct 18, 1991
  131. C128.JBEE [* Sysop *]        (Forwarded) 
  132.  
  133.  Neat!
  134.  ------------
  135. Category 12,  Topic 12
  136. Message 65        Sat Oct 19, 1991
  137. J.ROBBINS16 [JBUS]           (Forwarded) 
  138.  
  139. Thanks:):):) I'll try that immediately (if not sooner) and that will also
  140. probably solvesome of my other problem programs as well. (I gotta read more of
  141. that little blue book) Thanks again:)
  142.  ------------
  143. Category 12,  Topic 12
  144. Message 66        Sat Oct 19, 1991
  145. J.ROBBINS16 [JBUS]           (Forwarded) 
  146.  
  147. Maybe you could help me with this little bugger too: The auto boot64 file
  148. works fine on first boot, but when I quit wizard64 it initilzes drive 9
  149. instead of drive 8 drive 8 is there now, just quits to drive 9 instead of
  150. drive 8 when it resets (hope I explained this decently) (from the 128,no
  151. problem, just from the 64 in Ramdrive) Thanks:)
  152.  ------------
  153. Category 12,  Topic 12
  154. Message 67        Sun Oct 20, 1991
  155. J.ROBBINS16 [JBUS]           (Forwarded) 
  156.  
  157. Got it! change line 40 to @#8#, then add line 50 to @"$:*" and drive 8 comes
  158. alive again with the directory displayed. ((had to chop off line 40 ^"wizard
  159. 64", because it gave me an endless loop into and out of wizard 64- had to hit
  160. the run/stop key to stop the auto-boot file and get into my geos partitions))
  161. Thanks again:)  (I read the book this time:))
  162.  
  163.  ------------
  164. Category 12,  Topic 12
  165. Message 68        Sun Oct 20, 1991
  166. H.HERMAN1                    (Forwarded) 
  167.  
  168.  JBUS,
  169.  
  170.  Yikes!  I forgot about that.  I ran into the same prob at first, and my auto
  171.  boot file would just reboot whenever I exited, putting me back into the same
  172.  program, since that is what the autoboot file told it to do.
  173.  
  174.  There are two nifty ways around this:  (1) Put a time loop into the file, and
  175.  if no key is pressed, the autofile proceeds to autoboot, or (2) ask for a key
  176.  press, instead.  
  177.  
  178.  I liked the second idea, since there was no unnecessary time wasted.  Here's
  179.  the 64 mode autoboot file that is in my RL:
  180.  
  181.  10 sys58551
  182.  20 @#16
  183.  30 rem:open4,4,15:print#4,"@":close4
  184.  40 printchr$(14):input"XYYYYYYYYRun MHT Bank Program";a$
  185.  50 ifa$=""ora$="y"ora$="Y"thengoto70
  186.  60 end
  187.  70 @"cd2:telcom",16
  188.  80 open15,16,15:print#15,"s-8":fori=1to500:next:close15
  189.  90 ^"bank",8
  190.  
  191.  Again in line 40, the X in quotes is a scnclr.  The Y's are cursor downs.
  192.  
  193.  This will print to screen "Run MHT Bank Program?"
  194.  
  195.  If I press Y or y or <CR> it proceeds to autorun the bank program.  Pressing
  196.  any other key puts me at the system prompt, with drive 16, RL, the default
  197.  for any of the dos commands, and in the root directory of the default
  198.  partition.
  199.  
  200.  Happy to hear that you were able to get to the solution.  If there is
  201.  anything else we can help with, just give a hollar!  :)
  202.  
  203.  I have found that having the autoboot files, and resident JD commands
  204.  pretty much lets me do most anything, limited only by my imagination to
  205.  think up things for them to do unattended, and automatically.
  206.  
  207.  Howie
  208.  ------------
  209. Category 12,  Topic 12
  210. Message 69        Thu Oct 24, 1991
  211. D.WADLEIGH [Sadsac]          (Forwarded) 
  212.  
  213. Howie -
  214.  
  215. Wow! Your little basic program in msg 57 was amazing!  I had no idea one could
  216. move around RAMLink like that by writing in basic.
  217.  
  218. Where did you get the "S-8" thing to work the swap switch in line 40?
  219.  
  220.     <40 open15,16,15:print#15,"s-8":forI=1to500:next etc. >
  221.  
  222. I have not seen this documented.
  223.  
  224. Sadsac
  225.  ------------
  226. Category 12,  Topic 12
  227. Message 70        Fri Oct 25, 1991
  228. HOWIE-CBM [H.HERMAN1]        at 15:45 EDT
  229.  
  230. Sadsac,
  231.  
  232. It was in chapter 7, pages 32 and 33.
  233.  
  234. Howie
  235.  ------------
  236. Category 12,  Topic 12
  237. Message 71        Sun Oct 27, 1991
  238. DR.EVIL                      at 18:29 PST
  239.  
  240.  Hi all.
  241.  
  242.  I have a 1 Mb RAMLink and a 1750 REU plugged into it.  I also have a SID
  243.  Symphony Stereo cart and a SwiftLink-232 cart (naturally!), and a CMD 40
  244.  HD and a 1581.  I'm not telling you all this to brag <GRIN> but instead to
  245.  offer some RL setup advice for GEOS.  This advice comes straight from Doug
  246.  Cotton of CMD.  I couldn't figure out what to do from the gateWay manual, to
  247.  be honest.  Paul Bosacki is a great programmer, but his tech writing needs
  248.  some improvement... ;-D  Fortunately, Doug says that an upcoming update to
  249.  gateWay will include a new manual, with extensively revised setup info.
  250.  
  251.  I installed gateWay 64 recently for a user group demo.  I decided to set it
  252.  up with the RL, REU, 1571 (internal--I have a C128-D), and 1581.  I didn't
  253.  want to haul my HD to the meeting.  Here are the instructions that Doug
  254.  gave me, and they worked perfectly... Oh! By the way, I set up RL as one
  255.  big native mode partition--you may want to use emulation partitions to ease
  256.  backup procedures (as Howie and JBEE have mentioned in previous postings).
  257.  
  258.  1) Wipe out all partitions in RL with RAMTOOLS.
  259.  2) Make this partition FIRST... #: 31; Name: Your Choice; Size: size of REU
  260.     mine = 2048 blks.; Type: DACC (direct access)
  261.  3) Use RAM Tools to make other partitions.  I made mine one big NATV area.
  262.  4) Make RL default device # = 12.
  263.  5) Exit RAM Tools.  Switch RL into Direct mode (should have been
  264. Enabled/Normal
  265.     for above steps).
  266.  6) Load GEOS (I did it with original floppies).
  267.  7) Run GEOS Configure.  Make sure the 1750 REU is emulating a 1571.  Also
  268. make
  269.     sure the 1571 is set up as a 1571 (at least I did this since I have a
  270. 1571!)
  271.  8) Format a 5.25" floppy in GEOS (again, I used the 1571 since that is my
  272.     device #8/Drive A).  If using a 1571, BE SURE you format it single-sided.
  273.     Also, DON'T name it the disk with a name beginning with capital "G". 
  274. Don't
  275.     ask me why--just don't do it!  :-)
  276.  9) Put original gW disk in and validate it.  If there are errors, stop here
  277. and
  278.     get a new disk from CMD.
  279.  10)Copy recommended files from original gW disk to REU--including the disk
  280.     drivers in order.  I copied the following: geos, launch, gateway,
  281.     mAKEbOOT64, cbm1571, cbm1581, rldRIVE, SWITCHER, gwmOVER, & qUICKmOVE. As
  282.     you can see, Drive A = 1571, B = 1581, and C = RL.
  283.  11)Copy mouse & printer driver of your choice to REU.  NOTE: some of the 3rd
  284.     party replacement mouse drivers do not work properly with gW.  Doug says
  285.     this is because these drivers are using memory they're not supposed to.
  286.  12)Move all of these files back to the disk you formatted earlier.
  287.  13)Quit GEOS.  Move RL back to Normal.
  288.  14)Reboot GEOS.  Run MakeBoot64 from gW disk just made above.  Answer YES to
  289.     Install patches question.  What MB64 does is copy the GEOS Kernal out of
  290.     memory to disk and installs some patches (if you answer YES).  Note that
  291. thi
  292.     s effectively de-copy-protects GEOS!  It creates a file called "geoboot".
  293.     It's 85 blocks for GEOS 64 and over twice that for GEOS 128.
  294.  15)Quit GEOS again.
  295.  16)Run RAMTools and make RL device #10 (Drive C under GEOS).
  296.  17)Load "geos",8,1 from your floppy!  Everything should be working.
  297.  
  298.  To make GEOS/gW boot from RL, add these steps:
  299.  
  300.  18)Click on RL drive icon.  Convert it to a GEOS disk.
  301.  19)Copy all files except "geoboot" from gW disk made above to RL partition
  302. #1.
  303.  20)Run MB64 FROM RL--NOT from floppy disk.  This will make a new geoboot in
  304.     RL partition #1.  Answer YES again to Install patches question.
  305.  21)Shutdown gW/GEOS.
  306.  22)Move into device #10, partition #1 (RL).  Load "geos",8,1!
  307.  
  308.  I may have left something out... hopefully not.  Again, some of these steps
  309.  are sort of specific to the setup I was creating, but I think anyone with
  310. some
  311.  GEOS experience can see where to change things.
  312.  
  313.  The 2048 block DACC partition is used transparently by gW as a storage place
  314.  for sessions switched out by SWITCHER.  I think it also is used as a scratch
  315.  pad area for other things.  Having it as a DACC means that it will always
  316.  be available to gW and ONLY gW.
  317.  
  318.  Some other thoughts... Doug and I discussed about using the REU differently--
  319.  as a visible RAM disk device on the desktop.  You can certainly do this, but
  320.  it doesn't make much sense if you have RAM in your RAMLink.  Switcher will
  321.  have to compete with other programs for space and, if the device is ever
  322.  moved around (like from C to B and back, I think--but not sure) the REU's
  323.  contents gets wiped out.  It makes much more sense, it seems to me, to have
  324.  several partitions (native or emulation).  If you have native ones, you can
  325.  also make subdirs from within gW.  (BTW, to back up a subdir chain, click on
  326.  the Close box for each subdir.--I couldn't find this in the doc.)
  327.  
  328.  
  329.  The last thing I want to mention is that you will need a copy of the
  330. "gateway"
  331.  file in each subdir / partition that you create.  Fortunately it's not too
  332.  large of a file...
  333.  
  334.  Kent
  335.  ------------
  336. Category 12,  Topic 12
  337. Message 72        Sun Oct 27, 1991
  338. D.WADLEIGH [Sadsac]          at 19:33 MST
  339.  
  340. HOWIE -
  341.  
  342. OK, I see it.  As JBUS said, "One should read (study) that Blue Book".
  343.  
  344. Anyway, thank you for your excellent examples showing us how to use a little
  345. basic program to move around in RAMLink.
  346.  
  347. It sure  is GREAT news to hear that CMD is going to be here on GEnie!
  348.  
  349. Sadsac -
  350.  ------------
  351. Category 12,  Topic 12
  352. Message 73        Mon Oct 28, 1991
  353. HOWIE-CBM [H.HERMAN1]        at 00:45 EST
  354.  
  355. Kent,
  356.  
  357. A *BIG* THANK YOU!!!    :)
  358.  
  359. I really appreciate the step-by-step installation instructions.  You've come
  360. up with the answers to questions many of us have had.  And, you have made
  361. getting up and running a lot easier now.
  362.  
  363. In fact, I am going to discard the pages and pages of notes (20, to be
  364. precise) which I've managed to accumulate, since you've consolidated
  365. everything I had, and more, onto two pages.
  366.  
  367. Howie
  368.  ------------
  369. Category 12,  Topic 12
  370. Message 74        Tue Oct 29, 1991
  371. J.ROBBINS16 [JBUS]           at 20:34 EST
  372.  
  373. Hi again:) Howie, have a new problem with the autoboot file I just found out.
  374. Works well with everything except Gateway/Geos.  Seems when I use Gateway and
  375. shutdown from the menu, RamDrive crashes, my disk drive light flashes and
  376. RamDrive's Activity light stays on. Reset won't help.  I have to shut off the
  377. computer to get everything back to normal. Any suggestions?  For now, when I
  378. want to use Gateway I just disable the autofile feature. (not too bad as I've
  379. got that one on another partition in Ramdrive and it takes about 2seconds to
  380. disable/re-enableit.) :)
  381.  ------------
  382. Category 12,  Topic 12
  383. Message 75        Wed Oct 30, 1991
  384. C128.JBEE [* Sysop *]        at 04:06 EST
  385.  
  386.  Download "reset128" uploaded by R.Knop1 to shutdown Geos.  It is excellent!
  387.  It is how I exit all the time so you might want to check it out!
  388.  ------------
  389. Category 12,  Topic 12
  390. Message 76        Wed Oct 30, 1991
  391. HOWIE-CBM [H.HERMAN1]        at 12:44 EST
  392.  
  393. Just what I was gonna suggest, JBEE.  
  394.  
  395. Howie
  396.  ------------
  397. Category 12,  Topic 12
  398. Message 77        Thu Oct 31, 1991
  399. J.ROBBINS16 [JBUS]           at 01:25 EST
  400.  
  401. Thanks guys, But, I use Gateway with Ramdrive and my 64.  Ramlink has the more
  402. serious stuff with the 128. (and My Handyscanner won't work with Ramdrive
  403. plugged in, just Ramlink seems to work ok with it. So, I guess I'm stuck for a
  404. while. ((Maybe he'll write one for the 64:))) I will however get it for the
  405. 128 setup anyway, since you guys like it so much it has to be good! Bye for
  406. now:)
  407.  ------------
  408. Category 12,  Topic 12
  409. Message 78        Thu Oct 31, 1991
  410. R.KNOP1 [Rob Knop]           at 01:34 PST
  411.  
  412. Hi guys, thanks for the plug :)
  413.  
  414. I have just uploaded a program, reset64.cvt, which is roughly the equivalent
  415. to reset128.cvt.  Although, now thinking about it, it isn't clear to me that
  416. this program doesn't do anything that the BASIC option from the deskTop menus
  417. doesn't do....  I know in the 128's case that the BASIC option skips certain
  418. steps of the reset sequence which reset128.cvt doesn't (since it calls the
  419. bloody cold start routine!), but the 64 doesn't have as convoluted a reset
  420. sequence.
  421.  
  422. But, hey, if it works for you, enjoy. ;)
  423.  
  424. -Rob
  425.  ------------
  426. Category 12,  Topic 12
  427. Message 79        Thu Oct 31, 1991
  428. HOWIE-CBM [H.HERMAN1]        at 09:31 EST
  429.  
  430. Rob,
  431.  
  432. WOW!
  433.  
  434. This has gotta be a record or something!
  435.  
  436. 3 hours after JBUS asks for a program, you upload it.
  437.  
  438. Thanks for helping out.   :)
  439.  
  440. Howie
  441.  ------------
  442. Category 12,  Topic 12
  443. Message 80        Thu Oct 31, 1991
  444. C128.JBEE [* Sysop *]        at 10:17 EST
  445.  
  446.  Rob, that was fast >>>>>>>>>>>>
  447.  :)
  448.  
  449.  ------------
  450. Category 12,  Topic 12
  451. Message 81        Fri Nov 01, 1991
  452. J.ROBBINS16 [JBUS]           at 01:52 EST
  453.  
  454. Now that's what I call ESP or somethoing.  I got another prog that works, but
  455. I'm definately gonna download this one and give it a try.  I'll let you know
  456. how it works out. Thanks again Rob:) :) (: (:
  457.  ------------
  458. Category 12,  Topic 12
  459. Message 82        Fri Nov 01, 1991
  460. DR.EVIL                      at 18:48 PST
  461.  
  462. Oops, I made a small mistake.  On step #22 of installing gW 64, you load
  463. "geos",10,1 to boot from RAMLink, not "...,8,1".  Device 8 is the floppy.
  464.  
  465. Kent
  466.  ------------
  467. Category 12,  Topic 12
  468. Message 83        Sun Nov 03, 1991
  469. R.KNOP1 [Rob Knop]           at 22:21 PST
  470.  
  471. This is in response to the last two messages on Cat 4, Topic 6, which has been
  472. mysteriously closed.  The issue was, rebooting GEOS and having the RAM disk
  473. intact, if your REU is plugged into a RAMLink and thus has a power supply
  474. independent of the 128's:
  475.  
  476. With an REU and GEOS128, try the program RESCUE128 (which is in library #35, I
  477. believe).  If the code in your REU is intact (which it ought to be if you have
  478. the REU battery backed or on a separate power supply, as with a REU plugged
  479. into a RAMLink), then I believe that Rescue128 will be able to resurrect GEOS
  480. with the contents of the RAM Disk intact.
  481.  
  482. Not having a RAMLink, I haven't tested the 128 power down bit.  However, I
  483. know that when I manage to crash GEOS with a not-thoroughly debugged program
  484. (happens all the time to me ;) ), Rescue128 has saved me loads of time by
  485. letting me reset GEOS and keep the RAM Disk intact.
  486.  
  487. -Rob
  488.  ------------
  489. Category 12,  Topic 12
  490. Message 84        Mon Nov 04, 1991
  491. J.ROBBINS16 [JBUS]           at 01:45 EST
  492.  
  493. Rob, I've tried them all out (specially the reset64) and they all work GREAT:)
  494. my 64 is with RamDrive2mb, my 128 is with RamLink16mb, and for the heck of it
  495. all I unplugged my RamLink and went for it with my 2mb 17XX and the 128 They
  496. all work GREAT:) :) Thanks again, you may have just solved a whole mess of
  497. problems on using Geos with Gateway and RamLink/RamDrive.
  498.  ------------
  499. Category 12,  Topic 12
  500. Message 85        Mon Nov 04, 1991
  501. HOWIE-CBM [H.HERMAN1]        at 05:44 EST
  502.  
  503. Well!!  By the time I looked Cat 4 Topic 6 was gone.
  504.  
  505. Poof!  No more!
  506.  
  507. But.  Not to worry.  I know that some of our dedicated Sysops (present company
  508. excluded) have been busy as beavers re-organizing, re-compiling and batching
  509. similiar Topics together into like Categories to make searches easier.
  510.  
  511. So, while I don't know, right now, where Cat 4 Top 6 is, it is here logically
  512. grouped along with other Tops.  
  513.  
  514. I'll try to find it and ID its new Cat and Top numbers.
  515.  
  516. Howie
  517.  ------------
  518. Category 12,  Topic 12
  519. Message 86        Mon Nov 04, 1991
  520. C128.JBEE [* Sysop *]        at 14:35 EST
  521.  
  522.  Nothing strange about Cat#4 topic 6.
  523.  I moved it to Cat#12.  After arriving there it "slipped" into topic 1 by
  524.  mistake.  After reading all the messages (6) in that topic I saw that they
  525.  ere duplicated by Howie's previous post in the "ramlink tips" topic now in 
  526.  Cat#12 so I deleted it.  The closed topic is scheduled for deleting and just
  527.  hasn't happened yet.  As a matter of fact we have been going through all the
  528.  Cats and are either moving, deleting, or renumbering old or out of date
  529.  topics (including my own posts).
  530.  Note:we are not censoring or "editing" ANY messages.  We are just moving
  531.  ones that need to be moved or deleting ones that were answered and are of
  532.  no interest to anyone anymore (like my RS232 from Geos to Mac to IBM topic).
  533.  Just an effort to provide a much neater, streamlined, and up to date
  534.  BB.  Something we take pride in :)
  535.  ------------
  536. Category 12,  Topic 12
  537. Message 87        Sat Nov 09, 1991
  538. R.LAZAR1 [Shadwell]          at 07:59 EST
  539.  
  540. Does anyone know of a C128 directory editor that will work on all RamLink
  541. partitions...1541, 1571, 1581, and native? Thanks :)  Rob
  542.  ------------
  543. Category 12,  Topic 12
  544. Message 88        Sat Nov 09, 1991
  545. CMD-DOUG                     at 11:41 EST
  546.  
  547. None that I know of. To work on Native mode partitions, it must be written
  548. specifically for that purpose. There are some for 64 mode (DEDIT and SUPER
  549. DEDIT) but I don't know of any for 128 mode.
  550.  ------------
  551. Category 12,  Topic 12
  552. Message 89        Sat Nov 09, 1991
  553. L.WIILSON [C128R]            at 09:40 PST
  554.  
  555. Yes! There is one on CMD's own board. :) There is a file with the latest
  556. versions of dedit and super dedit along with the 128 versions of dedit and
  557. super dedit and they all support all types of partitions, and all types of
  558. drives. Ah, found the file, called phantom soft.lnx. It has to be de-lynx'd
  559. first and then unziped. I've been using the 128  versions for over a month and
  560. have had no problems with them!! 
  561.  
  562.                                         C128R
  563.  ------------
  564. Category 12,  Topic 12
  565. Message 90        Sat Nov 09, 1991
  566. CMD-DOUG                     at 21:44 EST
  567.  
  568. See!
  569.  
  570. Shows what I know! :) I'll pull the file down from our system and upload it
  571. here.
  572.  ------------
  573. Category 12,  Topic 12
  574. Message 91        Sun Nov 10, 1991
  575. CMD-DOUG                     at 15:47 EST
  576.  
  577. Just uploaded the full DEDIT series to our support library (#41), so as soon
  578. as one of our extremely efficient Sysops checks them out... :)
  579.  ------------
  580. Category 12,  Topic 12
  581. Message 92        Sun Nov 10, 1991
  582. L.WIILSON [C128R]            at 23:31 PST
  583.  
  584. I also uploaded it to area 4 (Disk and File Toolkit!) file # 9245,  named
  585. dedit.arc. Same files, but it arc format instead of lynx'd and zipped. Would
  586. be easier to dissolve, guess we can let the sysops figure out which one they
  587. want online!! So when will the support area be opened?  
  588.  ------------
  589. Category 12,  Topic 12
  590. Message 93        Mon Nov 11, 1991
  591. CMD-DOUG                     at 04:08 EST
  592.  
  593. Welp, I de-LYNXed and UNZIPped them and uploaded them separately. I was going
  594. to turn them into separate SFX files for 64 and 128, but when I archived them
  595. with LHA, the final file wasn't any smaller than the combined blocks of all of
  596. them without compression. SFX files must have quite a bit of overhead, or
  597. perhaps it doesn't do much with compiled programs. Anyway...
  598.  
  599. I uploaded them as separate files to our PUBLIC support library, which is
  600. already open. The Private library will become available to those who have
  601. applied as soon as we run out of red tape... :)
  602.  ------------
  603. Category 12,  Topic 12
  604. Message 94        Mon Nov 11, 1991
  605. C128.JBEE [* Sysop *]        at 18:26 EST
  606.  
  607.  file #9245 is live along with most of Doug's files.  File #9245 contains
  608.  all the files Doug uploaded except in .arc format which squeezed quite a few
  609.  blocks off the total blk count.
  610.  That is in Lib#4 and if you are going to download all the programs then this
  611.  is the file to grab.
  612.  
  613.  The Basic 128 (Abacus;) files have to be either ARCed or SFXed to be uploaded
  614.  because they suffer when padded using Ymodem.
  615.  Once Doug uploads the C-128 files they will be made live in Lib#41.  All the
  616.  others are now live in Lib#41.
  617.  
  618.  The files in CMD's private library (#19) are now live.  Submit your
  619.  name, address, equipment, etc to "cmd-doug" and once a week the Flagship$
  620.  will take his list and open the library access for those people.
  621.  ------------
  622. Category 12,  Topic 12
  623. Message 95        Sat Nov 23, 1991
  624. C128.JBEE [* Sysop *]        at 19:28 EST
  625.  
  626.  Here is a price for cheap SIMMs.  I have not had time to check them out or
  627.  order anything (short cash right now).
  628.  I also got the price from a trade magazine and they might not sell to the
  629.  general public, but with today's economy, why not?
  630.  
  631.  I.C. Exchange
  632.  1-213-962-4830 fax:1-213-859-1180
  633.  1 meg x9 - 70 $37.50
  634.  1 meg x 9 - 80 $34.50
  635.  
  636.  4 meg x9 -70 $139.00
  637.  4 meg x8 -70 $125.00
  638.  
  639.  For what it is worth I would get the x9 because it makes it much more
  640.  useful in a upgrade.
  641.  You can now buy 4 megs worth of dram cheaper than a 1581!  You can have a 
  642.  rambased HD for only $560.  That is cheaper price upgrade then on any
  643.  machine.  Glad I still have my C128 :)
  644.  ------------
  645. Category 12,  Topic 12
  646. Message 96        Sat Nov 23, 1991
  647. M.MCCORMIC10 [Mike Mc-]      at 21:09 EST
  648.  
  649. JBEE
  650.  
  651. Again I need you to identify which SIMMS are for my RL.What is the difference 
  652. between the 2 1mgs;the 2 4 meg?Will either work for me?
  653.  
  654. Mike Mc-
  655.  ------------
  656. Category 12,  Topic 12
  657. Message 97        Sun Nov 24, 1991
  658. HOWIE-CBM [H.HERMAN1]        at 08:53 EST
  659.  
  660. Mike Mc,
  661.  
  662. The one thing you cannot do is mix and match.  You can use either 1 meg or  4
  663. meg SIMMs, but not both.
  664.  
  665. As to mixing different bit counts and chip speeds....  Well, I don't know 
  666. about this, and will defer to JBEE or Doug.  My suspicions are that you 
  667. wouldn't want to mix these combinations either.
  668.  
  669. When I upped my SIMM count, I bought the new ones direct from CMD.  Their 
  670. pricing is competitive, and I *KNEW* I would be getting the right thing.
  671.  
  672. Also, I knew that if I had any problems, I had a very reliable place in  CMD
  673. to turn to.
  674.  
  675. Quite honestly I'd be reluctant to buy mail order from a place I didn't  know,
  676. or that wasn't recommended to me.  Those SIMMS are pretty delicate,  and there
  677. is just too much possibility of getting a faulty one, so I'd  want to know I
  678. could get it replaced  without any hassles.  Better yet, it  would be nice to
  679. know that the SIMM got tested before it was shipped.
  680.  
  681. I quess after I considered all these things, I decided to go with CMD.  
  682. Others, like JBEE, who may be more adventurous, decided to go on their  own.  
  683. :)
  684.  
  685. Howie
  686.  ------------
  687. Category 12,  Topic 12
  688. Message 98        Sun Nov 24, 1991
  689. C128.JBEE [* Sysop *]        at 19:17 EST
  690.  
  691.  You can fill your RamLink with either
  692.  (4) 1meg SIMMs
  693.  or
  694.  (4) 4meg SIMMs
  695.  You can not mix or match the different sizes of SIMMs.
  696.  With 4meg SIMMs at so low of a price buying a 4meg SIMM to start off with is
  697.  the best bet. 
  698.  
  699.  The only difference between the two type SIMMs is one holds four times more
  700.  data than the other at less than 4 times the cost.
  701.  
  702.  As for risk, well, there is always a risk in anything.  But, if you pay by
  703.  credit card you are usually safe.  A SIMM that is bad will show up in the
  704.  first day you own it.
  705.  
  706.  The other thing is to only buy SIMMs with brand name drams (Hitachi, TI,
  707. etc.)
  708.  mounted on the boards.
  709.  ------------
  710. Category 12,  Topic 12
  711. Message 99        Sun Nov 24, 1991
  712. CMD-DOUG                     at 21:08 EST
  713.  
  714. As far as I know, there is no problem mixing 8 bit wide and 9 bit wide SIMMs.
  715. The 9 bit wide SIMMs just have an extra chip on them which will go unused.
  716.  
  717. As for mixing, for those with RL DOS 1.5 or lower, no mixing of 1 and 4 Mb
  718. SIMMs allowed. If you have a newer RAMLink with RL DOS 1.52 or higher, Then it
  719. is possible to have one (and only one) 1 Mb SIMM in the slot immediately after
  720. your final 4 Mb SIMM. This makes capacities of 5, 9, and 13 Mb possible, in
  721. addition to the other possibilities which were  always present.
  722.  ------------
  723. Category 12,  Topic 12
  724. Message 100       Mon Nov 25, 1991
  725. HOWIE-CBM [H.HERMAN1]        at 02:18 EST
  726.  
  727. Doug,
  728.  
  729. What is the current version of RL/DOS?
  730.  
  731. JBEE and I both have 1.4, revision G's.
  732.  
  733. Do the more recent fix the CP/M boot and relative files?
  734.  
  735. I quess the question is should we upgrade, and do we need any hardware  mods?
  736.  
  737. Thanks!
  738.  
  739. Howie
  740.  ------------
  741. Category 12,  Topic 12
  742. Message 1y      Mon Nov 25, 1991
  743. J.ROBBINS16 [JBUS]           at 20:43 EST
  744.  
  745. Yeah! That's the first I've heard of V1.52.  Been trying to get onto CMD's BBS
  746. for a while, but can't seem to get in there,, Is it in the support files there
  747. or is it a new purchase?
  748.  ------------
  749. Category 12,  Topic 12
  750. Message 102       Mon Nov 25, 1991
  751. D.BURR8                      at 23:55 EST
  752.  
  753. Heh, I am way behind....
  754.  
  755. Believe it or not, I never was able to register my RamLink, I was out of town
  756. when it arrived, and by the time I got back, it was a tad late to send it in
  757. (the registration card). Also impeding me is the simple fact that I can't find
  758. a serial number anywhere on the darn thing....
  759.  
  760. I am running RL-DOS v 1.30, so I definitely need an upgrade, any ideas? Dan
  761.  ------------
  762. Category 12,  Topic 12
  763. Message 103       Tue Nov 26, 1991
  764. C128.JBEE [* Sysop *]        at 02:17 EST
  765.  
  766.  Inquiring minds want to know!
  767.  
  768.  I guess I will break down and send in my card too.
  769.  ------------
  770. Category 12,  Topic 12
  771. Message 104       Tue Nov 26, 1991
  772. HOWIE-CBM [H.HERMAN1]        at 17:20 EST
  773.  
  774. Goodness...
  775.  
  776. I  hope it wasn't me who they'll say started the rush to get upgrades...
  777.  
  778. With ver. 1.40 I'd be happy to have more recent versions used for a while, 
  779. before I do anything.
  780.  
  781. My RL is one of the very first ones, and there were many important 
  782. improvements with 1.40, which made the upgrade very useful at that time.  
  783. However, while it fixed a lot of things, it created the CP/M prob, which 
  784. wasn't there in the earlier release version.
  785.  
  786. I'm happy to defer any judgment calls on this to Doug.  He's given some 
  787. pretty good advise so far.
  788.  
  789. Howie
  790.  ------------
  791. Category 12,  Topic 12
  792. Message 105       Thu Nov 28, 1991
  793. M.MCCORMIC10 [Mike Mc-]      at 05:41 EST
  794.  
  795. Howie-
  796.  
  797. Remember,I am a user of my computer,but I have no technical knowledge of it's
  798. inner workings. I guess you answered my question by mentioning different bit
  799. counts.Now I know what the difference
  800.  is between the SIMMS.I am aware that you couldn't mix the SIMMS,but figured
  801.  in the long run I might be better off removing the 1meg and going dirrectly
  802. to a 4meg. This way I would never have to replace a SIMMS if my system outgrew
  803. 4meg. I could just add another.
  804.  
  805.  -----------------------------
  806.  
  807. CMD Doug-
  808.  
  809. Where would I find out what version I have for my 64C?I ordered it in
  810. July,received in August '91. I am registered.
  811.  
  812.  ------------------------------ All-
  813.  
  814. I haven't seen this mentioned and I find it is a helpful tip.Although I use
  815. Gateway,sometimes I  miss GEOS.I tried and was successful in running GEOS from
  816. my discdrive,w/GW in RL. It also shows my REU as a ramdisc.This is great for
  817. organizing discs.You can copy or erase by  page files or border files.In GW it
  818. is all or one at a time.
  819.  
  820. Mike Mc-
  821.  
  822.  ------------
  823. Category 12,  Topic 12
  824. Message 106       Thu Nov 28, 1991
  825. CMD-DOUG                     at 22:32 EST
  826.  
  827. Howie, and all the rest of you folks -
  828.  
  829. I can't say the CP/M problem you mentioned is fixed, I've never duplicated it
  830. at this point. I'll have to go back and check for your details and see if I
  831. can make it happen on my system. As for REL files, if what you are  talking
  832. about is the blocks free bug? then yes, that was fixed. I think that the
  833. biggest fix was that some programs would leave patterns in memory that could
  834. cause RAMLink to reconfigure itself when reset. There was also a problem with
  835. reset on flat 128's which had original CBM release version kernal ROM's. Plus
  836. the other thing I mentioned with the 4 Mb/1 Mb SIMM combinations. While we are
  837. currently at 1.60, I expect to see a 1.62 in a few days to cure a bug in the
  838. DRA (Direct RAM Access) routines, and to cure a bug in the updating of the
  839. computer STATUS byte after going past the end of a file (normal drives will
  840. give a status of 66 if you try to read past the end of file, RAMLink just
  841. continues to give a 64 until you get to the end of the current block). My
  842. advice is wait for these fixes since they'll be along soon - I'll post when
  843. they're ready. There has been at least one small hardware mod since 1.40, I
  844. don't know the details offhand, but will check with Mark for info.
  845.  
  846. Someone asked about downloading the new DOS - sorry, but the DOS in  RAMLink
  847. is ROM based. New DOS ROM's are available for $15.00 at any time.
  848.  
  849. For the guy without a serial number - you have an original version RAMLink
  850. (Rev. A) if there is no sticker on the bottom. By not registering, you've 
  851. missed a free upgrade that was sent out. We were also making hardware  updates
  852. for free to registered owners until Oct. 31. I suggest that you go ahead and
  853. register, at least you'll be notified of any major revisions if you do. Also,
  854. hardware upgrades can be had, but you'll have to call for details and pricing
  855. on those. Another advantage of registering is that we plan on mailing special
  856. offers to owners of certain equipment from time to time in the future, and
  857. these may save you some money.
  858.  
  859. If I've missed anything with this post, let me know - I go through 'stupidity'
  860. spells every once in awhile. (:
  861.  ------------
  862. Category 12,  Topic 12
  863. Message 107       Sun Dec 01, 1991
  864. HOWIE-CBM [H.HERMAN1]        at 09:27 EST
  865.  
  866. Doug,
  867.  
  868. Thanks!!
  869.  
  870. I believe you covered everything.  At least for me.  :)
  871.  
  872. `CP/M boot' should be easy to duplicate.  If you need any more info let me
  873. know.
  874.  
  875. Howie
  876.  ------------
  877. Category 12,  Topic 12
  878. Message 108       Tue Dec 03, 1991
  879. S.CRAIK                      at 22:48 PST
  880.  
  881.  HELP 128 D! I've called voice (talked to Mark) but I was having
  882.  a problem getting my RAMLink to work in 128 mode.  I have tested
  883.  it on a 64 & the 128 D in 64 mode  AND IT WORKS FINE!  But, try-
  884.  ing to have it (CNTRL-D) in 128 mode, it returns a "0"(zero) I 
  885.  might be able to list 'F1' (directory) of this drive (8) but all
  886.  the BLOCKS endup with ???? and or a combo ?1?6.
  887.  
  888.    Mark, mentioned that it might be good if I tested it on another
  889.  128 so I did.  A friend of my has a 128 (non- D type) and IT WORKS
  890.  A-OK.  Well, it seems that this would indicate its something with
  891.  my 128 D but what...  I cleaned the contacts.  Installed JIFFY-DOS
  892.  1581 ROM chip & built in 1571 Rom chip (at the time of the call I 
  893.  didn't have them installed, so I installed just in case that might
  894.  have been a reason.  I still can do another check with a 128 D at
  895.  our user group next meeting.  Cause for some reason I thought it 
  896.  may be a peculiarity of the D type.   Hmmm?  Ist there a way to
  897.  check that I have all pins working   (logic probe? or something)
  898.  
  899.  Steve  (S.Craik) 
  900.  
  901.  <I may have left a similar message on Q-Link, but without the 128
  902.   of my friends used as a test of RAMLink>
  903.  
  904.  ------------
  905. Category 12,  Topic 12
  906. Message 109       Wed Dec 04, 1991
  907. C128.JBEE [* Sysop *]        at 04:21 EST
  908.  
  909.  If you have JiffyDos 128 installed turn it off
  910.  
  911.  Second If you have a C-128D it is possible that the screw on the back of
  912.  the case is preventing the Ramlink from sitting flush against the C-128D
  913.  case.  This will provide either a poor contact or none at all.  Just remove
  914.  the screw and reinstall the RAMLink.
  915.  :)
  916.  ------------
  917. Category 12,  Topic 12
  918. Message 110       Wed Dec 04, 1991
  919. S.CRAIK [Steve]              at 20:31 PST
  920.  
  921. Thanks C128.JBBEE,
  922.    I don't have JiffyDos 128 (just the DriveRoms)
  923.  I did notice that the screw seemed that it might be in the way
  924.  and I did remove.  I do have another prob, I noticed that the 
  925.  little rubber cushions (feet if you will) were missing on the
  926.  rear portion of my 128 D.  I tried compensating for that.  Hmm?
  927.  maybe if I keep trying plugging it in ....that sooner or later
  928.  I might get it.  Hmmm?
  929.  
  930.  Steve Craik
  931.  ------------
  932. Category 12,  Topic 12
  933. Message 111       Wed Dec 04, 1991
  934. C128.JBEE [* Sysop *]        at 23:40 EST
  935.  
  936.  I know CMD is gone for a few days to the Toronto World of Amiga show.
  937.  Maybe when they get back they will have a better answer.
  938.  As for the feet you can pick up little rubber pads (square) at any hardware
  939.  store that are backed with sticky tape.
  940.  Just feel the wrapper and stick in place.
  941.  
  942.  ------------
  943. Category 12,  Topic 12
  944. Message 112       Tue Dec 10, 1991
  945. CMD-DOUG                     at 22:25 EST
  946.  
  947. We just got back, and Steve called and talked to Mark today. I didn't get a
  948. chance to ask Mark about it - will have to see if he came up with any solid
  949. cause for the problem.
  950.  ------------
  951. Category 12,  Topic 12
  952. Message 113       Wed Dec 11, 1991
  953. M.MCCORMIC10 [Mike Mc-]      at 20:40 EST
  954.  
  955. All-
  956.  
  957. I have read the articles in the magazines and find them self-serving,so i
  958. would like to poll the  users and technicians of RL.What is the ONE best
  959. cartridge to have in the pass-thru port? I am looking for RL compatilblity and
  960. flexability.A text editor would be nice. Your opinions carry more weight than
  961. reviews.
  962.  
  963. Thanks
  964.  
  965. Mike Mc-
  966.  ------------
  967. Category 12,  Topic 12
  968. Message 114       Thu Dec 12, 1991
  969. HOWIE-CBM [H.HERMAN1]        at 00:16 EST
  970.  
  971. Mike Mc,
  972.  
  973. Gosh, that really depends on what *YOU* want the computer to do.
  974.  
  975. I don't think there are any right or wrong choices.
  976.  
  977. Me being the generalist that I am, I have one of those Tenex Extender Cables
  978. hanging from the pass thru port, to make attaching different things easy.
  979.  
  980. Howie
  981.  ------------
  982. Category 12,  Topic 12
  983. Message 115       Thu Dec 12, 1991
  984. C128.JBEE [* Sysop *]        at 01:22 EST
  985.  
  986.  The ultimate cartridge is the Super Snap Shot v5+.  People like
  987.  Gullible have written programs to use it as a "tasker" with a REU.
  988.  
  989.  Action replay is also nice if you do games a lot but not 1/2 the cartridge
  990.  Super Snap Shot is.
  991.  
  992.  I can't say from hands-on experience because I have always considered them
  993.  too pricy from the limited use I would see from them.
  994.  
  995.  I believe the Super Snap Shot has been used and tested with Ramlink.
  996.  The best things to plug into a Ramlink are a REU, Stereo Sid, or
  997.  Swiftlink IHMO.
  998.  ------------
  999. Category 12,  Topic 12
  1000. Message 116       Thu Dec 12, 1991
  1001. M.DULSKI1 [Mark]             at 20:20 CST
  1002.  
  1003.  Thought you might be interested in an experiment that went on in the Wizard
  1004.  Support BB comparing Wizard 128 doing transfers to either a 1571 or RAMlink.
  1005.  
  1006.  Here are the Wizard transfer times:
  1007.  
  1008.  To a:         Unadorned  |  RAMlink as
  1009.                  1571     |   ram disk
  1010.  -------------------------|------------
  1011.                 min:sec   |   min:sec
  1012.  -------------------------|------------
  1013.  Buffer save      2:16    |      :10
  1014.   253 blks                |
  1015.  -------------------------|------------
  1016.  Download 210             |
  1017.   blk file                |
  1018.                           |
  1019.  X-modem 1K       8:45    |     5:17
  1020.                           |
  1021.  Y-modem          8:29    |     5:32
  1022.  -------------------------|------------
  1023.  BTP X-modem CRC          |     7:04
  1024.  --------------------------------------
  1025.  
  1026.  So, the question was "Is Wizard compatible with RAMlink?".  Does a bear ...
  1027.  ah, never mind, let's just say Wizard is great as is but adding RAMlink
  1028.  makes it fantastic!
  1029.  
  1030.  I'ld like to thank HOWIE-CBM and his RAMlink for helping me with this
  1031.  comparison.  Couldn't have done this without his help.  I only have the
  1032.  1571 :(
  1033.  
  1034.  ~~Mark~~
  1035.  
  1036.  To find out more about Wizard please visit the Wizard Support BB.  Type
  1037.  m625;11 at most any prompt to get there.
  1038.  ------------
  1039. Category 12,  Topic 12
  1040. Message 117       Thu Dec 12, 1991
  1041. C128.JBEE [* Sysop *]        at 22:41 EST
  1042.  
  1043.  Pretty impressive results.
  1044.  ------------
  1045. Category 12,  Topic 12
  1046. Message 118       Sat Dec 14, 1991
  1047. HOWIE-CBM [H.HERMAN1]        at 03:40 EST
  1048.  
  1049.  Awwww shucks Mark....  T'weren't noth'n.  :)
  1050.  
  1051.  Howie
  1052.  (do'in his John Wayne impersonation)
  1053.  ------------
  1054. Category 12,  Topic 12
  1055. Message 119       Sat Dec 14, 1991
  1056. S.CRAIK [Steve]              at 10:17 PST
  1057.  
  1058. Hi AGAIN,
  1059.   I've got some NEW info, but it may be that it isn't conclusive.
  1060.  I've taken my computer in to a Service Rep., as I'd mentioned to MARK as 
  1061.  per the phone call, that I would.  The results of that are somewhat 
  1062.  strange.  First off... We hooked up the 128 D to a 1084s (80 column) and 
  1063.  no other serial devices.  TURNed power ON  NO VIDEO!  Turned OFF plugged
  1064.  in a GAME cartridge and got VIDEO in 64 mode (40 columns)
  1065.  
  1066.  ?? does there have to be something else connected on the serial line?
  1067.  
  1068.  Well then we connected a TEST cart in the GAME port along with a HARNESS
  1069.  that connects to ALL the other ports.  (this was on a monitor at this
  1070.  time was only a 40 column monitor but in 128 mode.  RAN the TESTs and it
  1071.  ended up telling us that U1 and U4 were *BAD*.  But, what does this
  1072.  mean?  I suppose TWO things  ONE that those are BAD or somewhere en-
  1073.  route to the TEST cart (that happens to be in the GAME CArt port).  Where
  1074.  I'm haveing the problem with RAMLink.  So is the TEST giving me the 
  1075.  correct results?   Well... since at the moment  my friend a Service Rep 
  1076.  wouldn't be able to TEST it further.  I packaged it all back up and I'm
  1077.  using it RIGHT NOW! but, with other things connected.... a 1581 and Apro-
  1078.  spand REU & Swiftlink.  IN 80 columns!  Something we couldn't achieve
  1079.  while at his shop.  I have the SAME type monitor a 1084s.
  1080.   Hmm?  GO FIGURE!
  1081.  
  1082.  Since, I can't get the HARDWARE TEST that came on the RAMLINK Utilities,
  1083.  to work because I'm having problems with it in 80 columns and 128 mode...
  1084.  ...  Is there a HARDWARE TEST for the 128 D that I can use from DISK that
  1085.  may help?
  1086.  
  1087.  Steve (S.CRAIK)
  1088.  ------------
  1089. Category 12,  Topic 12
  1090. Message 120       Sat Dec 14, 1991
  1091. C128.JBEE [* Sysop *]        at 17:50 EST
  1092.  
  1093.  First off, that tester is only for quickly finding out the "probable" source
  1094.  of a problem.  Though it is usually accurate, when you have problems such as
  1095.  yours, you test the board before replacing the chips.
  1096.  
  1097.  Your friend should know since he is a service tech, but, I would like to
  1098. point
  1099.  out that the test cartridge depending on what version will give bad results
  1100.  on the U1 and U4 locations (6526s) if the serial cable is plugged in or not
  1101.  or what version rom is in the test cartridge.
  1102.  
  1103.  What you or the service tech should do is sit down and spend the time to
  1104.  test the board with a DMM and logic probe.  You could always just replace
  1105.  the 6526s (socket them!) and try the cheap fix and how things work from
  1106.  there.
  1107.  
  1108.  There is a note in the repair manual that the 80 column screen will not work
  1109.  (on the C-128D) unless the 6526 is good!
  1110.  
  1111.  If you are going to be charged by the hour I would just replace U1 and U4 at
  1112.  the same time because almost all the labor in replacing the chip is getting
  1113.  the board out of the case (socket everything)!  What you save in labor "if"
  1114.  you need the other chip far outweighs the $15 or so for the extra chip.
  1115.  
  1116.  If I was going to replace one of them as a test I would replace u1.
  1117.  
  1118.  The other thing to remember when just using the tester is other chips can
  1119.  cause faulty readings and the only REAL way to track down the problem is to
  1120.  use the service manual and do the whole dianostic routine from top to
  1121.  bottom and make sure all the voltages and readings are within specs.
  1122.  ------------
  1123. Category 12,  Topic 12
  1124. Message 121       Sat Dec 14, 1991
  1125. CMD-DOUG                     at 23:51 EST
  1126.  
  1127. I can't think of anything to add to what JBEE has said, but when you get down
  1128. to this level, I don't have Mark's knowledge of the machine. I can only
  1129. suggest that to look into this further, you could try calling Mark at the
  1130. office, as he has done a lot of 128 trouble-shooting. But often, it just isn't
  1131. easy to determine the cause of a problem without sitting down with the machine
  1132. and some test equipment, and digging in.
  1133.  ------------
  1134. Category 12,  Topic 12
  1135. Message 122       Sun Dec 15, 1991
  1136. S.CRAIK [Steve]              at 20:20 PST
  1137.  
  1138. Thanks Guys,
  1139.   We/or He was wanting to check it out further.  Its just that
  1140.  I was wanting to use the computer this weekend... and he wasn't going
  1141.  to be able to look at it until Monday anyway.
  1142.  Hmm? I was also hoping that there was a software thingy that may check 
  1143.  some of the things ...perhaps shedding more light also.  I didn't 
  1144.  know or find by searching the files by the things I had it lookfor.
  1145.  
  1146.  All and all though... I can't figure out why it does work in 64 mode 
  1147.  but not in 128.  You think that those same chips would still need to
  1148.  be used in the 64 mode.  Oh Well? 
  1149.  
  1150.  Steve (S.CRAIK)
  1151.  ------------
  1152.  
  1153. 12 ?