eof*_*eof 12 fedora alsa pulseaudio
在这款 Lenovo T520 上,我在 Fedora 16 下听不到任何声音。alsamixer 中的所有内容都为 100%(pulseaudio 和 card)。我在笔记本电脑上安装了 Windows 7,以检查 Windows 上是否存在相同的问题,但事实并非如此。
有谁知道如何处理这个问题?我已经被这个问题困扰了将近一年,但现在东海岸的热浪让我不得不全速运行空调,但在空调打开的情况下我听不到任何声音。
在大胆的情况下,我可以通过混合音量来肯定地从我的扬声器中获得高音量。有没有办法在 PulseAudio 和 alsa 之间运行软件放大器来提高音量,或者是否可以在 alsactl.conf 中做一些事情来让卡在较低的点标准化音量?由于这台笔记本电脑在 Linux 用户中很常见,我希望有人提出解决方案。
我过去曾这样做过,并且在提高音量方面取得了相当不错的成功。唯一的问题是,如果您将其调低,则必须返回扬声器图标下的系统首选项才能将其调至 150%。
但是,从重新启动到重新启动,以下步骤应保持“粘性”。
如果您右键单击扬声器小程序并选择声音首选项,您将打开此对话框。
将音量一直调到 150%。一旦它被打开,你就可以关闭这个对话框。如果您转到 shell 并键入命令,amixer
您可以确认这一点:
$ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 98304 [150%] [on]
Front Right: Playback 98304 [150%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined penum
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65536 [100%] [off]
Front Right: Capture 65536 [100%] [off]
Run Code Online (Sandbox Code Playgroud)
如果您随后运行此命令,您可以保存此状态,以便下次重新启动系统时,它将成为默认状态。
# saves settings
$ sudo alsactl store
# confirm file's created
$ ls -l /etc/asound.state
-rw-r--r-- 1 root root 4761 Oct 5 16:54 /etc/asound.state
Run Code Online (Sandbox Code Playgroud)
您也可以使用该命令amixer
来更改音量。
100%
$ amixer sset Master 100% | grep Front
Playback channels: Front Left - Front Right
Front Left: Playback 65536 [100%] [on]
Front Right: Playback 65536 [100%] [on]
Run Code Online (Sandbox Code Playgroud)
150%
$ amixer sset Master 150% | grep Front
Playback channels: Front Left - Front Right
Front Left: Playback 65536 [100%] [on]
Front Right: Playback 65536 [100%] [on]
Run Code Online (Sandbox Code Playgroud)
注意:但是,此方法不允许您超过 100%。
沉默的
$ amixer sset Master muted | grep Front
Playback channels: Front Left - Front Right
Front Left: Playback 65536 [100%] [off]
Front Right: Playback 65536 [100%] [off]
Run Code Online (Sandbox Code Playgroud)
取消静音
$ amixer sset Master unmuted | grep Front
Playback channels: Front Left - Front Right
Front Left: Playback 65536 [100%] [on]
Front Right: Playback 65536 [100%] [on]
Run Code Online (Sandbox Code Playgroud)
我在 Fedora 18 中曾经遇到过类似的问题。原来 Google 的“pepperbox”Flash API 在声音方面存在一些严重问题,我通过进入 /home//.config/google-chrome 并杀死 PepperFlash,然后重新安装来解决它Adobe 的 Flash 插件。
归档时间: |
|
查看次数: |
14506 次 |
最近记录: |