On Wed, Dec 05, Thomas Ruschival wrote:
Hi,
It seems quite odd, but I´m unable to get sound out of my Powermac Running the new SuSE7.3 PPC with improved Sound support.... Well I tried all methods I have been applying to such problems since SuSE 7.0 x86, no avail. If I try 'modprobe dmasound' or 'modprobe dmasound_pmac' Linux says it cant find the module 'dmasound', although I found it under /lib/modules/2.4.12/kernel/sound/dmasound. Same with 'insmod awacs' etc. Since SuSE claims the capabilities of yast 2 I tried a new installation completely using YAST2. Yast 2 detects my souns system as snd0burgundy. But when it comes to the point it should start th sounddriver there is a sort *knack* and the whole System is frozen, no mousemovement no console, no ssh... ..the File mdules.conf is totally scrambled, somtimes rc.config as well. ALSAconf detects my soundchip as 'Awacs' makes some entries in modules.conf but when it wants to start the sound driver .... Same as Yast2 see above.
Has anyone got a running soundsyste on a PowerMac G3 B&W ? Do you know what to do?
Bug found and fixed. You can either recompile the kernel with this patch for wait for the newer binaries: ftp.suse.com/pub/suse/ppc/kernel/2.4.16/ diff -urN linux_ppc.orig/arch/ppc/kernel/pmac_feature.c linux_ppc/arch/ppc/kernel/pmac_feature.c --- linux_ppc.orig/arch/ppc/kernel/pmac_feature.c Wed Dec 19 18:15:28 2001 +++ linux_ppc/arch/ppc/kernel/pmac_feature.c Sun Jan 6 16:12:59 2002 @@ -525,6 +525,13 @@ struct macio_chip* macio; unsigned long flags; + /* B&W G3 and Yikes don't support that properly (the + * sound appear to never come back after beeing shut down). + */ + if (pmac_mb.model_id == PMAC_TYPE_YOSEMITE || + pmac_mb.model_id == PMAC_TYPE_YIKES) + return 0; + macio = macio_find(node, 0); if (!macio) return -ENODEV; Gruss Olaf -- $ man clone BUGS Main feature not yet implemented...