- This topic has 86 hozzászólás, 15 résztvevő, and was last updated 13 years, 5 months telt el by
uzsolt.
-
SzerzőBejegyzés
-
2008-05-26-15:49 #2159232
Sziasztok !
Hogy lehet azt megoldani hogy make modules install -nal az altalam kivalasztott konyvtarba tegye a modulokat?
Ez azert fontos mert mas target-re forgattam, es manualisan kell feltolteni a modulokat, nem a make install vegzi.Udv.
2008-05-26-15:49 #2159233Sziasztok !
Hogy lehet azt megoldani hogy make modules install -nal az altalam kivalasztott konyvtarba tegye a modulokat?
Ez azert fontos mert mas target-re forgattam, es manualisan kell feltolteni a modulokat, nem a make install vegzi.Udv.
2008-05-26-15:54 #2159234Ha más nem, akkor adsz a kernelnek egy „nevet”:
Code:$ uname -r
2.6.23-zsoltAmúgy meg:
#
# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
# relocations required by build roots. This is not defined in the
# makefile but the argument can be passed to make if needed.
#A linux-forrás „fő”-Makefile-jában (azaz /linux/kernel/forrás/Makefile).
2008-05-26-15:54 #2159235Ha más nem, akkor adsz a kernelnek egy „nevet”:
Code:$ uname -r
2.6.23-zsoltAmúgy meg:
#
# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
# relocations required by build roots. This is not defined in the
# makefile but the argument can be passed to make if needed.
#A linux-forrás „fő”-Makefile-jában (azaz /linux/kernel/forrás/Makefile).
2008-05-26-16:07 #2159236uzsolt wrote:#
# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
# relocations required by build roots. This is not defined in the
# makefile but the argument can be passed to make if needed.
#A linux-forrás „fő”-Makefile-jában (azaz /linux/kernel/forrás/Makefile).
Ebben biztam en is.
Beallitottam es nem valtozik semmi. Nem oda teszi. Nem ertem miert ?
vegulis fogalmam sincs hova masolja a modulokat, nem talaltam meg.2008-05-26-16:07 #2159237uzsolt wrote:#
# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
# relocations required by build roots. This is not defined in the
# makefile but the argument can be passed to make if needed.
#A linux-forrás „fő”-Makefile-jában (azaz /linux/kernel/forrás/Makefile).
Ebben biztam en is.
Beallitottam es nem valtozik semmi. Nem oda teszi. Nem ertem miert ?
vegulis fogalmam sincs hova masolja a modulokat, nem talaltam meg.2008-05-26-16:13 #2159238Na-na-na!
Kiadod:Code:make INSTALL_MOD_PATH=/ahova/akarod
make INSTALL_MOD_PATH=/ahova/akarod modules_installTehát már úgy kell forgatni! Hiszen honnan tudná szegény kernel, hogy a moduljait hol keresse?
2008-05-26-16:13 #2159239Na-na-na!
Kiadod:Code:make INSTALL_MOD_PATH=/ahova/akarod
make INSTALL_MOD_PATH=/ahova/akarod modules_installTehát már úgy kell forgatni! Hiszen honnan tudná szegény kernel, hogy a moduljait hol keresse?
2008-05-26-20:18 #2159240uzsolt wrote:Na-na-na!
Kiadod:Code:make INSTALL_MOD_PATH=/ahova/akarod
make INSTALL_MOD_PATH=/ahova/akarod modules_installTehát már úgy kell forgatni! Hiszen honnan tudná szegény kernel, hogy a moduljait hol keresse?
Koszi !
Teljesen igazad van!Mostmar csak a depmoddal van baja.
Code:cd /opt/ts-7200/lib/modules/2.4.26-ts11;
mkdir -p pcmcia;
find kernel -path ‘*/pcmcia/*’ -name ‘*.o’ | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b /opt/ts-7200 -r 2.4.26-ts11; fi
Version requires old depmod, but couldn’t run /sbin/depmod.modutils: No such file or directory
make: *** [_modinst_post] Error 22008-05-26-20:18 #2159241uzsolt wrote:Na-na-na!
Kiadod:Code:make INSTALL_MOD_PATH=/ahova/akarod
make INSTALL_MOD_PATH=/ahova/akarod modules_installTehát már úgy kell forgatni! Hiszen honnan tudná szegény kernel, hogy a moduljait hol keresse?
Koszi !
Teljesen igazad van!Mostmar csak a depmoddal van baja.
Code:cd /opt/ts-7200/lib/modules/2.4.26-ts11;
mkdir -p pcmcia;
find kernel -path ‘*/pcmcia/*’ -name ‘*.o’ | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b /opt/ts-7200 -r 2.4.26-ts11; fi
Version requires old depmod, but couldn’t run /sbin/depmod.modutils: No such file or directory
make: *** [_modinst_post] Error 2 -
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz