Displaying 8 results from an estimated 8 matches for "detecs".
Did you mean:
detect
2003 Jan 23
0
[pxelinux] kernel not recognising NIC after boot
Hi,
I've got a system with a 3com 590 NIC (Boomerang / Vortex), and instructed
it to boot using PXE.
System load the initrd and the kernel image from the FTP server, boots the
image and starts the install routine. So far so good.
The strange part is that after the PXE boot completes the kernel doesn't
detec the NIC. It's not a driver issue, the same kernel on a floppy does
2010 Jun 07
0
No subject
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob =3D Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speec=
h_prob > st->speech_prob_continue))
{
st->was_speech=3D1;
return 1;
} else
{
st->was_speech=3D0;
return 0;
}
} else {
return 1;
}
AND
case SPEEX_PREPROCESS_SET_VAD:
2010 Jun 07
0
No subject
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob =3D Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speec=
h_prob > st->speech_prob_continue))
{
st->was_speech=3D1;
return 1;
} else
{
st->was_speech=3D0;
return 0;
}
} else {
return 1;
}
AND
case SPEEX_PREPROCESS_SET_VAD:
2005 Nov 23
1
help on list
...h(scale_d28)
[1] 1
and scale_d28 is a list of 100000 double values?
Thanks
--
Jean Pierre BOTH
phone (33) 01.69.08.84.78 (work)
email jean-pierre.both at cea point fr (work)
Complete address:
-----------------
Commissariat a l Energie Atomique
Centre Etudes Nucleaires de Saclay
DRT/LIST/DETECS/SSTM/L2MA bat.516
91191 GIF/YVETTE CEDEX
France
2006 Jan 23
0
Jumping on the asterisk bandwagon
...ogin.htm 2>&1 > $debugfile
curl -b "/tmp/von_cookie_$username" \
"https://secure.vonage.com/vonage-web/billing/index.htm" 2>&1 >> $debugfile
2. Presense Detection: I have used instructions from
http://www.mundy.org/blog/ and enabled a trivial script that detecs my
(cell phone's) presense via bluetooth. I want to be able to use this
presense information to route my calls intelligently based on where I
am.
3. Least Cost Routing: VOIPJET offers good international rates. I also
make international calls using www.relianceindiacall.com I need a
least cost...
2006 May 05
2
AW: AW: DTMF detection when outgoing call tomobilephones
Actually I am using Asterisk 1.2.7.1, zaptel 1.2.5, libpri 1.2.2
I ve tried many values for rx/txgain togeher with echocancel and relaxdtmf.
The detection is not working with call file, manager originate and not with the dial command to the mobile.
I have no ideas left.
I got it sometimes to work if I use a specific channel (i.e. Dial(ZAP/14/...)
But with the same vaules on a second call there
2013 Apr 27
24
VGA/PCI Passthrough of Secondary Graphics Adapter
Aloha!
Concisely, I''ve been trying for several days to get VGA/PCI passthrough
working. Regarding VGA vs PCI passthrough, I''m not entirely certain of the
difference? Does Xen perform a different set of operations when passing
through a VGA card versus any PCIe card? I''ve read the wiki and it seems
the answer is "yes;" however, when passing through a
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings,
I got the below dmesg and the first bad commit is
commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c
Merge: 3398d25 23b7eaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Sep 4 17:45:39 2013 -0700
Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen updates from Konrad