| View previous topic :: View next topic |
| Author |
Message |
numanoids
Joined: 21 Aug 2008 Posts: 1
|
Posted: Thu Aug 21, 2008 7:22 am Post subject: modpost missing |
|
|
Hi all
Vanilla Hardy install, kernel sources 2.6.24-19
Trying to install usb-server but keep running into the following issue:
Building modules, stage 2.
MODPOST 1 modules
/bin/sh: scripts/mod/modpost: not found
make[2]: *** [__modpost] Error 127
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.24'
make: *** [default] Error 2
Anyone got any ideas? |
|
| Back to top |
|
 |
O-Hatta
Joined: 19 Dec 2008 Posts: 3
|
Posted: Fri Dec 19, 2008 7:16 am Post subject: Re: modpost missing |
|
|
Hi,
I am facing the same problem:
Kubuntu 8.10 2.6.27-9-generic #1 SMP i686
Installed the linux source
Did you solve this?
| numanoids wrote: | Hi all
Vanilla Hardy install, kernel sources 2.6.24-19
Trying to install usb-server but keep running into the following issue:
Building modules, stage 2.
MODPOST 1 modules
/bin/sh: scripts/mod/modpost: not found
make[2]: *** [__modpost] Error 127
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.24'
make: *** [default] Error 2
Anyone got any ideas? |
|
|
| Back to top |
|
 |
O-Hatta
Joined: 19 Dec 2008 Posts: 3
|
Posted: Fri Dec 19, 2008 7:30 am Post subject: |
|
|
Hi,
I found the solution:
cd /usr/src/linux
sudo make modules_prepare |
|
| Back to top |
|
 |
|