Fedora Installation :: 12 Live/KDE: Only One Processor Core Works?

Mar 6, 2010

I wanted to try Fedora 12 Live/KDE on a newly-bought Fujitsu Esprimo P1500. Booting with no kernel options would just freeze the machine. After some random experimentation, I added the option "nolapic" and got a seemingly working machine. However, only seemingly, as it turned out that only one of the processor cores was working (the processor is a "Pentium(R) Dual-Core CPU E5300").

View 4 Replies


ADVERTISEMENT

Fedora Installation :: Will The I686 Live CD Work On Processor?

Nov 3, 2009

I have a Celeron 2.13GHz single core processor.

View 5 Replies View Related

General :: Only One Core Of Dual Core Processor Are Working

Mar 14, 2011

I recently read in a forum that by default the Linux kernel only activates one of two cores in a dual core processor. Searching online gave one option to find out and that was the mpstat command. I therefore ran the command and got the following output.As the result says, it shows only 1 cpu. I was wondering what I could do to activate both cores in my machine, and whether doing so was going to cause me any problems.

View 14 Replies View Related

Fedora Hardware :: Crashing On Install On Athlon 8 Core Processor

Jul 30, 2010

I am attempting to install a custom fedora build but it crashed, I then attempted the standard fedora build (.iso) burned on a CD and I got to the boot window but at some point following the colored lines going across the bottom of the screen it froze. symptom - monitor still on not hibernating, num key works caps lock doesn't , hard drive is spinning and so is CD drive. Has anyone had issue loading this build onto similar hardware?

View 1 Replies View Related

Slackware :: Core 2 Duo Processor Is Both 32 And 64 Bit?

Jan 11, 2010

I've got a few simple questions that have been bugging me for days:

What do we need slack64 for? What are the differences and advantages?

Is it true that EVERY core 2 duo processor is both 32 and 64 bit?

View 1 Replies View Related

Hardware :: Difference Between Processor And Core?

Dec 22, 2010

When i viewed the cpuinfo file (using command: vi /proc/cpuinfo ), i found that there are listings for 4 processors( i.e 4 sets of listings each one starting with item : processor - 0 ; processor -1 and so on..). Each of them have similar data among which one is "cpu cores" which is 2 for all.. How do i make sense of this data.. 4 processors with 2 cores each ? Also, what could be this hardware be classified as : dual core? quad core ?...

P.s: each of these processor listings also have an item called "siblings" which is 2 for all... Just thought i'll include this here because i felt it may be relevant to this question..

View 4 Replies View Related

Fedora Installation :: Dual Core Only Showing Single Core On F14?

Nov 3, 2010

I just loaded F14 on an old Dell Dimension 3000 with a dual core processor but only one is showing. Here's the output from top:

processor: 0
vendor_id: GenuineIntel
cpu family: 15
model: 4

[Code]....

View 2 Replies View Related

Debian :: ISO Selection For Intel Core I7 Processor

Aug 24, 2011

What is the best debian iso that I should choose to install in a machine with intel core i7 second gen processor? amd64,ia64 or i386 ?

View 4 Replies View Related

Ubuntu :: Laptop With Core I7 Processor And Nvidia/ATi GPU?

Jun 9, 2010

I am looking to buy a laptop for my college years, so I would like to buy one that will serve me many years ahead. Currently the only laptop I have found is the System76 Serval laptop, but they do not ship to Europe.

Another laptops I have found are the Toshiba A505 series, but they are not currently supported by the latest version of Ubuntu.

I anyone knows of a good laptop (must have Corei7 processor and Nvidia/ATI powerful card fully supported by the proprietray drivers), please share your knowledge here.

View 5 Replies View Related

Hardware :: 32 Or 64 Bit - Which Architecture To Use With An Intel Core 2 Duo Processor

Mar 28, 2010

Which architecture to use with an Intel Core 2 Duo processor?

View 3 Replies View Related

General :: Dell Core I3 Processor Supports?

Apr 2, 2010

I am planning to by Dell Laptop having core i3 processor. Does Linux supports this processor ?

View 2 Replies View Related

General :: Difference Core And Thread In Processor?

Jun 1, 2011

Can someone explain to me about the "core" and "thread" in the processor.

1. What is core?
2. What is thread?
3. What's the difference between core and thread?

View 8 Replies View Related

CentOS 5 Hardware :: Infiniband (mlx4) Works On 16-core System But (now) Fails On 32-core System

Jan 27, 2010

We have a small cluster of 20 HP systems, all running CentOS 5.3 in an NFS-root environment. Half are quad-socket, quad-core Xeon E7340 @ 2.40GHz (total 16 cores), the other half are 8-socket, quad-core Opteron 8354 (total 32 cores). All systems have a Mellanox Infiniband adapter ("Mellanox Technologies MT25418 [ConnectX VPI PCIe 2.0 2.5GT/s - IB DDR / 10GigE] (rev a0)")

With kernel 2.6.18-128.1.6.el5, infiniband works fine on all systems.

With the update to kernel 2.6.18-164.11.1.el5 (and both types of node running the same NFS-root image), the 16-core Xeons still work fine. Infiniband no longer works on the 32-core Opterons. Specifically, either the ib0 interface fails to appear, or it does appear but when configured with an IP address, doesn't actually work. In either case, loading the IB kernel modules takes a long time, but I haven't instrumented the load script yet to see which module, if any, is at fault. More errors listed below.

However, if I tweak the BIOS of the 32-core systems to reduce the per-socket core count to 2 (so effectively 8-socket, dual-core, down to a total of 16 available cores), Infiniband starts working again. Putting it back to 32-cores makes it fail. Booting the older kernel makes it work again. In summary: old kernel, IB works on all systems. Newer kernel, IB only works on 16-core systems.

Updating the IB firmware from 2.5.0 to 2.7.0 (latest available) doesn't help. I also did a full 'yum update' to make sure that libmlx4, openibd all other associated packages were up-to-date. Doesn't help either.

Some errors that appear on 32-core nodes:

ib_query_port failed (-16) for mlx4_0
ib_query_port failed (-16) for mlx4_0
mlx4_core 0000:04:00.0: SW2HW_MPT failed (-16)
mlx4_core 0000:04:00.0: SW2HW_MPT failed (-16)

[Code]....

View 5 Replies View Related

General :: Access CRx Registers On A Multi Core Processor

Sep 9, 2011

I need to set the CR4.MCE bit for all the cores on my system (4). I'd like to write a linux kernel module for that, but I am not sure how to proceed: How do you sequentially access all of the CR4 registers? I have read the Intel manuals and they describe a way to initialize each core, but this is done in the bios.

View 2 Replies View Related

General :: Unix Command That Allows To Know Which Process Is Running On Processor Core?

Mar 16, 2011

Unix command that allows to know which process is running on processor core?

View 2 Replies View Related

Fedora Installation :: Upgrading From Core 4 To Core 10?

May 20, 2009

I have created a virtual machine of a system running Fedora Core 4 and I need to upgrade it to Fedora Core 10. Based on what I have read, it iis possible so I started theupgrade process. I get an error message saying that /dev/hda6 (my root paritition does not exist) even though it does.

Does the installer need to read a label from /etc/fstab? I executed tune2fs -L / /dev/hda6 amd ,and added LABEL=/ for the corresponding entry for fstab. but the FEDORA CORE 10 is still giving the same problems for the installation process. Should I upgrade to an intermediate verson like Fedora Core 7 first?

View 14 Replies View Related

OpenSUSE Hardware :: Gigabyte GA-P55-UD3L Motherboard And An Intel Core I5 750 Processor

Dec 26, 2009

I'm about to upgrade a server for a local non-profit, and am looking at a Gigabyte GA-P55-UD3L motherboard and an Intel Core i5 750 processor. Does anyone have any observations or experiences with SUSE on this platform?

View 7 Replies View Related

General :: Correct Processor Family For Pentium Dual Core T2390

Feb 23, 2010

Compiling a kernel on this machine first time and get upset with which processor family/type/options to select for my Intel Pentim Dual Core T2390.Does sombody know how to configure kernel better for this processor?

View 5 Replies View Related

Programming :: Perl Child Processes Become Zombie On A Multi-core Processor?

Apr 11, 2011

I have written a simple script which has to find required patterns from a bunch of files ( where each file is around 2 GB each,which contain the output of seq 1 10000000000000) on an 8 core machine.I am current forking 6 child processes which run simultaneously on 6 cores of the processor & have to search for the required pattern in 6 different files & inform the parent process when a pattern is found using a PIPE.

The problem is,when a child process is done reading a text file looking for a pattern,it is becoming a zombie process.It exits cleanly when i put a $SIG{CHLD} = "IGNORE"; in the script.Can any one tell me whats going on & how do i improve the communication between child and parent processes?

Code:
#!/bin/perl
use strict;

[code]...

View 3 Replies View Related

Software :: AMD Processor Fedora Doesnt Support AMD Processor?

Jan 5, 2010

i have installed ubuntu in my laptop.since i have AMD processor fedora doesnt support AMD processor..the recent version fedora 12 supprots AMD processor.i am doing my final project in ns2 hence it should support tht too!!! Which is the best choice to override ubuntu grub fedora 12 or redhat linux.

View 3 Replies View Related

Debian Installation :: 8.0 Live CD Works But Blank Screen During Reboot

Jul 14, 2015

When I mount Debian 8 live into VMWare Player 7.1.2 64bit, it works awesome with and without graphics acceleration enabled i.e I can get into the desktop and all that.

But, when I installed it, the reboot is just a blank screen. I am not sure how I can proceed from now.

I am on Windows 7, 64bit Ultimate.

View 10 Replies View Related

Ubuntu Installation :: Live CD, Upgrade And Install Fail On 9.10 And 10.04 - 9.04 Works?

May 23, 2010

My first upgrade attempt to 9.10 ruined my install - there was no return and as 9.10 would not install either, I reinstalled 9.04 and everything was as expected.I decided to wait for 10.04 hoping the issue had been solved - unluckily it has NOT. Neither Live CD 9.10 nor 10.04 work. New Mint does not work either - to closely related to Ubuntu, but Suse live CD does. Played around with findings from different threads - like taking out "quiet splash --" and adding modprob parameter to no avail Prime suspect is HD and HD controller (ATA/PATA) - but I could not nail it.

