|
YAMAHA719声卡在redhat7.3下无法识别,
下面是系统安装后出现的提示:
---------------------------
sound server informational message
error while initalizing the sound dirver
device /dev/dsp can't be opend (NO such device)
The sound server will continlle,using the null ouput device
看了一些资料说要编译核心,我也不知道怎么编了。有文章说在/etc/conf.modules里写入,
--------------------------------
首先你得在内核里把声卡的模块编译进去, 在/etc/conf.modules 里写
alias sound opl3sa2
alias midi opl3
options opl3 io=0x388
options opl3sa2 io=0x370 mss_io=0x530 irq=9 dma=0 dma2=3 mpu_io=0x330
然后用isapnp给声卡分配资源.
---------------------------------
但我装的7.3在这个目录里找不到这个文件。
我利用sndconfig 进行配置时,但老是出错,没在成功。
不知道是什么原因? |
|