Results 1 to 6 of 6
Hello,
I've recently installed Ark Linux(redhat based and my kernel is 2.4.23),
and I like a lot. The only problem is that the system doesn't interact
in some way with ...
- 10-30-2003 #1Just Joined!
- Join Date
- Oct 2003
- Location
- Milano, Italy
- Posts
- 5
ethernet hell
Hello,
I've recently installed Ark Linux(redhat based and my kernel is 2.4.23),
and I like a lot. The only problem is that the system doesn't interact
in some way with the ethernet card. I've tried to get as much info
as I can befor posting this, so . . . .
on this site
http://www.ibiblio.org/pub/Linux/doc...WTO.html#ss1.2
I learned how to get some system info:
To find out what card is in my computer , as root I did "lspci", and I got
then I checked in "/etc/modules.conf" and the first line wasCode:Ethernet controller: Davicom Semiconductor, Inc Ethernet 100/10 MBit (rev 31)
and on the site mentioned above it said that the driver forCode:alias eth0 dmfe
Davicom was dmfe
so to see if the driver was loaded I did "lsmod | grep dmfe"
and I got back the output below
and the I did "modprobe eth0" but I got no replyCode:dmfe 15713 1 crc32 3740 0 [dmfe]
then as root I did "ifconfig -a" and under eth0 I saw
Code:Link encap:Ethernet Hwaddr 00:80:AD:77:95:5E inet addr: 192.168.1.55 Brast: 192.168.1.255 Mask 255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:46 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:15612 (15.2 Kb) TX bytes:168 (168.0 b) Interupt:5 Base address:0xc00
and I also looked in the direcory "/lib/modules/2.4.23-0.pre4.1ark/kernel/drivers/net/"
and I found the file "dmfe.O"
Isn't that the module(driver) that my ethernet card needs?
I'm pretty much out of ideas, what do I need to do next, where do I need to look?
If anyone can help me resolve this I'll be very happy. Thanks.
William
- 10-31-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Looks like your nice is working. What exactly is the problem?
- 10-31-2003 #3Just Joined!
- Join Date
- May 2003
- Location
- chennai,tamilnadu,india
- Posts
- 16
ethernet driver ...........
U can make ur hardware to work in 2 ways. either u can embed its software within the kernel (
kernel compile time option as *) or u can compile it compile it as a module ( kernel compile time
option M ). If u compiled it as a module it will be listed in lsmod else if u have embedded it in the
kernel , then lsmod will not show it.
For ur case it was compiled within the kernel and so modprobe and lsmod didn't work.
- 10-31-2003 #4Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Sriram, you should reread his post again. If he has dmfe.o, it was compiled as a module. Even lsmod shows it loaded.
- 11-02-2003 #5Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
so what exactly doesnt work. can u ping other comps/they ping u. can u ssh into other comps/and they to u?
- 11-02-2003 #6Just Joined!
- Join Date
- Feb 2003
- Posts
- 28
do this "dhcpcd eth0"
and see what happens...
But it allready says you have a ip, what was the problem again?


Reply With Quote
