Linux-Networking Digest #260, Volume #10         Sat, 20 Feb 99 07:13:43 EST

Contents:
  libXmu.so & No configured graphic devices ("Raymond Holmen")
  PPP under 2.2.1 (Keith Davey)
  Re: Cabel Modem question (Erik Hensema)
  Re: Ethernet adapter config ("Coleman Ammerman")
  Re: Is it poss to setup Linux as a print server? ("Coleman Ammerman")
  Re: A funky web address that _worked_ (Terry)
  Multilink PPP in Linux with 2 x V90 = 105,333 bps? (Doodle)
  Unter SUSE 5.3 funktioniert das Routing nicht ! (Jan Schade)

----------------------------------------------------------------------------

From: "Raymond Holmen" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: libXmu.so & No configured graphic devices
Date: 19 Feb 1999 12:10:33 GMT

when I start "X", I get this message :
Fatal server error : No configured graphic devices

when I start "startx", I get this message :
xinit : can't load library 'libXmu.so.6'

the file should be OK, I guess :
/usr/X11R6/lib/X11
lrwxrwxrwx   1 root     root           13 Feb 19 08:14 libXmu.so.6 ->
libXmu.so.6.0*

I had som trouble with a file in the distr.set, so I replaced it and
installed again. I choose svga graphic. The missing file was x332fsrv.tgz
I installed this packages last time :xap1, xd1 og xv1
I got the packages from ftp.cdrom.com, and it is version 2.0.35 slackware.

What could be wrong? I'm a newbie, so I can't solve this by myselves. I
hate running Microsoft applications, so I hoped Linux could be an
alternativ solution.
Regards : [EMAIL PROTECTED]


/usr/X11R6/lib/X11/XF86Config look's like this :
# $XFree86: xc/programs/Xserver/hw/xfree86/XF86Conf.cpp,v 3.29 1996/12/23
06:30:30 dawes Exp $
#
# Copyright (c) 1994 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
"Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included
in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# $XConsortium: XF86Conf.cpp /main/22 1996/10/23 11:43:51 kaleb $

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file. This man page is installed as
/usr/X11R6/man/man5/XF86Config.5x 
# **********************************************************************

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"

# For OSs that support Dynamically loaded modules, ModulePath can be
# used to set a search path for the modules.  This is currently supported
# for Linux ELF, FreeBSD 2.x and NetBSD 1.x.  The default path is shown
# here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which dynamically loadable modules to load.  Dynamically loadable
# modules are currently supported only for Linux ELF, FreeBSD 2.x
# and NetBSD 1.x.  Currently, dynamically loadable modules are used
# only for some extended input (XInput) device drivers.
# **********************************************************************
#
# Section "Module"
#
# This loads the module for the Joystick driver
#
# Load "xf86Jstk.so"
#
# EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    NoTrapSignals

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    DontZoom

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#       DisableVidModeExtension

# Uncomment this to enable the use of a non-local xvidtune client.

#       AllowNonLocalXvidtune

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#       DisableModInDev

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).


#       AllowNonLocalModInDev

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "Keyboard"

    Protocol    "Standard"

# when using XQUEUE, comment out the above line, and uncomment the
# following line

#    Protocol   "Xqueue"

    AutoRepeat  500 5

# Let the server do the NumLock processing.  This should only be required
# when using pre-R6 clients
#    ServerNumLock

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Xleds      1 2 3

# To set the LeftAlt to Meta, RightAlt key to ModeShift, 
# RightCtl key to Compose, and ScrollLock key to ModeLock:

#    LeftAlt     Meta
#    RightAlt    ModeShift
#    RightCtl    Compose
#    ScrollLock  ModeLock

# To disable the XKEYBOARD extension, uncomment XkbDisable.

# XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    XkbModel    "pc102"
# If you have a Microsoft Natural keyboard, you can use:
#    XkbModel    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    XkbLayout   "de"
# or:
#    XkbLayout   "de"
#    XkbVariant  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    XkbOptions  "ctrl:swapcaps"


# These are the default XKB settings for XFree86
#    XkbRules    "xfree86"
#    XkbModel    "pc101"
#    XkbLayout   "us"
#    XkbVariant  ""
#    XkbOptions  ""

EndSection


# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"

    Protocol    "Microsoft"
    Device      "/dev/mouse"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Protocol   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice

#    BaudRate   9600
#    SampleRate 150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Emulate3Buttons
#    Emulate3Timeout    50

# ChordMiddle is an option for some 3-button Logitech mice

#    ChordMiddle

EndSection


