Linux-Misc Digest #650, Volume #18 Sun, 17 Jan 99 00:13:07 EST
Contents:
Re: Multiple NIC Cards.. HELP!! <solution> ("Kyle Bowerman")
Re: Are conditional symbolic links possible? (Bill Unruh)
Re: Earthlink unfriendly to Linux (Bill Unruh)
----------------------------------------------------------------------------
From: "Kyle Bowerman" <[EMAIL PROTECTED]>
Crossposted-To:
alt.linux,alt.os.linux,comp.os.linux.hardware,comp.os.linux.help,comp.os.linux.networking,linux.redhat.install,linux.redhat.misc
Subject: Re: Multiple NIC Cards.. HELP!! <solution>
Date: Fri, 15 Jan 1999 21:44:18 -0700
This is a multi-part message in MIME format.
=======_NextPart_000_0138_01BE40D0.33F015A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have the same problem please help
multiple 3c509
I have added ether=3D0,0,eth1
I dont have a module.conf file!
I do a modprobe -ta net /*
and get the following:
eth0: 3c509 at 0x300 tag 1, 10baseT port, address 00 a0 =
24 22 d0 2a, IRQ 10.
3c509.c:1.07 6/15/95 [EMAIL PROTECTED]
Swansea University Computer Society IPX 0.34 for =
NET3.035
IPX Portions Copyright (c) 1995 Caldera, Inc.
Appletalk 0.17 for Linux NET3.035
PS/2 auxiliary pointing device detected -- driver =
installed.
loading device 'eth1'...
3c503.c: Presently autoprobing (not recommended) for a =
single card.
loading device 'eth1'...
3c503.c: No 3c503 card found (i/o =3D 0x0).
loading device 'eth1'...
loading device 'eth1'...
3c507: register_netdev() returned non-zero.
3c59x.c:v0.25 5/17/96 [EMAIL PROTECTED]
loading device 'eth1'...
arcnet.c: v2.56 96/10/18 Avery Pennarun =
<[EMAIL PROTECTED]>
arc0: Stage 3: No ARCnet cards found.
loading device 'eth1'...
at1700: register_netdev() returned non-zero.
PPP BSD Compression module registered
loading device 'eth1'...
eth1: de4x5_probe() cannot find device at 0x000b.
loading device 'eth1'...
eth1: D-Link DE-600 pocket adapter: not at I/O 0x378.
loading device 'eth1'...
D-Link DE-620 pocket adapter not identified in the =
printer port
loading device 'eth1'...
eth1: depca_probe() cannot find device at 0x0200.
dgrs: SW=3D$Id: dgrs.c,v 1.8 1996/04/18 03:11:14 rick =
Exp $ FW=3DBuild 517 04/15/96 01:59:21
DLCI driver v0.30, 12 Sep 1996, [EMAIL PROTECTED]
loading device 'eth1'...
eexpress.c: Module autoprobe not recommended, give =
io=3Dxx.
loading device 'eth1'...
eexpress.c: Failed to register card at 0x0.
Equalizer1996: $Revision: 1.2.1 $ $Date: 1996/09/22 =
13:52:00 $ Simon Janes ([EMAIL PROTECTED])
loading device 'eth1'...
eth16i: register_netdev() returned non-zero.
loading device 'eth1'...
eth1: region already allocated at 0x0300.
eth1: ewrk3_probe() cannot find device at 0x0300.
loading device 'eth1'...
fmv18x: register_netdev() returned non-zero.
loading device 'eth1'...
ni52: Autoprobing not allowed for modules.
ni52: Set symbols 'io' 'irq' 'memstart' and 'memend'
loading device 'eth1'...
plip: no interfaces found
SDLA driver v0.30, 12 Sep 1996, [EMAIL PROTECTED]
SMC9194: You shouldn't use auto-probing with insmod!
loading device 'eth1'...
STRIP: version 0.9.8-STUART.CHESHIRE-MODULAR (unlimited =
channels)
loading device 'eth1'...
loading device 'eth1'...
3c503.c: Presently autoprobing (not recommended) for a =
single card.
loading device 'eth1'...
3c503.c: No 3c503 card found (i/o =3D 0x0).
loading device 'eth1'...
loading device 'eth1'...
3c507: register_netdev() returned non-zero.
3c59x.c:v0.25 5/17/96 [EMAIL PROTECTED]
loading device 'eth1'...
arcnet.c: v2.56 96/10/18 Avery Pennarun =
<[EMAIL PROTECTED]>
arc0: Stage 3: No ARCnet cards found.
loading device 'eth1'...
at1700: register_netdev() returned non-zero.
loading device 'eth1'...
eth1: de4x5_probe() cannot find device at 0x000b.
loading device 'eth1'...
eth1: D-Link DE-600 pocket adapter: not at I/O 0x378.
loading device 'eth1'...
D-Link DE-620 pocket adapter not identified in the =
printer port
loading device 'eth1'...
eth1: depca_probe() cannot find device at 0x0200.
dgrs: SW=3D$Id: dgrs.c,v 1.8 1996/04/18 03:11:14 rick =
Exp $ FW=3DBuild 517 04/15/96 01:59:21
loading device 'eth1'...
eexpress.c: Module autoprobe not recommended, give =
io=3Dxx.
loading device 'eth1'...
eexpress.c: Failed to register card at 0x0.
loading device 'eth1'...
eth16i: register_netdev() returned non-zero.
loading device 'eth1'...
eth1: region already allocated at 0x0300.
eth1: ewrk3_probe() cannot find device at 0x0300.
loading device 'eth1'...
fmv18x: register_netdev() returned non-zero.
loading device 'eth1'...
ni52: Autoprobing not allowed for modules.
ni52: Set symbols 'io' 'irq' 'memstart' and 'memend'
loading device 'eth1'...
plip: no interfaces found
SMC9194: You shouldn't use auto-probing with insmod!
loading device 'eth1'...
loading device 'eth1'...
I feel like it is trying to probe the second card at 0x300 can anyone =
help
Thanks Kyle=20
[EMAIL PROTECTED]
Shane Bearham wrote in message <[EMAIL PROTECTED]>...
>jay wrote:
>
>> Sorry, guys. you all are only part right- the OS already sees the =
two
>> identical cards, but it's delaying the one because the kernel needs =
to be
>> told to init the other - to do this add the following statement to =
your
>> lilo.conf in etc/
>>
>> append=3D"ether=3D0,0,eth1"
>>
>> that's it, dude. e-mail me @ [EMAIL PROTECTED] if you have more =
problems- i
>> fought this for a couple months, but once you get it, it works great.
>
>I fought this for a couple of hours......and as can be seen
>there is NO requirement to compile the driver into the kernel
>
>Now considering the person was asking to use two cards
>using a module driver, the advice given was misleading
>so ....
>I have provided details on how modules are used for multiple devices
>In this instance PNP ISA cards were used
>otherwise PNP details are not required
>...................
>
>PCI are driven using the 'ne2k-pci' module
>PCI cards are setup from BIOS
>
>ISA are driven using the ne.o module
>ISA cards are setup by PNP as follows
>
>-------- isapnp.conf---------------------------
># $Id: pnpdump.c,v 1.9 1997/06/10 21:37:32 fox Exp $
>#
># Board 1 has serial identifier 0e b0 00 02 cd 19 80 8c 4a
># Board 2 has serial identifier 98 b0 00 41 e0 19 80 8c 4a
># Board 3 has serial identifier 3c b0 00 02 ce 19 80 8c 4a
># Board 4 has serial identifier c9 b0 00 02 d0 19 80 8c 4a
>
># (DEBUG)
>(READPORT 0x0203)
>(ISOLATE)
>(IDENTIFY *)
>
># Card 1: (serial identifier 0e b0 00 02 cd 19 80 8c 4a)
># RTL8019 Serial No -1342176563 [checksum 0e]
>(CONFIGURE RTL8019/-1342176563 (LD 0 (IO 0 (BASE 0x0220))
>(INT 0 (IRQ 3 (MODE +E))) (ACT Y) ))
>
># Card 2: (serial identifier 98 b0 00 41 e0 19 80 8c 4a)
># RTL8019 Serial No -1342160416 [checksum 98]
>(CONFIGURE RTL8019/-1342160416 (LD 0 (IO 0 (BASE 0x0240))
>(INT 0 (IRQ 4 (MODE +E))) (ACT Y) ))
>
># Card 3: (serial identifier 3c b0 00 02 ce 19 80 8c 4a)
># RTL8019 Serial No -1342176562 [checksum 3c]
>(CONFIGURE RTL8019/-1342176562 (LD 0 (IO 0 (BASE 0x0260))
>(INT 0 (IRQ 5 (MODE +E))) (ACT Y) ))
>
># Card 4: (serial identifier c9 b0 00 02 d0 19 80 8c 4a)
># RTL8019 Serial No -1342176560 [checksum c9]
>(CONFIGURE RTL8019/-1342176560 (LD 0 (IO 0 (BASE 0x0280))
>(INT 0 (IRQ 9 (MODE +E))) (ACT Y) ))
>
># Returns all cards to the "Wait for Key" state
>(WAITFORKEY)
>---------------isapnp.conf --- end---------------------
>
>
>Now to make sure modules are loading ISA NICs properly
>with correct IO/IRQ 's
>Settings are forced
>
>-------------modules.conf------------------
>#
> alias eth0 ne
> alias eth1 ne
> alias eth2 ne
> alias eth3 ne
>#
> options ne io=3D0x220,0x240,0x260,0x280 irq=3D3,4,5,9
>
> alias net-pf-3 off # no ax25
> alias net-pf-4 off # no ipx
> alias net-pf-5 off # no appletalk
>------------- modules.conf--End------------
>
>
>router:~# cat /proc/interrupts
> 0: 868759 timer
> 1: 2 keyboard
> 2: 0 cascade
> 3: 4797 NE2000
> 4: 345 NE2000
> 5: 2585 NE2000
> 8: 1 + rtc
> 9: 926 NE2000
>10: 542 eth5
>11: 9474 eth4
>12: 2219 eth6
>13: 1 math error
>14: 13650 + ide0
>15: 9032 eth7
>
>router:~# cat /proc/ioports
>0000-001f : dma1
>0020-003f : pic1
>0040-005f : timer
>0060-006f : keyboard
>0070-007f : rtc
>0080-009f : dma page reg
>00a0-00bf : pic2
>00c0-00df : dma2
>00f0-00ff : npu
>01f0-01f7 : ide0
>0220-023f : NE2000
>0240-025f : NE2000
>0260-027f : NE2000
>0280-029f : NE2000
>03c0-03df : vga+
>03f6-03f6 : ide0
>6400-641f : eth4
>6500-651f : eth5
>6600-661f : eth6
>6700-671f : eth7
>f000-f007 : IDE
>
>router:~# lsmod
>Module: #pages: Used by:
>ne2k-pci 2 4
>ne 2 4
>8390 2 [ne2k-pci ne] 0
>
>
>
>Shane ()
>
>
>--
>+-----------------------------+----------------------------+
>| Xtreme Systems Technologies \ [EMAIL PROTECTED] |
>| Working towards the future. | +61-41-496-2569 |
>| www.xtremetech.com.au \ ICQ 353180 |
>+---------------------------------+------------------------+
>
>
> 5:58pm up 1 day, 41 min, 9 users, load average: 0.41, 0.18, 0.12
>
>
>
=======_NextPart_000_0138_01BE40D0.33F015A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY>
<DIV>I have the same problem please help</DIV>
<DIV> </DIV>
<DIV>multiple 3c509</DIV>
<DIV>I have added ether=3D0,0,eth1</DIV>
<DIV>I dont have a module.conf file!</DIV>
<DIV>I do a modprobe -ta net /*</DIV>
<DIV>and get the following:</DIV>
<DIV> </DIV>
<BLOCKQUOTE>
<BLOCKQUOTE>
<BLOCKQUOTE> eth0: 3c509 at 0x300 tag 1, =
10baseT=20
port, address 00 a0 24 22 d0 2a, IRQ =
10.<BR> =20
3c509.c:1.07 6/15/95 <A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</=
A><BR> =20
Swansea University Computer Society IPX 0.34 for=20
NET3.035<BR> IPX Portions Copyright (c) =
1995=20
Caldera, Inc.<BR> Appletalk 0.17 for Linux =
NET3.035<BR> PS/2 auxiliary pointing =
device=20
detected -- driver installed.<BR> loading =
device=20
'eth1'...<BR> 3c503.c: Presently =
autoprobing (not=20
recommended) for a single card.<BR> =
loading device=20
'eth1'...<BR> 3c503.c: No 3c503 card found =
(i/o =3D=20
0x0).<BR> loading device=20
'eth1'...<BR> loading device=20
'eth1'...<BR> 3c507: register_netdev() =
returned=20
non-zero.<BR> 3c59x.c:v0.25 5/17/96 <A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</=
A><BR> =20
loading device 'eth1'...<BR> arcnet.c: =
v2.56=20
96/10/18 Avery Pennarun <<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>><BR> =
=20
arc0: Stage 3: No ARCnet cards found.<BR> =
loading=20
device 'eth1'...<BR> at1700: =
register_netdev()=20
returned non-zero.<BR> PPP BSD Compression =
module=20
registered<BR> loading device=20
'eth1'...<BR> eth1: de4x5_probe() cannot =
find=20
device at 0x000b.<BR> loading device=20
'eth1'...<BR> eth1: D-Link DE-600 pocket =
adapter:=20
not at I/O 0x378.<BR> loading device=20
'eth1'...<BR> D-Link DE-620 pocket adapter =
not=20
identified in the printer port<BR> loading =
device=20
'eth1'...<BR> eth1: depca_probe() cannot =
find=20
device at 0x0200.<BR> dgrs: SW=3D$Id: =
dgrs.c,v 1.8=20
1996/04/18 03:11:14 rick Exp $ FW=3DBuild 517 04/15/96=20
01:59:21<BR> DLCI driver v0.30, 12 Sep =
1996, <A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.<BR>&nb=
sp; =20
loading device 'eth1'...<BR> eexpress.c: =
Module=20
autoprobe not recommended, give =
io=3Dxx.<BR> loading=20
device 'eth1'...<BR> eexpress.c: Failed to =
register card at 0x0.<BR> Equalizer1996:=20
$Revision: 1.2.1 $ $Date: 1996/09/22 13:52:00 $ Simon Janes =
(<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>)<BR> =20
loading device 'eth1'...<BR> eth16i:=20
register_netdev() returned non-zero.<BR> =
loading=20
device 'eth1'...<BR> eth1: region already=20
allocated at 0x0300.<BR> eth1: =
ewrk3_probe()=20
cannot find device at 0x0300.<BR> loading =
device=20
'eth1'...<BR> fmv18x: register_netdev() =
returned=20
non-zero.<BR> loading device=20
'eth1'...<BR> ni52: Autoprobing not =
allowed for=20
modules.<BR> ni52: Set symbols 'io' 'irq'=20
'memstart' and 'memend'<BR> loading device =
'eth1'...<BR> plip: no interfaces=20
found<BR> SDLA driver v0.30, 12 Sep 1996, =
<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.<BR>&nb=
sp; =20
SMC9194: You shouldn't use auto-probing with=20
insmod!<BR> loading device=20
'eth1'...<BR> STRIP: version=20
0.9.8-STUART.CHESHIRE-MODULAR (unlimited=20
channels)<BR> loading device=20
'eth1'...<BR> loading device=20
'eth1'...<BR> 3c503.c: Presently =
autoprobing (not=20
recommended) for a single card.<BR> =
loading device=20
'eth1'...<BR> 3c503.c: No 3c503 card found =
(i/o =3D=20
0x0).<BR> loading device=20
'eth1'...<BR> loading device=20
'eth1'...<BR> 3c507: register_netdev() =
returned=20
non-zero.<BR> 3c59x.c:v0.25 5/17/96 <A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</=
A><BR> =20
loading device 'eth1'...<BR> arcnet.c: =
v2.56=20
96/10/18 Avery Pennarun <<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>><BR> =
=20
arc0: Stage 3: No ARCnet cards found.<BR> =
loading=20
device 'eth1'...<BR> at1700: =
register_netdev()=20
returned non-zero.<BR> loading device=20
'eth1'...<BR> eth1: de4x5_probe() cannot =
find=20
device at 0x000b.<BR> loading device=20
'eth1'...<BR> eth1: D-Link DE-600 pocket =
adapter:=20
not at I/O 0x378.<BR> loading device=20
'eth1'...<BR> D-Link DE-620 pocket adapter =
not=20
identified in the printer port<BR> loading =
device=20
'eth1'...<BR> eth1: depca_probe() cannot =
find=20
device at 0x0200.<BR> dgrs: SW=3D$Id: =
dgrs.c,v 1.8=20
1996/04/18 03:11:14 rick Exp $ FW=3DBuild 517 04/15/96=20
01:59:21<BR> loading device=20
'eth1'...<BR> eexpress.c: Module autoprobe =
not=20
recommended, give io=3Dxx.<BR> loading =
device=20
'eth1'...<BR> eexpress.c: Failed to =
register card=20
at 0x0.<BR> loading device=20
'eth1'...<BR> eth16i: register_netdev() =
returned=20
non-zero.<BR> loading device=20
'eth1'...<BR> eth1: region already =
allocated at=20
0x0300.<BR> eth1: ewrk3_probe() cannot =
find device=20
at 0x0300.<BR> loading device=20
'eth1'...<BR> fmv18x: register_netdev() =
returned=20
non-zero.<BR> loading device=20
'eth1'...<BR> ni52: Autoprobing not =
allowed for=20
modules.<BR> ni52: Set symbols 'io' 'irq'=20
'memstart' and 'memend'<BR> loading device =
'eth1'...<BR> plip: no interfaces=20
found<BR> SMC9194: You shouldn't use =
auto-probing=20
with insmod!<BR> loading device=20
'eth1'...<BR> loading device=20
'eth1'...</BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE>
<DIV> </DIV>
<DIV>I feel like it is trying to probe the second card at 0x300 can =
anyone=20
help</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Thanks Kyle </DIV>
<DIV><A =
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A></DIV>
<DIV> </DIV>
<DIV>Shane Bearham<[EMAIL PROTECTED]> wrote in message <<A=20
href=3D"mailto:[EMAIL PROTECTED]">369AFC99.C2FEE2B9@xtr=
emetech.com.au</A>>...</DIV>>jay=20
wrote:<BR>><BR>>> Sorry, guys. you all are only part =
right- the=20
OS already sees the two<BR>>> identical cards, but it's delaying =
the one=20
because the kernel needs to be<BR>>> told to init the other - to =
do this=20
add the following statement to your<BR>>> lilo.conf in=20
etc/<BR>>><BR>>>=20
append=3D"ether=3D0,0,eth1"<BR>>><BR>>> that's it, =
dude. =20
e-mail me @ <A href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A> if =
you have=20
more problems- i<BR>>> fought this for a couple months, but once =
you get=20
it, it works great.<BR>><BR>>I fought this for a couple of =
hours......and=20
as can be seen<BR>>there is NO requirement to compile the driver into =
the=20
kernel<BR>><BR>>Now considering the person was asking to use two=20
cards<BR>>using a module driver, the advice given was =
misleading<BR>>so=20
....<BR>>I have provided details on how modules are used for multiple =
devices<BR>>In this instance PNP ISA cards were used<BR>>otherwise =
PNP=20
details are not required<BR>>...................<BR>><BR>>PCI =
are=20
driven using the 'ne2k-pci' module<BR>>PCI cards are setup from=20
BIOS<BR>><BR>>ISA are driven using the ne.o module<BR>>ISA =
cards are=20
setup by PNP as follows<BR>><BR>>--------=20
isapnp.conf---------------------------<BR>># $Id: pnpdump.c,v 1.9 =
1997/06/10=20
21:37:32 fox Exp $<BR>>#<BR>># Board 1 has serial identifier 0e b0 =
00 02=20
cd 19 80 8c 4a<BR>># Board 2 has serial identifier 98 b0 00 41 e0 19 =
80 8c=20
4a<BR>># Board 3 has serial identifier 3c b0 00 02 ce 19 80 8c =
4a<BR>>#=20
Board 4 has serial identifier c9 b0 00 02 d0 19 80 8c =
4a<BR>><BR>>#=20
(DEBUG)<BR>>(READPORT 0x0203)<BR>>(ISOLATE)<BR>>(IDENTIFY=20
*)<BR>><BR>># Card 1: (serial identifier 0e b0 00 02 cd 19 80 8c=20
4a)<BR>># RTL8019 Serial No -1342176563 [checksum =
0e]<BR>>(CONFIGURE=20
RTL8019/-1342176563 (LD 0 (IO 0 (BASE 0x0220))<BR>>(INT 0 (IRQ 3 =
(MODE +E)))=20
(ACT Y) ))<BR>><BR>># Card 2: (serial identifier 98 b0 00 41 e0 19 =
80 8c=20
4a)<BR>># RTL8019 Serial No -1342160416 [checksum =
98]<BR>>(CONFIGURE=20
RTL8019/-1342160416 (LD 0 (IO 0 (BASE 0x0240))<BR>>(INT 0 (IRQ 4 =
(MODE +E)))=20
(ACT Y) ))<BR>><BR>># Card 3: (serial identifier 3c b0 00 02 ce 19 =
80 8c=20
4a)<BR>># RTL8019 Serial No -1342176562 [checksum =
3c]<BR>>(CONFIGURE=20
RTL8019/-1342176562 (LD 0 (IO 0 (BASE 0x0260))<BR>>(INT 0 (IRQ 5 =
(MODE +E)))=20
(ACT Y) ))<BR>><BR>># Card 4: (serial identifier c9 b0 00 02 d0 19 =
80 8c=20
4a)<BR>># RTL8019 Serial No -1342176560 [checksum =
c9]<BR>>(CONFIGURE=20
RTL8019/-1342176560 (LD 0 (IO 0 (BASE 0x0280))<BR>>(INT 0 (IRQ 9 =
(MODE +E)))=20
(ACT Y) ))<BR>><BR>># Returns all cards to the "Wait for =
Key"=20
state<BR>>(WAITFORKEY)<BR>>---------------isapnp.conf ---=20
end---------------------<BR>><BR>><BR>>Now to make sure modules =
are=20
loading ISA NICs properly<BR>>with correct IO/IRQ 's<BR>>Settings =
are=20
forced<BR>><BR>>-------------modules.conf------------------<BR>>=
#<BR>> =20
alias eth0 ne<BR>> alias =
eth1=20
ne<BR>> alias eth2=20
ne<BR>> alias eth3=20
ne<BR>>#<BR>> options ne =
io=3D0x220,0x240,0x260,0x280=20
irq=3D3,4,5,9<BR>><BR>> =
alias=20
net-pf-3 off # no=20
ax25<BR>> alias net-pf-4=20
off # no=20
ipx<BR>> alias net-pf-5=20
off # no appletalk<BR>>-------------=20
modules.conf--End------------<BR>><BR>><BR>>router:~# cat=20
/proc/interrupts<BR>> 0: 868759 =20
timer<BR>> 1: =20
2 keyboard<BR>>=20
2: 0 =20
cascade<BR>> 3: 4797 =20
NE2000<BR>> 4: =20
345 NE2000<BR>> 5: =20
2585 NE2000<BR>>=20
8: 1 + rtc<BR>> =
9: 926 =20
NE2000<BR>>10: =
542 =20
eth5<BR>>11: 9474 =20
eth4<BR>>12: 2219 =20
eth6<BR>>13: =20
1 math error<BR>>14: 13650 =
+=20
ide0<BR>>15: 9032=20
eth7<BR>><BR>>router:~# cat /proc/ioports<BR>>0000-001f :=20
dma1<BR>>0020-003f : pic1<BR>>0040-005f : timer<BR>>0060-006f : =
keyboard<BR>>0070-007f : rtc<BR>>0080-009f : dma page =
reg<BR>>00a0-00bf=20
: pic2<BR>>00c0-00df : dma2<BR>>00f0-00ff : npu<BR>>01f0-01f7 : =
ide0<BR>>0220-023f : NE2000<BR>>0240-025f : =
NE2000<BR>>0260-027f :=20
NE2000<BR>>0280-029f : NE2000<BR>>03c0-03df : =
vga+<BR>>03f6-03f6 :=20
ide0<BR>>6400-641f : eth4<BR>>6500-651f : eth5<BR>>6600-661f :=20
eth6<BR>>6700-671f : eth7<BR>>f000-f007 : =
IDE<BR>><BR>>router:~#=20
lsmod<BR>>Module: =
#pages: =20
Used=20
by:<BR>>ne2k-pci =
=20
2 =20
4<BR>>ne &n=
bsp; =20
2 =20
4<BR>>8390 =
=20
2 [ne2k-pci ne] =20
0<BR>><BR>><BR>><BR>>Shane=20
()<BR>><BR>><BR>>--<BR>>+-----------------------------+------=
======================+<BR>>|=20
Xtreme Systems Technologies \ <A=20
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A> =
=20
|<BR>>| Working towards the future. =
| =20
+61-41-496-2569 =
|<BR>>| <A=20
href=3D"http://www.xtremetech.com.au">www.xtremetech.com.au</A> &nbs=
p; =20
\ ICQ=20
353180 =20
|<BR>>+---------------------------------+------------------------+<BR>=
><BR>><BR>> =20
5:58pm up 1 day, 41 min, 9 users, load average: 0.41, =
0.18,=20
0.12<BR>><BR>><BR>></BODY></HTML>
=======_NextPart_000_0138_01BE40D0.33F015A0==
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.setup
Subject: Re: Are conditional symbolic links possible?
Date: 16 Jan 1999 03:42:35 GMT
In <77m8s8$5aa$[EMAIL PROTECTED]> [EMAIL PROTECTED] writes:
>Is there any way whatsoever (even a quick and dirty way) to make netscape see
>libc.so as pointing to one version of libc, while other programs linked to
>libc.so see it as pointing to a different version? Perhaps this is not
>possible directly, but could a shell script successfully accomplish this
>while letting apps that use the two different versions co-exist peacefully?
Sure That is what LD_LIBRARY_PATH is for
#!/bin/bash
export LD_LIBRARY_PATH=/usr/local/libc5oldversion
netscape
This shell script will cause the loader running netscape to look in the
directory /usr/local/libc5oldversion first for any dynamic library
files. After that it will look in the files defined in /etc/ld.so.conf.
Note that this definition of LD_LIBRARY_PATH applies only to this
invocation of netscape (and any program that netscape might load.)
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: Earthlink unfriendly to Linux
Date: 16 Jan 1999 03:47:54 GMT
In <[EMAIL PROTECTED]> Michael Powe <[EMAIL PROTECTED]> writes:
> Alexander> Damn it. Find somebody else using Linux and set the
> Alexander> SLIP connection up.
>Hell, talk sense. Now I'm supposed to go out and hassle some guy who
>doesn't even know me into setting up a network over the phone with me
>so I can tie up his system and time learning how to configure my
>system to receive mail.
Just ignore him and his advice. It is not very useful nor accurate.
You trying to set up sendmail was (if what you described was what
happened) reasonable, and Earthlink was very unreasonable. I can
understand their getting antsy about finding ports on their machine
being probed by your sendmail or whatever it was you did. On the other
hand, help rather than disconnection would have been a more reasonable
option. What was it that they claimed that you did?
NOte, they are undoubtedly used to Win people not Linux people, and not
knowing what linux is they freaked out.
Mind you I do not know what all you did to try to get connected. But I
find it hard to imagine anything that you did which could have harmed
their system through a dial in line.
------------------------------
** 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.misc) 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-Misc Digest
******************************