| View previous topic :: View next topic |
| Author |
Message |
St.Purple n00b


Joined: 30 Jul 2002 Posts: 15 Location: Rotterdam, NL
|
Posted: Mon Nov 18, 2002 8:46 pm Post subject: úpdate-modules'can't find modules |
|
|
Hello I'm trying to get ppp working on my system but there's something wrong with the modules
I set the kernel up and marked all of the ppp things to be build as module and build the kernel. No errors during the proces. make modules and make modules_install went fine. But when I do a update-modules it sais it can't find any of the modules I just build.
I redid the whole thing but started with a make mrproper with the same result.
Can some help me out with this? |
|
| Back to top |
|
 |
qbecks n00b

Joined: 17 Nov 2002 Posts: 8
|
Posted: Wed Nov 20, 2002 12:39 am Post subject: |
|
|
Hi! I had same problem.
First make sure you have link:
# ln -s /sbin/update-modules /usr/sbin/update-modules
Second, check attributes of ppp:
# ls -al /etc/modules.d/
I had to change attributes to make ppp not executable:
#chmod 0644 ppp
dann
#update-modules
and was fine. Hope it'll help
Qbecks |
|
| Back to top |
|
 |
St.Purple n00b


Joined: 30 Jul 2002 Posts: 15 Location: Rotterdam, NL
|
Posted: Thu Nov 21, 2002 12:51 am Post subject: |
|
|
Nope...
The modules I tried to make are supossed to be in /lib/modules/blabla/kernel/net....
at the end of the proces ther not there............
My system has no trouble running update-modules so no need for a symlink, the program just can't find the modules stated in /etc/modules.conf cause ther just not there... |
|
| Back to top |
|
 |
Mewso n00b

Joined: 21 Nov 2002 Posts: 6
|
Posted: Thu Nov 21, 2002 2:27 am Post subject: |
|
|
Yay. That fixed my problem with update-modules
Also, I'd previously (about 6 hours ago) had a problem where compiled modules were not ending up in the /lib/modules bit. Turns out I was running "make modules-install" instead of "make modules_install". Had me stumped for a while over such a simple mistake. |
|
| Back to top |
|
 |
samureye n00b

Joined: 11 Jul 2002 Posts: 15
|
Posted: Tue Dec 03, 2002 6:24 am Post subject: |
|
|
| qbecks wrote: | Hi! I had same problem.
First make sure you have link:
# ln -s /sbin/update-modules /usr/sbin/update-modules
Second, check attributes of ppp:
# ls -al /etc/modules.d/
I had to change attributes to make ppp not executable:
#chmod 0644 ppp
dann
#update-modules
and was fine. Hope it'll help
Qbecks |
UNREAL!! You're a legend.. this was stopping me getting alsa working.. much appreciated! |
|
| Back to top |
|
 |
|