LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-13-2005, 05:53 AM   #1
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
network card kernel modules conflict


I just installed Debian testing (2.6 kernel) on a Dell Dimension 8200. It has a "Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31)" network card. The "dmfe" and "tulip" kernel modules are always both loaded when the computer starts up; and the network card works briefly and then doesn't work. I can fix it by manually doing this as root:
# ifdown eth0
# rmmod dmfe
# rmmod tulip
# modprobe dmfe
# ifup eth0

But this only lasts until the next reboot. Does anyone know why there is this problem and if there is a permanent solution? Thanks.
 
Old 12-13-2005, 06:52 AM   #2
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
If I understand correctly, tulip and dmfe conflict, so when you modprobe dmfe, tulip isn't reloaded?

You can blacklist tulip to prevent it from loading. List "tulip" in the file: /etc/hotplug/blacklist and it won't be loaded by hotplug when you reboot. If you are using udev instead of hotplug, list "tulip" in /etc/modprobe.d/blacklist to prevent it from loading.

If the above isn't the problem and there is something weird about removing and reloading both modules, you can automatically run the commands you are using during boot up as a work around. Edit the file /etc/rcS.d/S40networking. Just under where it says "Configuring netwrok interfaces...." add your commands:
Code:
ifdown eth0
rmmod dmfe
rmmod tulip
modprobe dmfe
ifup eth0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
compiling a kernel: module-init-tools conflict, depmod problem, modules sterrenkijker Debian 3 03-08-2004 10:07 PM
network card modules?? seanz6688 Linux - Newbie 3 02-21-2004 10:14 PM
How do you install modules for your sound card into kernel sanfran49 Linux - Software 1 02-14-2004 11:57 PM
Don't know if network card modules are installed ? sanfran49 Linux - Software 3 02-12-2004 12:53 PM
Realtek RTL8139 Network card and modules location jimdaworm Linux - Newbie 10 11-22-2003 02:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration