博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Compaq Presario CQ35-240TX上的Fedora 11的ALSA问题
阅读量:2523 次
发布时间:2019-05-11

本文共 1480 字,大约阅读时间需要 4 分钟。

When I get my new Compaq Presario CQ35-240TX, of course, the first thing is to install Fedora ;)

当我得到新的Compaq Presario CQ35-240TX时,首先要做的就是安装Fedora;)

But unfortunately, after installation there is no sound! It seems there is something wrong with the driver configuration.

但不幸的是,安装后没有声音! 驱动程序配置似乎有问题。

Here is a solution to this:

这是一个解决方案:

Add these two line at the end of /etc/modprobe.d/dist.conf

在/etc/modprobe.d/dist.conf的末尾添加这两行

options snd-hda-intel model=hp-m4 enable=1 index=0options snd-hda-intel enable_msi=1

Everything goes smoothly now.

现在一切进展顺利。

When I upgrade to Fedora 12 with kernel 2.6.32. This solution works well too.

当我使用内核2.6.32升级到Fedora 12时。 该解决方案也很好。

=====================

=====================

This is the platform on Fedora 11.

这是Fedora 11上的平台。

The environment of my Fedora 11:

我的Fedora 11的环境:

uname -a

localhost.localdomain 2.6.30.9-90.fc11.i586 #1 SMP Sat Oct 17 11:09:52 EDT 2009 i686 i686 i386 GNU/

优名

localhost.localdomain 2.6.30.9-90.fc11.i586#1 SMP星期六10月17日11:09:52 EDT 2009 i686 i686 i386 GNU /

rpm -qa | grep alsa

alsa--firmware-1.0.20-2.fc11.i586
alsa-firmware-1.0.20-1.fc11.1.noarch
alsa-plugins-pulseaudio-1.0.21-2.fc11.i586
alsa-lib-devel-1.0.21-3.fc11.i586
alsa-lib-1.0.21-3.fc11.i586
alsa-utils-1.0.21-2.fc11.i586

rpm -qa | 格雷普·阿尔萨

alsa- -firmware-1.0.20-2.fc11.i586
alsa-firmware-1.0.20-1.fc11.1.noarch
alsa-plugins-pulseaudio-1.0.21-2.fc11.i586
alsa-lib-devel-1.0.21-3.fc11.i586
alsa-lib-1.0.21-3.fc11.i586
alsa-utils-1.0.21-2.fc11.i586

翻译自:

转载地址:http://mnlwd.baihongyu.com/

你可能感兴趣的文章
MSP430(F149)学习笔记——红外接收
查看>>
JS操作DOM节点实现网页更新
查看>>
cef3的各个接口你知道几个
查看>>
Emscripten教程之连接C++和JavaScript(三)
查看>>
git使用散记
查看>>
初识react
查看>>
二、XML约束
查看>>
jzoj5843
查看>>
学习swift开源项目
查看>>
[BZOJ 1293] 生日礼物
查看>>
Hadoop以及组件介绍
查看>>
1020 Tree Traversals (25)(25 point(s))
查看>>
第一次作业
查看>>
Java第二次上机随笔
查看>>
(二) 从Angular1到Angular2需要的预备知识
查看>>
“==”运算符与equals()
查看>>
sqlite3
查看>>
软件工程:黄金G点小游戏1.0
查看>>
如何使用Powershell脚本监控Exchange2010(一) 数据库Mount状态的监控
查看>>
leetcode 144. Binary Tree Preorder Traversal
查看>>