{"id":321,"date":"2009-07-02T00:00:27","date_gmt":"2009-07-02T00:00:27","guid":{"rendered":"http:\/\/blog.cyberwizzard.nl\/?p=321"},"modified":"2016-03-20T14:12:33","modified_gmt":"2016-03-20T13:12:33","slug":"wine-sound-errors","status":"publish","type":"post","link":"https:\/\/blog.cyberwizzard.nl\/?p=321","title":{"rendered":"Wine sound errors"},"content":{"rendered":"<p>After a while, the sound errors from Wine started to annoy me as they seem to indicate something is wrong while it is not. At the start of each program I see the following errors:<\/p>\n<pre class=\"code not-hl\">err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element\nALSA lib pcm_dmix.c:935:(snd_pcm_dmix_open) The dmix plugin supports \n only playback stream\nerr:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element\nALSA lib seq_hw.c:457:(snd_seq_hw_open) open \/dev\/snd\/seq failed: No such \n file or directory<\/pre>\n<p>The first errors are related to my Intel HD audio card which has multiple PCM channels. The result is that none of them are called &#8216;PCM Playback Volume&#8217; and Wine seems to be hard-coded to search for that specific channel to check upon starting.<\/p>\n<p>Harmless but annoying none the less. A bit of searching seems to indicate that this is something I can&#8217;t fix.<\/p>\n<p>The second error about dmix seems to mean that the dmix soundcard that Wine is using does not support recording sound. This is correct as it is a softmix device used to let multiple programs &#8216;claim&#8217; the soundcard without locking each other out. Beats the hell out of the mess called PulseAudio and was a breeze to set up.<\/p>\n<p>The 3rd error is MIDI related: Wine is trying to access the sequencer device. I can&#8217;t figure out why Wine has no option to disable midi support altogether but without that device you will keep getting those errors.<\/p>\n<p>To fix this, enable the MIDI drivers in ALSA and load them on boot, the driver will be called &#8216;snd-seq-device&#8217;. In my case this was found in (kernel 2.6.30):<\/p>\n<pre class=\"code not-hl\">Device Drivers\n&lt;*&gt; Sound card support ----&gt;\n    &lt;*&gt; Advanced Linux Sound Architecture ---&gt;\n        &lt;*&gt; Sequencer support<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>After a while, the sound errors from Wine started to annoy me as they seem to indicate something is wrong while it is not. At the start of each program I see the following errors: err:alsa:ALSA_CheckSetVolume Could not find &#8216;PCM Playback Volume&#8217; element ALSA lib pcm_dmix.c:935:(snd_pcm_dmix_open) The dmix plugin supports only playback stream err:alsa:ALSA_CheckSetVolume Could [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[370,326,233,371],"class_list":["post-321","post","type-post","status-publish","format-standard","hentry","category-linux-gentoolinux","tag-alsa","tag-gentoo","tag-pulseaudio","tag-wine"],"views":3949,"_links":{"self":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts\/321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=321"}],"version-history":[{"count":3,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts\/321\/revisions"}],"predecessor-version":[{"id":577,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts\/321\/revisions\/577"}],"wp:attachment":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}