Results 1 to 2 of 2
when i run make modules_install i get this, im configuring my acx 111 wireless card and this is the final step to finishing it but i get this error, can ...
- 03-13-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 1
help with make modules_install
when i run make modules_install i get this, im configuring my acx 111 wireless card and this is the final step to finishing it but i get this error, can anyone help?
root@mshome:/usr/src/linux# make modules_install
make -C kernel modules_install
make[1]: Entering directory `/usr/src/linux-2.4.31/kernel'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/linux-2.4.31/kernel'
make -C drivers modules_install
make[1]: Entering directory `/usr/src/linux-2.4.31/drivers'
make -C block modules_install
make[2]: Entering directory `/usr/src/linux-2.4.31/drivers/block'
mkdir -p /lib/modules/2.4.31/kernel/drivers/block/
cp DAC960.o cciss.o cpqarray.o nbd.o sx8.o umem.o xd.o /lib/modules/2.4.31/kernel/drivers/block/
cp: cannot stat `DAC960.o': No such file or directory
cp: cannot stat `cciss.o': No such file or directory
cp: cannot stat `cpqarray.o': No such file or directory
cp: cannot stat `nbd.o': No such file or directory
cp: cannot stat `sx8.o': No such file or directory
cp: cannot stat `umem.o': No such file or directory
cp: cannot stat `xd.o': No such file or directory
make[2]: *** [_modinst__] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.31/drivers/block'
make[1]: *** [_modinst_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.31/drivers'
make: *** [_modinst_drivers] Error 2
- 03-13-2006 #2
try this command after you save your kernel
Code:make dep && make bzImage modules modules_install
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL


Reply With Quote