Skip to Content

手提电脑无声音,下载相关文件后,出现一些问题,请给以指点

我的Puppy是安装在C盘的,FAT32格式,一直未有声音,经本网讨论区相关指点后,从http://www.alsa-project.org/main/index.php/Main_Page下载了alsa-driver-1.0.18rc3程序,解压到/root/app/alsa/,经一番操作,便有下面有信息,不知出了什么问题,也不知下一步如何做,请高手指点,先谢了:
# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /root/app/alsa/alsa-driver
checking cross compile...
checking for directory with kernel source... ./configure: line 4734: cd: /usr/src/linux: No such file or directory
/usr/src/linux
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /include/linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
# make
make all-deps
make[1]: Entering directory `/root/app/alsa/alsa-driver'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/root/app/alsa/alsa-driver'

Please, run the configure script as first...

# make install
if [ -L /include/sound ]; then \
rm -f /include/sound; \
ln -sf /root/app/alsa/alsa-driver/include/sound /include/sound; \
else \
rm -rf /include/sound; \
install -d -m 755 -g root -o root /include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /include/sound; \
done \
fi
install: cannot stat `include/sound/*.h': No such file or directory
make: *** [install-headers] Error 1
#646
labrador 的头像
需要先下载内核源码,解压到/usr/src/linux,步骤参考一下这篇文章中有关内核的部分
#692
多谢,现声音问题已解决,主要是设置问题,其它问题再继续努力

[声音问题: http://puppylinux.5d6d.com/thread-170-1-1.html

发表新评论

  • 你可以在文本中使用BBCode标记语言。 URL会自动被转为链接。

更多关於格式化选项的信息

CAPTCHA
请验证您是否是机器人。
Image CAPTCHA
Enter the characters shown in the image.