LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-19-2004, 01:46 AM   #1
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Rep: Reputation: 33
seagate sata Hard drive struggles with Linux


seagate sata Hard drive struggles with Linux

In my case it's Linux Mandrake 9.2. I'm not going to repeate my exact problems lest the moderators put me in a gullotine for duplicate postings, but anyone concerned can read about the gist of this situation here:


http://www.linuxquestions.org/questi...hreadid=135933

and a search of users: studpenguin


If someone would care to share what it is that must be done. Hey spare other fellow owners of Seagate Sata harddrives the struggle.
 
Old 01-19-2004, 02:11 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
The make and model of the drive itself is not as important as the make and model of the controller. The Sil3112 SATA controller, as used on several motherboards, is supported in kernel versions 2.4.22 and onwards. Support is still pretty poor for SATA in Linux but it's getting better. There is a *long* thread on SATA and Linux here. You might want to read all of it.


Håkan
 
Old 01-19-2004, 02:35 AM   #3
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
It takes a while for linux to support new hardware easily. this is generally
true whenever a new type of hardware comes out. you'll find some hacked
kernel patches that barely work after a few months. then it will slowly
get better and better over the months, depending on how common the
hardware is, and if the specifications are open from the manufacturer.
so, figuring out how to do it now, will have little to do with the procedure
6 months from now. then after it's working ok, the drivers will get faster
as features in the drivers are supported. then when new versions of
the hardware come out, only a few changes to the driver are necessary,
and support will be quick.
 
Old 01-19-2004, 03:14 AM   #4
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
Well by the looks of the options that the Mandrake 9.2 install prompts me by asking to add

DISK/SCSI intefaces



it appears Mandrake 9.2 supports a number of SATA RAID formalities,

though the SEAGATE option doesn't do much of anything.
 
Old 01-19-2004, 03:16 AM   #5
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
I'll logoff and make sure to write down "Sil3112 SATA controller"

and see if I can make that selection
 
Old 01-19-2004, 04:23 AM   #6
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
No such luck.

In that DrakX program,

There isn't a "Sil3112 SATA" controller option,

there is, in addition to:

"SEAGATE"

"Silraid" & "ATA raid" --- both of these prompted me for more 0x 's numbers base_address etc. . . . I'm at a total loss about what to type in and where to find those spec's




"SEAGATE"

"
 
Old 01-19-2004, 04:34 AM   #7
bluPSU
LQ Newbie
 
Registered: Jan 2004
Location: Sydney, Australia
Distribution: None At the Moment, Debian (Hopefully)
Posts: 11

Rep: Reputation: 0
Studpenguin...
I may be no authority on the matter, as I am having trouble getting my SiI 3122A to work as hw-tph may well know, but i do not see where you mentioned what SATA controller you had plugged your disks into. I know that I have a Gigabyte GA-8I875 Ultra with 4 SATA Ports, two are Labelled SATA0_SB and SATA1_SB and these are controlled by my Southbridge Controller Intel ICH5-R (My motherboard is a P4 Titan based on 875P Chipset) and then there are two connectors right next to SATA0/1_SB that look Identical except for the Label written in tiny white writing that says SATA0_SII and SATA1_SII which are controlled by the SiI 3122A so depending on which tiny connectors you have plugged your drives into (presuming that your motherboard has more than 2 SATA ports) you may indeed have a totally different chip controlling them, so if the SiI doesn't work it may mean that you have got your drives plugged into a different chip than what you had previously thought. Also, Mandrake *may* not have compiled SATA support into your Installer's Kernel, which is a similar problem to what I am having, except with debian... as you may observe here http://www.linuxquestions.org/questi...hreadid=136234 I hope that you find a resolution to your problem so we can all enjoy Linux in a perfect OSS world...

My two favourite things to asy about windows are...
  • In a world without windows, who needs gates?
  • Microsoft Works (A Real Oxymoron)
 
Old 01-22-2004, 06:42 PM   #8
Dimitri
LQ Newbie
 
Registered: Jan 2004
Location: Bishop
Distribution: im TRYING to use redhat 10 fedora
Posts: 5

Rep: Reputation: 0
Problems with seagate SATA TOO!

i can't install ANY LINUX DISTROS ON MY SEAGATE120 SATA. Linux will not find my hdd in the install, anyone have an idea for me? I went to seagates page, but that only has drivers for windows... Someone else told me to set my sata to support SATA and PATA in bios and change IDE to legadcy mode... i think, or something like that, but my bios does not have those options, can u plz help?
thanks,
Dimitri
 
Old 01-27-2004, 07:47 PM   #9
rkrupp
LQ Newbie
 
Registered: Jan 2004
Posts: 1

Rep: Reputation: 0
SATA and linux

I got my Seagate 120 GB SATA drive to install linux as follows:
1) Need correct driver: ata_piix
This is included with Fedora or can be gotten off the web at linuxhq.com and put on a driver disk.
2) For my PC (from dell) I had to switch IDE Drive UDMA in the BIOS from on to off for the duration of the install.
That's it.
 
Old 01-28-2004, 09:03 PM   #10
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
Re: SATA and linux

Quote:
Originally posted by rkrupp
I got my Seagate 120 GB SATA drive to install linux as follows:
1) Need correct driver: ata_piix
This is included with Fedora or can be gotten off the web at linuxhq.com and put on a driver disk.
2) For my PC (from dell) I had to switch IDE Drive UDMA in the BIOS from on to off for the duration of the install.
That's it.

Switching the socket for the SATA cord didn't do anything


rkrupp,

linuxhq.com seems like an excellent source of information, but

http://www.linuxhq.com/kernel/file/d...csi/ata_piix.c

is showing a lot of different choices. How do I decide which one is best for my 80 Gig SATA Seagate Hard drive?
 
Old 01-30-2004, 01:44 AM   #11
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
Pardon my sarcasm --- nothing against anyone, but I'm really glad I didn't pay money for a Linux package.

Who needs an operating system that doesn't know its ass from a modern hard drive anyways?

Last edited by studpenguin; 01-30-2004 at 01:46 AM.
 
Old 01-30-2004, 05:18 AM   #12
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
So you're telling me Windows picks up all SATA controllers right out of the box with no driver installation? And, ahem, pardon my sarcasm.

Håkan
 
Old 01-30-2004, 12:38 PM   #13
studpenguin
Member
 
Registered: Nov 2003
Location: Pacific Northwest United States
Posts: 286

Original Poster
Rep: Reputation: 33
Windows doesn't have it so that the entire Kernel has to be altered from a a download list in some obscure site that involves countless other esoteric scavenging hunts and inquiry along with some other esoteric patch with a little bit of a crapshoot of finding just the right esoteric person online who is more apt to blame the hardware producer in the end or sell me their "expertise" for a small fee.

Sure all the real users who know something about Linux swear to it's security and stability, but hey . . . there's some other reason why Windows is still slaughtering it in terms of revenue received.

I love this quote from a site about Linux patches, which I'd give you the link, but it doesn't seem to work today:

http://12.24.47.40/al/12/106/10485.htm


"For those who are not experienced Linux users, please be aware that you do not patch drivers into Linux the same way you patch drivers into Windows. You do not download a new driver patch and click install. When there is a new driver, you must recompile a new version of the kernel. This is just how Linux operates and is why you see a long list of all the kernel versions on http://kernel.org/. If you are not experienced with installing a new Linux kernel, we recommend that you consult with the appropriate documentation or have an experienced Linux user perform this update for you."

Last edited by studpenguin; 03-09-2004 at 08:51 PM.
 
Old 02-29-2004, 06:21 PM   #14
marcNZ
LQ Newbie
 
Registered: Jul 2003
Posts: 7

Rep: Reputation: 0
Angry SATA RAID +Linux Sucks!

I thought "hey, I will improve my business server by installing two Maxtor 120GB Sata in a Raid1 system, with the STLab PCI SATA Raid (Sil3112 chip) controller card.

I have now spent two days trying all the latest Linux distributions I found (Red Hat 9, Fedora Core 1, Mandrake 9.2, Xandros 2.0 and Suse 8.2 - no, I haven't bought the version 9 of Suse yet). Red hat and Fedora just don't pass the first installation screen (the screen goes on and off so fast I can hardly read the page I am at. Mandrake, well, same as the first post, no driver available and no option to load one from floppy. Xandros just didn't boot the install process and Suse did try, but always hang in the formating of the sda drive process.

So, I will have to go back to Windows 2000 professional, which has no problem and I will run Apache2 web server, which allows me to get as many virtual domains as I wish. All that, with desknow for the email section, norton antivirus to work with it and I am all set. But what a waste of my time.

Linux is far from being THE solutions to IT problems.

If anyone can find a solution to this, I will be more than happy to revert my server. I cannot afford to purchase 2 ATA drives and the ATA Raid controller to install in linux. I guess I should have checked first how linux behave with SATA systems.
 
Old 02-29-2004, 06:51 PM   #15
lsmith
Member
 
Registered: Feb 2004
Posts: 40

Rep: Reputation: 15
I was unable to install Redhat 9 on a SATA drive - it does not pick it up in the installer - until l had set the drive to 'Legacy mode' in the bios. Nothing else worked. Once this was set though it worked sweet as.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux can't find SATA hard drive during fresh install Dembwl3 Linux - Newbie 7 10-05-2007 09:57 PM
How does one get Mandrake install to recognize a specific Seagate Hard drive? studpenguin Mandriva 23 03-14-2004 11:29 AM
problem recognizing seagate hard drive nom the unwise Linux - Hardware 1 02-09-2004 08:07 PM
Seagate SATA 8m hard drives not recognized by RH9 mbhakta Linux - Hardware 3 01-30-2004 04:57 PM
Abit IC7-G with Seagate SATA Hard Disk questions sjhannan Linux - Hardware 7 11-17-2003 04:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration