1. make mrproper
2. make menuconfig
device drivers --> SCSI device support --> SCSI low-level drivers
1). set BusLogic SCSI support to <M>
2). un-select all QLogic related options.
3. make
4. make modules_install
5. make install
6. reboot
本文介绍了如何通过修改配置文件来支持SCSI设备的过程。具体步骤包括使用makemrproper、makemenuconfig调整SCSI设备选项,确保BusLogic SCSI支持被设置为<M>并取消选择所有QLogic相关选项。接下来执行make、makemodules_install及make install命令完成编译安装过程,最后重启系统。
1. make mrproper
2. make menuconfig
device drivers --> SCSI device support --> SCSI low-level drivers
1). set BusLogic SCSI support to <M>
2). un-select all QLogic related options.
3. make
4. make modules_install
5. make install
6. reboot

被折叠的 条评论
为什么被折叠?