我在Chakra Linux上编译3.2.8+ck+tuxonice的内核,遇到了一点问题,模块没有安装进系统。<br><br>[tao@TaoKY-Computer linux-3.2.8]$ make modules -j8<br> CHK include/linux/version.h<br> CHK include/generated/utsrelease.h<br> CALL scripts/checksyscalls.sh<br>
CHK kernel/config_data.h<br> Building modules, stage 2.<br> MODPOST 10 modules <br>
[tao@TaoKY-Computer linux-3.2.8]$ sudo make modules_install<br>密码:<br> INSTALL arch/x86/kernel/test_nx.ko<br> INSTALL drivers/hid/hid-logitech-dj.ko<br> INSTALL drivers/net/ethernet/atheros/atlx/atl1.ko<br> INSTALL drivers/net/ethernet/atheros/atlx/atl2.ko<br>
INSTALL drivers/net/usb/ipheth.ko<br> INSTALL drivers/scsi/scsi_wait_scan.ko<br> INSTALL fs/jfs/jfs.ko<br> INSTALL fs/ntfs/ntfs.ko<br> INSTALL kernel/configs.ko<br> INSTALL net/netfilter/xt_mark.ko<br> DEPMOD 3.2.8-ck1<br>
Warning: you may need to install module-init-tools<br>See <a href="http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt">http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt</a><br>[tao@TaoKY-Computer linux-3.2.8]$ sudo pacman -S module-init-tools<br>
正在解决依赖关系...<br>正在查找内部冲突...<br>:: module-init-tools 与 kmod 有冲突。删除 kmod 吗? [y/N] n<br>错误:检测到未解决的软件包冲突<br>错误:无法准备事务处理 (有冲突的依赖关系)<br>:: module-init-tools 与 kmod 有冲突<br>[tao@TaoKY-Computer linux-3.2.8]$ sudo mkinitcpio -k 3.2.8-ck1 -g /boot/initramfs-linux3.2.8-ck.img<br>
==> Starting build: 3.2.8-ck1<br> -> Parsing hook: [base]<br> -> Parsing hook: [udev]<br> -> Parsing hook: [keymap]<br> -> Parsing hook: [autodetect]<br> -> Parsing hook: [pata]<br> -> Parsing hook: [scsi]<br>
-> Parsing hook: [sata]<br> -> Parsing hook: [resume]<br> -> Parsing hook: [filesystems]<br>==> WARNING: No modules were added to the image. This is probably not what you want.<br>==> Creating gzip initcpio image: /boot/initramfs-linux3.2.8-ck.img<br>
==> Image generation successful<br><br>主要是“WARNING: No modules were added to the image. This is probably not what you want.“看着叫人害怕。请问有什么好的解决方法?