[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to install ALSA sound driver



On Tue, 31 Oct 2000, u860321 phys wrote:
> 大家好,我是一位debian新手,但玩了CLE一段时间了.
> 也曾经在CLE下成功安装过ALSA,但到了debian却连安装都不行.
> 它显示的讯息似乎是说找不到xxx的header file.
> 这是否是因为两种distribution的档案目录配置不同,
> 才造成这问题呢?我应该修改什么让他找到header file???
> 我也曾经尝试安装alsa0.4xxx.deb,却因为此版本不支援我的音效卡
> 而放弃.
>        very appreciate your reply!!!
> 

Try the pre-compiled alsa binary modules, for example alsa-modules-2.2.17
if you use the pre-compiled kernel. Properly set the module alias as
follows:

add in /etc/modutils/alias:

alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-card-gusmax  /* change this corresponding to your card */
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss  
alias sound-service-0-3 snd-pcm-oss  
alias sound-service-0-8 snd-seq-oss  
alias sound-service-0-12 snd-pcm-oss 

Then update /etc/modules.conf by running update-modules. Hopefully, you
snd card will work after rebooting (Q: is rebooting necessary here??).

Any further questions, let us know.

Jonathan

-- 
| This message was re-posted from debian-chinese-big5@lists.debian.org
| and converted from big5 to gb2312 by an automatic gateway.



Reply to: