Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!ut-sally!seismo!decuac!avolio From: avolio@decuac.UUCP Newsgroups: comp.unix.questions Subject: Re: Can only get 8 lines working on Ultrix MicroVAX Message-ID: <1344@decuac.DEC.COM> Date: Tue, 2-Jun-87 09:28:39 EDT Article-I.D.: decuac.1344 Posted: Tue Jun 2 09:28:39 1987 Date-Received: Thu, 4-Jun-87 03:31:13 EDT References: <242@kosman.UUCP> Organization: DEC SWS, Landover, MD Lines: 29 In article <242@kosman.UUCP>, kevin@kosman.UUCP (Kevin O'Gorman) writes: > I'm runnin Ultrix 1.2A on a MicroVAX II, and I have the 16-user version. > There is an Emulex controller pretending to be 16 lines of DHV, which seems > to show up when the system is booted (dh0 and dh1). I am having lots of > trouble using the second group of 8 lines. > > When the system was set up, /dev contained tty00 - tty07 plus ttyh0 - ttyh7. > It appeared that I wanted ttyh* entries, so I created 8 more with the same > major device number and minor numbers from 8 to 15. This may have been > the mistake. I believe there should not be a problem with this device assuming the hardware settings are correct on the board. A few months ago I helped a customer install Ultrix-32 1.2 on a uVAX with the same controller. Suggestions: 1. Make sure that the board is set up to look like a DHV (!!!!) and not a DHU (see the Emulex manual -- you may need to change a few switches... we did.) 2. remove the terminal nodes in /dev -- assuming you only have the "dhv", "rm /dev/tty?*" should do it. 3. remake the terminal nodes -- "cd /dev; MAKEDEV dhu0 dhu1" (make sure you use the MAKEDEV script!) At this point try it again... Fred