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

Re: D-Link DFE-530TX+ Installation



On Sat, Oct 13, 2001 at 04:42:18PM -0400, Rong Fan wrote:
| Hello,
| my ethernet card(D-Link DFE-530TX+) wasn't recognized during installation. what should i
| do to make it work? any advice is welcome.

Run 'modconf' and pick the tulip driver.  Then see 'man interfaces'
for information on editing /etc/network/interfaces to set up the
logical part of the network connection.  For example :

Static IP, load at boot time :

auto eth0
iface eth0 inet static
    address 192.168.0.6
    netmask 255.255.255.0
    gateway 192.168.0.1


Dynamic IP, load at boot time :

auto eth0
iface eth0 inet dhcp


HTH,
-D



Reply to: