LinuxQuestions.org
Review your favorite Linux distribution.
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-11-2003, 10:19 AM   #1
MadTurki
Member
 
Registered: Nov 2003
Location: Toronto
Distribution: RedHat 9, Mandrake 10, OS X
Posts: 114

Rep: Reputation: 15
Arrow Asus A7V600 s-ata drivers for Redhat 9


Hope this should be in hardware - sorry if it shouldn't be. I have an Asus A7V600 mb and I want to boot off my S-ATA drive but I'm having huge trouble finding drivers!!! I need this up asap!! :'( Can someone please point me in the right direction. I'm running Redhat 9. Thanks
 
Old 12-11-2003, 04:29 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,340

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
"Can someone please point me in the right direction."

The drivers are manufacturer and model specific. Look for drivers for your IDE chipset and your hard drive. They may or may not already be in the kernel.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 12-11-2003, 08:50 PM   #3
joef
Member
 
Registered: Jul 2003
Location: Bel Air, MD
Distribution: Slackware
Posts: 35

Rep: Reputation: 16
Via Sata drive

If I'm not mistaken that board uses the same via chipset I've got on my Biostar IDEQ 200V. If that's correct, all you need is kernel 2.4.22-ac4, or just the ac4 patch if you're already running 2.4.22. Kernel 2.6 (I've used test9 and test10) will also do it. The trick is configuring your kernel and, if you want to boot from the SATA drive, transferring your installation.

I'm running Slackware 9.1 and it took me several tries. I installed on an old 20 Gig drive, upgraded my kernel to 2.6test9 and was able to see and use the SATA drive. I copied the installation to the SATA drive and tried to boot from it, but no joy. Tried a couple of different times.

I reinstalled Slackware, downloaded the 2.4.22 source, patched it with the ac4 patch, compiled and again I could see the drive. This time I tried a different method to copy the installation (dd the whole drive instead of copying directory by directory), changed the fstab to reflect a different drive setup, changed lilo to boot from that kernel and booting worked.

A couple of things to know: the via SATA driver is listed in the SCSI drivers section of the configuration program (I used xconfig). The funny thing is, when I was using 2.6test, the drive showed up as hard drive hde, but when I used 2.4.22ac4 it showed up as hard drive sda.

The Seagate drive I have attached (80 gig, 8 MB cache) shows up as faster than my old 20 gig Maxtor ATA 66 drive when I run hdparm tests, but in actual use I don't see much difference. I attribute this to Slackware, which is just the holy hot momma born-again golden dookie. It really is noticeably faster than Red Hat 9, which I used for a couple of months. Then again, you have to do a lot more yourself.

Anyway, that's my story and I'm sticking to it. Feel free to e-mail me directly if you have any questions.

Have fun,

joe f.
 
Old 12-12-2003, 01:12 PM   #4
biffle
LQ Newbie
 
Registered: Dec 2003
Location: Wenatchee, WA
Distribution: redhat
Posts: 8

Rep: Reputation: 0
- have same problem with ASUS A7V600 motherboard, Seagate ST380023AS SATA drive, VIA chipset.

ASUS CD-ROM supplies only Windows drivers. Seagate says they don't know about Linux, ditto computer manufacturer (ABS).

Neither Red Hat 9 nor Mandrake 9 recognizes the disk, so I cannot install, much less recompile the kernel.

It seems what is needed is a driver, in the right format, for ANACONDA to pick up? Does anyone know whether such a driver exists?

Since there are more and more SATA disks, I would think that some future distro will work, but for the time being, I am stopped cold.

Thanks biffle
 
Old 12-12-2003, 04:35 PM   #5
joef
Member
 
Registered: Jul 2003
Location: Bel Air, MD
Distribution: Slackware
Posts: 35

Rep: Reputation: 16
Install onto a SATA drive

The only installer I've seen that recognizes my drive (or probably the drive controller) is an experimental Gentoo Live CD here that has a 2.6 kernel. I got up to a working kernel with that, but as you know, Gentoo is source-based and I couldn't get a working graphical desktop. Kept running into compiling problems. Then I got the slackware install working on my SATA drive and stopped fiddling with Gentoo. I'm sure somebody else must have an install that works, but I haven't found it yet. It'd neet to be at least 2.4.22-ac4 or 2.6test something. I'm not sure if 2.4.23 would work or not.

If you run into one that works please post back, as I'm keeping a nice-sized partition empty for one.

Thanks,

joe f.
 
Old 12-12-2003, 04:42 PM   #6
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,340

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
" I'm not sure if 2.4.23 would work or not. "

Kernel 2.4.23 has everything that 2.4.22-ac4 has, plus. So if 2.4.22-ac4 works then 2.4.23 should also work.

"The funny thing is, when I was using 2.6test, the drive showed up as hard drive hde, but when I used 2.4.22ac4 it showed up as hard drive sda. "

One of the improvements in 2.6.0 is that the ide-scsi interface is eliminated from the kernel. The idea is that all IDE devices will use 100% IDE interface instead of some using IDE and some using ide-scsi. I read that Linus had to put the ide-scsi interface back into 2.6.0, at least temporarily, because cdrecord has not converted from ide-scsi to IDE yet.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

Last edited by jailbait; 12-12-2003 at 04:48 PM.
 
  


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
asus a7v600 + linux trellosb Linux - Hardware 15 07-31-2004 08:32 PM
Asus A7V600 and Linux jonsson84 Linux - Hardware 3 03-30-2004 07:26 PM
Asus A7V600 probs with redhat 9 doralsoral Linux - Hardware 0 12-30-2003 01:20 AM
asus A7N8X deluxe | sii3112 | redhat 9 | serial ata | raid 1 jot.zet Linux - Hardware 0 11-05-2003 07:01 AM
Serial-ATA on ASUS A7V600 works with the 2.6.0-test8 bachler Linux - Hardware 0 10-23-2003 10:46 AM

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

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