Well, it seems that your card is detected and properly "setup" in hardware,
so what you are experiencing is a software problem, probably due to a
mistake during initial setup...

See below...




-----Original Message-----
From: David L. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 2:52 PM
To: [EMAIL PROTECTED]
Subject: RE: [newbie] Network is unreachable


alias scsi_hostadapter aha1542
alias eth0 3c59x            <--- Good! Your card is detected!
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
options aha1542 aha1542=0x130,11,5
post-install supermount modprobe scsi_hostadapter
alias sound maestro

PCI devices found:

    Ethernet controller: 3Com 3C905B 100bTX (rev 52).        < ---
Excellent.

      Medium devsel.  Master Capable.  Latency=80.  Min Gnt=10.Max Lat=10.
      I/O at 0xdc00 [0xdc01].
      Non-prefetchable 32 bit memory at 0xfedffc00 [0xfedffc00].

David
---
David L. using [EMAIL PROTECTED]


----

Good. Did you set up your sound card first and reboot?

Now a point of frequent confusion.

Mandrake uses Linuxconf versus Redhat's older Netcfg. (or the text based
netconfig).

If you set things up using the latter, sometimes you'll run into some
problems as Linuxconf uses a slightly different mechanism to activate
network devices.

Your best bet is to go into X windows (assuming you can get it running) and
run netcfg from a term. Then DELETE your existing eth0 interface.

Then run Linuxconf and delete and add back your eth0 interface
configuration... under basic host information.

Once done, exit Linuxconf, and run netcfg again.

You should have an interface(s) labeled like this... (substituting your IP's
where applicable for eth0)

Interface       IP              proto   atboot  active
lo              127.0.0.1       none    yes             active
eth0            10.0.0.1        none    yes             active


Also be sure that you have a loopback installed as indicated above.

Also under Routing TURN ON "Network Packet Forwarding" even though
everything else is blank.

Given you are a newbie, reboot.

Finally type ifconfig

eth0      Link encap:Ethernet  HWaddr 00:10:5A:04:36:65
          inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12867758 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8059787 errors:0 dropped:0 overruns:0 carrier:3
          collisions:58964 txqueuelen:100
          Interrupt:9 Base address:0xe400

lo          Link endcap:      etc., etc., etc.

-JMS

Reply via email to