The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [pups] 2.11 on an 11/44
@ 2003-02-27 15:08 Bill Gunshannon
  2003-02-27 15:55 ` David Evans
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bill Gunshannon @ 2003-02-27 15:08 UTC (permalink / raw)


I am trying to put 2.11 on one of my 11/44's.  I picked up the RL02/RK
images from the archive.  I put the RL02 images on real RL02's (Yes,
some of us still have and use them!! :-)  My intent was to boot this
and then use it to build a system on a bigger disk and then go on from
there.

Here's my configuration:

  11/44 CPU
  CIS
  EIS
  FP11
  4M memory (actually 3840KB)
  MMU

  3 RL02 disks
  A CDU/720-TM SCSI Controller with 4 MAXTOR 340M disks and a QIC tape

Now the problem.
The system boots fine.  And it will mount /dev/rl1a.  But it won't mount
/dev/rl2a.  I get "/dev/rl2a on /vol2: No such device or address".
I get the same error when I try to do a disklabel.  What's more, I also
get this same error when I try to access any of the RA devices.  I am
using the GENERIC Kernel which I assume has all the devices in it.

Anybody have any suggestions??

Of course, if I find that the SCSI Controller isn't going to work
I have another controller and a FUJI Eagle I could use too. But I
am certain I will need to get all three RL's working in order to
have enough of a system to do this.

Thanks in advance,

bill

-- 
Bill Gunshannon          |  de-moc-ra-cy (di mok' ra see) n.  Three wolves
bill at cs.scranton.edu     |  and a sheep voting on what's for dinner.
University of Scranton   |
Scranton, Pennsylvania   |         #include <std.disclaimer.h>




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [pups] 2.11 on an 11/44
@ 2003-02-27 15:57 Fred N. van Kempen
  2003-02-27 16:02 ` Bill Gunshannon
  0 siblings, 1 reply; 13+ messages in thread
From: Fred N. van Kempen @ 2003-02-27 15:57 UTC (permalink / raw)


Bill,

kernel probably only supports one unit, _OR_ the filesystem doesnt
have all device nodes (/dev/rlXXX).

--f

> -----Original Message-----
> From: Bill Gunshannon [mailto:bill at cs.scranton.edu]
> Sent: Thursday, February 27, 2003 4:08 PM
> To: pups at minnie.tuhs.org
> Subject: [pups] 2.11 on an 11/44
> 
> 
> 
> I am trying to put 2.11 on one of my 11/44's.  I picked up the RL02/RK
> images from the archive.  I put the RL02 images on real RL02's (Yes,
> some of us still have and use them!! :-)  My intent was to boot this
> and then use it to build a system on a bigger disk and then go on from
> there.
> 
> Here's my configuration:
> 
>   11/44 CPU
>   CIS
>   EIS
>   FP11
>   4M memory (actually 3840KB)
>   MMU
> 
>   3 RL02 disks
>   A CDU/720-TM SCSI Controller with 4 MAXTOR 340M disks and a QIC tape
> 
> Now the problem.
> The system boots fine.  And it will mount /dev/rl1a.  But it 
> won't mount
> /dev/rl2a.  I get "/dev/rl2a on /vol2: No such device or address".
> I get the same error when I try to do a disklabel.  What's 
> more, I also
> get this same error when I try to access any of the RA devices.  I am
> using the GENERIC Kernel which I assume has all the devices in it.
> 
> Anybody have any suggestions??
> 
> Of course, if I find that the SCSI Controller isn't going to work
> I have another controller and a FUJI Eagle I could use too. But I
> am certain I will need to get all three RL's working in order to
> have enough of a system to do this.
> 
> Thanks in advance,
> 
> bill
> 
> -- 
> Bill Gunshannon          |  de-moc-ra-cy (di mok' ra see) n.  
> Three wolves
> bill at cs.scranton.edu     |  and a sheep voting on what's for dinner.
> University of Scranton   |
> Scranton, Pennsylvania   |         #include <std.disclaimer.h>
> 
> _______________________________________________
> PUPS mailing list
> PUPS at minnie.tuhs.org
> http://minnie.tuhs.org/mailman/listinfo/pups
> 



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [pups] 2.11 on an 11/44
@ 2003-02-27 17:06 Steven M. Schultz
  0 siblings, 0 replies; 13+ messages in thread
From: Steven M. Schultz @ 2003-02-27 17:06 UTC (permalink / raw)


Hi -

> From: Bill Gunshannon <bill at cs.scranton.edu>
> 
> I am trying to put 2.11 on one of my 11/44's.  I picked up the RL02/RK
> images from the archive.  I put the RL02 images on real RL02's (Yes,
> some of us still have and use them!! :-)  My intent was to boot this

	RL drives were reliable (compared to RA81 and RK06/7 drives) if not 
	exactly spacious ;)

