当前位置: 技术问答>linux和unix
红旗linux3.2桌面版怎样安装声音驱动,高手赐教!
来源: 互联网 发布时间:2015-04-20
本文导语: 我的声卡是集成在主板上Alc201a,主板的南桥芯片为ViaVt8233a,在linux中自动认别为VIA系列声卡,但没有声音。我到网上下载了ALC201的驱动,按照install说明上的操作,但无法成功. 1) You must turn on sound support (sound...
我的声卡是集成在主板上Alc201a,主板的南桥芯片为ViaVt8233a,在linux中自动认别为VIA系列声卡,但没有声音。我到网上下载了ALC201的驱动,按照install说明上的操作,但无法成功.
1) You must turn on sound support (soundcore module).
2) Run './configure' script.
If you have ISA Plug & Play soundcard, use --with-isapnp=yes switch.
If you want sequencer support, use --with-sequencer=yes switch.
If you do not want OSS/Free emulation, use --with-oss=no switch.
If you want turn on debug mode use --with-debug=full switch.
If you want debug soundcard detection try --with-debug=detect switch.
Example: ./configure --with-isapnp=yes --with-debug=full
3) Run 'make install'.
4) Run the './snddevices' script to create new sound devices in /dev directory.
Skip this step, if you have a kernel with the DEVFS support.
5) Edit your /etc/modules.conf (see the kmod support section below).
6) Run 'modprobe snd-card-xxxx' where xxxx is the name of your card.
Note: If you have a ISA PnP soundcard you need to first run the isapnp
program from isapnptools package to initialize your
soundcard. You can also use the native ISA PnP support by
using the --with-isapnp=yes configuration switch, in which
case you do not need the isapnptools package.
You can also look at the utils/alsasound file. This script is designed for
the RedHat distribution, but it can be used with other distributions which
use System V style rc init scripts.
这些的每一步是做什么用的?
我在红旗3。2的运行./configure的最后有一点错误:
checking for directory with kernel ource.../usr/src/linux
checking for kernel version.. expr:syntax error
expr:syntax error
expr:syntax error
failed (probably missing /usr/src/linux/include/linux/version.h)
我找了下在/usr/src中没有linux文件夹,但有个linux2.4.18-3的文件夹
请问这有没有问题!
1) You must turn on sound support (soundcore module).
2) Run './configure' script.
If you have ISA Plug & Play soundcard, use --with-isapnp=yes switch.
If you want sequencer support, use --with-sequencer=yes switch.
If you do not want OSS/Free emulation, use --with-oss=no switch.
If you want turn on debug mode use --with-debug=full switch.
If you want debug soundcard detection try --with-debug=detect switch.
Example: ./configure --with-isapnp=yes --with-debug=full
3) Run 'make install'.
4) Run the './snddevices' script to create new sound devices in /dev directory.
Skip this step, if you have a kernel with the DEVFS support.
5) Edit your /etc/modules.conf (see the kmod support section below).
6) Run 'modprobe snd-card-xxxx' where xxxx is the name of your card.
Note: If you have a ISA PnP soundcard you need to first run the isapnp
program from isapnptools package to initialize your
soundcard. You can also use the native ISA PnP support by
using the --with-isapnp=yes configuration switch, in which
case you do not need the isapnptools package.
You can also look at the utils/alsasound file. This script is designed for
the RedHat distribution, but it can be used with other distributions which
use System V style rc init scripts.
这些的每一步是做什么用的?
我在红旗3。2的运行./configure的最后有一点错误:
checking for directory with kernel ource.../usr/src/linux
checking for kernel version.. expr:syntax error
expr:syntax error
expr:syntax error
failed (probably missing /usr/src/linux/include/linux/version.h)
我找了下在/usr/src中没有linux文件夹,但有个linux2.4.18-3的文件夹
请问这有没有问题!
|
顶!顶!
顺便问一下:我的主板是技嘉KT400,声卡集成Aounce AC’97 Audio forVIA(R)Audio Controller 5.10.0.14010
在红旗linux3.2桌面版中,为什么没有用呢?试试了好几次了?就是没有声音出现?
顺便问一下:我的主板是技嘉KT400,声卡集成Aounce AC’97 Audio forVIA(R)Audio Controller 5.10.0.14010
在红旗linux3.2桌面版中,为什么没有用呢?试试了好几次了?就是没有声音出现?
|
把linux2.4.18-3改名为linux
|
你可以试试alsa,非常好用