Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 64779

Summary: multi-tasking is not working smoothly with sound
Product: [Retired] Red Hat Linux Reporter: Barry Trout <troutb>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: high    
Version: 7.3CC: 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
Description of Problem:

When I do task such as read a cdrom with listening to thelinuxshow.com via the
web ... the sound is chopped to threads.  It seems to be the mult-tasking of the
new kernel ... 

Version-Release number of selected component (if applicable):
7.3

How Reproducible:
everytime

Steps to Reproduce:
1. Install 7.3 out of the box
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Nathan G. Grennan 2002-05-13 07:59:27 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.

Comment 2 Arjan van de Ven 2002-05-22 14:52:53 UTC
it's easy to check this temporary by typing
hdparm -d 1 /dev/hdc
(assuming hdc is your cdrom)

Does that fix it ?