Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!ncar!ico!ism780c!support From: support@ism780c.isc.com (Support account) Newsgroups: comp.unix.i386 Subject: Re: Intel (Bell Tech) ICC card problems with ISC Unix Message-ID: <43519@ism780c.isc.com> Date: 6 Jun 90 16:00:42 GMT References: <1314@lemuria.MV.COM> <8868@turnkey.TCC.COM> Reply-To: support@ism780c.UUCP (Support account) Organization: Interactive Systems Corp., Santa Monica CA Lines: 74 In article <1314@lemuria.MV.COM> darryl@lemuria.MV.COM (Darryl Wagoner) writes: >I am trying to install a Intel ICC card into a Mitsubishi MP 386 >system. The problem is that I can't open any of the ports. The open >returns with errno 19 (No such device). > In 2.0+ releases of Interactive Unix, the driver was updated so that the second switch (the middle one on the board) needs to set thusly: on x x x x off x x x x switch 1 2 3 4 5 6 7 8 which amounts to setting the I/O address to 348 for the first ICC card. Here are second switch (I/O address settings) for second, third, and fourth cards: (2nd card: I/O address: 34C) on x x x off x x x x x switch 1 2 3 4 5 6 7 8 (3rd card: I/O address: 350) on x x x x off x x x x switch 1 2 3 4 5 6 7 8 (4th card: I/O address: 354) on x x x off x x x x x switch 1 2 3 4 5 6 7 8 How you know that switches are set correctly: after switches 1 and 3 are set to default and switch 2 is set as above, put ICC driver in kernel, build kernel, shutdown to install. Put card in box and reboot. If everything is everything you will see the following just before the console login prompt: ICC card 0 installed Notice: iccprim: card 0 Asynch Driver, V0.8b Apparently this card is finicky about cabling. Have user consult the ICC User Manual if they have problems with terminals after the card is working. Also note that unlike the asy driver for com ports, one can spawn a getty on an ICC card port whether anything is connected to the port or not, without getting a "getty respawning too rapidly" message. If the driver is having problems with ICC ports, it is more common to see an error 19 (no such device) when attempting to turn on such a port. ....