openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openvortex-dev] Alsa driver...


From: Shamus
Subject: Re: [Openvortex-dev] Alsa driver...
Date: Sun, 20 Apr 2003 23:04:51 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

>Regarding the lockup... i think it would be good to know more
>about your computer. What kind of CPU, mainboard, other peripherals,
>and what kind of Aureal SoundCard.

I have an AMD Athlon 1.4GHz with 128M RAM and a Turtle Beach Montego
II sound card (I'm not sure what the mainboard is). The only other
peripheral driver I'm running is the tulip.o to drive my Netgear
ethernet card, but I doubt that that's causing a problem...

>You could try to disable all interrupts. Comment out the
corresponding line
>in au88x0_core.c in function vortex_init(), which calls
>vortex_enable_int().

Well, I did this, and it seemed to work OK. I tried enabling it again
and having the interrupt do a printk() (in order to see if the pointer
being cast was good) before returning immediately, but it seemed to
lock me out of the keyboard (it could have crashed the kernel hard,
but I would never know) this time.

The code I had inserted into the interrupt handler went like so:

if (vortex == NULL)
{
  printk("vortex_t * vortex is NULL!");
  return;
}
else
{
  if (vortex->mmio == NULL)
    printk("vortex->mmio is NULL!");

  return;
}

It didn't print anything, so I'm assuming the pointers it got on the
first pass were good. I'll have to a bit more digging to see what's
going on...

- -- Shamus

-----BEGIN PGP SIGNATURE-----
Version: Encrypted with PGP Plugin for Calypso

iQA/AwUBPqOJ65hOW/ztyY5GEQJnKwCfdC6g6IgMfRRP5EjhCwlIlFfdOIkAnR6Q
r0qiz3pDt9AZTMYJgRuY0P9B
=tmzw
-----END PGP SIGNATURE-----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]