View previous topic :: View next topic |
Author |
Message |
auberondreaming n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Aug 2006 Posts: 11
|
Posted: Fri Aug 11, 2006 10:52 pm Post subject: SATA issue here |
|
|
Hello all. I am fairly new to linux and am trying to install gentoo onto my SATA equiped laptop. I have found the solution to a problem I was having in that I need to enable CONFIG_SCSI_SATA_AHCI in the conifig file. I do not have any clue how to go about this. Could someone walk me through it in detail? I know how to mount my gentoo install off of the live cd, just need to know where and how to get at this CONFIG file. Thanks! _________________ -Auberon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kysen Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/152908163544b2eac79243c.jpg)
Joined: 26 Nov 2004 Posts: 128
|
Posted: Sat Aug 12, 2006 12:43 am Post subject: |
|
|
There are front ends to work with the CONFIG file to make it easyer to work with. When inside the /usr/src/linux folder type make menuconfig it will bring up a menu driven check box type editor for the kernels CONFIG file. As for your sata drive all you have to do to enable that is follow my little guide.
Code: |
Device Drivers --->
SCSI device support --->
SCSI low-level drivers --->
<*> Serial ATA (SATA) support
<*> AHCI SATA support
|
And that assumes your trying to boot into your created enviroment, not your live cd and not using a gen-kernel. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|