[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 3c905 driver installed, but not in ifconfig??



*- Evan Van Dyke wrote about "3c905 driver installed, but not in ifconfig??"
| I have a 3com 3c905 Ethernet card that I can't quite get to work.  I have
| turned _OFF_ the
| PNP OS option in my bios btw.  :>  I recompiled the 2.0.35 kernel including
| Network
| support, and the 3c59x driver as a module.  When I boot in Linux, the
| driver loads fine,
| says it detects the card at IRQ5(which is correct), and the rest of the
| info looks fine.
| However, when I log in and type 'ifconfig' the only device listed is the
| Local Loop Back,
| and I can't ping an IP...  it says "Network Unreachable"  With the eth0
| interface not in
| ifconfig I don't find this surprising...  Any ideas on what I can try to
| get it up and
| running?  Thanks.
| 

You need to configure the device:  add something like this to your
/etc/init.d/network script, or do it on the command line until you get
it setup correctly.  See the man pages on ifconfig and route.

ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up
route add -net 192.168.1.0 netmask 255.255.255.0 eth0

Of course substitute IP addresses and netmasks as required for your
setup, this is for my private home network.

-- 
Brian 
---------------------------------------------------------------------
"Never criticize anybody until you have walked a mile in their shoes,  
 because by that time you will be a mile away and have their shoes." 
							   - unknown  

Mechanical Engineering                              servis@purdue.edu
Purdue University                   http://www.ecn.purdue.edu/~servis
---------------------------------------------------------------------


Reply to: