Results 1 to 4 of 4
When I do the command 'ifconfig' without args, I get lo, but no eth0. and when I did the command 'lspci -v' I got the following
Code:
00:0F.0 Ethernet controller: ...
- 10-21-2003 #1Just Joined!
- Join Date
- Oct 2003
- Location
- Milano, Italy
- Posts
- 5
Debian doesn't see the ethernet card
When I do the command 'ifconfig' without args, I get lo, but no eth0. and when I did the command 'lspci -v' I got the following
is it that I don't have the correct driver, or, do I need to do something in my BIOS to let linux detect the Ethernet card?Code:00:0F.0 Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10 MBit (rev31) Subsystem: Unknown device 3030:5032 Flags: bus master, medium devsel, latency 32 IRQ 5 I/O ports at c000 [size=256] Memory at dffffe00 (32bit, non-prefetchable) [size=256] Expansion ROM at dff80000 [disabled] [size=256K] Capabilities: [50] Power Management version 2
thank you
- 10-21-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
ifconfig only shows the current devices that are up. ifconfig -a will show all of them.
- 10-22-2003 #3Just Joined!
- Join Date
- Oct 2003
- Location
- Milano, Italy
- Posts
- 5
tried that
thanks for the idea, which I tried and got the same response. Someone suggested to me that I'm going to have to reconfigure my kernel, which I'm not looking forward to.
Thanks
- 10-23-2003 #4Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
u shouldnt have to, jsut fidn out what driver to use (by putting the device id into google usualy works) then add
to the end of ur /etc/modules.conf fileCode:alias eth0 driverName


Reply With Quote
