免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1998 | 回复: 2
打印 上一主题 下一主题

可能对新手有帮助的声卡驱动加载方法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-03 09:43 |只看该作者 |倒序浏览
(1).安装alsa-driver:
在安装之前先解除之前的依赖关系   
tar zxvf alsa-driver-1.0.9b_26_evoc.tar.gz
   grep  -r –n ’南桥芯片’ ./*
  cd alsa-driver-1.0.9b_26
make clean     
./configure --with-kernel=/usr/src/linux-2.4 --with-cards=intel8x0

    make
     make install
     ./snddevices

备注:在执行modprobe snd-intel8x0出现:"the unresolved symbol schedule_work"类似信息,
解决方法是:
                                                                                          
        touch include/linux/workqueue.h
        make clean
        make
        make install
  (2).安装alsa-lib:
       tar jxvf  alsa-lib-1.0.9.tar.bz2
       cd alsa-lib-1.0.9
       ./configure
       make
       make install
  (3).安装alsa-utils-1.0.9a:
      tar jxvf alsa-utils-1.0.9a.tar.bz2
       cd alsa-utils-1.0.9a
       ./configure
       make
       make install
  2.安装声卡驱动:
     modprobe snd-intel8x0
   或者:
    运行alsaconf
   备注: The driver is loaded, but OSS programs say: Can't open /dev/dsp.
   What is wrong?
   A: The OSS compatible PCM (digital audio) emulation comes as an add-on module
     which is not loaded by default. If you have got modified /etc/conf.module
    as suggested in the INSTALL file, it should be loaded with kerneld or kmod.
    Check it - if this method for some reason doesn't work - you need to insert
    the 'snd-pcm-oss' module manually.
  =====>请执行: modprobe snd-pcm-oss
  3.安装mpg123工具: mpg123-0.59r.tar.gz
  
tar zxvf  mpg123-0.59r.tar.gz
   
cd  mpg123-0.59r
   
make linux
    make install

4.播放mp3测试声卡:
  
  mpg123 /root/1.mp3(正常mp3文件)
  
备注:如果没有听到声音,运行alsamixer将声卡的静音打开.
  Alsamixer(调节音量)
    alsactl store
  5.用vi /etc/rc.local编辑添加:
   
alsactl restore
   保存退出

论坛徽章:
0
2 [报告]
发表于 2007-11-03 12:53 |只看该作者
对你们没有帮助也帮忙D一下嘛

论坛徽章:
0
3 [报告]
发表于 2007-11-05 17:31 |只看该作者
不错啊:wink:
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP