LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 09-29-2004, 12:17 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Is native SATA same as ncq SATA


Hi follks,

On browsing
http://www.msicomputer.com/product/p...2-FIR&class=mb
in re MSI K8T Neo2-FIR motherboard

I found on
Code:

VIA® VT8237 Chipset
-  Ultra DMA 66/100/133 master mode EIDE controller
-  Integrated dual channel native Serial ATA/RAID controller that will supply 150MB/s and support RAID 0, RAID 1
-  ACPI & PC2001 compliant enhanced power management
-  Supports 8 USB2.0 ports. (Rear x4/  Front x4)
Please advice what is

1)
Integrated dual channel native Serial ATA/RAID

2)
native Serial ATA/

Is it same as ncq - native command queueing. I'm looking for AMD 64 FX motherboard with chipset supporting ncq SATA. Intel 915/925 can do the job but AMD CPU can't run on Intel mother board.

Please advise. TIA

B.R.
satimis
 
Old 09-29-2004, 02:17 AM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
1)
Integrated dual channel native Serial ATA/RAID
This is just a saying to make people think it does not uses a PATA to SATA bridge, so users can think they are getting a motherboard or controller with out the bridge which does not saffice performance at all.

Quote:
2)
native Serial ATA/

Is it same as ncq - native command queueing. I'm looking for AMD 64 FX motherboard with chipset supporting ncq SATA. Intel 915/925 can do the job but AMD CPU can't run on Intel mother board.
NCQ (Native Command Queuing) is another name to queue a dozen jobs to the hard drive to access multiple files at once in a single head swipe. SCSI does this, so its not a new feature. NCQ works well when accessing OS files, web servers, and file servers but it will not help when accessing big files. NCQ can be later included with a BIOS upgrade, so you can pick any motherboard brand and model. At this time Linux does not support NCQ for PATA or SATA drives. NCQ has nothing to do with SATA but it is a good feature for SATA to compete with SCSI.
 
Old 09-30-2004, 11:05 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi Electro,

Tks for your advice.

Quote:
NCQ can be later included with a BIOS upgrade, so you can pick any motherboard brand and model.
Whether NCQ feature can be achieved with upgrading BIOS later, irrespect to motherboard

Quote:
At this time Linux does not support NCQ for PATA or SATA drives. NCQ has nothing to do with SATA but it is a good feature for SATA to compete with SCSI.
Please advice whether Linux distro does not work on SATA drive.

TIA

B.R.
satimis
 
Old 09-30-2004, 11:22 AM   #4
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Linux supports SATA controllers, but not all of them cleanly and I suppose some are not supported at all at this time. I have an NF7-S 2.0 motherboard with an onboard Silicon Image 3112a controller. It's a very common controller on motherboards for AMD processors and it is well supported by libata (sata_sil driver if you build it as a module). Beware of the "Silicon Image chipset support" under ATA/IDE devices kernel configuration - this is *not* what you want. That's the old IDE driver which is buggy and abandoned. libata is under SCSI low level drivers.


Håkan
 
Old 09-30-2004, 09:31 PM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi hw-tph,

Tks for your advice.

Quote:
Beware of the "Silicon Image chipset support" under ATA/IDE devices kernel configuration - this is *not* what you want. That's the old IDE driver which is buggy and abandoned. libata is under SCSI low level drivers.
Is it to recompile kernel, uncheck the driver for "Silicon Image" support, re-select the driver for the controller of motherboard. If NO driver for the controller is available. then what can I do.

I'm interesting on following combination
AMD 64 FX 3200+ socket 939
MSI K8T Neo2 FIR motherboard
http://www.msicomputer.com/product/p...2-FIR&class=mb

VIA® K8T800 Pro Chipset

Does it support SATA without problem. whether recompiling kernel necessiated. What will be the ideal RAM frquency

Any comment. TIA

B.R.
satimis
 
Old 09-30-2004, 11:23 PM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
What hw-tph is saying. You will have to configure your kernel to only compile using SCSI version of libata not the IDE version of libata for Silicon Image controllers. Though this can be hard for novice Linux users.

You can use Highpoint controllers. They have open source drivers that works for 2.4.x and 2.6.x.

RAM frequency has nothing to do with Linux. RAM frequency is controlled by the motherboard.
 
Old 10-01-2004, 05:32 AM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi Electro,

Tks for your advice.

Quote:
What hw-tph is saying. You will have to configure your kernel to only compile using SCSI version of libata not the IDE version of libata for Silicon Image controllers. Though this can be hard for novice Linux users.
According to my recollection on recompiling kernwl, there are options for selecting. My question was if I can't find what I need from the options then what can I do?

Quote:
RAM frequency has nothing to do with Linux. RAM frequency is controlled by the motherboard.
On
939-PIN ATHLON 64 TECH SPECS:
http://www.amdzone.com/modules.php?o...rtid=28&page=1
.....
Types of Memory: PC1600, PC2100, PC2700 and PC3200
......

To my understanding taking DDR400 will be considered only a waste even the motherboard can support. If I'm wrong pleae correct me.

TIA

B.R.
satimis

Last edited by satimis; 10-01-2004 at 05:34 AM.
 
Old 10-01-2004, 02:00 PM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
According to my recollection on recompiling kernwl, there are options for selecting. My question was if I can't find what I need from the options then what can I do?
I already told you. Read my previous post again.

Quote:
To my understanding taking DDR400 will be considered only a waste even the motherboard can support. If I'm wrong pleae correct me.
Athlon 64 boards need atleast 400 MHz (2.5 ns) memory. For reliability, I suggest 433 MHz (2.3 ns). The reason for this is the memory was designed on paper to handle 400 MHz but in real world conditions it will work with 333 MHz.
 
Old 10-01-2004, 08:25 PM   #9
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi Electro,

Quote:
Athlon 64 boards need atleast 400 MHz (2.5 ns) memory. For reliability, I suggest 433 MHz (2.3 ns). The reason for this is the memory was designed on paper to handle 400 MHz but in real world conditions it will work with 333 MHz.
Noted with tks

B.R.
satimis
 
  


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
Slackware 10.1 sata.i dosn't support my sata controller kryptobs2000 Slackware 7 12-05-2007 06:25 PM
Linux support: pci sata card vs integrated sata Synesthesia Linux - Hardware 2 10-17-2005 03:27 PM
poor performance on ata (native sata board) atom Linux - Hardware 6 10-07-2005 02:10 AM
RH9 and SATA - Kernel 2.4.27 - how to get SATA to work? rolf_mueller Linux - Hardware 5 10-30-2004 08:30 PM
USB mass storage broken after switch to native SATA dbertolo Linux - Hardware 3 09-03-2004 04:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:57 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