home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / acorn / tech / 1138 < prev    next >
Encoding:
Text File  |  1992-12-25  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.sys.acorn.tech
  2. From: altman@cryton.demon.co.uk (Hugo Fiennes)
  3. Path: sparky!uunet!pipex!demon!cryton.demon.co.uk!altman
  4. Subject: Re: Trouble with Morley SCSI card under RISC OS 3.10 
  5. Distribution: world
  6. References: <724857612.3795@minster.york.ac.uk>
  7. Organization: The Serial Port
  8. Reply-To: altman@cryton.demon.co.uk
  9. X-Mailer: Simple NEWS 1.90 (ka9q DIS 1.19)
  10. Lines: 32
  11. Date: Fri, 25 Dec 1992 21:17:25 +0000
  12. Message-ID: <724972220snz@cryton.demon.co.uk>
  13. Sender: usenet@demon.co.uk
  14.  
  15. In article <724857612.3795@minster.york.ac.uk> mhw@minster.york.ac.uk writes:
  16.  
  17. >I've got slightly later versions of the software (1.08, 1.07 and 1.06
  18. >from memory) on the support disk that comes with the card, but I can't
  19. >seem to replace the modules downloaded from ROM with copies from the
  20. >hard disk. The newly loaded SCSIFS just refuses to recognise the disk,
  21. >giving "Please insert disk '...'" messages. Any ideas how to replace
  22. >the older modules at boot time?
  23. Yes: load them in this order:
  24.  
  25. rmload scsi::4.library.scsidriver
  26. rmload scsi::4.library.scsifs
  27. rmload scsi::4.library.scsifiler
  28.  
  29. Note the use of full pathnames and *no disknames* - when you load scsifs
  30. it will have the effect of dismounting all SCSI disks, hence the insert
  31. disk messages. Also, you have to load scsidriver than scsifs (or rmreinit
  32. scsidriver then load scsifs) as scsifs locks your drive IDs so nothing
  33. except scsifs can access them - reiniting scsifs ends up with scsifs not
  34. being able to issue calls to scsidriver as it doesn't have the right access
  35. key.
  36.  
  37. The latest versions are something like 1.10 for scsidriver, and 1.09 for
  38. both the others I think.
  39.  
  40. Hugo
  41.  
  42. -----------------------------------------------------------------------------
  43.                                      "Did I say that? My lips didn't move..."
  44. Hugo Fiennes - The Serial Port                      altman@cryton.demon.co.uk
  45.                                                 or altman@cix.compulink.co.uk
  46. -----------------------------------------------------------------------------
  47.