This isn't specifically about cent os, but I am running cent os on this machine. I've got a Dell Dimension 2400 desktop pc. I've tried on a number of occasions to put a second hard drive in the machine, but I can't get the machine to recognize the second drive in BIOS. I'm going to try and keep this short and sweet. I've tried all that I know to try. I've set the jumpers on the drives to master and slave, I've tried setting the jumpers to cable select. I've changed the IDE ribbon cable. As far as I know, I've done all the trouble shooting steps that you'd do when having this problem. The only conclusion I can come up with, is that it's the BIOS. The one thing I haven't done is flash the BIOS, and I'm reluctant to do that. One other thing that I did try, was on the secondary IDE, I tried connecting a second CD drive, and the BIOS would not see it either. The machine will only see the drives that are connected to what would be the Master drive connection on the ribbon cable. Anyone have any ideas? Thanks Jim
2011/4/5 Jimmy Bradley <bmobile40 at ocellaris.net>:> ? ? This isn't specifically about cent os, but I am running cent os on > this machine. I've got a Dell Dimension 2400 desktop pc. I've tried on a > number of occasions to put a second hard drive in the machine, but I > can't get the machine to recognize the second drive in BIOS. I'm going > to try and keep this short and sweet. I've tried all that I know to try. > I've set the jumpers on the drives to master and slave, I've tried > setting the jumpers to cable select. I've changed the IDE ribbon cable. > As far as I know, I've done all the trouble shooting steps that you'd do > when having this problem. > ? ? The only conclusion I can come up with, is that it's the BIOS. The > one thing I haven't done is flash the BIOS, and I'm reluctant to do > that. One other thing that I did try, was on the secondary IDE, I tried > connecting a second CD drive, and the BIOS would not see it either. > The machine will only see the drives that are connected to what would be > the Master drive connection on the ribbon cable. > Anyone have any ideas?Linux only uses bios for booting, so it is not needed on Linux. for cabling ide in same cable: 1st driver for master jumper and second using slave jumper. br, -- Eero, RHCE
Jimmy Bradley wrote:> This isn't specifically about cent os, but I am running cent os on > this machine. I've got a Dell Dimension 2400 desktop pc. I've tried on a > number of occasions to put a second hard drive in the machine, but I > can't get the machine to recognize the second drive in BIOS. I'm going > to try and keep this short and sweet. I've tried all that I know to try. > I've set the jumpers on the drives to master and slave, I've tried > setting the jumpers to cable select. I've changed the IDE ribbon cable. > As far as I know, I've done all the trouble shooting steps that you'd do > when having this problem. > The only conclusion I can come up with, is that it's the BIOS. The > one thing I haven't done is flash the BIOS, and I'm reluctant to do > that. One other thing that I did try, was on the secondary IDE, I tried > connecting a second CD drive, and the BIOS would not see it either. > The machine will only see the drives that are connected to what would be > the Master drive connection on the ribbon cable. > Anyone have any ideas?Ok, old system, IDE drives. You *might* want to mouse around in the BIOS itself, and look for odd corners, such as if something's disabled. I mean, we have a few older servers that I had to disable an option that was explicitly (though it didn't say so) and exclusively for OS/2, and these servers ain't 10 years old. mark
centos-bounces at centos.org wrote:> This isn't specifically about cent os,<snip>> Anyone have any ideas?http://support.dell.com/ Don't contact Dell with your CentOS questions, nor bring your Dell questions here ... ... You should either drink much more, or much less. Insert spiffy .sig here: Life is complex: it has both real and imaginary parts. //me ******************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. www.Hubbell.com - Hubbell Incorporated**
On 04/05/11 11:37 AM, Jimmy Bradley wrote:> This isn't specifically about cent os, but I am running cent os on > this machine. I've got a Dell Dimension 2400 desktop pc. I've tried on a > number of occasions to put a second hard drive in the machine, but I > can't get the machine to recognize the second drive in BIOS. I'm going > to try and keep this short and sweet. I've tried all that I know to try. > I've set the jumpers on the drives to master and slave, I've tried > setting the jumpers to cable select. I've changed the IDE ribbon cable. > As far as I know, I've done all the trouble shooting steps that you'd do > when having this problem.(Googles a bit) Ok, thats a Intel 845GV chipset[1], which supports UDMA100[2], so you must use 80 wire UDMA style IDE cables or get very unreliable results. wow, thats some old chit. With UDMA cables, they must be plugged in the correct way, the blue connector goes to the mainboard, the far end black connector goes to the 'master' (1st) drive, and the middle gray connector goes to the slave (2nd) drive. The drives should be jumpered as 'cable select' (but you /can/ use master/slave jumpering as LONG as they are connected in the correct order). The connectors should all be 'keyed' by a rectangular block molded on one side such that you can't plug them in the wrong way. There also should be a missing pin on the mobo and drives and a blocked pin on the cable that acts as a key. Both devices on the cable should be UDMA 100 capable, mixing older technology DMA33 stuff was bad news and resulted in all kinda funky behavior. phew, [1] indicates that system has 2 dimm slots with support for 256M and 512M dimms (DDR SDRAM), onboard shared memory graphics, and only has one internal drive bay, and a 200 or 230W PSU. Pentium-4 w/ 400 or 533Mhz FSB so its probably Northwood generation, circa 2002. The CMOS battery is likely a ball of toxic green fuzz right now. Frankly, anything that old, when it starts misbehaving, its time for the recycle bin. [1] http://support.dell.com/support/edocs/systems/dim2400/en/sm_en/specs.htm [2] page 28 http://downloadmirror.intel.com/15210/eng/D845GVSR_TechProdSpec.pdf <http://downloadmirror.intel.com/15210/eng/D845GVSR_TechProdSpec.pdf> [different board, but same chips and better documentation]