Slooow ISDN PPP connection under Linux

Slooow ISDN PPP connection under Linux

Post by Matthias Wark » Sun, 11 Oct 1998 04:00:00



Ross Vandegrift schrieb:

Quote:

> [snipped whinings about slow connections]

> Both of these problems sound like a shard IRQ problem.  If your modem
> shares an IRQ with something else, *change it*, and use the setserial
> command to update the data for it.  That should fix the problem.

How can I find out what's the IRQ it uses?
How can I change the IRQ?
I deal with computers for more than ten years now, but I never was a
hardware guy. Installing a hard drive was as far as it went :(.

mawa
--

My site was cracked by some * idiots this summer. It will go up
on another server soon. 'mawaspace' on Angelfire is not mine anymore.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT/U d-(--) s:- a--- C++(++++)>$ P+(--) L++>++++>$ E++>+++ W++(-) N++

------END GEEK CODE BLOCK------

 
 
 

Slooow ISDN PPP connection under Linux

Post by brian moo » Mon, 12 Oct 1998 04:00:00


On 10 Oct 1998 14:14:38 GMT,

Quote:> Ross Vandegrift schrieb:

> > [snipped whinings about slow connections]

> > Both of these problems sound like a shard IRQ problem.  If your modem
> > shares an IRQ with something else, *change it*, and use the setserial
> > command to update the data for it.  That should fix the problem.

> How can I find out what's the IRQ it uses?

See your manual and/or cat /proc/interrupts

Quote:> How can I change the IRQ?

See your manual.

Quote:> I deal with computers for more than ten years now, but I never was a
> hardware guy. Installing a hard drive was as far as it went :(.

PC hardware sucks.  It's a true testament to Linux that crappy hardware
design (why are there these stupid "ISA" slots?  why is it such a
damned pain to insert a *y SIMM?  why can't I really use COM3 and
COM4 without fighting IRQs?) can still make a useful system.

--
Brian Moore                       | "The Zen nature of a spammer resembles
      Sysadmin, C/Perl Hacker     |  a*roach, except that the*roach
      Usenet Vandal               |  is higher up on the evolutionary chain."
      Netscum, Bane of Elves.                 Peter Olson, Delphi Postmaster

 
 
 

Slooow ISDN PPP connection under Linux

Post by Randal Carpente » Wed, 14 Oct 1998 04:00:00




> On 10 Oct 1998 14:14:38 GMT,

> > Ross Vandegrift schrieb:
> > > Both of these problems sound like a shard IRQ problem.  If your modem
> > > shares an IRQ with something else, *change it*, and use the setserial
> > > command to update the data for it.  That should fix the problem.
> > How can I find out what's the IRQ it uses?

> See your manual and/or cat /proc/interrupts

> > How can I change the IRQ?

> See your manual.

> > I deal with computers for more than ten years now, but I never was a
> > hardware guy. Installing a hard drive was as far as it went :(.

> PC hardware sucks.  It's a true testament to Linux that crappy hardware
> design (why are there these stupid "ISA" slots?  why is it such a
> damned pain to insert a *y SIMM?  why can't I really use COM3 and
> COM4 without fighting IRQs?) can still make a useful system.

Not really, just isa sucks ... pci shares like crazy, he could get a pci
modem, set his motherboard to level instead of edge trigger, it should work
fine...in fact on my system I have . . . PCI parallel and serial, video,
sound and  satellite adapter all on irq 11, and usb on irq 10...I did have
to hack the kernel for pci parallel and serial support though...although on
just serial (or modem) he could just cat /proc/pci and
use the port and irq for his setserial command.

.
.
.
..

.

 
 
 

Slooow ISDN PPP connection under Linux

Post by Matthias Wark » Wed, 14 Oct 1998 04:00:00


brian moore schrieb:

> On 10 Oct 1998 14:14:38 GMT,

> > Ross Vandegrift schrieb:

> > > [snipped whinings about slow connections]

> > > Both of these problems sound like a shard IRQ problem.  If your modem
> > > shares an IRQ with something else, *change it*, and use the setserial
> > > command to update the data for it.  That should fix the problem.

> > How can I find out what's the IRQ it uses?

> See your manual and/or cat /proc/interrupts

I have. My serial port uses IRQ 4. That IRQ doesn't appear in
/proc/interrupts, though. I suppose it isn't shared with anything
else.

Quote:> > How can I change the IRQ?

> See your manual.

I had a look at the Serial-HOWTO, but serialously (p.i.), since it is
obviously not an IRQ problem, that isn't of much help.

Perhaps some of the messages about a missing "broadcast" module at
startup have something to do with this? Diddling with the MRU didn't
change anything.

Look, guys, I am really desperate. Isn't there anyone running an
external USR Sportster ISDN TA?
It's such a slick little machine, it's more compatible than most
people will ever need (Acorn, Amiga, Atari ST, Apple ][?), I wonder
why I simply can't get it to work!

Quote:> > I deal with computers for more than ten years now, but I never was a
> > hardware guy. Installing a hard drive was as far as it went :(.

> PC hardware sucks.  It's a true testament to Linux that crappy hardware
> design (why are there these stupid "ISA" slots?  why is it such a
> damned pain to insert a *y SIMM?

Especially in a 1996 Packard Bell box. :-(( <arrghh> A friend of mine
had to virtually hammer it into the slot while I held the hard drive
cables up that were stretched so tightly across the RAM banks that it
was impossible to simply push them aside.

Quote:> why can't I really use COM3 and
> COM4 without fighting IRQs?) can still make a useful system.

mawa
--

My site was cracked by some * idiots this summer. It will go up
on another server soon. 'mawaspace' on Angelfire is not mine anymore.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT/U d-(--) s:- a--- C++(++++)>$ P+(--) L++>++++>$ E++>+++ W++(-) N++

------END GEEK CODE BLOCK------
 
 
 

Slooow ISDN PPP connection under Linux

Post by brian moo » Thu, 15 Oct 1998 04:00:00


On 13 Oct 1998 21:39:05 GMT,

Quote:> I have. My serial port uses IRQ 4. That IRQ doesn't appear in
> /proc/interrupts, though. I suppose it isn't shared with anything
> else.

It should:

 3:   13931655 + serial
 4:    2443647 + serial

Does anything work on that port?  Is this a COM3/4 problem?  [In short,
COM3/4 share IRQs with COM1/2, which is stupid.... but that's PC
hardware... gotta be compatible with old 286's and a pair of cascaded
8259a's, even though they no longer exist...]

Quote:> > See your manual.
> I had a look at the Serial-HOWTO, but serialously (p.i.), since it is
> obviously not an IRQ problem, that isn't of much help.

Are you sure?  It should show up in /proc/interrupts if it's set up
right.

What sort of mouse do you have?  Serial?  Does it show up there?

Quote:> Perhaps some of the messages about a missing "broadcast" module at
> startup have something to do with this? Diddling with the MRU didn't
> change anything.

What's a broadcast module?  Is that message still hiding in 'dmesg'?
I'd love to see it.  You shouldn't need a kernel module to broadcast.
(Unless your serial port or ethernet is built as a kernel module, I
guess...)

Quote:> Especially in a 1996 Packard Bell box. :-(( <arrghh> A friend of mine
> had to virtually hammer it into the slot while I held the hard drive
> cables up that were stretched so tightly across the RAM banks that it
> was impossible to simply push them aside.

Be grateful it didn't catch on fire.  PB's like to spontaneously
combust.  I just wish Sun hardware were more affordable.... it's NICE to
work on a Sun.

--
Brian Moore                       | "The Zen nature of a spammer resembles
      Sysadmin, C/Perl Hacker     |  a*roach, except that the*roach
      Usenet Vandal               |  is higher up on the evolutionary chain."
      Netscum, Bane of Elves.                 Peter Olson, Delphi Postmaster

 
 
 

Slooow ISDN PPP connection under Linux

Post by Matthias Wark » Thu, 15 Oct 1998 04:00:00


brian moore schrieb:

> On 13 Oct 1998 21:39:05 GMT,

> > I have. My serial port uses IRQ 4. That IRQ doesn't appear in
> > /proc/interrupts, though. I suppose it isn't shared with anything
> > else.

> It should:

>  3:   13931655 + serial
>  4:    2443647 + serial

> Does anything work on that port?

The modem works perfectly at a blazing 64 kbit/s - under Windoze 95

 Is this a COM3/4 problem?  [In short,

Quote:> COM3/4 share IRQs with COM1/2, which is stupid.... but that's PC
> hardware... gotta be compatible with old 286's and a pair of cascaded
> 8259a's, even though they no longer exist...]

It is not a COM3/4 problem. My box hasn't even got a COM2.
Just a 9-pin COM1... that's a packardbellism, I suppose. I had a hard
time getting the Sportster connected to it (bought and brought back
two adaptors before I found the right one).

Quote:> > > See your manual.
> > I had a look at the Serial-HOWTO, but serialously (p.i.), since it is
> > obviously not an IRQ problem, that isn't of much help.

> Are you sure?  It should show up in /proc/interrupts if it's set up
> right.

The serial port doesn't show up there.
I wonder why the modem works at all?

Quote:> What sort of mouse do you have?  Serial?  Does it show up there?

My mouse is PS/2.

Quote:> > Perhaps some of the messages about a missing "broadcast" module at
> > startup have something to do with this? Diddling with the MRU didn't
> > change anything.

> What's a broadcast module?

Don't know.

Quote:> Is that message still hiding in 'dmesg'?
> I'd love to see it.  You shouldn't need a kernel module to broadcast.
> (Unless your serial port or ethernet is built as a kernel module, I
> guess...)

The kernel just says something along the lines of "missing module:
broadcast" twice at bootup, interspersed with other messages. I am
under Windoze right now (no fast connection under Linxu...). Next time
I boot over I'll bring you the messages.

Quote:> > Especially in a 1996 Packard Bell box. :-(( <arrghh> A friend of mine
> > had to virtually hammer it into the slot while I held the hard drive
> > cables up that were stretched so tightly across the RAM banks that it
> > was impossible to simply push them aside.

> Be grateful it didn't catch on fire.  PB's like to spontaneously
> combust.

Oh really? Perhaps that's because even the Pentium 133 models haven't
got a CPU fan.

Quote:> I just wish Sun hardware were more affordable.... it's NICE to
> work on a Sun.

I suppose so. Macintoshes must be nice, too. I heard the most
wonderful stories about boxes without a single*and power
supplies folding away in Macs.

mawa
--

My site was cracked by some * idiots this summer. It will go up
on another server soon. 'mawaspace' on Angelfire is not mine anymore.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT/U d-(--) s:- a--- C++(++++)>$ P+(--) L++>++++>$ E++>+++ W++(-) N++

------END GEEK CODE BLOCK------

 
 
 

Slooow ISDN PPP connection under Linux

Post by brian moo » Thu, 15 Oct 1998 04:00:00


On 14 Oct 1998 16:11:18 GMT,

Quote:> The modem works perfectly at a blazing 64 kbit/s - under Windoze 95

Weird.

Quote:> It is not a COM3/4 problem. My box hasn't even got a COM2.
> Just a 9-pin COM1... that's a packardbellism, I suppose. I had a hard
> time getting the Sportster connected to it (bought and brought back
> two adaptors before I found the right one).

IRQ4 would be shared with COM2, so it shouldn't have a problem with
sharing if you don't have a COM2.

Quote:> The serial port doesn't show up there.
> I wonder why the modem works at all?

I dunno: it SHOULD be there.

Quote:> > What sort of mouse do you have?  Serial?  Does it show up there?
> My mouse is PS/2.

Then it should be on IRQ12.

Quote:> The kernel just says something along the lines of "missing module:
> broadcast" twice at bootup, interspersed with other messages. I am
> under Windoze right now (no fast connection under Linxu...). Next time
> I boot over I'll bring you the messages.

Cool.

Quote:> > Be grateful it didn't catch on fire.  PB's like to spontaneously
> > combust.
> Oh really? Perhaps that's because even the Pentium 133 models haven't
> got a CPU fan.

Gack... even my P120 get damned toasty with a fan.

Quote:> > I just wish Sun hardware were more affordable.... it's NICE to
> > work on a Sun.
> I suppose so. Macintoshes must be nice, too. I heard the most
> wonderful stories about boxes without a single*and power
> supplies folding away in Macs.

Some are.  Our Macguy whines about some models being almost as much a
pain as PCs to work on.

--
Brian Moore                       | "The Zen nature of a spammer resembles
      Sysadmin, C/Perl Hacker     |  a*roach, except that the*roach
      Usenet Vandal               |  is higher up on the evolutionary chain."
      Netscum, Bane of Elves.                 Peter Olson, Delphi Postmaster

 
 
 

Slooow ISDN PPP connection under Linux

Post by Rob Kom » Thu, 15 Oct 1998 04:00:00


: On 14 Oct 1998 16:11:18 GMT,

:
: > The serial port doesn't show up there.
: > I wonder why the modem works at all?
:
: I dunno: it SHOULD be there.

On my system, it only shows up in /proc/interrupts when PPP is
actually running.  It's probably the same on Matthias' system.

Cheers,
Robert Komar            Physics Dept., Univ. of British Columbia, Canada
                        (stationed at the Sudbury Neutrino Observatory)
My mail address can be got from the following Unix command:

 
 
 

Slooow ISDN PPP connection under Linux

Post by brian moo » Thu, 15 Oct 1998 04:00:00


On 14 Oct 1998 21:21:26 GMT,

Quote:> On my system, it only shows up in /proc/interrupts when PPP is
> actually running.  It's probably the same on Matthias' system.

Hrrrm... you mean I have to log off? :)

[Ah, the joys of working for an ISP....]

--
Brian Moore                       | "The Zen nature of a spammer resembles
      Sysadmin, C/Perl Hacker     |  a*roach, except that the*roach
      Usenet Vandal               |  is higher up on the evolutionary chain."
      Netscum, Bane of Elves.                 Peter Olson, Delphi Postmaster

 
 
 

Slooow ISDN PPP connection under Linux

Post by Daniel Fra » Thu, 15 Oct 1998 04:00:00




Quote:> Not really, just isa sucks ... pci shares like crazy, he could get a pci
> modem, set his motherboard to level instead of edge trigger, it should work
> fine...in fact on my system I have . . . PCI parallel and serial, video,

        Very interesting. What's the difference between level and edge trigger?

        Thank you!
--
http://members.xoom.com/danchapo

 
 
 

Slooow ISDN PPP connection under Linux

Post by Kenneth R. Crud » Sat, 17 Oct 1998 04:00:00


On 14 Oct 1998 21:21:26 GMT,


>> On my system, it only shows up in /proc/interrupts when PPP is
>> actually running.  It's probably the same on Matthias' system.



Quote:>Hrrrm... you mean I have to log off? :)

Actually, the /proc entries are only active if the port is open()ed, so
something like "cat < /dev/<port> &" while you check the port settings
(don't forget to kill off that background process afterwards) should work.

        -Kenny

--
Kenneth R. Crudup, Unix & OS/2 Software Consultant, Scott County Consulting

Personal E-mail that I have to manually address de-spam will never get a reply.

 
 
 

1. Slooow ISDN PPP connection under Linux

When I dial up under Linux with my USRobotics Sportster ISDN TA ext. (what a
name!), the modem LEDs flash every five seconds or so.
It literally looks like the system deliberately sleeps after every package it
receives :(

Can anyone tell me what's going on there? Has it got something to do with MRU
and MTU? It's definitely nothing that's related to IRQ priority stuff, since the
connection is that slow without anything else going on.

Is it related to the messages about not being able to find module "broadcast"
I've got with all my kernels from 2.0.33 up to 2.0.35?

mawa
--

My site was cracked by some obscene idiots this summer. It will go up
on another server soon. 'mawaspace' on Angelfire is not mine anymore.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT/U d-(--) s:- a--- C++(++++)>$ P+(--) L++>++++>$ E++>+++ W++(-) N++

------END GEEK CODE BLOCK------

2. Operating System General Question

3. ML PPP, Bundled ISDN connection with PPP under Linux...

4. XwcTextPerCharExtents() not good for Japanese text?

5. Using ISDN with Linux for PPP connection to remote computer for file transfers

6. xxgdb for Solaris

7. ISDN Bundled PPP connections with Linux?

8. StarOffice install over and over?

9. slooow x86 ethernet connection to SPARC network

10. LINUX<(nullmodem)>Mac PPP connection; LINUX as PPP-server

11. RH5.1 PPP connection: PPP connection persists, telnet session times out

12. ISDN PPP connection

13. problems with isdn-external modem and PPP connection