amelie 发表于 2003-5-26 22:43:17

呵呵,多谢,多谢,我来试一下

amelie 发表于 2003-5-26 22:47:20

对了,忘了问一下,如果我现在对usb下面重新选择,还有必要按照编译内核的那个步骤嘛,make mrporper,make xconfig,make dep,make clean,make bzImage,make modules还有make modules_install,还是直接做最后两步就可以了哪???多谢!!!

Dragonfly 发表于 2003-5-26 22:55:52

no, bzImage, modules, and modules_install are enough.

amelie 发表于 2003-5-27 17:56:53

为什么我得USB选项中大部分都是灰色的,根本选不中哪

amelie 发表于 2003-5-27 19:07:42

呵呵,问题都解决了,多谢多谢。
不过编译2.4.18-14内核死机问题一直还是有点莫名其妙。

Dragonfly 发表于 2003-5-27 22:45:25

if u problem is solved, can u write down some notes about what is u problem, how u solve it, what happen during u trying. then all of us can learn from it. thx so much.

what u mean machine crash, u mean the new kernel crash machine, or machine crash during compiling.

amelie 发表于 2003-5-28 08:40:54

我得主要的问题是在Input Core Support 这个选项里,开始没有选东西,导致USBsupport 选项好多都是灰色的,根本没法选择,后来把Input Core Support这个选项的内容都选“m“,USB support选项又重新选择了一下,就ok了。
       至于问题在前面问时,已经说得很清楚了,就不说了吧。归根结蒂,还是对内核各个选项不是很熟悉,具体的不知道那些东东必须选,而另外的一些如果多选了反而会冲突。
      关于内核2.4.18-14的问题我好像发了一个帖子问过的,一直解决不了,所以才想到把它升级到2.4.20的,不过还会,升级后一切都正常了,怀疑2.4.18的内核和我得机子的硬件有冲突,因为在别人的机子上试过相同的工作,结果别人的就能编译正常。

Dragonfly 发表于 2003-5-28 10:06:13

cong!

minidreamer 发表于 2003-6-2 17:05:19

想试试看2.5.70的内河,Dragonfly, 你对这个版本的内核有什么看法?

Dragonfly 发表于 2003-6-2 21:25:20

try it. many new features, similar as 2.6 except the bugs.

minidreamer 发表于 2003-6-5 19:39:35

2.5.70的内核和2.4的好像不太一样,我在/usr/src下编译会有问题,看了README说不能在那编译.换了个目录,原来的问题没有了.但是碰到了新问题.
# make xconfig
HOSTCCscripts/fixdep
HOSTCCscripts/split-include
HOSTCCscripts/conmakehash
HOSTCCscripts/docproc
HOSTCCscripts/kallsyms
CC      scripts/empty.o
HOSTCCscripts/mk_elfconfig
MKELF   scripts/elfconfig.h
HOSTCCscripts/file2alias.o
HOSTCCscripts/modpost.o
HOSTLDscripts/modpost
HOSTCCscripts/pnmtologo
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
这个QT是什么东西啊,好像经常看到,但不知道是什么.在公社搜索了一下,好像没这个软件.

Dragonfly 发表于 2003-6-5 21:38:05

do u have kde? if not, try to use menuconfig only.

greenforce 发表于 2003-6-7 20:03:57

iptables 问题.并不难.
内核选项开启Networking options 中的 iptables 后. 继续向下看
找到 IP : Netfilter Configuration 进入.
如果你不知道该怎么选.那就 设置所有的 M.
页: 1 2 3 [4]
查看完整版本: 新编译的内核能启动了,但是还有好多问题