Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73351 - Alsa driver in Kernel 2.6.9 fails for RME96 RME32 and possibly others
Summary: Alsa driver in Kernel 2.6.9 fails for RME96 RME32 and possibly others
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-04 09:04 UTC by Reuben Martin
Modified: 2005-01-11 17:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Alsa fix for kernel 2.6.9 (pcmnative.patch,404 bytes, patch)
2004-12-04 09:07 UTC, Reuben Martin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Martin 2004-12-04 09:04:53 UTC
There is a small bug in ALSA 1.0.7 that is included in Kernel Gentoo-Dev-Sources 2.6.9 preventing my RME96 card from working. It apparently also affects the RME32 and is likely to cause problems elsewhere.

1 liner patch fixes the problem.

Reproducible: Always
Steps to Reproduce:
1. Build Gentoo-Dev-Sources kernel 2.6.9 with RME96 Driver
2. Run any sound app
3.

Actual Results:  
Driver Hangs. Impossible to kill affected processes. Must reset system.

Expected Results:  
Driver shouldn't hang. (Duh)

For reference, see Alsa bug #0000705 and #0000611.
Comment 1 Reuben Martin 2004-12-04 09:07:14 UTC
Created attachment 45275 [details, diff]
Alsa fix for kernel 2.6.9

You might need to edit the patch to apply it. (change
alsa-kernel/core/pcm_native.c to sound/core/pcm_native.c)
Comment 2 Reuben Martin 2004-12-04 09:10:59 UTC
Note the bug numbers listed above are from the ALSA bug tracker, not gentoo bugs. (For some reason a hyperlink was automatically created to a gentoo bug by the same number)
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-12-04 11:18:34 UTC
monitoring bug #611 until it is resolved upstream.
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-03 03:53:25 UTC
Bug 611 is resolved upstream, and bug 611 seems to be related to jack... Martin, pleasse respond to the comments upstream.
Comment 5 Reuben Martin 2005-01-03 10:29:35 UTC
Bug 611 seems to be fixed, but I think bug 705 is still open. I won't be home to test and confirm if the problem still exists in kernel 2.6.10 or not.

I don't think the alsa developers have determined if the bug in 705 is due to problems with JACK or to the new shm implementation in the RME96 driver.

I will post to this bug as soon as I'm back home to test it.
Comment 6 Reuben Martin 2005-01-11 17:39:46 UTC
Ok, as of kernel-2.6.10 this problem seems to have been worked out. It seems whatever changes were made upstream between 2.6.9 and 2.6.10 fixed all the issues for RME drivers. Regular audio apps and Jack both work as expected.