# **********************************************************************
# Xinput section -- this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "Xinput"
#    SubSection "WacomStylus"
#        Port "/dev/ttyS1"
#        DeviceName "Wacom"
#    EndSubSection
#    SubSection "WacomCursor"
#        Port "/dev/ttyS1"
#    EndSubSection
#    SubSection "WacomEraser"
#        Port "/dev/ttyS1"
#    EndSubSection
#
#    SubSection "Elographics"
#        Port "/dev/ttyS1"
#        DeviceName "Elo"
#        MinimumXPosition 300
#        MaximumXPosition 3500
#        MinimumYPosition 300
#        MaximumYPosition 3500
#        Screen 0
#        UntouchDelay 10
#        ReportDelay 10
#    EndSubSection
#   
#    SubSection "Joystick"
#        Port "/dev/joy0"
#        DeviceName "Joystick"
#        TimeOut 10
#        MinimumXPosition 100
#        MaximumXPosition 1300
#        MinimumYPosition 100
#        MaximumYPosition 1100
#        # CenterX 700
#        # CenterY 600
#        Delta 20
#    EndSubSection
#
# The Mouse Subsection contains the same type of entries as the
# standard Pointer Section (see above), with the addition of the
# DeviceName entry.
#
#    SubSection "Mouse"
#        Port "/dev/mouse2"
#        DeviceName "Second Mouse"
#        Protocol "Logitech"
#    EndSubSection
# EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Generic Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5  # typical for a single frequency fixed-sync monitor

#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 60  # typical for a single frequency fixed-sync monitor

#    VertRefresh        50-100        # multisync
#    VertRefresh        60, 65        # multiple fixed sync frequencies
#    VertRefresh        40-50, 80-100 # multiple ranges of sync frequencies

# Modes can be specified in two formats.  A compact one-line format, or
# a multi-line format.

# A generic VGA 640x480 mode (hsync = 31.5kHz, refresh = 60Hz)
# These two are equivalent

#    ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525

    Mode "640x480"
        DotClock        25.175
        HTimings        640 664 760 800
        VTimings        480 491 493 525
    EndMode

# These two are equivalent

#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace

#    Mode "1024x768i"
#        DotClock       45
#        HTimings       1024 1048 1208 1264
#        VTimings       768 776 784 817
#        Flags          "Interlace"
#    EndMode

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

#Section "Device"
#    Identifier "Generic VGA"
#    VendorName "Unknown"
#    BoardName  "Unknown"
#    Chipset    "generic"
#    VideoRam   256
#    Clocks     25.2 28.3
#EndSection

Section "Device"
    # SVGA server auto-detected chipset
    Identifier  "Generic SVGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
EndSection

# Section "Device"
#    Identifier "Any Trident TVGA 9000"
#    VendorName "Trident"
#    BoardName  "TVGA 9000"
#    Chipset    "tvga9000"
#    VideoRam   512
#    Clocks     25 28 45 36 57 65 50 40 25 28 0 45 72 77 80 75
# EndSection

# Section "Device"
#    Identifier "Actix GE32+ 2MB"
#    VendorName "Actix"
#    BoardName  "GE32+"
#    Ramdac     "ATT20C490"
#    Dacspeed   110
#    Option     "dac_8_bit"
#    Clocks      25.0  28.0  40.0   0.0  50.0  77.0  36.0  45.0
#    Clocks     130.0 120.0  80.0  31.0 110.0  65.0  75.0  94.0
# EndSection

# Section "Device"
#    Identifier "Hercules mono"
# EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# The colour SVGA server

Section "Screen"
    Driver      "svga"
    Device      "Generic SVGA"
    Monitor     "Generic Monitor"
    DefaultColorDepth 8
    Subsection "Display"
        Depth       8
        Modes       "640x480"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

# The 16-colour VGA server
#
#Section "Screen"
#    Driver     "vga16"
#    Device     "Generic VGA"
#    Monitor    "Generic Monitor"
#    Subsection "Display"
#        Modes      "640x480"
#        ViewPort    0 0
#        Virtual     800 600
#    EndSubsection
#EndSection

# The Mono server
#
#Section "Screen"
#    Driver     "vga2"
#    Device     "Generic VGA"
#    Monitor    "Generic Monitor"
#    Subsection "Display"
#        Modes      "640x480"
#        ViewPort    0 0
#        Virtual     800 600
#    EndSubsection
#EndSection

# The hercules driver in the Mono and VGA16 servers
#
# Section "Screen"
#     Driver    "mono"
#     Device    "Hercules Mono"
#     Monitor   "Generic Monitor"
#     Subsection "Display"
#     EndSubsection
# EndSection

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32)

