Cheap “room of fear” is dark and everywhere a rake.Thoughtfully looking at the correction of the ruble exchange rate to
echo "options snd-hda-intel vid=8086 pid=8ca0 snoop=0" >> /etc/modprobe.d/alsa-base.conf
After the reboot, silence still filled the speakers. Not very upset, I noticed that in the kernel version> 3.16 the problem should be fixed. Apparently, despite promises to sit on stable LTS releases, the Universe was pushing me in the previous series of continuous updates and searches for what had fallen off this time. Having completed the do-release-upgrade, I was glad that there were no major changes, but the problem still remained. Then I decided to make a contribution to the development of open source software and file down the fixed bug report. In addition to the standard logs, I decided to try to give the sound manually, without using pads like Phonon and PulseAudio. First we define the devices: meklon@meklon-desktop:~/$ aplay -l **** PLAYBACK **** 0: PCH [HDA Intel PCH], 0: ALC1150 Analog [ALC1150 Analog] : 1/1 №0: subdevice #0 0: PCH [HDA Intel PCH], 1: ALC1150 Digital [ALC1150 Digital] : 1/1 №0: subdevice #0 1: HDMI [HDA ATI HDMI], 3: HDMI 0 [HDMI 0] : 1/1 №0: subdevice #0
First of all, we check that we don’t have a low mute (thanks for the ValdikSS tips): meklon@meklon-desktop:~/$ amixer set Master 100 unmute Simple mixer control 'Master',0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback channels: Mono Limits: Playback 0 - 87 Mono: Playback 87 [100%] [0.00dB] [on]
meklon@meklon-desktop:~/$ amixer set Master 100 unmute Simple mixer control 'Master',0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback channels: Mono Limits: Playback 0 - 87 Mono: Playback 87 [100%] [0.00dB] [on] meklon@meklon-desktop:~/$ mplayer --ao=alsa:device=hw=0.0 0.mp3 MPlayer2 2.0-728-g2c378c7-2ubuntu3 (C) 2000-2012 MPlayer Team Cannot open file '/home/meklon/.mplayer/input.conf': No such file or directory Failed to open /home/meklon/.mplayer/input.conf. Cannot open file '/etc/mplayer/input.conf': No such file or directory Failed to open /etc/mplayer/input.conf. Playing 0.mp3. Detected file format: MP2/3 (MPEG audio layer 2/3) (libavformat) [mp3 @ 0x7f43bdf90b40]max_analyze_duration 5000000 reached [mp3 @ 0x7f43bdf90b40]Estimating duration from bitrate, this may be inaccurate [lavf] stream 0: audio (mp3), -aid 0 Clip info: album_artist: Emma Chapplin track: 17 title: Spente Le Stelle (Live Version) artist: Emma Shapplin album: Forever Gold genre: Classical date: 2000 Load subtitles in . Selected audio codec: MPEG 1.0/2.0/2.5 layers I, II, III [mpg123] AUDIO: 44100 Hz, 2 ch, s16le, 320.0 kbit/22.68% (ratio: 40000->176400) AO: [alsa] 44100Hz 2ch s16le (2 bytes per sample) Video: no video Starting playback... A: 6.5 (06.5) of 334.7 (05:34.7) 0.4%
And again we listen to silence. Decay and hopelessness. Windows at the same time continues to delight normal sound, eliminating hardware problems. Sensing the awakening of a bearded software tester, I decide to sort through all the possible options: apt-get install alsa-tools root@meklon-desktop:/home/meklon# hda-verb /dev/snd/hwC0D2 0x20 SET_COEF_INDEX 0x07 nid = 0x20, verb = 0x500, param = 0x7 value = 0x0 root@meklon-desktop:/home/meklon# hda-verb /dev/snd/hwC0D2 0x20 SET_PROC_COEF 0x7cb0 nid = 0x20, verb = 0x400, param = 0x7cb0 value = 0x0
UPD 6 A bug marked as resolved Fix will be included in the 3.18-rc5 kernel. If someone can help in backporting, it would be great.Source: https://habr.com/ru/post/242253/
All Articles