home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / misc / 16581 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  3.1 KB

  1. Path: sparky!uunet!portal!cup.portal.com!Harv
  2. From: Harv@cup.portal.com (Harv R Laser)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: CDTV Boot disk for ParNet
  5. Message-ID: <69239@cup.portal.com>
  6. Date: Tue, 10 Nov 92 12:36:09 PST
  7. Organization: The Portal System (TM)
  8. References:  <1dn38gINNg4l@swrinde.nde.swri.edu>
  9. Lines: 68
  10.  
  11. >I am trying to use a CDTV with my A3000 via Parnet (the A3000 Multimedia
  12. >offer). I have it working with the FF CDROM, but a couple of questions:
  13. >
  14. >1) is there a version of Parnet that doesn't generate a host of Enforcer
  15. >hits under 2.x on the A3000?
  16.  
  17. Dunno.. I don't have a 3000, but I use Parnet to connect my CDTV to
  18. my 2500 and use the thing almost daily and it works fine for me.
  19.  
  20. >
  21. >2) What is required to create a stable CDTV boot floppy that will allow me to
  22. >access other CDROMs through ParNet. Alternately, is there a way to keep the
  23. >CDTV from rebooting when you place another CDROM in it?
  24. >
  25.  
  26. I took a copy of an original WB1.3 disk out of my original 1.3
  27. enhancer box, and stripped off some extraneous stuff I didn't need
  28. and then put the various bits of Parnet's distribution onto it.
  29. "netpnet-server" into its c: directory.
  30. "parnet.device" into its devs: directory.
  31. the mountlist for "net" at the tail end of devs:mountlist
  32. "netpnet-handler" into its l: directory
  33. Then I modified the floppy's startup-sequence to call a script
  34. called "parnet_switch" which I found on the Hypermedia Concepts
  35. Fish CD ROM, which I also copied to the 1.3 boot floppy.
  36.  
  37. The script looks like this:
  38. >NETPNET-SERVER UNIT 0
  39. >echo "Activating ParNet Now ... You Must Reboot to"
  40. >echo "use the parallel port for printer. The CDTV "
  41. >echo "is now ParNet Unit 1. "
  42. >MOUNT NET:
  43. >ENDCLI
  44.  
  45. Having done all of that, I shove the floppy into CDTV's floppy
  46. drive, boot up the machine, run the similar Parnet software on my 2500 
  47. via an icon, when both of them have initialized, they handshake
  48. with each other and voila... a network.
  49.  
  50. I can then shove any kind of CD ROM into the CD drive on CDTV,
  51. or eject one and insert another one. Since CDTV was booted up from
  52. a floppy workbench and not from a cD ROM, it ignores the ejection
  53. and insertion of other CDs and never reboots itself unless I
  54. power it off/on or use its reset switch on purpose. 
  55.  
  56. I've used this method to boot the machine and then load in GIF
  57. pictures from Walnut Creek CDROM's "GIFs Galore" package (6000
  58. pictures on one CD) and sat here for literally hours loading them
  59. in and viewing them on my 2500 via ADPro and Firecracker24 without
  60. incident. 
  61.  
  62. I've uploaded via my 2500's serial port/modem directly from my
  63. Parnetted CDTV's CD ROM drive, so that works fine too. 
  64.  
  65. >I have compared files on the Fish CDROM vs a standard 1.3 boot floppy and
  66. >accounted for all differences I can think of, but still can't create a CDTV
  67. >boot floppy that doesn't crash within the first few minutes of use.
  68.  
  69. Does it crash just sitting there doing nothing? or is there some
  70. particular sequence of actions you take to repeatedly crash it? 
  71. Or one particular program you run that always causes it to crash?
  72. >
  73. >Thanks,
  74. >Kent Polk: Southwest Research Institute
  75. >Internet : kent@swrinde.nde.swri.edu
  76.  
  77. Hope this helps,
  78. Harv
  79.