Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Davicom card
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
macro
n00b
n00b


Joined: 20 Feb 2003
Posts: 23

PostPosted: Mon Dec 08, 2003 4:37 am    Post subject: Davicom card Reply with quote

Gotta Davicom card with DM9102AF on the chip

from /proc/pci
Bus 0, device 12, function 0:
Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10 MBit (rev 49).
IRQ 11.
Master Capable. Latency=32. Min Gnt=20.Max Lat=40.
I/O at 0xe800 [0xe8ff].
Non-prefetchable 32 bit memory at 0xdf002000 [0xdf0020ff].

recompiled the kernel (2.4)

# modprobe dmfe
/lib/modules/2.4.20-gentoo-r9/kernel/drivers/net/dmfe.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r9/kernel/drivers/net/dmfe.o: insmod /lib/modules/2.4.20-gentoo-r9/kernel/drivers/net/dmfe.o failed
/lib/modules/2.4.20-gentoo-r9/kernel/drivers/net/dmfe.o: insmod dmfe failed

eh? am I missing something?
Back to top
View user's profile Send private message
macro
n00b
n00b


Joined: 20 Feb 2003
Posts: 23

PostPosted: Mon Dec 08, 2003 4:38 am    Post subject: nm Reply with quote

nevermind
Back to top
View user's profile Send private message
Aalok
n00b
n00b


Joined: 03 Feb 2004
Posts: 2

PostPosted: Tue Feb 03, 2004 1:19 am    Post subject: Reply with quote

What did you do to fix it? I'm a Gentoo newbie and encountering the same problem.

I also have a davicom nic.
Back to top
View user's profile Send private message
whatalotta
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 114
Location: Union City, CA

PostPosted: Tue Feb 03, 2004 4:03 am    Post subject: Reply with quote

Aalok-I've got the same card, and it works fine. Compile the Davicom driver into your kernel. Don't make it a module (for now). Make sure you do

Code:
rc-update add net.eth0 default


Also make sure that you have iface_eth0 set to dhcp in your /etc/conf.d/net.

Should do it for you.
Back to top
View user's profile Send private message
whatalotta
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 114
Location: Union City, CA

PostPosted: Tue Feb 03, 2004 4:05 am    Post subject: Reply with quote

Sorry-you can find the davicom driver under tulip in the kernel config.
Back to top
View user's profile Send private message
mpsii
l33t
l33t


Joined: 11 Mar 2003
Posts: 658
Location: Jackson, TN

PostPosted: Tue Feb 03, 2004 4:14 am    Post subject: Reply with quote

most 9102 Davicoms use dmfe, though many autodetect routines use Tulip
_________________
-----------------------------------------
Michael
Back to top
View user's profile Send private message
Aalok
n00b
n00b


Joined: 03 Feb 2004
Posts: 2

PostPosted: Tue Feb 03, 2004 2:40 pm    Post subject: Reply with quote

whatalotta wrote:
Sorry-you can find the davicom driver under tulip in the kernel config.


Thanks for the help. I'll give it a shot once I get home. I'm beginning to think the issue is not with my nic. After boot to the 1.4 CD, I type:
Code:
modprobe tulip

...and it simply returns to root. Now forgive my Gentoo stupidity, but I believe that means it worked?? Yes?? :?

But when I ifconfig, I get the just the 127.0.0.1 IP and of course can't ping anything outside my home network. When I run:
Code:
net-setup eth0

and then set my IP network info manually, I am able to ping my router (Linksys) and my Windows box, but nothing outside the router. I double checked my router setting and have no filtering or anything going on. I even DMZ'd my Gentoo box and still a no go.

Oh and of course I double checked my cable. ;)
_________________
----------------
Gentoo N00B
----------------


Last edited by Aalok on Wed Feb 04, 2004 3:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
mpsii
l33t
l33t


Joined: 11 Mar 2003
Posts: 658
Location: Jackson, TN

PostPosted: Tue Feb 03, 2004 5:30 pm    Post subject: Reply with quote

On my Davidcom NIC, I cannot do DHCP on Linux. I do not know what the deal is. I have to statically assign the IP. If I use Tulip, nothing works. Only dmfe works for me.

In Windows 2000, everything works fine.
_________________
-----------------------------------------
Michael
Back to top
View user's profile Send private message
ctford0
l33t
l33t


Joined: 25 Oct 2002
Posts: 774
Location: Lexington, KY,USA

PostPosted: Wed Feb 04, 2004 12:52 am    Post subject: Reply with quote

Aalok give this a try...

after modprobing your device then look at all of your ifconfig devices
Code:
 ifconfig -a


Next, if you see eth0 here, then try bringing the device up, so do
Code:
 ifconfig eth0 up


Next try using
Code:
 dhcpcd eth0
to obtain your ip addy.

If this doesnt work I think you can edit the /etc/conf.d/net file to reflect your setup (just like the install docs say for 'your' network setup after getting the os installed) and then run
Code:
/etc/init.d/net.eth0 start


G-luck

EDIT: Yes mpsii, it seems i have met this before as well. I'm also a little confused about this one.

chris
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum