linux centos7 声卡驱动安装

参考
(39条消息) CentOS 安装声卡驱动_weixin_34095889的博客-CSDN博客

Index of /files/pub/utils/ (alsa-project.org)

Index of /files/pub/lib/ (alsa-project.org)

Index of /files/pub/utils/ (alsa-project.org)

(39条消息) centos7.4 mini从系统安装到声卡配置_小桃子的思念的博客-CSDN博客_centos7 声卡驱动

[root@localhost ~]# yum install alsa-utils -y
File "/usr/bin/yum", line 30
except KeyboardInterrupt, e:
^
SyntaxError: invalid syntax
[root@localhost ~]# yum install alsa-utils
File "/usr/bin/yum", line 30
except KeyboardInterrupt, e:
^
SyntaxError: invalid syntax
[root@localhost ~]# vim /usr/bin/yum

!/usr/bin/python2.7

[root@localhost ~]# yum install alsa-utils
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

/usr/lib64/python2.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Oct 30 2018, 23:45:53)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]

If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq

[root@localhost ~]# cd /hrifs/usr/lib/
[root@localhost lib]# rm -rf libcurl.so libcurl.so.4

[root@localhost lib]# yum install alsa-utils -y
已加载插件:fastestmirror, langpacks, nvidia
Loading mirror speeds from cached hostfile

  • base: mirrors.dgut.edu.cn
  • extras: mirrors.dgut.edu.cn
  • updates: ftp.sjtu.edu.cn
    File "/usr/libexec/urlgrabber-ext-down", line 28
    except OSError, e:
    ^
    SyntaxError: invalid syntax
    File "/usr/libexec/urlgrabber-ext-down", line 28
    except OSError, e:
    ^
    SyntaxError: invalid syntax

由于用户取消而退出
[root@localhost lib]# vi /usr/libexec/urlgrabber-ext-down

! /usr/bin/python2.7

[root@localhost lib]# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: Generic Analog [Generic Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: Generic Digital [Generic Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
[root@localhost lib]# reboot

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 一.声音参数基本概念: 声音是连续模拟量,计算机将它离散化之后用数字表示,就有了以下几个名词术语。 样本长度(sa...
    cs1001阅读 7,732评论 0 2
  • 一.声音参数基本概念: 声音是连续模拟量,计算机将它离散化之后用数字表示,就有了以下几个名词术语。 样本长度(sa...
    cs1001阅读 10,811评论 0 3
  • 1.声卡驱动 1.链接2.链接 尝试在两个平台:CentOS-8-x86_64-1905-dvd1.iso(ker...
    wit_yuan阅读 10,533评论 0 1
  • http://www.cnblogs.com/vicowong/p/4158113.html更换了部分包位置 ,仅...
    May_41f5阅读 2,905评论 0 0
  • centos7安装jdk,tomcat,nginx,redis,fastDFS的步骤* 1.linux****安装...
    挑战者666888阅读 7,666评论 0 6