View 3 Replies View Related

Ubuntu Installation :: Live CD Works But No Display After Install / Solution For This?

Oct 10, 2010

I have this problem where the 10.10 LiveCD 64-bit works (as in I get full resolution display and no video issues at all). But after install, the OS boots successfully but there's no display. I know it's successful because I was able to login in the dark (sound works).

Here's what I have:
HP m9340f (NVIDIA GeForce 9500M GS with HDMI)
46" Sharp connected via HDMI
Windows 7, works fine.

Here's what I tried with no luck:
1. CTRL-ALT-F1 still doesn't show anything on screen, no terminal
2. Connected via VGA
3. Connected another 17" monitor via VGA, rebooted
4. Added vga=789 in grub before booting

The weird thing is that I had 10.04 before and it was working for a while then it suddenly stopped working. I figured I'd wait until 10.10 but I now have the same issue. I haven't tried 32-bit... I can give that a shot in a bit.

View 5 Replies View Related

Ubuntu Installation :: System Freezes After Upgrade - No Live USB Works

Feb 5, 2011

I was running 10.04 with no problems. Upgraded. I may or may not have lost power before the upgrade was finished. Now my system locks out the keyboard and mouse on the login screen...nocapslock light or anything, but I know it's still running because the clock at the bottom increments once per minute. Booting safemode does not help, it simply hangs at some point on the scrolling black screen instead.I can boot 9.04, which is still installed on another partition, just fine.Is there any way I can boot to a terminal and try running apt-get again, to see if I can fix whatever's wrong?

View 1 Replies View Related

Ubuntu Installation :: Freeze / Glitch During Install And Live. Nothing Works?

Feb 6, 2011

Im trying to install Ubuntu, here are my problems and the solutions ive tried: I've downloaded 10.10 in 64 bit and 32 bit. I've also tried with 10.4.1 LTS.I've tried burning it to a disc and i've tried making a bootable USB. (I ran out of dvds so im only trying from usb now).I load from the disc/USB and ill get the menu asking if i want to try ubuntu, install ubuntu, check for errors etc..... I choose try ubuntu and ill get the UBUNTU logo with the loading dots undernieth.The screen then glitches and theres multicolor lines frozen accross the monitor. Stuck that way until i restart.This also happens when i try to install it to the harddrive.It happens on both versions in both 64 and 32 bit. I checked the disc and all files are present.I've had ubuntu installed over a year ago.

AMD 64 3200 processor
nvidia geforce 7800gt
2gb ram

What should i do? Heres an image i took with my phone. http:[url].....

View 2 Replies View Related

Ubuntu :: Finding A Word Processor With Mail Merge That Works?

Sep 14, 2010

I have tried openoffice but the mail merge is a nightmare to use and when eventually I managed to get something out of it instead of one page linked to a database it produced a separate page for each plus a blank page! I did manage to do something with openoffice database using a form letter but that was also a nightmare to do!

I tried Koffice which is supposed to have mail merge but nothing appeared on the Tools menu as the manual says it should. At the moment I am using MS office 2003 under Wine which works fine and does exactly what I want, only thing I don't seem able to do is install any of the service packs, any suggestions for that? Preferably I would like a Linux based word processor, does anyone know of one that has functioning mail merge?

View 3 Replies View Related

Ubuntu :: Run Intel Version LIVE CD On AMD Processor?

Jan 18, 2010

A friend is trying to rescue some files from his computer because Windows won't boot, so he's making a Live CD. However, he realized that he accidentally downloaded the Intel version of Ubuntu, but he has an AMD processor. Does this matter for a Live session if he's not actually installing anything?

View 2 Replies View Related

OpenSUSE Hardware :: 11.2 Works On Dell Dimension 2200 With An Intel Celeron 1.3 Ghz Processor?

Jun 3, 2010

I have a Dell Dimension 2200 with an Intel Celeron 1.3 Ghz processor. Will OpenSuse 11.2 work on this system?

View 3 Replies View Related

Server :: Which Intel Processor To Run A Server On - Xeon Or Core I5

Aug 23, 2010

I would like to run my own server, and I'm thinking of buying a dedicated machine to run it on. I checked out the dell website for a cheap machine to run it on (I don't need high performance - just a personal file server running a few hard drives, and a web/mail server). I noticed that they have some cheap models in their server line that are as cheap as a desktop. Compare:

[URL]

The main difference I see between the desktops and the servers is the use of the Core or Xeon processor, and also, the servers tend to have lower RAM.if I am looking for value, should I opt for a low end desktop or a low end server to run a personal server? Also, what advantage does the Xeon processors and Dell server line have over the desktop models that make it better for running a server?

View 1 Replies View Related

Ubuntu Installation :: Dual Core Support Core 2 E8500 Out Of Box?

Feb 14, 2010

Just a quick question. Does Kubuntu Karmic support core 2 E8500 out of the box or do you need the SMP kernel?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved