Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SATA + AHCI/Compatilibty Mode + AHCI/PIIX : Always slow
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
theomega
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2006
Posts: 88
Location: Germany

PostPosted: Mon Jan 29, 2007 2:43 pm    Post subject: SATA + AHCI/Compatilibty Mode + AHCI/PIIX : Always slow Reply with quote

Hy everybody,
I got a IBM Notebook X60s with a new Intel Chipset. The internal 2,5'' Harddisk (TOSHIBA MK8034GS AH30) is connected to the internal SATA Controller. The problem is, I can only transfer about 10MB/s to my Harddisk which makes the system very slow. I think this harddisk and system should provide more and using Windows a could confirm this: The Notebook can provide up to 40MB/s, so it must be a kernel fault.

In BIOS I can choose whether the Sata operatates in "AHCI" oder in "Compatiblity-Mode". I use Gentoo unstable with the most recent 2.6.19 kernel (the SATA-Support was ne orderd so there is a sepreate Submenu für SATA-thing).

I tested these two setups:
1. SATA-Controler in Compatiblity-Mode and in the SATA-Section of the Kernel I only activated the PIIX-Module, this doesnt help, I still get 10M/s
2. Controler in AHCI-Mode, the only active SATA-Driver in Kernel ist the AHCI one. But the problem stays the same, still 10MB/s.

So can anybody tell me which options I have to chosse in kernel?

Thanks
TO
_________________
A64 3700+ SanDiego@Ninja Passive, Asus A8V Deluxe, 2x1024MB MDT-Ram, Saphire Radeon 9800 pro@VF700CU, Samsung 200GB IDE, LianLi PC7SE (2x120mm fans)
Back to top
View user's profile Send private message
koziolek
n00b
n00b


Joined: 28 Jan 2007
Posts: 25
Location: Warsaw, Poland

PostPosted: Mon Jan 29, 2007 8:09 pm    Post subject: Re: SATA + AHCI/Compatilibty Mode + AHCI/PIIX : Always slow Reply with quote

theomega wrote:
with a new Intel Chipset.

Heh... which chipset? Only ICH6 and newer has full AHCI support.

For 2.6.19 try this:
Code:
#
# IDE chipset support/bugfixes
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_PIIX=m

#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
# CONFIG_ATA_PIIX is not set
CONFIG_SATA_INTEL_COMBINED=y

Works well on ICH6 (i915GM).

You can use "Parallel ATA (experimental)" (that is CONFIG_ATA_PIIX) but this is slower then old driver...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum