----- Original Message -----
From: "Toussaint OTTAVI (TK1BI)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 01, 2000 11:34 PM
Subject: Re: ISA card irq problem
> Marco Calistri wrote:
> >
> > Hello everybody,hope my question will be pertinent
> > with this list...
> >
> > I have a i486 with a ISA third-party high speed,
> > com card (com 3) which under windows figures irq 7,
> > but under linux (independently from kernel 2.0.38 or 2.2.14-5.0)
> > it is recognized as ttyS2 with irq 4.
>
> Did you try some manual setup :
>
> setserial /dev/ttyS2 uart 16550A port 0x3E8 irq 7
>
> Of course, you should replace 0x3E8 by <your> address, and also you may
> have to change your UART type according to your chipset. Use
> 'man setserial' for further information.
>
> The setserial command should be set somewhere in your rc scripts
> (/etc/rc.d/serial with SuSE distributions).
>
> Hope this helps. Best 73's,
>
> --
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> Toussaint OTTAVI -= TK1BI =- -= BC 109 Soft =-
> Phone : (+33) 6.10.28.41.72 (GSM) Email : [EMAIL PROTECTED]
> Mail : B.P. 223, F-20179 AJACCIO Packet: [EMAIL PROTECTED]
> ----- Original Message -----
From: "Bob Nielsen" <[EMAIL PROTECTED]>
To: "Marco Calistri" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, August 01, 2000 11:13 PM
Subject: Re: ISA card irq problem
> Hi Marco,
>
> Try using 'setserial /dev/ttyS2 irq 7'
>
> The default irq for both ttyS0 and ttyS2 is 4, so if you are using
> something different, you need to specify it. See 'man setserial'.
>
> 73, Bob
Hello Toussaint,Bob,many thanks,unluckily on the i486 I have
zipham compiled with 2.0.38 kernel,I think Slackware,
and no "setserial" file is contained inside folders...
Have I to look for a compatible "setserial" or may I use my
Red Hat version ?
Thanks a lot both of you,Marco.