2006-08-19 03:12:54

by jeff shia

[permalink] [raw]
Subject: can I insmod a module if my hardware donot support it?

Hello,

If I have not a 8139 network card, can I insmod the 8139too.o module?

Thank you in advance.

Yu xia


2006-08-19 03:56:50

by Randy Dunlap

[permalink] [raw]
Subject: Re: can I insmod a module if my hardware donot support it?

On Sat, 19 Aug 2006 11:12:52 +0800 jeff shia wrote:

> Hello,
>
> If I have not a 8139 network card, can I insmod the 8139too.o
> module?
>
> Thank you in advance.

I just did:
8139too Fast Ethernet driver 0.9.27

# lsmod
Module Size Used by
8139too 44800 0


---
~Randy