Displaying 20 results from an estimated 100 matches similar to: "890FX AMD-Vi (IOMMU)"
2012 Jan 12
9
linux 3.3-pre-rc1: Starting domU fails with Error: Failed to query current memory allocation of dom0.
Hi Konrad,
Today i tried linuses tree of today (last commit is 4c4d285ad5665bfbd983b95fde8d7a477d24a361).
It boots dom0 fine, but it fails to start any domU with: "Error: Failed to query current memory allocation of dom0."
With my previous 3.1.5 kernel everything is fine, nothing else changed in config in between.
dmesg and xm dmesg attached
--
Sander
Dom0 shows:
total
2010 May 18
2
NPA NXX Database
Has anyone had good results with an on-line database that returns a LATA
based on NPA NXX?
--Don
Don Kelly
PCF Corp
People Come First
651 842-1000
888 Don Kell(y)
651 842-1001 fax
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100518/d77d09b3/attachment.htm
2010 May 18
2
idct8x8 C version in libtheora1.1 release
When using the IDCT routines, the C version [ lib/idct.c:
oc_idct8x8_c(ogg_int16_t _y[64],int _last_zzi)] in libtheora 1.1.1, the
decoded image is garbled. Is it functionally equivalent to the MMX optimized
version [lib/x86/mmxidct.c: oc_idct8x8_mmx(ogg_int16_t _y[64],int
_last_zzi)] ?
I used some of the Theora video files from here:
http://wiki.xiph.org/index.php/List_of_Theora_videos for
2010 May 18
2
Asterisk 1.4.30 & T38
Hello list,
I read on voip-info.org that Asterisk 1.4 support T38 passthrough.
So I guess this means that I can have a Grandstream HT503 with T38
support and an analogue faxmachine on the other side of my Asterisk and
a T38-account with a ITSP on the other side of my Asterisk machine, right ?!
The fax coming from the faxmachine passes the HT503 to my Asterisk and
my Asterisk sends the fax to
2010 May 18
2
/etc/inittab
Help!
I hosed my system and did a restore from a backup but when I boot, I get an
error no inittab file found.
Where can I get a 5.2, 'stock' inittab file not in a rpm so I can use a
rescue disk to create this file? Or if possible, could someone please post
their's for me?
TIA
2010 May 09
47
IOMMU and AMD 890fx
Hi,
All the reviews for the AMD 890fx chipset reported that it supports IOMMU
v1.2.
But I cannot find any mention of that on AMD site.
Does 890fx support IOMMU?
Do 890fx motherboards with IOMMU exist?
Does Xen support 890fx?
Regards,
Leonardo
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 May 18
9
Variable frame size and API changes
Hi everyone,
I've recently been making various changes to the way the modes work and
the supported frame size. On new feature that may be of interest to some
is that CELT should soon support changing the frame size dynamically
within a stream. By that I mean varying the amount of audio (in time)
transmitted at once, not the compressed size -- which has always been
variable. That would
2010 May 18
2
A
2010 May 18
1
automon filename does not follow the docs.
Hi there,
We used to record all the calls with the Monitor function.
Now, I haveimplemented on-demand recording with automon instead...
Everything is working fine apart from the generated filename, which as per
all docs, should be auto-epoch-caller-callee....but in my case, it is
auto-epoch-who_started_record-the_other_end.
Thank you all in advance.
Regards,
Marta
-------------- next part
2010 May 19
2
Asterisk Cluster
Hello Everyone,
I must deploy an asterisk system that can support
at least 500 pstn outbound calls.
It's a challenge as it's the first time i'm gonna build such a large
system.
I want to have your advice on hardware, software and so on . What i have in
my plan is a cluster of servers with quad PRI cards.
I will appreciate your advice.
Thank you all .
--
2010 May 18
1
measuring latency
Hi,
I was just wondering what your setup was to measure latency for different
encoders, i.e. lame vs. vorbis vs. celt mentioned here:
http://jmspeex.livejournal.com/3839.html
Best,
Tristan
--
Tristan Matthews
email: tristan at sat.qc.ca
web: http://tristanswork.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 May 18
1
[LLVMdev] when compiling the IR api codes, "g++ internal error" occurred.
Hello~!
I’m beginner about LLVM.
My purpose is inserting a function call to basic block, which is composed
of IR codes.
For this, I did following works.
1) Generate bytecodes from c++ codes
2) Generate the C++ codes, composed of LLVM APIs.
$ llc -march=cpp main.bc -o=main_irgen.cpp
3) Insert function call APIs to the generated C++ codes from step 2)
4) Compile the functional call
2010 May 18
1
[ASTERISK-USER] Meetme Recording issue, recording is 2 times Faster then normal recording.
hello All,
i have one issue with Asterisk Meetme Application
i am recording through Meetme channels through option *'r'* and format for
recording a file is '*wav*'
lines used is DAHDI version 2.1.0.4. and asterisk version 1.6.0.5.
i have very strange problem of meetme_recording ,
once conference starts recording file having a *recording is 2x faster *than
normal recording .
2010 May 18
0
Faxes from website works, but from regular don't: cause 16
Hi Guys,
I'm having a non-obvious issue, i am using Fax for asterisk to receive
faxes, so when i test using a website that send faxes it's working great:
the fax is received and the fax2mail app is called and i get it in my email
box. but when i try using a regular fax machine everything in logs (turned
on debug) but all of the sudden a line appear saying:
Channel 0/1, span 1 got hangup
2010 May 18
1
problem with bridged network for a kvm guest
I'm having trouble with the bridged network setup. I'm new to kvm, but I
got a window xp sp2 guest set up without trouble a few days ago. I followed
the instructions in the RH virtualization guide, and all was fine until I
had to reboot the host machine a few days later.
Then, I lost networking altogether on the host machine. I lost track of all
the things I tried, but finally got
2010 May 18
0
[LLVMdev] selection dag speedups / llc speedups
On May 17, 2010, at 9:09 PM, Rafael Espindola wrote:
>> The fast and local register allocators are meant to be used on unoptimized code, a 'Debug build'. While they do work on optimized code, they do not give good results. Their primary goal is compile time, not code quality.
>
> Yes, we have a somewhat uncommon use case. It is fine to spend time
> optimizing bitcode (LTO
2010 May 17
1
PRI down due to chan_zap.c: No more room in scheduler....Got SABME and Sending Unnumbered Acknowledgement...Any thoughts?
Hi Guys,
Running the following with a Sangoma A101D PRI card:
*Asterisk 1.4.21.2*
*LibPRI version: 1.4.10*
No inbound or outbound calls can be made. In fact Asterisk CLI doesn't show
any activity. Problem goes away on restart of the system or maybe asterisk.
I see post about upgrading Libpri to 1.4.10.2 and then I see posts that even
that didn't work. Anyone can weigh in this please?
2010 May 18
2
[LLVMdev] selection dag speedups / llc speedups
> The fast and local register allocators are meant to be used on unoptimized code, a 'Debug build'. While they do work on optimized code, they do not give good results. Their primary goal is compile time, not code quality.
Yes, we have a somewhat uncommon use case. It is fine to spend time
optimizing bitcode (LTO is a OK), but we want to make the final IL ->
Executable translation
2010 May 19
2
a2billing DID and Queues
Hi all,
I have configured asterisk and a2billing.for inbound i have also configured
did and its forwarded to sip extensions.
But i want to enable queues with inbound numbers(DID).But i could not find a
way to do this in a2billing.
I want enable that if some did comes to asterisk/a2billing it should be
forwarded to queues not sip extensions and
their i want to enable hunting so if one
2010 May 18
5
looking for IMAP testing tool
I'm looking for an IMAP testing tool, suitable to use with Dovecot IMAP. It
needs to support TLS, STARTTLS, and login/authentication. It needs to be
able run from command line, shell scripts, and even do so under cron jobs
(e.g. a way to supply the password to use w/o a terminal prompt). Typical
interactive mail clients just don't cut it (even the text mode ones). One
reason is I need