Penguin
Note: You are viewing an old revision of this page. View the current version.

Ubuntu 6.06 LTS (The Dapper Drake)

My Davicom card (tulip) isn't working

There seems to be some problems with the tulip drivers in Dapper. Using the dmfe driver fixes this.

Add:
dmfe
to /etc/modules

Cut & paste into terminal:

sudo sh -c "echo dmfe >> /etc/modules"

and:
blacklist tulip
to /etc/modprobe.d/blacklist

Cut & paste into terminal:

sudo sh -c "echo blacklist tulip >> /etc/modprobe.d/blacklist"