LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 718|回复: 1

au8830声卡驱动make通不过

[复制链接]
发表于 2004-2-20 00:03:59 | 显示全部楼层 |阅读模式
系统是debian testing,kernel 2.4.18-bf2.4
下的是sourceforge上的cvs版本。运行make后提示
gcc -M -I/lib/modules/2.4.18-bf2.4/build/include au_utils.c > au_utils.dep
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from au_vortex.h:54,
                 from au_utils.c:40:
/usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from au_vortex.h:54,
                 from au_utils.c:40:
/usr/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory
In file included from au_utils.c:40:
au_vortex.h:77:29: linux/wrapper.h: No such file or directory
make: *** [au_utils.dep] Error 1

gcc版本是3.3.3
发表于 2004-2-20 15:57:57 | 显示全部楼层
建议你用 ALSA 驱动。2.4.24 kernel

  1. #apt-get install kernel-image-2.4.24-1-686 alsa-modules-2.4.24-1-686
复制代码

或者自己编译

  1. #apt-get install kernel-headers-2.4.18-bf2.4 alsa-source
  2. #cd /usr/src/kernel-headers-2.4.18-bf2.4
  3. #make-kpkg --append-to-version -bf2.4 modules_image
  4. #dpkg -i ../alsa-modules-2.4.18-*.deb
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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