Re: [GnomeMeeting-list] gm 0.94.0 does not find my dsp devides
- From: klakier pld org pl (Rafał Kleger-Rudomin)
- To: gnomemeeting-list gnome org
- Subject: Re: [GnomeMeeting-list] gm 0.94.0 does not find my dsp devides
- Date: 01 Oct 2002 18:39:23 +0200
Hello all!
I finally find the bug. It was neither openh323, nor pwlib, but
my build system. I was using rpm all the time to compile
(I do not like to do the mess in my system with 'make install')
I did not notice one silly patch file called pwlib-116.patch
that was added in rpm spec file:
--- pwlib/src/ptlib/unix/oss.cxx.orig Mon Jun 24 22:01:53 2002
+++ pwlib/src/ptlib/unix/oss.cxx Tue Jul 9 17:24:17 2002
@@ -427,7 +427,7 @@
struct stat s;
if (lstat(devname, &s) == 0) {
// OSS compatible audio major device numbers (OSS, SAM9407, etc)
- static const unsigned deviceNumbers[] = { 14, 145 };
+ static const unsigned deviceNumbers[] = { 14, 116, 145 };
for (PINDEX i = 0; i < PARRAYSIZE(deviceNumbers); i++) {
if ((s.st_rdev >> 8) == deviceNumbers[i]) {
PINDEX cardnum = (s.st_rdev >> 4) & 15;
This patch was breaking detection. After removing it, everything is ok.
One of my friends from PLD added that some time ago which.
I examined all patches before I started tracking down the problem but this
one I must have missed...
Now the sound is great!
Many thanks for your help.
Best Regards,
Rafal
--
Rafał Kleger-Rudomin (klakier pld org pl)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]