Find the answer to your Linux question:
Results 1 to 2 of 2
I am very new to Debian, just installed Etch yesterday. I have the Davicom Tulip Ethernet Card. It uses one of 2 drivers tulip and dmfe. Debian loads tulip by ...
  1. #1
    Just Joined!
    Join Date
    Dec 2005
    Posts
    66

    Question Davicom Tulip 'net card in Etch

    I am very new to Debian, just installed Etch yesterday. I have the Davicom Tulip Ethernet Card. It uses one of 2 drivers tulip and dmfe. Debian loads tulip by default which doesn't work. To fix manually you run:

    #rmmod tulip
    #rmmod dmfe
    #modprobe dmfe

    And you have a net connection. How do I make this permenant in Debian? I've tried adding 'dmfe' to /etc/modules, adding blacklist 'tulip' to '/etc/modprobe.d/blacklist' and '/etc/hotplug/blacklist', and adding this script to '/etc/rcS.d/S40networking':

    ifdown eth0
    rmmod dmfe
    rmmod tulip
    modprobe dmfe
    ifup eth0

    but I still have no net connection when I reboot untill I do the manual fix. How to correct?

  2. #2
    Just Joined!
    Join Date
    Dec 2005
    Posts
    66

    Smile

    I got the answer in another forum here:

    http://www.linuxquestions.org/questi...d.php?t=512090


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •