On Fri, 22 May 1998, Michael Jinks wrote:
> John H Darrah wrote:
>
> > If it is an IO/AT66, it will work fine. It uses
> > the standard serial driver and has all the signals
> > to will work with modems also. I currently have in
> > use a Boca IO/AT66, BB2016 and BB2008 cards.
>
> Hm ---- so does this mean that I can just plug
> it in and count on my serial-enabled kernel to
> find it? Do I need to supply the interrupts
> somewhere (e.g. an append line in lilo.conf)?
>
You don't say which Boca it is... But if it is the
IO/AT66, you set it up with a single interrupt
that is shared by all ports. You then use
"setserial" in your /etc/rc.d/rc.local to assign
the memory addresses or you can edit serial.c to
the proper settings (You don't need anything in
lilo).
Look for this section in serial.c:
{ 0, BASE_BAUD, 0x100, 12, BOCA_FLAGS },/* ttyS16 */
{ 0, BASE_BAUD, 0x108, 12, BOCA_FLAGS },/* ttyS17 */
{ 0, BASE_BAUD, 0x110, 12, BOCA_FLAGS },/* ttyS18 */
{ 0, BASE_BAUD, 0x118, 12, BOCA_FLAGS },/* ttyS19 */
As you can see, the driver defaults to starting at
memory address 0x100 and IRQ 12. you can change
these settings with "setserial" to match the
boards settings. The board should have a jumper to
set the starting memory address.
Here is a snippet from rc.local:
setserial /dev/cua4 uart 16550 port 0x180 irq 10
setserial /dev/cua5 uart 16550 port 0x188 irq 10
setserial /dev/cua6 uart 16550 port 0x190 irq 10
setserial /dev/cua7 uart 16550 port 0x198 irq 10
setserial /dev/cua8 uart 16550 port 0x1A0 irq 10
As you can see, the memory address and IRQ can be
changed here to match the boards jumpers so you
don't have to re-compile the kernel.
>
> >
> >
> > Also while I'm at it, I highly recommend the
> > Equinox SST series of serial boards. They come
> > with some nice diagnostic tools and are about 1/2
> > the cost of Digi boards.
> Thanks for the tip; just out of curiosity, what
> is 1/2 the price of a Digi board?
The PCI interface card is about $450 and each 16
port module is about $550. This is an intelligent
board and can high baud rates on all ports.
>
> I'm currently wrestling with a digiboard and
> having very little luck; the board worked fine
> in my workstation after weeks of futzing, but
> now won't work in an identically-configured 486.
> I'm at the end of my rope and need something
> that _works_ (dammit) which is why I'm dusting
> off the Boca card in the first place. If an
> Equinox will work reliably with minimal fuss,
> I'm tempted to pay for one of the things myself.
>
What board?
Who's driver?
What kernel?
Symptoms?
--
John Darrah (u05192) | Dept: N/C Programming
Giddens Industries |
PO box 3190 | Ph: (206) 767-4212 #229
Everett WA 98203 | Fx: (206) 764-9639
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.