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

Use:

sudo echo dmfe >> /etc/modules

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

Use:

sudo echo tulip >> /etc/modprobe.d/blacklist