[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Determine which module is used?



On 09/24/04 17:01, David wrote:
Hello list,

I've got a Debian 3.0 system running a 2.4.18 kernel. This system has a the following fully working NIC:

box:/# lspci
00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10)

An "lsmod" doesn't show a "rlt8139" or "8139too" which should be used I suppose. Nevertheless the NIC is fully working. I think some build in kernel module is supporting this NIC. How can I determine which module is used for the NIC? I can't find any loaded module with either modprobe, lsmod or ksyms that theoretically could support the NIC.

Hope someone can help me with this one.

Thanks in advance,

David


David,

Don't know if this will help, but I'm having no problems with a cheapo 8139 NIC from Belkin and Debian unstable 2.4.25 kernel.

$ lspci |grep 8139
00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
$ lsmod |grep 8139
8139too                15048   1
mii                     2464   0 [8139too]
crc32                   2912   0 [8139too]

(This is a 5Mbs cable connection that has downloaded compressed files even faster.)

Good luck!



Reply to: