* 2.3.99-pre5 compile problems
@ 2000-04-12 4:21 Logan Hall
2000-04-15 20:24 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Logan Hall @ 2000-04-12 4:21 UTC (permalink / raw)
To: linuxppc-dev
hi-
I just downloaded the 2.3.99-pre5 kernel in hopes of getting my
/dev/mixer working. This is on a G3 beige tower. It apears to have
problems with the dma sound for ppc. here is the error:
dmasound_core.c: In function `dmasound_init':
dmasound_core.c:1196: `irq_installed' undeclared (first use in this
function)
So far 2.3.99-pre3 has worked well for me. It has alowed me to use my
usb trackball and my entrega 4 port usb pci card, but my ethernet no
longer works, and my /dev/mixer apears broken as all sound come out
faint from the internal speaker and not from the av monitors speakers.
I have tried several mixer apps and they all fail with errors relating
to /dev/mixer. This worked in 2.2.14. Also as for the etherent, it
apears from the kernel routeing table and the boot mesages that the
ethernet is recongized and set up but the link light on the hub never
lights up and no data can be transfered, this too worked in 2.2.14. Any
ideas if 2.3.99-pre5 will fix either of these issues. I am encouraged
by the fact that the sound driver has been changed sence pre3 so I hope
this will help my sound. Thanks.
--
----
Logan Hall
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.3.99-pre5 compile problems
2000-04-12 4:21 2.3.99-pre5 compile problems Logan Hall
@ 2000-04-15 20:24 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2000-04-15 20:24 UTC (permalink / raw)
To: Logan Hall; +Cc: linuxppc-dev
On Tue, 11 Apr 2000, Logan Hall wrote:
> I just downloaded the 2.3.99-pre5 kernel in hopes of getting my
> /dev/mixer working. This is on a G3 beige tower. It apears to have
> problems with the dma sound for ppc. here is the error:
>
> dmasound_core.c: In function `dmasound_init':
> dmasound_core.c:1196: `irq_installed' undeclared (first use in this
> function)
Please let me know whether it works fine or not after this patch:
--- geert-2.3.99-pre5/drivers/sound/dmasound/dmasound_core.c.orig Sat Apr 15 22:08:03 2000
+++ geert-2.3.99-pre5/drivers/sound/dmasound/dmasound_core.c Sat Apr 15 22:23:26 2000
@@ -1193,8 +1193,10 @@
int __init dmasound_init(void)
{
+#ifdef MODULE
if (irq_installed)
return -EBUSY;
+#endif
/* Set up sound queue, /dev/audio and /dev/dsp. */
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-04-15 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-12 4:21 2.3.99-pre5 compile problems Logan Hall
2000-04-15 20:24 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).