Bug 64779
| Summary: | multi-tasking is not working smoothly with sound | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Barry Trout <troutb> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.3 | CC: | troutb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-05-22 14:52:59 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: | |||
|
Description
Barry Trout
2002-05-10 20:23:54 UTC
This is likely do to the new default of disabling dma on cdrom drives. This causes cdrom access to cause insane latency. You can probably found the bug report I made about this problem if you look into bugzilla. It was marked NOTABUG. I recommend commenting out the offending lines in /etc/rc.d/rc.sysinit. Redhat recommends you set dma to 1 using sysctl. it's easy to check this temporary by typing hdparm -d 1 /dev/hdc (assuming hdc is your cdrom) Does that fix it ? |