Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64598 - Kernel patch for alsa on new powerbooks
Summary: Kernel patch for alsa on new powerbooks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL: http://www.ussg.iu.edu/hypermail/linu...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-09-18 23:41 UTC by J Robert Ray
Modified: 2004-09-20 00:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Robert Ray 2004-09-18 23:41:15 UTC
As of gentoo-dev-sources-r14 and alsa-driver 0.9.8, alsa fails to detect the proper sound device in new powerbooks.  The alsa modules load but sound does not come out of the laptop speakers.  Sound can be heard via the headphone jack.

The firmware reports the sound device as "AOAKeylargo."  snd_pmac_detect() in sound/ppc/pmac.c has no code to handle this identifier.

I found this patch on linux-kernel:
http://www.ussg.iu.edu/hypermail/linux/kernel/0406.2/1856.html

After applying the patch to my kernel sources, alsa is functioning correctly.

- Robert
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-19 16:08:19 UTC
Is this patch in the mainline kernel tree yet?

Does it apply against the 2.6.8 kernel?
Comment 2 J Robert Ray 2004-09-20 00:42:26 UTC
My bad, the patch is already in 2.6.8.

- Robert
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-20 00:47:44 UTC
Great, that was easy :)