LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 09-08-2008, 05:01 AM   #1
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Rep: Reputation: 15
SATA Drivers for intel 945 chipset motherboard


Hi,

I need SATA drivers for Linux that supports:
Product:Motherboard
Series:Socket 775
Model-P5GC-MX/1333

I tried out the linux drivers which are given on their site but that includes only LAN and Audio drivers.

Plz do reply.
 
Old 09-09-2008, 09:42 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
SATA drivers are in the kernel. They will load automatically (usually). For the LAN and audio too ...you will not usually require drivers from a site.

In the bios settings, select 'ahci'

Post output of

#lspci -vvv

or

#lshw

Last edited by amani; 09-09-2008 at 09:44 PM.
 
Old 09-09-2008, 11:20 PM   #3
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
Hi
I am getting error after typing ur either of the commands.
And the main problem is that we are missing ahci driver for our motherboard and that is why we are not able to install linux.

I m getting the drivers for windows but not for linux
Kindly help me out

Thank you
 
Old 09-09-2008, 11:40 PM   #4
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
hi,
This is the output:


00:00.0 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)

Kindly explain me also
 
Old 09-10-2008, 10:54 AM   #5
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
1. Are you using RAID, if not disable it in your bios

2. You need to pass boot time kernel parameters for the sata driver to load

ADD

all_generic_ide

OR

generic.all_generic_ide=1

(or other variants to your kernel line (edit grub.conf/menu.lst afterwards too))

something like

kernel ... ...quiet all_generic_ide
 
Old 09-10-2008, 11:10 AM   #6
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
I am not sure whether your sata driver is ahci or
sata_via

But you can find it from #lsmod

Other options (do not try if the above works)

ata_generic.all_generic_ide=1 pci=nomsi

module=ata_generic noirqdebug
 
Old 09-11-2008, 12:09 AM   #7
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
Mine is
sata_via

And I added ata_piix and usbnet module in my initrd but now when I install linux from my USB ,it doesnt accept any of the drivers and shows the error:
insmod:error installung lib/ata_piix......so on for each and every module that are been installed

Plz help me out.
and thanks for the reply u have made earlier.

Thanks a lot
 
Old 09-11-2008, 10:50 AM   #8
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
ata_piix is not meant for your hardware. If it is sata_via, then ahci may not be useful.

Try to install from dvd/cdrom with the boot parameters mentioned above

Also try to update your bios.

disk model? make?
 
Old 09-12-2008, 12:32 AM   #9
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
Hi,
U said in ur earlier post that I must look for the all_generic_ide driver. I searched a lot but cudnot found any useful link.Can u plz tell anysite fron where I can get the drivers for kernel-2.6.24.3
I mean I can download them so that I can insert them into my initrd.

And ya I somehow need achi drivers I just have their .c file, is there anyway to get their Makefile.
Plz do reply.
version for ahci is 1.2

Thanks a lot
 
  


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
Drivers and modules for intel 945 chipset shvnsen Linux - Enterprise 11 09-06-2008 02:16 AM
Intel 945 chipset and 4GB of memory danielsbrewer Linux - Hardware 2 08-23-2007 03:25 AM
Resolution issues - Dell D620 Intel 945 chipset dkinfl Linux - Hardware 18 04-12-2007 04:13 PM
installing intel 945 chipset on slackware 10.1 ToverLi Slackware - Installation 1 09-22-2006 12:31 AM
Intel 865 chipset motherboard yitzhakbg Linux - Hardware 3 08-03-2003 09:59 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

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

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