![](https://secure.gravatar.com/avatar/2426734ec25e928cced5a64a9e3657e6.jpg?s=120&d=mm&r=g)
Could you give me some clues as to which section in the kernel setup I should look in? I tried to have a look, but couldn't seem to locate it in a intuitive manner... Regards, Helge F. On 12/31/06, Joe Gilmour <jgilmour@bigpond.net.au> wrote:
Helge Fredriksen wrote:
Hello,
I've just installed Crux 2.2 on a PC with a brand new Netgear FA-311 network card. I'm trying to launch the driver adding the statement
/sbin/modprobe natsemi
to the /etc/rc.d/net script. However, I found that this module probably isn't installed. How do I proceed to upgrade my system?
Best regards, Helge Fredriksen Welcome to CRUX.
You need to either compile a new kernel with the natsemi code built in (then you wont need to modprobe it) or build the module in whiuch case you can just build and install the modules.
Normally a system will automatically load the modules so you shouldn't need to modprobe at all.
HTH,
Joe