Bug 64779 - multi-tasking is not working smoothly with sound
Summary: multi-tasking is not working smoothly with sound
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: i686
OS: Linux
high
high
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-10 20:23 UTC by Barry Trout
Modified: 2005-10-31 22:00 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-05-22 14:52:59 UTC
Embargoed:


Attachments (Terms of Use)

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 ?


Note You need to log in before you can comment on or make changes to this bug.