Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-05-2006, 03:05 AM
|
#1
|
|
Member
Registered: Aug 2006
Posts: 39
Rep:
|
SATA HDD wont detect on RHEL 4
My sata drive wont detect on rhel4 i have to disable sata and set it as an IDE through the BIOS and then its detected. What do i do? I am trying to install rhel 4 on my SATA, i read that linux is not too sats friendly is that true?
|
|
|
|
09-05-2006, 03:11 AM
|
#2
|
|
Member
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 977
Rep:
|
Same as your thread with the Internet thing.(IRQ....) More details are needed.
So you can insert a valid driver during the install using linux dd
Dell for e.g. offers a SATA Driver for Redhat Enterprise Linux.
Depends on the Chipset.
|
|
|
|
09-05-2006, 03:32 AM
|
#3
|
|
LQ Newbie
Registered: Sep 2006
Posts: 13
Rep:
|
put the first bootable cd and at the boot prompt type the following command
linux all-generic-ide noapic nolapic
hope this will work
|
|
|
|
09-05-2006, 04:03 AM
|
#4
|
|
Member
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 977
Rep:
|
If you change your SATA Operation mode or called similar within your BIOS to ATA then you don't have do mention about sata drivers. But if you want to use sata then
you have to insert a driver module disk during the setup.
Here is a Link for ICH7R Chipset
It's from Dell maybe it works with your system as well cause I suppose thats only corresponding to the Chipset (if you're using ICH7R... )
how to:
Code:
Extract the archive
1. Log in as the root user
2. At a command prompt, type "tar xzvf ahci-1.00b-rhel4-multiarch-2.tar.gz to extract the files from the compressed archive
3. At a command prompt, type "cd ahci-1.00b-rhel4-multiarch-2"
Installing RHEL 4 Gold with a driver disk
1. Create the driver disk:
Floppy: dd if=ahci-1.00b-rhel4-G-multiarch-dd.img of=/dev/fd0
-- or --
ISO: burn the ISO image to a CD-R or CD-RW disk using any CD-burning app
2. Boot to the RHEL 4 Gold CD 1. At the "boot:" prompt, type: linux dd
3. Insert the driver floppy or CD when prompted, and continue with the install
RPM Installation
1. Download the latest dkms RPM from support.dell.com, or install the one from the archive by typing "rpm -Uvh dkms-2.0.5-1.noarch.rpm". If you receive a message that a newer dkms is installed on your system already, proceed to the next step
2. At a command prompt, type "rpm -Uvh ahci-1.00b-1dkms.noarch.rpm" to install the device driver.
forget about the dkms - you wont need that ;-)
|
|
|
|
09-05-2006, 05:59 AM
|
#5
|
|
LQ Newbie
Registered: Jul 2006
Posts: 16
Rep:
|
Quote:
|
Originally Posted by vicky_me
My sata drive wont detect on rhel4 i have to disable sata and set it as an IDE through the BIOS and then its detected. What do i do? I am trying to install rhel 4 on my SATA, i read that linux is not too sats friendly is that true?
|
I had the same problem, with the same, and other, SATA BIOS settings, and found that using RedHat ES4 Update 3 was the solution. Which exact version of RedHat are you using? Also, what motherboard / processor do you have? I used an ASUS RS120 and it, combined with RedHat, created many compatibility issues that only RHES4 U3 overcame
Cheers,
Jon
|
|
|
|
09-05-2006, 09:19 AM
|
#6
|
|
Member
Registered: Feb 2003
Distribution: Scientific Linux 6
Posts: 370
Rep:
|
Will bluntly state that you will need the 2.6 kernel to get SATA drives to work.
|
|
|
|
09-06-2006, 01:14 AM
|
#7
|
|
Member
Registered: Aug 2006
Posts: 39
Original Poster
Rep:
|
Quote:
|
Originally Posted by DBabo
Will bluntly state that you will need the 2.6 kernel to get SATA drives to work.
|
Where do i get those?
|
|
|
|
09-06-2006, 05:20 AM
|
#8
|
|
Member
Registered: Aug 2006
Posts: 39
Original Poster
Rep:
|
well my motherboard is some generic brand but everest detects it as a P4M800-8237R-6A7L6PRAC-00 board
|
|
|
|
09-06-2006, 07:45 AM
|
#9
|
|
Member
Registered: Feb 2003
Distribution: Scientific Linux 6
Posts: 370
Rep:
|
not sure i understood what it detects..
you can get the kernel from kernel.org.
read how to compile first.
Btw, you should have subscription to RHn - they have rpms for the kernels.
update: Sorry , was rushing out of the door - didn't read carefully your post. It's not so much about motherboard, but as guys said - if you can change settings in the Bios - that would be a solution too. At least temporary. Until you get the latest and greatest kernel.
but you should have a subscription to the rhn - so get it from there. Get devel rpm check all your devices and go on recompiling and compiling 
I've recently moved from 2.4 ( rhel 3 ) to rh4 ( 2.6 ) - damn USB was making me crazy.
Have fun.
Last edited by DBabo; 09-06-2006 at 10:57 PM.
|
|
|
|
10-03-2006, 08:06 AM
|
#10
|
|
LQ Newbie
Registered: Oct 2006
Posts: 1
Rep:
|
booting time problem
Quote:
|
Originally Posted by rhce1arun
put the first bootable cd and at the boot prompt type the following command
linux all-generic-ide noapic nolapic
hope this will work
|
Hi,
have problem during booting time ,
it shows problem that kernel panic,
also it not mount / .
as i have seagate sata harddisc using above option i install
rhe4 but not able to boot as it gives grub loader but mount / problem.
Last edited by manojmane4; 10-03-2006 at 08:10 AM.
|
|
|
|
10-26-2006, 10:48 AM
|
#11
|
|
Member
Registered: Jul 2005
Posts: 185
Rep:
|
how can i know which kind of controlled that i used.
|
|
|
|
10-26-2006, 11:07 AM
|
#12
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
Ever thought of using the successor of Red Hat -------> Fedora?
|
|
|
|
10-27-2006, 01:40 AM
|
#13
|
|
Member
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 977
Rep:
|
|
|
|
|
12-08-2006, 09:01 PM
|
#14
|
|
LQ Newbie
Registered: Dec 2006
Posts: 1
Rep:
|
MOBO Disk
Does anyone have the driver disk for this motherboard p4m800-823/7r-6a7l6prac-00? I sure could use a copy. Ty in advance.
|
|
|
|
12-09-2006, 05:36 AM
|
#15
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
Normally the vendor who supplies the motherboard provides the downloadable drivers at his Web site. It is pretty standard in the industry.
|
|
|
|
|
Tags
|
chipset, coming, dd, dell, detected, enterprise, error, found, harddisk, hdd, installing, label, linux, redhat, rhel4, sata  |
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:40 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|