You are not logged in.
Hi (sorry for my incorrectly english)
after long time using suse linux 7.3 pro i decided to use arch linux :-)
but i wasn able to config everything for lan...
i finally managed to install arch 0.6 with kernell 2.6.x from iso
i never configured something without wizard :-) so i rather ask befor i do something
i have to put the line:
alias eth0 8139too
somewhere in the /etc/modprobe.conf
and add "8139too" into MODULES() in /etc/rc.conf
and then run smething with modprobe 8139too in bash???
if 8139too is right for my realtek rtl 8029(as)
greetings matto
// DAMNiAM //
Offline
first search google to find out which module you need to load for your card. Or if you can install hwd from the boot cd then use that to find which module (im not sure if its 8139too or not) Then your right from then on except you never need to run modprobe 8139too from bash, this is done on startup if you edit your config files. Following these steps is how i got my network adapter set up a couple weeks ago. And the english is pretty good!
Offline
The module for RealTek RTL-8029 is "ne2k-pci".
Markku
Offline
Add "ne2k-pci" into rc.conf. Don't put it in modprobe.conf. It doesn't need both. After that it should work after a reboot.
Offline