cnsnail 发表于 2003-9-4 10:20:16

帮我看看

我在升级内核运行 make xconfig的时候出现
wish -f scripts/kconfig.tk
make: wish: Command not found
make: *** Error 127
请高手指点

cnsnail 发表于 2003-9-4 11:10:21

我解决了因为少了wish命令 建议到www.rpmfind.com下一个就好了

cnsnail 发表于 2003-9-4 15:01:19

但是我编译好了在引导的是后就是无法启动了我的GRUB配置如下# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You do not have a /boot partition.This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,9)
#          kernel /boot/vmlinuz-version ro root=/dev/hdb11
#          initrd /boot/initrd-version.img
#boot=/dev/hdb
default=1
timeout=10
splashimage=(hd0,9)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.22)
        root (hd0,9)
        kernel /boot/vmlinuz-2.4.22 ro root=LABEL=/dev/hdb11
        initrd /boot/initrd-2.4.22.img
title Red Hat Linux (2.4.20-8)
        root (hd0,9)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
我选择Red Hat Linux (2.4.20-8)可以正常登陆但是选择Red Hat Linux (2.4.22)在执行到 root=LABEL=/dev/hdb11 是 无法继续启动。。
我的 分区/    Dev/hdb11      //

               /dev/hdb10      /home
               /dev/hdb9    swap
请高手指点?????

cnhnln 发表于 2003-9-4 17:32:07

root=/dev/hdb11

cnsnail 发表于 2003-9-4 23:27:53

谢谢大哥我搞好了 系统快了许多 !

cnsnail 发表于 2003-9-5 07:38:54

问题又来了 ?怎么 我的 Red Hat Linux (2.4.22) redhat-config-network无法工作!!!但再原来的怎么很好!!嘿嘿还是请指点一下!省了我不必要浪费那么多时间 谢谢!

Dragonfly 发表于 2003-9-5 08:04:33

run it under a console, post the eror msg here.

cnsnail 发表于 2003-9-5 11:59:00

能具体说一下吗 ??

Dragonfly 发表于 2003-9-5 22:30:01

i wanna u give me the error message it reports. :-D

cnsnail 发表于 2003-9-6 03:16:19

不能关机 不能加载 usb 驱动不能激活网卡

Dragonfly 发表于 2003-9-6 11:42:59

for poweroff, use apm or acpi. search here
for usb, check if u compile it in to kernel,
which nic u use?

pls give us the original msg. thx. :-D

cnsnail 发表于 2003-9-6 12:20:49

先谢谢了!
页: [1]
查看完整版本: 帮我看看