LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 12-05-2008, 03:43 PM   #1
manti111
LQ Newbie
 
Registered: Jul 2008
Distribution: Gentoo, Kubuntu
Posts: 20

Rep: Reputation: 0
Linux sata driver for Intel ICH9R (Asus P5K/EPU)


I am dubbing about this for a some time. As I am using LFS and a CLFS x86_64 under construction, I am building the kernel from source, but even if I build with halve a ton of driver, it does not contain the right driver for my the sata chip on my P5K/EPU bord. Because it does not contain the right driver the disk performance is horrible. I am currently running LFS from a native IDE drive, which gives good disk performance, but that is only a work around, because I want to use my sata disk.
Currently the 2.6.26.5 kernel I use for LFS now sees the drive as IDE (BIOS settings allow that) and the cdrom is also sata, meaning it is also seen as IDE.
I know Ubuntu (and others) have the right driver, but is there now way I can that for my (C)LFS?
As last the lspci output which may help:
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8800 GTS 512 (rev a2)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101 single-port PATA133 interface (rev b2)
05:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev c0)
 
Old 12-05-2008, 03:55 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
check ahci and libata driver or ata_piix one of those should do the trick.

it-etch:~# modinfo ahci
filename: /lib/modules/2.6.18-6-686/kernel/drivers/scsi/ahci.ko
author: Jeff Garzik
description: AHCI SATA low-level driver
license: GPL
version: 2.0
vermagic: 2.6.18-6-686 SMP mod_unload 686 REGPARM gcc-4.1
depends: libata,scsi_mod

it-etch:~# modinfo libata
filename: /lib/modules/2.6.18-6-686/kernel/drivers/scsi/libata.ko
author: Jeff Garzik
description: Library module for ATA devices
license: GPL
version: 2.00
vermagic: 2.6.18-6-686 SMP mod_unload 686 REGPARM gcc-4.1
depends: scsi_mod
srcversion: 26F21185FD60B09940EBE71
parm: ata_probe_timeout:Set ATA probing timeout (seconds) (int)
parm: fua:FUA support (0=off, 1=on) (int)
parm: atapi_dmadir:Enable ATAPI DMADIR bridge support (0=off, 1=on) (int)
parm: atapi_enabled:Enable discovery of ATAPI devices (0=off, 1=on) (int)

Last edited by farslayer; 12-05-2008 at 03:57 PM.
 
Old 12-05-2008, 03:58 PM   #3
manti111
LQ Newbie
 
Registered: Jul 2008
Distribution: Gentoo, Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
I would try to recompile a 2.6.26.x kernel. I will make sure both of those options are ticked (I always build a kernel with tons of options, may, not very nice, way to make sure it works). However I vaguely remember having those options, but I am not sure. So rebuild for the go then.
 
Old 12-05-2008, 04:58 PM   #4
manti111
LQ Newbie
 
Registered: Jul 2008
Distribution: Gentoo, Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
The recompile delivered the same value, same result as first. And yes all those options were checked.
 
Old 12-05-2008, 09:10 PM   #5
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
From what I understand there are two drivers that will work for that depending on what mode you have set for the controller in the BIOS. If the BIOS is set for ahci that is the driver you need. if it's set for IDE then you need the ata_piix Driver. so theres a coordination of settings you need to have set in order for things to work. Beyond that I dunno what else to recommend.
 
Old 12-06-2008, 04:24 AM   #6
manti111
LQ Newbie
 
Registered: Jul 2008
Distribution: Gentoo, Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
The bios is set to allow sata as ide. I can try to convert that back and force ahci instead of also allowing IDE.
 
  


Reply



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
Install Linux on Asus P5KR with Bios Raid 0 (ICH9R) baslow Linux - Desktop 1 02-15-2008 02:51 AM
LXer: Install Solaris (SNV78) DomU at Ubuntu 7.10 Dom0 (x86_64) on ASUS P5K Premium/W LXer Syndicated Linux News 0 01-28-2008 12:11 AM
Install CentOS 5.1 (x86_64) with Virtualization on ASUS P5K Premium/WIFI-AP dbaxps Linux - Wireless Networking 1 01-17-2008 09:46 AM
Linux distro for Intel P35 / ICH9R? valnar Linux - Hardware 3 12-08-2007 12:35 PM
LXer: ASUS P5K-E WiFi vs. Gigabyte P35-DS4 On Linux LXer Syndicated Linux News 0 12-05-2007 09:20 PM

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

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