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

Re: 8139too Module



On Tue, 2004-01-27 at 19:36, Timothy Paling wrote:
> I am somewhat of a newbie to Debian and have managed to sucessfully install
> 3.0r2 on my Compaq 2104EA laptop.
> 
> I am, however, having some issues with getting my Belkin F5D5010 Ethernet
> CardBus card working. The Cardbus itself is working (I have verified this by
> looking at /var/log/syslog when inserting the card).
> 
> I am aware that I need to install the 8139too module, however, I'm
> completely unsure on how to do this.
> 

If you are using the 2.4.18-bf2.4 kernel, I think that support for that
card is compiled in, and you dont have to insert any modules. If you are
using some other kernel, you will need to make sure that you've got that
module compiled (or compiled into your kernel). To see if you have that
module, type:

ls /lib/modules/`uname -r`/kernel/drivers/net/

and look through the files listed for one called 8139too.o

to install a kernel module, you must switch to root, then type: modprobe
<name of module>

for example: modprobe 8139too

you may need to insert the mii module as well. 

good luck!

-davidc



Reply to: