|
我的机器用的是 Adaptec AIC-7899P U160/m ,但是我在编译内核时无论是将SCSI low-level drivers 中的
<M> Adaptec AIC7xxx Fast -> U160 support (New Driver)
<M> Adaptec AIC7xxx support (old driver)
还是直接写到内核,
在make modules_install install时,就会出现以下问题
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.9; fi
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.9/arch/i386/boot/install.sh 2.6.9 arch/i386/boot/bzImage System.map ""
No module aic7xxx found for kernel 2.6.9
make[1]: *** [install] Error 1
make: *** [install] Error 2
我的内核选项如下
Linux Kernel v2.6.9 Configuration
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq SCSI low-level drivers qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
x Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted letters are hotkeys. Pressing <Y> x
x includes, <N> excludes, <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </> for Search. x
x Legend: built-in [ ] excluded <M> module < > module capable x
x x
x lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk x
x x <M> 3ware 5/6/7/8xxx ATA-RAID support x x
x x < > 3ware 9xxx SATA-RAID support x x
x x <M> 7000FASST SCSI support x x
x x <M> ACARD SCSI support x x
x x <M> Adaptec AHA152X/2825 support x x
x x <M> Adaptec AHA1542 support x x
x x <M> Adaptec AHA1740 support x x
x x <M> Adaptec AACRAID support (EXPERIMENTAL) x x
x x <M> Adaptec AIC7xxx Fast -> U160 support (New Driver) x x
x x (32) Maximum number of TCQ commands per device x x
x x (15000) Initial bus reset delay in milli-seconds x x
x x [ ] Probe for EISA and VL AIC7XXX Adapters x x
x x Compile in Debugging Code x x
x x (0) Debug code enable mask (2047 for all debugging) x x
x x Decode registers during diagnostics x x
x x <M> Adaptec AIC7xxx support (old driver) x x
x x <M> Adaptec AIC79xx U320 support
但我没有scsi设备的机器,用2.6.9默认的没有出现这个问题 |
|