old-www/LDP/LG/issue13/answer.html

242 lines
8.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>The Answer Guy Issue 13</title>
</head>
<BODY BGCOLOR=#C0C0C0 TEXT=#000000 LINK=#0000FF VLINK=#0020F0
ALINK=#FF0000 >
<H4>&quot;Linux Gazette...<I>making Linux just a little more fun!</I>
&quot;</H4>
<P> <hr> <P>
<!-- ===================================================================== -->
<center>
<H1><A NAME="answer">
<img src="../gx/ans.gif" alt="" border=0 align=middle>
The Answer Guy
<img src="../gx/ans.gif" alt="" border=0 align=middle>
</A></H1> <BR>
<H4>By James T. Dennis,
<a href="mailto:jimd@starshine.org">jimd@starshine.org</a> </H4>
</center>
<p><hr><p>
<H3>Contents:</H3>
<li><a HREF="./answer.html#dialup">Dialup Problem</a>
<li><a HREF="./answer.html#file">File Referencing</a>
<li><a HREF="./answer.html#modem">Combining Modems for More Speed</a>
<li><a HREF="./answer.html#server">WWW Server</a>
</ul>
<p><hr><p>
<!--================================================================-->
<a name="modem"><p></a>
<h3><img align=bottom alt=" " src="../gx/ques.gif">
Combining modems for more speed
</h3>
Date: Mon, 23 Dec 1996 23:37:00 -0800 (PST) <br>
From: liberty@pe.net (Keith) <br>
<p>
Thanks for reading this post. I have heard that it's possible to set up
Linux to combine two analog modems into one so as to double the speed of
a connection. Is this true, how does this work and where can I get more
info, guidance, how-to, etc.? I have Slackware 96 from Infomagic.
Your truly,
Keith Bell
<blockquote> <B>
I've heard of this as well. I've never used it but
let's look it up...
<p>
Ahh... that would be the EQL option in the kernel.
Here's an excerpt from the 'make menuconfig' help pages
(in the 2.0.27 kernel sources):
<p>
<b>Linux Kernel v2.0.27 Configuration</b>
<p>
EQL (serial line load balancing) support: <br>
If you have two serial connections to some other computer (this
usually requires two modems and two telephone lines) and you use
SLIP (= the protocol for sending internet traffic over telephone
lines) or PPP (= a better SLIP) on them, you can make them behave
has to be supported at the other end as well, either with a similar
EQL Linux driver or with a Livingston Portmaster 2e. Say Yes if you
want this and read drivers/net/README.eql.
<p>
So that file is : <br>
EQL Driver: Serial IP Load Balancing HOWTO <br>
Simon "Guru Aleph-Null" Janes, simon@ncm.com <br>
v1.1, February 27, 1995 <br>
<p>
(After reading this you'll know about as much on this subject
as I do -- after using any of this you'll know *much* more).
</B> </blockquote>
<p><hr><p>
<!--================================================================-->
<a name="dialup"><p></a>
<h3><img align=bottom alt=" " src="../gx/ques.gif">
Dialup Problem
</h3>
Date: Tue, 31 Dec 1996 05:13:51 -0800 (PST) <BR>
From: <A HREF="mailto:gekko@midusa.net">gekko@midusa.net</A><BR>
<P>
I don't know if you can, or even are willing, help me witha problem i
have. I'm running redhat 4.0, on a p120 w/24 megs of ram, kernel 2.0.18
<blockquote> <b>
I'm willing.
</b> </blockquote>
anyway...i have this ppp connection problem and no I know knows what the
problem is, i've looked through the FAQS, HOWTO's, tried #linux on irc,
etc etc...no one knows what my problem is, so now i'm desperate.
<P>
When i try to dial my isp, i get logged in fine, but its REALLY slow.
i'm using the 'network module' ppp thing in control panel on X.
mru=1500, asyncmap=0,speed=115000, i couldn't find a place to insert
mtu, and when i tried putting that in /etc/ppp/options the script this
program was using wouldn't work.
<blockquote> <B>
Usually I see these symptoms when there is an IRQ
conflict. Some of the data gets through -- with lots
of errors and lots of retransmits but any activity on the
rest of the machine -- or even just sitting there --
and you get really bad throughput and very unreliable
connections.
</B> </blockquote>
I noticed that after i input something and then move the cursor off of
the windows, it runs at a much faster speed, and it gets annoying moving
the cursor back and forth.
I tried dip, minicom, and this 'network module' thing...all are slow
<blockquote> <B>
I would do all of your troubleshooting from outside of
X. Just use the virtual consoles until everything else
works right. (Fewer layers of things to conflict with
one another).
</B> </blockquote>
if you can shed any light on this, it would be much appreciated.
thanks
<blockquote> <B>
Take a really thorough look at the hardware settings for
everything in the machine. Make a list of all the cards
and interfaces -- go through the docs for each one
and map out which ones are using which interfaces.
<P>
I ended up going through several combinations of
video cards and I/O cards before I got my main system
all integrated. Luckily newer systems are getting
better (this is a 386DX33 with 32Mb of RAM and a
2Mb video cards -- two IDE's, two floppy drives, two
SCSI hardisks, an internal CD-ROM, and external magneto
optical drive, a serial mouse, a modem (used for dial-in
dial-out, uucp, and ppp) and null modem (I hook a laptop
to it as a terminal for my wife) and an ethernet card.
<P>
Another thing to check is the cabling between your serial
connector and your modem. If you're configured for
XON/XOFF you're in trouble. If you're configured for
hardware flow control and you don't have the appropriate
wires in your cable than you're in worse trouble.
<P>
Troubleshooting of this sort really is best done over
voice or in person. There are too many steps to
the troubleshooting and testing to do effectively
via e-mail.
</B> </blockquote>
<p><hr><p>
<!--================================================================-->
<a name="file"><p></a>
<h3><img align=bottom alt=" " src="../gx/ques.gif">
File Referencing
</h3>
Date: Wed, 18 Dec 1996 00:16:42 -0800 (PST) <br>
<pre>
> "A month of sundays ago L.U.S.T List wrote:"
>> 1. I do not know why on Linux some program could not run
>> correctly.
>> for example
>> #include <stdio.h>
>> main()
>> {
>> printf("test\n");
>> fflush(stdout);
>> }
>> They will not echo what I print.
>
> Oh yes it will. I bet you named the executable "test" ... :-)
> (this is a UNIX faq).
>
</pre>
<blockquote> <B>
I really suggest that people learn the tao of "./"
<p>
This is easy -- any time you mean to refer to any file
in the current directory precede it with "./" -- this
forces all common Unix shells to refer to the file in
THIS directory. It solves all the problems with files
that start with dashes and it allows you to remove :.:
from your path (which *all* sysadmins should do right
NOW).
<p>
That is the tao of "./" -- the two keystrokes that can
save you many hours of grief and maybe save your whole
filesystem too.
</B> </blockquote>
<p><hr><p>
<!--================================================================-->
<a name="server"><p></a>
<h3><img align=bottom alt=" " src="../gx/ques.gif">
WWW Server?
</h3>
Date: Tue, 31 Dec 1996 05:19:11 -0800 (PST) <BR>
From: (Paulo Marcio Villaca Veiga) <A
HREF="mailto:paulom@cedro.fisica.ufmg.br">paulom@cedro.fisica.ufmg.bri</a><BR>
<P>
Where can I get (or buy) a WWW server for LINUX? <BR>
Please, help me.
<blockquote> <B>
Web servers are included with most distributions
of Linux. The most popular one right now is
called Apache. You can look on your CD's
(if you bought a set) or you can point a
web client (browser) at http://www.apache.org
for more information and for an opportunity to
download a copy.
<P>
There are several others available -- however
Apache is the most well known -- so it will be
the best for you to start with. It is also
widely considered to offer the best performance
and feature set (of course that is a matter
of considerable controversy among "connosieurs"
just as is the ongoing debate about 'vi' vs. 'emacs').
</B> </blockquote>
thank you
<blockquote> <B>
You're welcome.
</B> </blockquote>
<P> <hr> <P>
<center><H5>Copyright &copy; 1997, James T. Dennis <BR>
Published in Issue 13 of the Linux Gazette</H5></center>
<P> <hr> <P>
<!--================================================================-->
<A HREF="./index.html"><IMG SRC="../gx/indexnew.gif" ALT="[ TABLE OF
CONTENTS ]"></A> <A HREF="../index.html"><IMG SRC="../gx/homenew.gif"
ALT="[ FRONT PAGE ]"></A>
<A HREF="lg_bytes13.html"><IMG SRC="../gx/back2.gif" ALT=" Back "></A>
<A HREF="./comdex.html"><IMG SRC="../gx/fwd.gif" ALT=" Next "></A>
</td></tr></table>
</body>
</html>