ifconfig says:

eth0      Link encap:Ethernet  HWaddr 00:60:08:1C:47:48  
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:0 (0.0 b)  TX bytes:240 (240.0 b)
          Interrupt:10 Base address:0xff00 

eth1      Link encap:Ethernet  HWaddr 00:50:BA:88:E2:69  
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1875 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:113030 (110.3 Kb)  TX bytes:240 (240.0 b)
          Interrupt:9 Base address:0xec00 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:51 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3697 (3.6 Kb)  TX bytes:3697 (3.6 Kb)



Seems to try to set both cards to the same IP even though in linuxconf I
set adapter one to 192.168.0.2 (eth0 3c59x) and adapter two to
24.23.67.145 (eth1 8138too).


-------- Original Message --------
Subject: Re: [newbie] Hardware detect lockup, installing new network
card
Date: Sun, 09 Sep 2001 20:14:12 +0200
From: Frans Ketelaars <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>

ryan_steffes wrote:
> 
> I can disable USB and on board sound in BIOS.
> 
> Here's how my PnP bios look:
> 
> I have two options initially:
>    Configuration Mode: [Use PnP OS]
>    PnP OS:             [Disabled]
> 
> This is what it was. Looks like PnP is disabled to me, so that's how I
> had it.  The other thing I can do is change it to:
> 
>    Configuration Mode: [Compatible OS]
>    IRQ 3  [Available]
>    IRQ 4  [Available]
>    IRQ 5  [Available]
>    IRQ 9  [Available]
>    IRQ 10 [Available]
>    IRQ 11 [Available]
> 
> netconf has the IP and host name all correct for each card, and the
> module set correctly.  However, this is what modprobe gives me:
> 
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/3c59x.o.gz: invalid
> parameter parm_irq
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/3c59x.o.gz: insmod
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/3c59x.o.gz failed
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/3c59x.o.gz: insmod 3c59x
> failed
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/8139too.o.gz: invalid
> parameter parm_irq
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/8139too.o.gz: insmod
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/8139too.o.gz failed
> /lib/modules/2.4.8-12mdk/kernel/drivers/net/8139too.o.gz: insmod 8139too
> failed
> 
> I can directly insmod the 3com driver and have it work:
> >insmod 3c59x
> Using /lib/modules/2.4.8-12mdk/kernel/drivers/net/3c59x.o.gz

Looks to me there is a line in /etc/modules.conf like:
alias eth0 3c59x and then something like 'irq=...'. I suggest using
just 'alias eth0 3c59x'.

> I can now ping the internal network, at this point. Doing the same thing
> for the d-link/realtek card seems to work, but doesn't really:
> >insmod 8139too
> Using /lib/modules/2.4.8-12mdk/kernel/drivers/net/8139too.o.gz
> 
> >ping www.linux-mandrake.com
> 
> Network is unreachable.

What does /sbin/ifconfig say a this point?

    -Frans
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to