On Mon, 4 Jan 1999, JOSE NG LEE wrote:

> /sbin/setserial /dev/cua0 uart 16550 port 0x3F8 irq 4
> /sbin/setserial /dev/cua1 uart 16550 port 0x2F8 irq 3
> /sbin/setserial /dev/cua2 uart 16550 port 0x3E8 irq 10
> /sbin/setserial /dev/cua3 uart 16550 port 0x2E8 irq 5
> /sbin/setserial /dev/cua4 uart 16550 port 0x1F8 irq 11
> /sbin/setserial /dev/cua5 uart 16550 port 0x1E8 irq 12

> Can someone give me some hints to make the last two ports work.

You've had many answers but here's one more. I just checked our node/bbs
configs and here is what I have once figured out:

#!/bin/sh
#
# Set up the serial ports.
#
echo Configuring serial ports:
#
/bin/setserial -bv /dev/cua0 uart 16450 port 0x3F8 irq 4
/bin/setserial -bv /dev/cua1 uart 16450 port 0x2F8 irq 3
/bin/setserial -bv /dev/cua2 uart 16550A port 0x3E8 irq 10
/bin/setserial -bv /dev/cua3 uart 16550A port 0x2E8 irq 11
#
# For some reason these default to AST fourport...
#
/bin/setserial -bv /dev/cua4 uart 16550A port 0x3E0 irq 12 ^fourport
/bin/setserial -bv /dev/cua5 uart 16550A port 0x2E0 irq 15 ^fourport
#

The ports are all on el cheapo serial port cards, two per card. I remember
having to manually create the /dev/cua[45] devices.

-- 
--... Tomi Manninen / [EMAIL PROTECTED] / OH2BNS @ OH2RBI.FIN.EU ...--

Reply via email to