发新话题
 搜藏 打印 该页面添加到 Mister Wong

@@ make install 时为何提示 BusLogic 错误? 如何解决啊 @@

@@ make install 时为何提示 BusLogic 错误? 如何解决啊 @@

我在VMware下编译内核2.6.12.1,当执行到make install时出现如下错误(前面编译过程正常):
[root@localhost linux-2.6.12.1]# make install
  CHK     include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CHK     usr/initramfs_list
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.12.1/arch/i386/boot/install.sh 2.6.12.1 arch/i386/boot/bzImage System.map "/boot"
No module BusLogic found for kernel 2.6.12.1
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2

另外,我 dmesg 内核2.4引导信息时,发现如下信息,难道是2.6.12.1不支持VMware?:
scsi0: *** BusLogic BT-958 Initialized Successfully ***
scsi0 : BusLogic BT-958
  Vendor: VMware,   Model: VMware Virtual S  Rev: 1.0
  Type:   Direct-Access                      ANSI SCSI revision: 02

本文由shawphone 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-3750-1-1.html

TOP

在SCSI选项中,找到BusLogic,然后以模块形式编译
或者试试直接手动copy过去。
cp drivers/scsi/Buslogic.o /lib/modules/../kernel/drivers/scsi/
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

回复 #2 hew 的帖子

还是不行呀

TOP

两个方法都不行?
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

回复 #4 hew 的帖子

谢谢,直接到linux下编译内核就没问题了.

再有,请问hew遇到过lsmod, 提示: QM:Function is not complemented. 没有?

TOP

你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

发新话题