Dell Dimension 4300 - NIC module dmfe missing [message #487] |
Fri, 09 December 2005 19:22  |
 |
dowdle
Messages: 261 Registered: December 2005 Location: Bozeman, Montana
|
Senior Member |
|
|
Installed on an existing FC4 Hardware Host. When booting into the openvz kernel I get an error message when it tries to bring up the network.
My stock FC4 kernel loads the dmfe module for the NIC:
(from /etc/modprobe.conf)
alias eth0 dmfe
lspci | grep Ethernet
02:09.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31)
Stock kernel has
/lib/modules/2.6.14-1.1644_FC4/kernel/drivers/net/tulip/dmfe .ko while it is missing from openvz kernel.
I know that OpenVZ has many drivers compiled into the kernel rather than as modules but this doesn't seem to be the case for this NIC.
I'd attempt to compile my own kernel but given the complexity of the process, I'm wondering if there is a technical reason it is missing... or if it can eventually be incorporated into OpenVZ stable kernel??
I got OpenVZ working on another machine just fine (with the exception of the sound device)... and am really impressed.
--
TYL, Scott Dowdle
Belgrade, Montana, USA
[Updated on: Fri, 09 December 2005 23:35] Report message to a moderator
|
|
|
Re: Dell Dimension 4300 - NIC module dmfe missing [message #490 is a reply to message #487] |
Sat, 10 December 2005 00:39   |
 |
dowdle
Messages: 261 Registered: December 2005 Location: Bozeman, Montana
|
Senior Member |
|
|
A little more info:
In dmesg of stock kernel:
eth0: Davicom DM9102 at pci0000:02:09.0, 00:80:ad:78:c4:ff, irq 11
[...]
dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
From Virtuozzo Hardware Compatibility page:
http://www.virtuozzo.com/en/products/virtuozzo/hcl/network/
Davicom DM9102/DM9102A 21x4x DEC-Tulip compatible 10/100 Ethernet Adapter 0x9100
So, perhaps I'm doing something wrong? Suggestions?
I loaded the tulip module by hand and it did bring up the interface, but it didn't work. I could ping IP addresses (not names although resolv.conf is fine) but no application protocols seemed to work. Lost on this one.
--
TYL, Scott Dowdle
Belgrade, Montana, USA
|
|
|
|
|
|
Re: Dell Dimension 4300 - NIC module dmfe missing [message #502 is a reply to message #500] |
Mon, 12 December 2005 16:05  |
|
As for iptables, the reason is stateful rules - you need to remove them from config (/etc/sysconfig/iptables). Quoting the FAQ:
Quote: | Q. My node is unaccessible through the network after reboot...
A. You need to check your firewall rules. The problem is that default stateful firewall rules are not available on the host system. To make this functionality available, load the ip_conntrack module with the additional parameter "ip_conntrack_enable_ve0=1". However, this method is highly not recommended because tracking all the connection on the host system lead to performance degradation, more memory usage and also may lead to the total server inaccessibility due to reaching of the overall connection limit.
|
Kir Kolyshkin
[Updated on: Mon, 12 December 2005 16:05] Report message to a moderator
|
|
|