Bug 473153
Summary: | ens1371: ALSA woke us up to write new data to the device, but there was actually nothing to write! | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jeff Bastian <jbastian> | ||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 10 | CC: | kernel-maint, lkundrak, lpoetter, pachoramos1, pierre-bugzilla, quintela | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-03-03 01:37:33 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jeff Bastian
2008-11-26 20:17:01 UTC
Created attachment 325545 [details]
alsa-info.sh output
I just tried disabling Glitch Free Audio as described on http://fedoraproject.org/wiki/Features/GlitchFreeAudio I.E., I edited /etc/pulse/default.pa and added the tsched parameter: load-module module-hal-detect tsched=0 After rebooting, the audio works on my system; I can listen to music and play YouTube videos again. I am, however, still getting thousands of these errors in /var/log/messages: Dec 4 09:14:08 scorpion pulseaudio[3020]: module-alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! Most likely this is an ALSA driver bug. Please report this issue to the PulseAudio developers. The ens1371 is borked. It signals "writability" on the audio fd, but there is actually nothing to write when we ask with snd_pcm_update_avail(). It's an ALSA bug. Reassigning. *** This bug has been marked as a duplicate of bug 475236 *** |