|
安装alsa0.9.2在rh9.0上,在./modprobe snd-intel8x0的时候总是说连接错误,查了官方网址的MAIL-LIST,原文如下:
On Sat, 29 Mar 2003, Jason Corekin wrote:
> I work for HP and I just downloaded the new RH 9.0 iso's from our
> internal source yesterday. After upgrading from RH 8.0 and the 2.4.18
> kernel I tried to update my Alsa drivers to work with the new 2.4.20
> kernel and found that althought the Alsa 0.9.2 drivers had compiled and
> installed without trouble the would not load. Instead I am getting the
> error unresolved symbol schedule_work.
please, check the kernel includes.
/usr/include/linux MUST be the link to the include directory of the
kernel. it was in the process of migration from 2.4.<20 to 2.4.>20.
some distributions have /usr/include/linux as a directory. and, when
compiling the fresh kernel, one can get strange things with unresolved
symbols etc (old headers + new kernel).
so,
/usr/include/linux must be the link to /usr/src/linux/include/linux,
if kernel sources were unpacked to the /usr/src/linux.
and, also, You need to recompile drivers.
我试过了上面的解决方法,可是还是不行,查官方的最新MAIL-LIST,没有更新。不知各位linuxer有和高见,共同研究,解决。 |
|