QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: 心情花园

Linux kernel 2.6.10已发布,ML会跟进吗?

[复制链接]
发表于 2004-12-25 23:18:15 | 显示全部楼层
晚上睡觉前开机编译,睡饱了,这样就 ok 啦。呵呵~~~~~~
回复

使用道具 举报

发表于 2004-12-25 23:18:59 | 显示全部楼层
如果只是为你的机器订制的,也不过20分钟
回复

使用道具 举报

发表于 2004-12-25 23:46:46 | 显示全部楼层
2.6.10

fglrx 内核模块编译过了装不上, 有个函数没了 pci_find_class
解决办法:  s/pci_find_class/pci_get_class/g

ndiswrapper 也是. 少了个 task_nice , 2.6.10 rc2 开始就没有导出 task_nice 这个函数了. 解决办法见楼下

频繁升级没意思, 弄个稳定的平台用着就好.

usbfs 是 usbdevfs 改名的. 2.6.10 的 changelog 里写了.
不过我的 2.6.9 里似乎已经是这样了
[code:1]
root #> uname -a
Linux debian 2.6.9 #10 Tue Nov 30 10:12:32 CST 2004 i686 GNU/Linux

root #> mount | grep usb
usbfs on /proc/bus/usb type usbfs (rw)
[/code:1]
回复

使用道具 举报

发表于 2004-12-26 00:47:55 | 显示全部楼层
http://article.gmane.org/gmane.linux.drivers.ndiswrapper.general/3548

From: Matthias-Christian Ott <matthias.christian <at> tiscali.de>
Subject: ndiswrapper: Unknown symbol task_nice
Newsgroups: gmane.linux.drivers.ndiswrapper.general
Date: Mon, 22 Nov 2004 19:11:10 +0100

Hi!
I'm using Arch Linux with the 2.6.10-rc2 Kernel. If I
try to modprobe ndiswapper this error appears:
ndiswrapper: Unknown symbol task_nice

http://article.gmane.org/gmane.linux.drivers.ndiswrapper.general/3555

From: Alex Davis <alex14641 <at> yahoo.com>
Subject: Re: ndiswrapper: Unknown symbol task_nice
Newsgroups: gmane.linux.drivers.ndiswrapper.general
Date: Mon, 22 Nov 2004 16:40:35 -0800

Edit the the file kernel/sched.c in the kernel source
directory. At line 3041 there's the function task_nice.
After the end of that function, you want to add the line

EXPORT_SYMBOL(task_nice);

so that section looks like

int task_nice(const task_t p)
{
    return TASK_NICE(p);
}

EXPORT_SYMBOL(task_nice);

-Alex


=====
I code, therefore I am
回复

使用道具 举报

发表于 2004-12-26 11:54:16 | 显示全部楼层
final马上就要出了,暂时不在1.2用新kernel了
回复

使用道具 举报

发表于 2004-12-26 12:33:41 | 显示全部楼层
楼上的说“final马上就要出了,暂时不在1.2用新kernel了”
     真的吗?快放假了,回家没网上啊,加油啊!
回复

使用道具 举报

发表于 2004-12-27 08:24:46 | 显示全部楼层

不建议换!!!

[quote:b3d623436f="冰寻"]我想ML还是不要更新的好吧,不然正式版又没希望了

留个内核自己装就行了[/quote]

  个人认为2.6.9在ML1.2 RC1中已经稳定了,要是没什么大问题,我不建议换,出小问题当然要解决,^-^ 换了还要时间测试!也像上面楼上说的,可以自己学学编译内核也是不错的!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-26 22:23 , Processed in 0.116569 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表