Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I need to load a module into my kernel
to get a network card working, the problem is that
when I use modprobe command it can not find the
correct path to load the module.
I changed the name of the directories to give it the correct path
but still no luck.
Im too new to this, excuse my ignorance.
thank you for your help
Last edited by enrique_arong; 03-08-2005 at 08:03 AM.
Sorry, I have no idea how It was compiled.
The module is in the kernel.
from the begining:
I installed a new network card, Suse 9 reconized it very well and installed it but when I ran the command ifconfig the only card shonw was the lo.
and the new network card I installed is still dead.
after two days without knowing the cause of the problem I opened the Suseplugger,
It said the following concerning the driver of my new network card:
Driver info #0:
Driver status: 3189too is not active
Driver activation cmd: "modprobe 3189too"
Driver info #1:
Driver status: 3189cp is not active
Driver activation cmd: "modprobe 3189too"
I executed that command: modprobe 3189too
and it returned the following:
modprobe: cant open dependecies file /lib/modules/2.4.21-9-default/modules.dep (no such file or directory)
I need to load a module into my kernel
to get a network card working, the problem is that
when I use modprobe command it can not find the
correct path to load the module.
I changed the name of the directories to give it the correct path
but still no luck.
Im too new to this, excuse my ignorance.
thank you for your help
If the module is not in the standard location, you can add the path name in /etc/modules.conf. See "man modules.conf" for the syntax.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.