search for: cyrix

Displaying 20 results from an estimated 80 matches for "cyrix".

2005 Feb 21
2
Illegal instruction on startup
...done some browsing through the wiki and on Google and haven't been able to find anything that looks like what is happening to me. When I start Asterisk by typing "asterisk -vvvc", I get "Illegal instruction" and nothing else. Nothing before and nothing after. This is a Via Cyrix III 667MHz CPU with 192MB RAM running on Slackware 10.1 (Kernel 2.4.29) as a fresh install. I downloaded Asterisk, compiled mpeg123 and installed it, then compiled and installed Asterisk, then installed the sample data. I tried to start it up, and got the above error. Any pointers on where to lo...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...s information is used for optimizing purposes. In order to compile a kernel that can run on @@ -47,6 +48,7 @@ config M386 config M486 bool "486" + depends on !X86_VMI help Select this for a 486 series processor, either Intel or one of the compatible processors from AMD, Cyrix, IBM, or Intel. Includes DX, @@ -55,6 +57,7 @@ config M486 config M586 bool "586/K5/5x86/6x86/6x86MX" + depends on !X86_VMI help Select this for an 586 or 686 series processor such as the AMD K5, the Cyrix 5x86, 6x86 and 6x86MX. This choice does not @@ -62,12 +65,14 @@ co...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...s information is used for optimizing purposes. In order to compile a kernel that can run on @@ -47,6 +48,7 @@ config M386 config M486 bool "486" + depends on !X86_VMI help Select this for a 486 series processor, either Intel or one of the compatible processors from AMD, Cyrix, IBM, or Intel. Includes DX, @@ -55,6 +57,7 @@ config M486 config M586 bool "586/K5/5x86/6x86/6x86MX" + depends on !X86_VMI help Select this for an 586 or 686 series processor such as the AMD K5, the Cyrix 5x86, 6x86 and 6x86MX. This choice does not @@ -62,12 +65,14 @@ co...
2005 Jun 20
8
CentOS 4.0 -> 4.1 update failing
I've updated CentOS 4.0 to 4.1 on several machines (some desktops, some servers). However on my laptop, update is failing with following error just after headers are downloaded: --> Running transaction check --> Processing Dependency: glibc-common = 2.3.4-2 for package: glibc --> Finished Dependency Resolution Error: Missing Dependency: glibc-common = 2.3.4-2 is needed by package
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...000110 +#define MSR_IDT_MCR1 0x00000111 +#define MSR_IDT_MCR2 0x00000112 +#define MSR_IDT_MCR3 0x00000113 +#define MSR_IDT_MCR4 0x00000114 +#define MSR_IDT_MCR5 0x00000115 +#define MSR_IDT_MCR6 0x00000116 +#define MSR_IDT_MCR7 0x00000117 +#define MSR_IDT_MCR_CTRL 0x00000120 + +/* VIA Cyrix defined MSRs*/ +#define MSR_VIA_FCR 0x00001107 +#define MSR_VIA_LONGHAUL 0x0000110a +#define MSR_VIA_RNG 0x0000110b +#define MSR_VIA_BCR2 0x00001147 + +/* Transmeta defined MSRs */ +#define MSR_TMTA_LONGRUN_CTRL 0x80868010 +#define MSR_TMTA_LONGRUN_FLAGS 0x80868011 +#define MSR_TMTA_LRTI_R...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...000110 +#define MSR_IDT_MCR1 0x00000111 +#define MSR_IDT_MCR2 0x00000112 +#define MSR_IDT_MCR3 0x00000113 +#define MSR_IDT_MCR4 0x00000114 +#define MSR_IDT_MCR5 0x00000115 +#define MSR_IDT_MCR6 0x00000116 +#define MSR_IDT_MCR7 0x00000117 +#define MSR_IDT_MCR_CTRL 0x00000120 + +/* VIA Cyrix defined MSRs*/ +#define MSR_VIA_FCR 0x00001107 +#define MSR_VIA_LONGHAUL 0x0000110a +#define MSR_VIA_RNG 0x0000110b +#define MSR_VIA_BCR2 0x00001147 + +/* Transmeta defined MSRs */ +#define MSR_TMTA_LONGRUN_CTRL 0x80868010 +#define MSR_TMTA_LONGRUN_FLAGS 0x80868011 +#define MSR_TMTA_LRTI_R...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...a *cpu) { - unsigned int maxi, maxei, vendor, address_bits; - unsigned int eax; + unsigned int maxi, maxei, maxhv, vendor, address_bits; + unsigned int eax, ebx, ecx; cpuid(cpu->number, 0, &maxi, &vendor, NULL, NULL); maxi &= 0xffff; /* The high-order word is non-zero on some Cyrix CPUs */ @@ -19,7 +19,7 @@ void get_cpu_info_basics(struct cpudata *cpu) return; /* Everything that supports cpuid supports these. */ - cpuid(cpu->number, 1, &eax, NULL, NULL, NULL); + cpuid(cpu->number, 1, &eax, &ebx, &ecx, NULL); cpu->stepping = eax & 0xf; c...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...a *cpu) { - unsigned int maxi, maxei, vendor, address_bits; - unsigned int eax; + unsigned int maxi, maxei, maxhv, vendor, address_bits; + unsigned int eax, ebx, ecx; cpuid(cpu->number, 0, &maxi, &vendor, NULL, NULL); maxi &= 0xffff; /* The high-order word is non-zero on some Cyrix CPUs */ @@ -19,7 +19,7 @@ void get_cpu_info_basics(struct cpudata *cpu) return; /* Everything that supports cpuid supports these. */ - cpuid(cpu->number, 1, &eax, NULL, NULL, NULL); + cpuid(cpu->number, 1, &eax, &ebx, &ecx, NULL); cpu->stepping = eax & 0xf; c...
2007 Apr 18
1
No subject
...000110 +#define MSR_IDT_MCR1 0x00000111 +#define MSR_IDT_MCR2 0x00000112 +#define MSR_IDT_MCR3 0x00000113 +#define MSR_IDT_MCR4 0x00000114 +#define MSR_IDT_MCR5 0x00000115 +#define MSR_IDT_MCR6 0x00000116 +#define MSR_IDT_MCR7 0x00000117 +#define MSR_IDT_MCR_CTRL 0x00000120 + +/* VIA Cyrix defined MSRs*/ +#define MSR_VIA_FCR 0x00001107 +#define MSR_VIA_LONGHAUL 0x0000110a +#define MSR_VIA_RNG 0x0000110b +#define MSR_VIA_BCR2 0x00001147 + +/* Transmeta defined MSRs */ +#define MSR_TMTA_LONGRUN_CTRL 0x80868010 +#define MSR_TMTA_LONGRUN_FLAGS 0x80868011 +#define MSR_TMTA_LRTI_R...
2007 Apr 18
1
No subject
...000110 +#define MSR_IDT_MCR1 0x00000111 +#define MSR_IDT_MCR2 0x00000112 +#define MSR_IDT_MCR3 0x00000113 +#define MSR_IDT_MCR4 0x00000114 +#define MSR_IDT_MCR5 0x00000115 +#define MSR_IDT_MCR6 0x00000116 +#define MSR_IDT_MCR7 0x00000117 +#define MSR_IDT_MCR_CTRL 0x00000120 + +/* VIA Cyrix defined MSRs*/ +#define MSR_VIA_FCR 0x00001107 +#define MSR_VIA_LONGHAUL 0x0000110a +#define MSR_VIA_RNG 0x0000110b +#define MSR_VIA_BCR2 0x00001147 + +/* Transmeta defined MSRs */ +#define MSR_TMTA_LONGRUN_CTRL 0x80868010 +#define MSR_TMTA_LONGRUN_FLAGS 0x80868011 +#define MSR_TMTA_LRTI_R...
2004 Jul 13
1
bad sound quality, also the ringtone
Hi, it took me 2 days to get my asterisk box running, so now I completed and I am disappointed of the sound quality. When I call other people their voices sound somewhat scratchy. First I thought it might be a codec problem, but I also recognized it during the ring tone or even the DISA connect tone. Sometimes it is better quality and sometimes more scratchy. Where might be the problem? I am
2005 Jun 01
1
does asterisk work with other processors
Hello All, I have tried numerous versions of asterisk from asterisk at home to compiling it myself through the cvs server. I don't understand it works fine with the intel p2 box but not the faster via cyrix box. Is it the processor or something? Regards, Otis Surratt Jr. / otis@ocosa.com
2003 Apr 27
2
Forwarding an email received by arch@freebsd.org...
Date: Sun, 27 Apr 2003 12:02:34 +0200 From: =?ISO-8859-1?Q?Bodo_R=FCskamp?= <jordbaer@mac.com> To: arch@freebsd.org Subject: misc patches to FreeBSD (Geode, USB, kqueue, ObjC) Message-ID: <5E112B5E-7897-11D7-BB6A-000393DB98F8@mac.com> Hi, I have compiled a list of patches for FreeBSD on <http://www.clabsms.de/FreeBSD/index.html>. They are the result of
2012 Mar 30
1
Xen Cloud Platform 1.1 restart unexpectedly
...20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Sep 16 17:45:00 EDT 2011 Mar 30 20:37:25 xen01 kernel: KERNEL supported cpus: Mar 30 20:37:25 xen01 kernel: Intel GenuineIntel Mar 30 20:37:25 xen01 kernel: AMD AuthenticAMD Mar 30 20:37:25 xen01 kernel: NSC Geode by NSC Mar 30 20:37:25 xen01 kernel: Cyrix CyrixInstead Mar 30 20:37:25 xen01 kernel: Centaur CentaurHauls Mar 30 20:37:25 xen01 kernel: Transmeta GenuineTMx86 Mar 30 20:37:25 xen01 kernel: Transmeta TransmetaCPU Mar 30 20:37:25 xen01 kernel: Xen-provided machine memory map: Please confirm is it a bug ? Or intended behavior ? If it&...
2006 Aug 04
11
Assertion raised during zfs share?
Working to get ZFS to run on a minimal Solaris 10 U2 configuration. In this scenario, ZFS is included the miniroot which is booted into RAM. When trying to share one of the filesystems, an assertion is raised - see below. If the version of source on OpenSolaris.org matches Solaris 10 U2, then it looks like it''s associated with a popen of /usr/sbin/share. Can anyone shed any
2006 May 17
4
G4-400mhz enough for CentOS 4.3?
It's that time again. I'm stuck with a bunch of older Powermac G4's that I either need to repurpose or give the heave ho. I've not tried CentOS on Mac hardware before. Would the following config be suitable for a (somewhat slow) workstation? PowerMac G4 400mhz 256mb RAM 40gig ATA disk Some sort of dual-head ATI video setup with 64mb VRAM (I've forgotten which cards they
2011 Apr 26
4
RHEL 6/CentOS
...us kernel) and get the following during bootup: Linux version 2.6.32-71.24.1.el6.centos.ayplus.1.i686 (build at 6beta32) (gcc versi on 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) ) #1 SMP Fri Apr 8 17:23:21 PDT 2011 KERNEL supported cpus: Intel GenuineIntel AMD AuthenticAMD NSC Geode by NSC Cyrix CyrixInstead Centaur CentaurHauls Transmeta GenuineTMx86 Transmeta TransmetaCPU UMC UMC UMC UMC UNSUPPORTED HARDWARE DEVICE: Centaur Processor ------------[ cut here ]------------ WARNING: at kernel/unsupported.c:13 mark_hardware_unsupported+0x37/0x40() (Not t ainted) Your hardware is u...
2002 Jun 27
4
Minimum cpu requirements
Hello folks Anyone know if this would be enough to decode oggs? AMD Elan SC520 133 MHz If not, what seems to be the lower limit required for decoding oggs? Many thanks, Kerry. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only
2008 Nov 11
3
Syslinux 3.70 - BSS DOS boot says: "Could not find kernel Image: linux".
...partition boot record of my image and how to load dos.bss properly (the docs explain for floppy images not for HD images). Could someone help. I don't have a fast link so I can't download lots of stuff and I have no physical floppy disk present on any of my two machines (Celeron 400Mhz and Cyrix 233 - acts as my test client) Can I use the COM option in Syslinux to boot MSDOS directly by skipping the boot loader bit and running IBMBIO.COM in PCDOS.. or some other file in Win98SE-DOS I tried the following (what am I doing wrong??): mkdiskimage testImage 60 16 63 (-F was grumbling about not...
2005 May 04
5
Running CentOS on very old hardware
A friend has an old Pentium-133 laptop with 32MB of memory and a 1.3 GB hard disk that he wants to use as a web server for a very small community. Will CentOS (or any other RHEL derived distribution for that matter) install and run with acceptable performance on such a system, or will a specialized distribution like Damn Small Linux be a better choice? In this case, disk space is not a big