Weak questions: the BusLogic. o file is required during Kernel upgrade.

Source: Internet
Author: User
Weak Q: The BusLogic. o file-Linux general technology-Linux programming and kernel information is required during Kernel upgrade. The following is a detailed description. [I = s] This post was last edited by hustxsh

Upgrade RHEL 4 (2.6.9) to 2.6.28 under virtual machine

Follow the online steps
# Make oldconfig

# Make

# Make modules_install

# Make install

When a problem occurs in this step, the system prompts "No module BusLogic found for kernel 2.4.12" warning.

Bytes -------------------------------------------------------------------------------------------------------------------------------

Search online:
# Make install

(1) the "No module BusLogic found for kernel 2.4.12" warning may appear at this time. this problem occurs only in the SCSI hard disk + VMWARE + REDHAT architecture, because BusLogic is compiled into the kernel rather than a module (even if the Buslogic module of the 2.4 kernel is statically compiled into the kernel ). The solution is to copy the BusLogic. o file directly:
# Cp/usr/src/linux-2.6.20.4/drivers/scsi/BusLogic. o/lib/modules/2.6.20.4/kernel/drivers/scsi
But don't forget, run make install after the copy.
Bytes -------------------------------------------------------------------------------------------------------------------------------

Now the problem is: my scsi directory only contains BusLogic. c BusLogic. h, without this BusLogic. o file
How can this problem be solved .. I'm a newbie. thank you.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.