# Section "Screen"
#     Driver    "svga"
#     Device    "Generic SVGA"
#     Monitor   "Generic Monitor"
#     DefaultColorDepth 8
#     Subsection  "Display"
#         Depth     8
#         Modes     "640x480"
#         ViewPort    0 0
#         Virtual           1280 1024
#     EndSubsection
#     SubSection "Display"
#         Depth     16
#         Weight            565
#         Modes     "640x480"
#         ViewPort    0 0
#         Virtual           1024 768
#     EndSubsection
# EndSection



------------------------------

From: Keith Davey <[EMAIL PROTECTED]>
Subject: PPP under 2.2.1
Date: Sat, 20 Feb 1999 04:20:09 -0700

I recently downloaded and compiled the 2.2.1 kernel to my SuSE 5.3 system.  I made 
sure that PPP support was built into the kernel, but when running under it I get a 
strange error in my syslog and the remote disconnects after just a few seconds.  Does 
anyone know if the is a commen problem, and if so has a work around been developed for 
it.

Keith Davey


------------------------------

From: [EMAIL PROTECTED] (Erik Hensema)
Crossposted-To: nl.comp.os.linux
Subject: Re: Cabel Modem question
Date: Fri, 19 Feb 1999 11:41:03 +0100
Reply-To: [EMAIL PROTECTED]

Walters wrote:
>Well ok I have installed Linux (Suse  5.3) beside Window98 and it seems to
>be working ok(?), but I still don't know how can I get out to Internet .
>I have a permanent connection through cable modem and I cannot configure
>Ethernet card (eth0) . I have a permanent IP add. my Ethernet card
>{Realtech RTL8029(AS)} is not listed in Yast.
>As a new Linux user I need help of some guru.
>Please spend a little time on my problem.

The ne2k-pci driver will work, just type (as root): modprobe ne2k-pci;
ifconfig eth0 <ip>; route add default eth0, and you're set.

-- 
Erik Hensema ([EMAIL PROTECTED])

------------------------------

From: "Coleman Ammerman" <[EMAIL PROTECTED]>
Subject: Re: Ethernet adapter config
Date: Fri, 19 Feb 1999 06:19:53 -0600

I'll take a crack at this one... correct me if I'm wrong but (here goes)
I'm using RH5.2 also...

if the card PNP, plug-n-play, io and irq are selected dynamically each time
you boot
if it is also PCI, then /proc/ioports and /proc/interrupts should contain
the current values -- guaranteed only for this session

anyway, you would define them your /etc/conf.modules with an options
statement, such as
assuming you have only one NIC:

options ne io=0x300 irq=9
alias eth0 ne

but once again, you should only do this if your card is not PNP -- UNLESS
your card is ISA PNP

in which case this is ok as long as you use isapnp to set the io and irq at
startup (which essentially defeats
the purpose of PNP)

this is done by using pnpdump to generate an /etc/isapnp.conf
uncomment the appropriate entries to define the io and irq for the isa pnp
cards that you want

RH5.2 automatically uses this file if it exists and invokes isapnp for
you...

whew!

I have two NICs. one is PCI PNP. the other *was* ISA PNP. But, I just ended
up disabling PNP on that card
and setting the io and irq with the vendors DOS driver and ensuring that the
irq is routed to "Legacy ISA" on my board with CMOS BIOS

I'll be more than happy to help you out (and try not to mislead you) if you
have any further questions...
but, I haven't been  doing this for very long...
this is just the knowledge that I obtained over the past week!

I don't know how to determine io and irq of an ISA PNP card w/o using isapnp
to set it... anyone?
what's the command that I use?

I assume that with any PNP cards, you wouldn't have to set io and irq in
/etc/conf.modules because
the module should be able to determine these, right?

also, what if you have *two* ISA cards using the same driver -- one is PNP
the other isn't
what would the options look like if you only want to set the second cards io
and irq?
options ne io=,0x300 irq=,9
?

my /etc/shells listed /bin/ksh -- and sure enough, it's there and i'm using
it

-coleman

Steve Heggood wrote in message <7af70c$[EMAIL PROTECTED]>...
>I would like to change the interrupt and base address of my
>ethernet card but I don't want to go through an install to do
>it.
>
>RedHat5.2
>
>Could someone tell met where the configuration file that
>tells the kernel to load the ethernet module is?
>
>If the address and irq are in a file other than the one I
>requested, please ilclude that also.
>
>By the way, is there a ksh in 5.2?
>thanks,
>-steve-



------------------------------

From: "Coleman Ammerman" <[EMAIL PROTECTED]>
Subject: Re: Is it poss to setup Linux as a print server?
Date: Fri, 19 Feb 1999 06:31:52 -0600

