Re: [X] why does X kill my modem?

1997-08-23 Thread tko
Hello Bob, sounds like you need to re-do those IRQ's. Here's my setup:

ttyS0 = disabled
ttyS1 = IRQ 4 (mouse)
ttys2 = disabled
ttys3 = IRQ 2 (modem)

I use IRQ 3 with my NE2000 network card, so COM 1 & 3 aren't used 8-)

Bob Billson writes:
> 
> On Thu, 21 Aug 1997, Tim Sailer wrote:
> >> ttyS0 and ttyS2 are IRQ 3
> >> ttyS1 and ttyS3 are IRQ 4
> >
> >This *will* be the problem. You have 2 sets of hardware sitting
> >on the same irqs. This will cause confusion. With standard serial
> 
> The old story of telling someone 'you can't do it' when they don't know
> they can't do it. :-)
> 
> I have this set up running under Linux for almost 2 years now and never
> had problem--so long as I don't run X.  (Knock on silicon!) 

You've just been lucky 8-)

> 
> >ports, this will never work reliably. Can you set any of the ports
> >to another irq?
> 
> I should be able to.  I'll give it a try and see what happens.
> 
> -- 
> Bob Billson, KC2WZ  email: [EMAIL PROTECTED]
>   (\   MS-DOS, you can't live with it.  You can live without it./)
>  {|||8- Linux:  World domination.  Fast. -8|||}
>   (/\}
> 

-- 
-= Sent by Debian 1.2 Linux =-
Thomas Kocourek  KD4CIK - member of ARRL
@[EMAIL PROTECTED]@westgac3.dragon.com Remove @_@ for correct Email address
--... ...-- ...  -.. .  -.- -.. - -.-. .. -.-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [X] why does X kill my modem?

1997-08-22 Thread Jason Gunthorpe


On Thu, 21 Aug 1997, Bob Billson wrote:

> On Thu, 21 Aug 1997, Tim Sailer wrote:
> >> ttyS0 and ttyS2 are IRQ 3
> >> ttyS1 and ttyS3 are IRQ 4
> >
> >This *will* be the problem. You have 2 sets of hardware sitting
> >on the same irqs. This will cause confusion. With standard serial
> 
> The old story of telling someone 'you can't do it' when they don't know
> they can't do it. :-)

Heh, I have exactly this problem too, I think what happens is X probes for
my mouse and angers one of the serial ports.

Only thing I can think up at least. Other than that it works fine!

Jason


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [X] why does X kill my modem?

1997-08-22 Thread Bob Billson
On Thu, 21 Aug 1997, Tim Sailer wrote:
>> ttyS0 and ttyS2 are IRQ 3
>> ttyS1 and ttyS3 are IRQ 4
>
>This *will* be the problem. You have 2 sets of hardware sitting
>on the same irqs. This will cause confusion. With standard serial

The old story of telling someone 'you can't do it' when they don't know
they can't do it. :-)

I have this set up running under Linux for almost 2 years now and never
had problem--so long as I don't run X.  (Knock on silicon!) 

>ports, this will never work reliably. Can you set any of the ports
>to another irq?

I should be able to.  I'll give it a try and see what happens.

-- 
Bob Billson, KC2WZemail: [EMAIL PROTECTED]
  (\   MS-DOS, you can't live with it.  You can live without it./)
 {|||8- Linux:  World domination.  Fast. -8|||}
  (/\}


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [X] why does X kill my modem?

1997-08-21 Thread Tim Sailer
In your email to me, Bob Billson, you wrote:
> 
> On Thu, 21 Aug 1997, I wrote:
> >ttyS0 and ttyS3 are IRQ 3
> >ttyS2 and ttyS4 are IRQ 4
> 
> I *meant* to type:
> 
> ttyS0 and ttyS2 are IRQ 3
> ttyS1 and ttyS3 are IRQ 4

This *will* be the problem. You have 2 sets of hardware sitting
on the same irqs. This will cause confusion. With standard serial
ports, this will never work reliably. Can you set any of the ports
to another irq?

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Madness takes its toll...
  Please have exact change!
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [X] why does X kill my modem?

1997-08-21 Thread Bob Billson
On Thu, 21 Aug 1997, I wrote:
>ttyS0 and ttyS3 are IRQ 3
>ttyS2 and ttyS4 are IRQ 4

I *meant* to type:

ttyS0 and ttyS2 are IRQ 3
ttyS1 and ttyS3 are IRQ 4

-- 
Bob Billson, KC2WZemail: [EMAIL PROTECTED]
  (\   MS-DOS, you can't live with it.  You can live without it./)
 {|||8- Linux:  World domination.  Fast. -8|||}
  (/\}


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [X] why does X kill my modem?

1997-08-21 Thread Bob Billson
On Thu, 21 Aug 1997, Tim Sailer wrote:
>What IRQs are you using for all these? If you are sharing 3 and 4 between
>3 devices, that could be the problem.

ttyS0 and ttyS3 are IRQ 3
ttyS2 and ttyS4 are IRQ 4

I keep the modem (on ttyS4) separate from the mouse (on ttyS0) to avoid
conflicts.

The X10 controller on ttyS3 should not be a problem.  It uses a software
UART.  It *never* sends anything on its own.  It only sends something in
response to a query from my machine.  That only happens once a week in the
early morning hours to sync the controller's clock.  It also happens
occasionally to update the controller to adjust for seasonal changes.

All this works fine when X is not running.  This is why I'm puzzled to
what X is changing.

Any other ideas? 

Bob
-- 
Bob Billson, KC2WZemail: [EMAIL PROTECTED]
  (\   MS-DOS, you can't live with it.  You can live without it./)
 {|||8- Linux:  World domination.  Fast. -8|||}
  (/\}


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [X] why does X kill my modem?

1997-08-21 Thread Tim Sailer
In your email to me, Bob Billson, you wrote:
> 
> Hi all...
> 
> Oh no!  He's back with another problem. :-)
> 
> This one has me really puzzled.  When I run X, I can't dial out with my
> modem.  Until recently, I didn't run X very much so I pretty much forgot
> about the problem.  Now I want to start using X more so the problem needs
> to be solved.
> 
> My machine is a 486/133 (AMD's fast 486 chip) with VLB bus.  It has 4
> serial ports (ttyS0 to S3).  ttyS0 and ttyS1 are 16450 UARTs on the
> floppy/hard drive controller.  ttyS2 and ttyS3 are 16550 UARTs on a
> separate card.  My system is configured like this: 
> 
>   ttyS0   serial mouse
>   ttyS1   unused
> ttyS2   X10 controller  (unused most of the time)
> ttyS3   modem (USR 33.6, external)
> 
> The modem is on ttyS3 to avoid IRQ conflicts with the mouse.  I use mgetty
> and run diald (v1.16.4) to bring up the connection to my ISP.  I can also
> use minicom to dialup local BBSs, etc.  This all works very well when X
> isn't running, so I know it isn't a hardware problem. 

What IRQs are you using for all these? If you are sharing 3 and 4 between
3 devices, that could be the problem.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Madness takes its toll...
  Please have exact change!
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .