音效卡裝不起來?

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

音效卡裝不起來?

文章anhi » 週一 10月 13, 2003 1:51 am

我的音效卡是Aureal8830的卡,Debian裡面找不到模組可以安裝,alsa好像沒有支援,不過alsa叫我去底下的網址找Driver, 可是有很多檔案耶.不知道怎麼安裝?
http://savannah.nongnu.org/cgi-bin/viewcvs/openvortex/
anhi
 

re:音效卡裝不起來?

文章palmpilote » 週一 10月 13, 2003 7:33 am

圖檔
看啥?沒看過貓有五條腿的嗎?
http://palmpilote.twbbs.org
個人blog啟動
頭像
palmpilote
快樂的大學生
快樂的大學生
 
文章: 524
註冊時間: 週四 10月 17, 2002 4:01 pm
來自: 笨呆星球

re:音效卡裝不起來?

文章訪客 » 週一 10月 13, 2003 1:47 pm

我用的是au8820的卡,想来au8830也应当一样。
palmpilote 提到的是 openvortex 从 sourceforge 引入的precompiled driver,
并非ALSA的驱动,要用ALSA的驱动可以从openvortex的CVS中checkout 出 alsa 整个文档
夹,然后再按照INSTALL的指导
#./cvscompile --with-cards=au8830 --enable-oss
#make install
#./snddevices
#apt-get install alsaconf & alsaconf
就可以啦。

当然了,用sourceforge.net/projects/aureal的driver也不错,不过那是close source的
訪客
 

re:音效卡裝不起來?

文章訪客 » 週一 10月 20, 2003 12:39 pm

我抓了音效卡驅動程式, 執行make install後,出現以下錯誤,請問要怎麼辦?
驅動程式網址:http://savannah.nongnu.org/cgi-bin/viewcvs/openvortex/aureal-1.x/

debian:/anhi/au# make install
gcc -D__KERNEL__ -DMODULE -DAU8830 -mcpu=pentiumpro -O6 -fomit-frame-pointer -Wall -pipe -I/lib/modules/2.4.20-3-k7/build/include -c -o au_audio.o au_audio.c
In file included from au_audio.c:49:
au_vortex.h:50:33: linux/modversions.h: 沒有此一檔案或目錄
make: *** [au_audio.o] Error 1
訪客
 

re:音效卡裝不起來?

文章palmpilote » 週一 10月 20, 2003 11:38 pm

把你的kernel的header裝起來吧
圖檔
看啥?沒看過貓有五條腿的嗎?
http://palmpilote.twbbs.org
個人blog啟動
頭像
palmpilote
快樂的大學生
快樂的大學生
 
文章: 524
註冊時間: 週四 10月 17, 2002 4:01 pm
來自: 笨呆星球

re:音效卡裝不起來?

文章訪客 » 週二 10月 21, 2003 1:21 am

依樣不能安裝,難道我跟這張卡無緣ㄇ :crying:
訪客
 

re:音效卡裝不起來?

文章palmpilote » 週二 10月 21, 2003 1:51 am

你的kernel是自己編的還是debian官方包的?
如果是官方包的,我剛剛檢察了一下,似乎沒有把modversions.h給放進去headers
如果你真的想裝這張卡的話,試著下載source到/usr/src去解開
並link到/usr/src/linux去
這樣應該就能抓到這檔案
我以前有裝過這張卡,應該沒問題才是
圖檔
看啥?沒看過貓有五條腿的嗎?
http://palmpilote.twbbs.org
個人blog啟動
頭像
palmpilote
快樂的大學生
快樂的大學生
 
文章: 524
註冊時間: 週四 10月 17, 2002 4:01 pm
來自: 笨呆星球

re:音效卡裝不起來?

文章palmpilote » 週二 10月 21, 2003 1:55 am

更正,headers的package裡面有這檔案
只是你還是要自己link
或是你可以修改Makefile這檔案裡面的include路徑到你的header去
圖檔
看啥?沒看過貓有五條腿的嗎?
http://palmpilote.twbbs.org
個人blog啟動
頭像
palmpilote
快樂的大學生
快樂的大學生
 
文章: 524
註冊時間: 週四 10月 17, 2002 4:01 pm
來自: 笨呆星球

re:音效卡裝不起來?

文章訪客 » 週二 10月 21, 2003 11:01 am

