Cyclades cards have their own driver and tty numbers and these are created by
cd /dev
./MAKEDEV cyclades
On my system they are ttyC* (and on older kernels cub*) - AFAIK cyclades
cards have NEVER been numbered ttyS4... I am therefore wondering whether
you actually have a 'standard' dumb 4 port card. Cyclades cards have a
different major number (19 and 20) to 'normal' serial ports (4 and 5), you
may also have to actually create the devices for them as well (use MAKEDEV).
If you look in the 2.2.x config, there is a section on sharing interrupts and
support for more than 4 serial ports. I suspect you need to set these options
(and maybe one or two others around that area) and you will probably find
that your card now magically works.
Dirk G1TLH
On 09-Sep-99 Ted Gervais wrote:
> My serial card is a 'cyclone' product and I am assuming it is the same
> as cyclades. Although, I don't see 'cyclone' at all on the cyclades web
> page. It could be that I have it wrong. Anyways, the card worked fine with
> either rc.serial or rc.cyclades.
>
> I also read about the support this kernel has for cyclades and did try the
> arrangement you spoke of. By the way, you quote the user as 'uucp'. I am
> using 'tty'. Maybe that is where my error is.??
---
Dirk-Jan Koopman, Tobit Computer Co Ltd
At the source of every error which is blamed on the computer you will find
at least two human errors, including the error of blaming it on the computer.