View previous topic :: View next topic |
Author |
Message |
Who_else_but_me
Joined: 20 Oct 2005 Posts: 2
|
Posted: Thu Oct 20, 2005 9:05 pm Post subject: Network card troubles |
|
|
Hi
Bit of a newbie here, but when setting up a network card, how do i know what kernel module to load? it says this is optional, but the network card fails to activate so i must need one.
lspci says my card is:
Quote: | 00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) |
any help would be nice  _________________ &hope still |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Thu Oct 20, 2005 9:32 pm Post subject: rtl 8xxx cards |
|
|
possible solutions for 8029 cards are:
use the rtl8xxx or 8139too modules, or if your card is older, use the ne2000 driver (ne2k-pci) which supports all older chipsets such as the 8029, winbond, holtek chipsets. ne2k-pci is your best bet. |
|
Back to top |
|
 |
Who_else_but_me
Joined: 20 Oct 2005 Posts: 2
|
Posted: Thu Oct 20, 2005 11:00 pm Post subject: eh? |
|
|
Okay, so i went into lnet and typed in ne2k-pci... tried to bring up eth0. fails.
I reboot and when the login prompt comes up i notice a little way up it says
Quote: | * starting eth0: modprobe: Can't locate module ne2k-pci |
i take it i need an absolute path, or will i need to compile the module? i didn't set up the ethernet card during install because i didn't know what i was doing.
Thanks for the quick reply btw  _________________ &hope still |
|
Back to top |
|
 |
lunar_mike
Joined: 06 Nov 2005 Posts: 30 Location: Toronto, Ontario
|
Posted: Sun Nov 06, 2005 7:27 am Post subject: |
|
|
run lnet and try this driver rtl8029 i believe thats the one that you want ,
if it still doesnt work you can try these drivers also
http://list.driverguide.com/list/LINUX/company891/
(Hope This Helps)  _________________ I R Human ...... |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sun Nov 06, 2005 10:13 pm Post subject: Can't locate module ne2k-pci |
|
|
that message shows that you haven't built the proper kernel driver - go back to your kernel configuration and select and build the ne2k-pci driver. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Tue Nov 08, 2005 7:26 pm Post subject: Correction |
|
|
The linux kernel config symbol and module are named ne2k_pci, but in the menu system the driver is named PCI NE2000.
This driver supports a whole bunch of old cards, check out the help info:
Quote: |
This driver also works for the following NE2000 clone cards:
RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
Holtek HT80232 Holtek HT80229 |
|
|
Back to top |
|
 |
lunar_mike
Joined: 06 Nov 2005 Posts: 30 Location: Toronto, Ontario
|
Posted: Wed Nov 09, 2005 3:31 am Post subject: |
|
|
Ouuh i let that slip past me
sofar your a quick one  _________________ I R Human ...... |
|
Back to top |
|
 |
|