[mythtv] dual tv cards - modules.conf

Emil Friis mythtv-dev@snowman.net
Sat, 16 Nov 2002 19:28:32 -0800 (PST)


Ok, I guess I had a lot more to learn about gdb...

Here is the output of bt:

#0  0x409e0fe1 in nanosleep () from /lib/libc.so.6
#1  0x40a0daea in usleep () from /lib/libc.so.6
#2  0x080af1f2 in QImage::height() const ()
#3  0x080aed6b in QImage::height() const ()
#4  0x40760b73 in pthread_start_thread () from
/lib/libpthread.so.0
#5  0x40760bff in pthread_start_thread_event () from
/lib/libpthread.so.0

And here is "info threads":

* 20 Thread 18451 (LWP 3970)  0x409e0fe1 in nanosleep ()
from /lib/libc.so.6
  19 Thread 17426 (LWP 3969)  0x409e0fe1 in nanosleep ()
from /lib/libc.so.6
  18 Thread 16401 (LWP 3968)  0x40a05a24 in write () from
/lib/libc.so.6
  17 Thread 15376 (LWP 3967)  0x4096bc01 in sigsuspend ()
from /lib/libc.so.6
  16 Thread 14351 (LWP 3966)  0x40a059e4 in read () from
/lib/libc.so.6
  15 Thread 13326 (LWP 3965)  0x08125a0a in QImage::height()
const ()
  14 Thread 12301 (LWP 3964)  0x40a0cb44 in ioctl () from
/lib/libc.so.6
  13 Thread 11276 (LWP 3963)  0x409e0fe1 in nanosleep ()
from /lib/libc.so.6
  5 Thread 3076 (LWP 3955)  0x409e0fe1 in nanosleep () from
/lib/libc.so.6
  4 Thread 2051 (LWP 3954)  0x409e0fe1 in nanosleep () from
/lib/libc.so.6
  3 Thread 1026 (LWP 3952)  0x40a05914 in open () from
/lib/libc.so.6
  2 Thread 2049 (LWP 3951)  0x40a0b052 in poll () from
/lib/libc.so.6
  1 Thread 1024 (LWP 3947)  0x409e0fe1 in nanosleep () from
/lib/libc.so.6

I was trying to look at how I can get the two sound cards
running correctly and found some info on how there are some
problems with devfs and alsa - I get the following in dmesg:

devfs_register(unknown): could not append to parent, err: -17

and end up with only one dsp entry in /dev/sound plus an
'unknown'.

Isaac, could you please explain briefly how you have your
sound working (btaudio etc.). I appreciate the help so far.

-Emil

On Sat, 16 Nov 2002 19:19:25 -0800 (PST), Isaac Richards
wrote:

> 
> On Saturday 16 November 2002 06:23 pm, Emil Friis wrote:
> > After this point it doesn't matter what key I press. It
> > could look like there actually is something messed up
with
> > the audio. When I ran setup I associated both cards with
> > '/dev/dsp' even though I have the cards hooked up to
> > different soundcards.
> 
> Actually, that's most likely it -- if it's trying to open
> /dev/dsp for reading 
> the 2nd card's audio, and the first card already has it
> open, it _could_ 
> hang.
> 
> If you hit ctl-c in the term window that ran gdb, it'll
> break, and allow you 
> to run the 'bt' and 'info threads' command that I mentioned
> before, but if 
> you really do have both set to use /dev/dsp, I'm pretty
sure
> that fixing that 
> will fix it hanging when you try to use PiP.
> 
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> <a
href="http://mail.telocity.com/jump/http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.snowman.net/mailman/listinfo/mythtv-dev</a>