search for: e2200

Displaying 6 results from an estimated 6 matches for "e2200".

Did you mean: 2200
2013 Apr 17
1
writefd_unbuffered failed (when writing to micro SD cards)
.../etc/profile, etc. I'm certain I haven't tweaked my environment. Just a typical install. Ran checkdisk on the drive before attempting again. Cygwin setup version 2.774 Bash version 4.1.10-4 base-cygwin 3.1-1 cygwin 1.7.17-1 cygwin1.dll version 1.7.17 Windows 7 64-bit Service Pack 1 Intel E2200 2.20GHz Dual Core CPU 4GB RAM Not swapping or maxed CPU or anything. Christopher de Vidal (You're a good person? If you can prove it, take the money. This is a legitimate offer. TenThousandDollarOffer.com)
2008 Nov 10
3
Asterisk daemon dies about once per day
...-53.1.4.el5 Asterisk version: 1.4.21.2-2 (trixbox RPM) asterisk-addons: 1.4.6 (trixbox RPM) zaptel 1.4.11-1 (trixbox RPM) zaptel-modules 1.4.11-1.2.6.18_53.1.4.el5 (trixbox RPM) Hardware ======== Rhino Ceros III (2U short-depth server) - Intel Desktop Board DG33FB - Intel Pentium D 2.2Ghz (E2200) - 1GB RAM - 80GB SATA HostRAID Mirror (RAID1) - Rhino R1T1-EC Single T1 card (as PRI, using 4 channels + D) - Rhino RCB8FXX/1 w 1 FXO Module (2 FXO ports total) Zaptel ======== The cards we are using are mentioned above. Other than that, if it helps, here's what we're doin...
2017 Oct 20
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...round_xor(TAB, r2, r4 ## E) > > This appears to be adding unconditional overhead to a function that was moved to > assembly to improve its performance. > I did some benchmarking on this code a while ago and, interestingly, it was slower than the generic C implementation (on a Pentium E2200), so we may want to consider whether we still need this driver in the first place.
2017 Oct 20
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...round_xor(TAB, r2, r4 ## E) > > This appears to be adding unconditional overhead to a function that was moved to > assembly to improve its performance. > I did some benchmarking on this code a while ago and, interestingly, it was slower than the generic C implementation (on a Pentium E2200), so we may want to consider whether we still need this driver in the first place.
2008 Dec 28
1
OT: (a) Biostar or MSI mainboard? (b) all Celeron CPU's OK?
(a) Mark (mhr) suggested I buy a bare bones box, when I reported the problem with the mainboard in this Dell Dimension 2400 box. Possibly I can have the mainboard repaired (and the PSU, if it is also having problems), and if so, I will give this one to my Stepson and go the bare bones box route and have a more powerful box for myself. I looked at two (2) very low end Desktop mainboards in the
2017 Oct 11
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
Change the assembly code to use only relative references of symbols for the kernel to be PIE compatible. Position Independent Executable (PIE) support will allow to extended the KASLR randomization range below the -2G memory limit. Signed-off-by: Thomas Garnier <thgarnie at google.com> --- arch/x86/crypto/aes-x86_64-asm_64.S | 45 ++++++++----- arch/x86/crypto/aesni-intel_asm.S