and it continues....

the following has not worked:

        recompiling my kernel, then recompiling alsa-driver
        recompiling alsa-driver with CFLAGS="-mcpu=pentium3 -O3 -pipe"
        recompiling my kernel with acpi and the above flags for alsa-driver
        a bios upgrade + any of the above.

so, i'm now running the latest version of the bios and i still have nothing...  
but i _did_ find this link:

  http://lists.insecure.org/lists/linux-kernel/2003/Jun/4562.html

which implies that i might be able to solve my problem by compiling my kernel 
*with* framepointers...  so what does that mean?  i tried recompiling my 
kernel after removing "-fomit-frame-pointers" from my make.conf, but that 
didn't work, and a grep -ir "framepointer" /usr/src/linux gives me nothing...  
so how am i supposed to do as the link suggests?

help!  please!  i can't work without my tunes!

-- 
where one burns books, one will, in the end, burn people
        - heinrich heine




On July 17, 2003 10:55 am, daniel wrote:
> On July 17, 2003 10:20 am, Michael Schreckenbauer wrote:
> > Hello,
> > I've got a similar Dell-PC (same Chipset and Soundcard listed by lspci).
> > Mine is working just fine with Alsa.
> > My wild guess:
> > - Perhaps aggressive CFLAGS (-mcpu=pentium4 or -march=pentium4, see
> > /etc/make.conf)?
> > - Do you have acpi enabled? I have. Afaik IRQ-Routing is handled
> > different, when using it.
>
> here is my cflags entry in make.conf for my celeron 1.7ghz
>   CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
>
> is that to be considered "aggressive"  if so, would omiting the
> -fomit-frame-pointer help?  i'm going to try compiling alsa-driver with:
>   CFLAGS="-mcpu=pentium3 -O3 -pipe"
>
> and see what happens.  if that's a no-go i'll try compiling acpi into the
> kernel although i don't understand what it would be required on a desktop
> machine... it's for laptops right?


--
[EMAIL PROTECTED] mailing list

Reply via email to