i saw a way to force win98 to use plain text passwords with (of course) a
registry setting...
if so, then the answer would be yes...

searched www.dejanews.com and found the following:

 HKEY_LOCAL_MACHINE\System
    \CurrentControlSet\Services\VxD\Vnetsup
==================================================
To set the value for EnablePlainTextPassword to 1:
==================================================

-coleman

[EMAIL PROTECTED] wrote in message
<[EMAIL PROTECTED]>...
>On Mon, 15 Feb 1999 22:26:25 -0000, "Oliver Cronk"
><[EMAIL PROTECTED]> wrote:
>
>>Hi there - I have looked in all of the "FAQ"'s that I could find and did
>>searches but to no avail - can anyone help me please?
>>
>>I am a complete newbie to linux, I was wondering whether
>>
>>A. Linux will run as a printserver on a TCP/IP (MS-Windows Network)  With
a
>>Windows 9x/DOS/ NT Client?
>
>yes and no.  95 or 98  yes to both but not at the same time.  95 uses
>plain text paswords, 98 uses encrypted.  never set up non-passworded
>shares like a printer, but can be done.
>
>
>>B. Whether that set-up could fit on a 40MB/50MB HDD
>
>probably not because spooled printer files comming from a win 9x box
>can be 30meg in size ( for one print job)
>
>
>>C. Whether a 486DX/33 will run LINUX okay and will it run X-Windows with
the
>>above HDD?
>
>bare bones linux 19 meg + 23 meg striped X with fvwm (nothing exotic)
>will fill your hd, if you want samba ( required for shareing
>files/printers with winblows ) that will not fit in the remaining
>space)  sizes are slakware.  redhat seems to think barebones is 120
>meg for X support.
>
>
>
>
>>Thanks
>>
>>Could you CC to [EMAIL PROTECTED] Thanks
>>
>>
>>Oliver Cronk
>
>
>



------------------------------

From: Terry <[EMAIL PROTECTED]>
Subject: Re: A funky web address that _worked_
Date: Fri, 19 Feb 1999 08:33:25 -0500

Evan Wolenzik wrote:
> 
> Hi,
> 
> I got this spam recently that wanted me to go to a web site. The curious
> thing was, this site's address was simply 10 digits, no periods, like
> this:
> 
> http://3490778837/jobs
> 
> And it worked! How is this possible?
> 
> -Evan

Network addresses such as A.B.C.D are for human readability.
Computers can accept the numerical equivalent of this number --
which is:

     A*256^3 + B*256^2 + C*256 + D

In the case above, 208.17.14.213 is the same address.


Hope this helps,
Terry

------------------------------

From: [EMAIL PROTECTED] (Doodle)
Crossposted-To: 
comp.os.linux.misc,comp.os.linux.questions,comp.os.linux.x,uk.comp.os.linux
Subject: Multilink PPP in Linux with 2 x V90 = 105,333 bps?
Date: Fri, 19 Feb 1999 20:56:12 GMT


Hi there,

I know Win95/98 has support for Multilink PPP to 'channel bond' two
V90 modems to gain something like 10k/sec connection speeds. Can I use
two V90s in Linux to get 10k/sec connection speeds?

If so, can somebody be a nice chappy and guide me through this
process? <vbg> TIA.

Doodle


------------------------------

From: Jan Schade <[EMAIL PROTECTED]>
Subject: Unter SUSE 5.3 funktioniert das Routing nicht !
Date: Fri, 19 Feb 1999 14:36:39 +0100

Hallo,

ich m�chte meinen Linux-Rechner als Router konfigurieren.
Dazu haben die beiden Netzkarten bereits jeweils ihre IP-Nummer
erhalten.
Meine innere Karte hat : 192.168.1.1
Meine �u�ere Karte hat : 141.57.29.235

In der Routing-Tabelle habe ich bereits die beiden Netze (lokales und
�u�eres Netz eingetragen)
==>
       Destination     Gateway         Genmask         Flags Metric
Ref    Use Iface
       192.168.1.0        *               255.255.255.0    U     0
0       14 eth1
       141.57.29.0        *               255.255.255.0    U     0
0        9 eth0
       default     141.57.29.3          0.0.0.0             UG    0
0        8 eth0

Mein Problem ist nun aber: - ich komme zwar nach au�en (�ber das
default-gateway), aber ich kann meinen inneren Rechner, der die
IP-Nummer 192.168.1.3 hat nicht anpingen ! Welche Einstellungen m�ssen
noch erfolgen, damit ich ins interne Netz komme ??

Mit freundlichen Gr��en

Jan Schade


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to