slackware 11解决升级内核启动出现的问题(2)

从kernel.org下载2.6.21 的内核
解压到/usr/src

[root@slackware] # cd linux-2.6.21
[root@slackware] # make oldconfig
[root@slackware] # make menuconfig
我的cpu为 英特尔奔腾M,选上pm,kvm,nvidia显卡不要选上fb否则在编译nvidia的时候出错,我
的显卡为 geforce go 6200,把ext3编译到内核中就不需要initrd.gz了
[root@slackware] # time make all -j2
[root@slackware] # make modules_install
[root@slackware] # cp arch/i386/boot/bzImage /boot

添加启动项到menu.lst
# Linux bootable partition config begins
title Slackware 11 (kernel 2.6.21-pm)
root (hd0,2)
kernel /boot/bzImage root=/dev/hda3 ro vga=791
# Linux bootable partition config ends

重启之后到
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ACPI: PCI interrupt for device 0000:06:04.0 disabled
ipw2200: probe of 0000:06:04.0 failed with error -5
ACPI: PCI Interrupt 0000:00:1f.3[B] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt 0000:00:1b.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1b.0 to 64
cs: IO port probe 0xc00-0xcff: clean.
cs: IO port probe ox800-0x80f:_
之后死机

后来发现在处理pcmica的时候死机了
修改 /etc/pcmica/config.opts
找到
include port 0x100-0x3af, port 0x3e0-0x4ff, port 0x800-0x80f, port 0x820-0x8ff, port 0xc00-0xcff
改为
include port 0x100-0x3af, port 0x3e0-0x4ff, port 0x820-0x8ff, port 0xc00-0xcff

重启
。。。。。。。。
可以启动
兴奋中。。。。。。。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wzwjzp.html