From: Harald <h_p...@gm...> - 2009-02-17 16:55:07
|
Hi Geoffrey, I am running Gentoo so I am not familiar with the kernel compiling procedures on a RH-Linux. Anyways, attached my MPB 4.1 kernel config for 2.6.28. Now, you mentioned having sound problems. That's what I experienced too, but unfortunately for my MPB version the dear kernel hacker forgot to add one tiny line in the kernel driver so here is my patch: http://kerneltrap.org/node/16870 --- patch_realtek.c~ 2008-12-25 00:26:37.000000000 +0100 +++ patch_realtek.c 2009-01-10 11:22:15.000000000 +0100 @@ -6779,6 +6779,7 @@ static int patch_alc882(struct hda_codec case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */ case 0x106b00a4: /* MacbookPro4,1 */ case 0x106b2c00: /* Macbook Pro rev3 */ + case 0x106b3800: /* Macbook Pro rev4 hpsaier*/ case 0x106b3600: /* Macbook 3.1 */ board_config = ALC885_MBP3; break; It's of course just the hpsaier line. Greetings HARALD |