Steve,
I use the Byterunner card to get 230,400 with my Netopia ISDN modem. For me all
that was required was setseial 2.12. Ive done this with kernels 2.0.30 thru
2.0.33 without a hitch. Get setserial 2.12 and upgrade the setserial you have
now.
I had to make an rc.serial and put it in /etc, which looks like this:
SETSERIAL=/sbin/setserial
echo -n "Configuring serial ports...."
${SETSERIAL} /dev/cua0 uart 16650 port 0x3F8 irq 4 ${STD_FLAGS}
${SETSERIAL} /dev/cua1 uart 16550a port 0x2F8 irq 3 ${STD_FLAGS}
echo "done."
${SETSERIAL} -bg /dev/cua0 /dev/cua1
Then in my rc file added..
if [ -f /etc/rc.serial ]; then
sh /etc/rc.serial
fi
Dont know if this will work for your particular board but may help give you a
direction to explore.
Cheers,
Scott Kindley
--
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.