在论坛上寻找声卡的驱动方法,是按照这个帖子来解决的:viewtopic.php?t=95598&postdays=0&postor ... 7db9dabe70
可是就在编译 utilities 出现了以下这些错误:
是在这一步中出现错误的:#./configure && make && make install
请问如何解决?谢谢!
代码: 全选
Making all in alsactl
make[1]: Entering directory `/home/soz/alsa-utils-1.0.14rc4/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" -c -o alsactl.o alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; else rm -f ".deps/alsactl.Tpo"; exit 1; fi
alsactl.c:123: 致命错误: 打开依赖文件 .deps/alsactl.Tpo:Permission denied
编译中断。
make[1]: *** [alsactl.o] 错误 1
make[1]: Leaving directory `/home/soz/alsa-utils-1.0.14rc4/alsactl'
make: *** [all-recursive] 错误 1