>   3 RL02 disks
>   A CDU/720-TM SCSI Controller with 4 MAXTOR 340M disks and a QIC tape
> 
> Now the problem.
> The system boots fine.  And it will mount /dev/rl1a.  But it won't mount
> /dev/rl2a.  I get "/dev/rl2a on /vol2: No such device or address".

	What rev of the kernel do you have?   First line in /VERSION should
	have the magic number.

> I get the same error when I try to do a disklabel.  What's more, I also
> get this same error when I try to access any of the RA devices.  I am
> using the GENERIC Kernel which I assume has all the devices in it.
> 
> Anybody have any suggestions??
	
	What I think is happening is that the system is only configured for
	2 RL drives - the change from 2 to 4 happened quite late (patch #439
	I think).

	The RA problem sounds like the MSCP driver either isn't in the
	kernel or wasn't probed/attached at boot time.     You can see if
	MSCP support's present with something like 'nm -g /unix | grep _raintr"
	and seeing if you "040364 T _raintr" for the interrupt handler.   If
	you do get that then check /etc/dtab for a line like:

ra      ? 172150 0      5       raintr          # uda50, rqdx1/2/3

	The '0' for the vector says for the probe/attach logic to assign
	a vector and tell the controller what value was used.  You could put
	anything in there (154 or 150 I think is the assigned value for the
	first MSCP controller).

	If none of that works then I'm stumped as to why the RA drives can't
	be accessed.

	Good Luck.

	Steven Schultz



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [pups] 2.11 on an 11/44
@ 2003-03-01 14:06 Norman Wilson
  0 siblings, 0 replies; 13+ messages in thread
From: Norman Wilson @ 2003-03-01 14:06 UTC (permalink / raw)


It seems to me it's time to go back to basics:

Tell us what happens if you do
	ls -l /dev/rl2a
and, if that file exists (as seems likely),
	od /dev/rl2a

Diagnosing a problem of this sort solely by the mutterings
of the mount command is a bit like trying to decide what
is causing your back pain and therefore how to treat it
by the tone of your voice when you say `ouch.'  (Hmm,
perhaps I have just invented a lucrative new paramedical
discipline, on a par with chiropractic and cold-laser
therapy and homeopathy and software consulting.)

Norman Wilson
Toronto ON



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [pups] 2.11 on an 11/44
@ 2003-03-03  6:42 Steven M. Schultz
  0 siblings, 0 replies; 13+ messages in thread
From: Steven M. Schultz @ 2003-03-03  6:42 UTC (permalink / raw)


Hi -

> From: Bill Gunshannon <bill at cs.scranton.edu>
> Well, the fun continues. I guess it's not going to be as simple as
> 
> When I try to build a custom kernel I get this:
> 
> cc -O -DKERNEL -DUOFS -I. -I../h -S ../sys/kern_clock.c
> /bin/ed - < SPLFIX kern_clock.s
> ?
> ?
> ?
> ?
> ?
> ----------------------

> And the "?" go on forever. Can't even break out of it.  Have to
> kill the simulation and start all over.  Anybody run into this??

	I have an extremely vague memory I might have seen it eons upon 
	eons ago but I might be imaginging it.

> Seems to be in the clock code.  Is there something I might have

	Hmmm, '?' is "ed"s error indication.   I wonder if the '?' is
	coming out of ed and not SIMH?

> missed in the CONFIG file that could cause this??  All I basicly

	Not at this stage of the build - a config file error wouldn't allow
	the first few compiles to succeed and then start causing errors
	on kern_clock.c

	One thing I did notice though was the use of 'ed' - that tells me
	the patchlevel of the system is very low (i.e. old).   'ed' was
	replaced with 'sed' which sped things up a _lot_ - and that took
	place back around #325 in 1996.

	Have you tried P11 instead of SIMH?  When I'm too lazy to fire up
	the 11/73 I use P11 to do the testing/patching and so on.   It's a
	bit a pain to configure (really arcane configfile syntax) but it works
	very well - never had a problem with it.

	Good Luck.

	Steven Schultz



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-03-03  6:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-27 15:08 [pups] 2.11 on an 11/44 Bill Gunshannon
2003-02-27 15:55 ` David Evans
2003-02-27 16:28 ` Johnny Billquist
2003-02-27 16:42   ` Bill Gunshannon
2003-02-27 16:59     ` Johnny Billquist
2003-02-27 17:33       ` Bill Gunshannon
2003-02-27 20:25         ` Bill Gunshannon
2003-03-01 21:36 ` Robin Birch
2003-02-27 15:57 Fred N. van Kempen
2003-02-27 16:02 ` Bill Gunshannon
2003-02-27 17:06 Steven M. Schultz
2003-03-01 14:06 Norman Wilson
2003-03-03  6:42 Steven M. Schultz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).