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 里似乎已经是这样了
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)
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 final马上就要出了,暂时不在1.2用新kernel了 楼上的说“final马上就要出了,暂时不在1.2用新kernel了”
真的吗?快放假了,回家没网上啊,加油啊!
不建议换!!!
我想ML还是不要更新的好吧,不然正式版又没希望了留个内核自己装就行了
个人认为2.6.9在ML1.2 RC1中已经稳定了,要是没什么大问题,我不建议换,出小问题当然要解决,^-^ 换了还要时间测试!也像上面楼上说的,可以自己学学编译内核也是不错的!
页:
1
[2]