還是有錯誤 > <
In file included from /usr/src/kernel-headers-2.4.20-3/include/asm/semaphore.h:39,
from /usr/src/kernel-headers-2.4.20-3/include/linux/fs.h:200,
from /usr/src/kernel-headers-2.4.20-3/include/linux/capability.h:17,
from /usr/src/kernel-headers-2.4.20-3/include/linux/binfmts.h:5,
from /usr/src/kernel-headers-2.4.20-3/include/linux/sched.h:9,
from /usr/src/kernel-headers-2.4.20-3/include/linux/mm.h:4,
from /usr/src/kernel-headers-2.4.20-3/include/linux/slab.h:14,
from main.c:20:
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h: In function `__set_64bit_var':
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
cc -D__KERNEL__ -DMODULE -mpentium -O2 -fomit-frame-pointer -Wall -pipe -I/usr/src/kernel-headers-2.4.20-3/include/ -c -o adb.o adb.c
`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.
In file included from /usr/src/kernel-headers-2.4.20-3/include/asm/semaphore.h:39,
from /usr/src/kernel-headers-2.4.20-3/include/linux/fs.h:200,
from /usr/src/kernel-headers-2.4.20-3/include/linux/capability.h:17,
from /usr/src/kernel-headers-2.4.20-3/include/linux/binfmts.h:5,
from /usr/src/kernel-headers-2.4.20-3/include/linux/sched.h:9,
from /usr/src/kernel-headers-2.4.20-3/include/linux/vmalloc.h:4,
from /usr/src/kernel-headers-2.4.20-3/include/asm/io.h:47,
from vortex2.h:2,
from adb.c:1:
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h: In function `__set_64bit_var':
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
cc -D__KERNEL__ -DMODULE -mpentium -O2 -fomit-frame-pointer -Wall -pipe -I/usr/src/kernel-headers-2.4.20-3/include/ -c -o gameport.o gameport.c
`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.
In file included from /usr/src/kernel-headers-2.4.20-3/include/asm/semaphore.h:39,
from /usr/src/kernel-headers-2.4.20-3/include/linux/fs.h:200,
from /usr/src/kernel-headers-2.4.20-3/include/linux/capability.h:17,
from /usr/src/kernel-headers-2.4.20-3/include/linux/binfmts.h:5,
from /usr/src/kernel-headers-2.4.20-3/include/linux/sched.h:9,
from /usr/src/kernel-headers-2.4.20-3/include/linux/vmalloc.h:4,
from /usr/src/kernel-headers-2.4.20-3/include/asm/io.h:47,
from vortex2.h:2,
from gameport.c:41:
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h: In function `__set_64bit_var':
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/src/kernel-headers-2.4.20-3/include/asm/system.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
ld -m elf_i386 -r main.o adb.o gameport.o -o vortex2.o
#mv -f /etc/modules.conf /etc/modules.conf.old
#gawk -f mod_conf /etc/modules.conf.old > /etc/modules.conf
#echo "alias sound vortex2" >> /etc/modules.conf
mkdir -p /lib/modules/2.4.20-3-k7/misc
cp -f vortex2.o /lib/modules/2.4.20-3-k7/misc
/sbin/depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.20-3-k7/misc/vortex2.o
/sbin/rmmod vortex2
rmmod: module vortex2 is not loaded
make: [install] Error 1 (ignored)
/sbin/modprobe vortex2
/lib/modules/2.4.20-3-k7/misc/vortex2.o: kernel-module version mismatch
/lib/modules/2.4.20-3-k7/misc/vortex2.o was compiled for kernel version 2.4.20-3
while this kernel is version 2.4.20-3-k7.
/lib/modules/2.4.20-3-k7/misc/vortex2.o: insmod /lib/modules/2.4.20-3-k7/misc/vortex2.o failed
/lib/modules/2.4.20-3-k7/misc/vortex2.o: insmod vortex2 failed
make: [install] Error 255 (ignored)
debian:/anhi/z# insmod vortex2
Using /lib/modules/2.4.20-3-k7/misc/vortex2.o
/lib/modules/2.4.20-3-k7/misc/vortex2.o: kernel-module version mismatch
/lib/modules/2.4.20-3-k7/misc/vortex2.o was compiled for kernel version 2.4.20-3
訪客
 

re:音效卡裝不起來?

文章訪客 » 週二 10月 21, 2003 2:08 pm

Sorry , 剛剛終於裝成功了,不過有個問題~這塊卡跟VIA晶片有衝突,所以必須設定 setpci -d '12eb:*' 40.B=ff' 在/etc/rc.d/rc.local ,不然每次開機都要自己打這各指令,可是我在 /etc底下沒有rc.d這各路徑耶?
p.s 有聲音真的好感動唷,跟它大戰了一各禮拜,終於征服它ㄌ :crying:
訪客
 


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客