Skip to Content.
Sympa Menu

baslinux - Re: [BL] ifconfig no such device

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] ifconfig no such device
  • Date: Thu, 15 Nov 2007 06:07:29 +1300

Message from Steven
===================
Asahel wrote:
>
> I am trying to bring up my ethernet card by typing
> ifconfig eth0 192.168.1.1 up
> In response I get:
>
> SIOCSIFADDR: No such device
> SIOCGIFFLAGS: No such device

First you need to install the driver for your NIC.

> The ethernet card is the 3-Com 3C905C-TX

You install the driver like this:
------------
insmod 3c509
------------
First, however, you will need to get that module:
http://www.basiclinux.com.ru/add-ons/2_2_26/modules/net/3c509.o

Put it in the /lib/modules/2.2.26/misc directory (in BL3).
Then do the insmod. And then do the ifconfig.
-------------------------
insmod 3c509
ifconfig eth0 192.168.1.1
-------------------------

You might also find the information in /root/netsetup helpful.

Cheers,
Steven






Archive powered by MHonArc 2.6.24.

Top of Page