歡迎您光臨本站 註冊首頁

Fedora 9 音效卡問題,折騰了很久了,請大家幫忙解決!

←手機掃碼閱讀     火星人 @ 2014-03-23 , reply:0

我原來用的是Fedora 7,安裝完后,音效卡沒有問題,後來不知道怎麼回事,聲音就沒了,我還以為線不問題,回到Windows下則沒有問題,最近裝了個Fedora 9 ,安裝完后音效卡就有問題,從來就沒有發過聲。
在www.alsa-project.org下載了alsa-driver-1.0.16等軟體包,在安裝第一個包時alsa-driver-1.0.16時就出錯了,不知道是什麼原因,以下就是出錯的信息。

[luoping@localhost alsa]$ cd alsa-driver-1.0.16
[luoping@localhost alsa-driver-1.0.16]$ ./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/install -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... /var/tmp/alsa/alsa-driver-1.0.16
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.25.3-18.fc9.i686/source
checking for directory with kernel build... /lib/modules/2.6.25.3-18.fc9.i686/build
checking for kernel linux/version.h... no
The file /lib/modules/2.6.25.3-18.fc9.i686/source/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 /lib/modules/2.6.25.3-18.fc9.i686/source).
[luoping@localhost alsa-driver-1.0.16]$ make install
if [ -L /include/sound ]; then \
rm -f /include/sound; \
ln -sf /var/tmp/alsa/alsa-driver-1.0.16/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
rm: 無法刪除目錄「/include/sound」: 許可權不夠
install: 無法 stat 「include/sound/*.h」: 沒有那個文件或目錄
make: *** [install-headers] 錯誤 1
[luoping@localhost alsa-driver-1.0.16]$

使用ROOT登錄時安裝也是這樣的現象。

出現這些現象后,打開系統下的「音效」窗口,點擊任何一個測試按鈕,彈出以下信息:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink profile=chat: Failed to connect stream: Invalid argument

[火星人 ] Fedora 9 音效卡問題,折騰了很久了,請大家幫忙解決!已經有518次圍觀

http://coctec.com/docs/linux/show-post-112915.html