Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Make Serial ATA go?
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
Apreche
Guru
Guru


Joined: 18 Sep 2003
Posts: 506
Location: Beacon, NY

PostPosted: Wed Oct 08, 2003 6:26 pm    Post subject: Make Serial ATA go? Reply with quote

Hi, I've had Gentoo running for a while now. I was quite impressed with just how much hardware I was able to make work. Even the video card (GeForce FX5900) seems to work correctly. The one thing that I still have failed to activate however, is the Serial ATA. I have heard others say they got it working, but nowhere can I find out how. I have the Abit NF7-S so you know. Anything even pointing me in the right direction as to how to make Gentoo mount my Serial ATA drives would be a huge help. Thanks.
Back to top
View user's profile Send private message
pross
Apprentice
Apprentice


Joined: 30 Jul 2003
Posts: 156
Location: Ireland

PostPosted: Wed Oct 08, 2003 10:10 pm    Post subject: Reply with quote

I have the same motherboard and gfx card :D

for the sata controller to work you need to be running a kernel version 2.4.21 or later. i prefer ac-sources myself.

in ATA/IDE section of config you need to add support for silicon image controller:-
Quote:

<*> Silicon Image chipset support

now when you compile and reboot your new kernel any devices on the normal IDE bus' will be hdc and hdd and the sata will be hde and hdg

if like me you only have one sata HD the kernel will wait ~60 seconds at boot-time trying to find hdg...which is a pain BUT if you add something like this to grub.conf it will ignore it..
Quote:

kernel /kernel-2.4.22-ac4 root=/dev/hde3 hdg=none hdd=ide-scsi

well hope this helps...
_________________
My Overlay [pross] | bfs-sources
Back to top
View user's profile Send private message
Apreche
Guru
Guru


Joined: 18 Sep 2003
Posts: 506
Location: Beacon, NY

PostPosted: Wed Oct 08, 2003 11:42 pm    Post subject: Reply with quote

totally awesome. That's exactly what I needed. Only I guess my current kernel doesn't have support, as I can't find the option. This means I have to re-compile. Sorrow! It's such a pain! Oh well.
Back to top
View user's profile Send private message
pross
Apprentice
Apprentice


Joined: 30 Jul 2003
Posts: 156
Location: Ireland

PostPosted: Thu Oct 09, 2003 5:30 pm    Post subject: Reply with quote

let me know what speeds you get with 'hdparm'
_________________
My Overlay [pross] | bfs-sources
Back to top
View user's profile Send private message
Apreche
Guru
Guru


Joined: 18 Sep 2003
Posts: 506
Location: Beacon, NY

PostPosted: Fri Oct 10, 2003 1:05 pm    Post subject: Reply with quote

sorrow! It didn't work. I build a new kernel from the ac-sources and I definitely added in the support for Silicon Image Chipset. There is no doubt. Yet, it still does not see my drives. I tried to mount them, and I couldn't because they were not present in /dev/. I'll fix this later, after my two cs projects are done.
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Fri Nov 07, 2003 1:37 am    Post subject: Reply with quote

Does bios detect your drive(s) on startup.. If your running on a NF7, you should see a Raid configuration utility, it will list what drives it detects. If bios can detect the cards, then perhaps you should tyr this:

Code:

dmesg | grep hd


If your kernel can detect your sata drive, you should see something like this:

Code:

hde: Maxtor 91020U3, ATA DISK drive


* Notice, hde not hda/b/c/d
And of course, the drive you have connected to the SATA connector will be listed not whats above.

If this doesn't do it, you should try posting dmesg and your kernel configuration file.
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