View previous topic :: View next topic |
Author |
Message |
Joseph_sys Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 08 Jun 2004 Posts: 2716 Location: Edmonton, AB
|
Posted: Thu Jan 28, 2010 8:38 pm Post subject: [SOLVED] SCSI cdrom ATI Tech. SB700/SB800 SATA Controller |
|
|
I have SCSI cdrom/dvd but I can not find support in the kernel (2.6.31-gentoo-r6 x86_64) for:
SCSI cdrom.
According to Gentoo docs.
http://www.gentoo.org/doc/en/kernel-config.xml
I need: Code: | Device Drivers --->
SCSI device support --->
<*> SCSI device support
<*> SCSI disk support
<*> SCSI CDROM support
SCSI low-level drivers --->
<*> Serial ATA (SATA) support
Select your chipset from the choices listed below the above option |
I've enabled:
<*> SCSI device support
<*> SCSI disk support
<*> SCSI CDROM support
but can not find "<*> Serial ATA (SATA) support"
In addition how to find out which chipset I have?
Last edited by Joseph_sys on Thu Jan 28, 2010 9:41 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54829 Location: 56N 3W
|
Posted: Thu Jan 28, 2010 8:43 pm Post subject: |
|
|
Joseph_sys,
lspci will tell your chipset - emerge pciutils if you don't have it
In make menuconfig, press / and enter SATA _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Joseph_sys Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 08 Jun 2004 Posts: 2716 Location: Edmonton, AB
|
Posted: Thu Jan 28, 2010 8:44 pm Post subject: |
|
|
I think it will be:
<*> Serial ATA (prod) and Parallel ATA (experimental) drivers --->
But how to list the chipset I have? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Joseph_sys Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 08 Jun 2004 Posts: 2716 Location: Edmonton, AB
|
Posted: Thu Jan 28, 2010 8:57 pm Post subject: |
|
|
NeddySeagoon wrote: | Joseph_sys,
lspci will tell your chipset - emerge pciutils if you don't have it
In make menuconfig, press / and enter SATA |
That was it, thanks.
I have:
SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode]
Does ATI goes by another name in the kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Joseph_sys Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 08 Jun 2004 Posts: 2716 Location: Edmonton, AB
|
Posted: Thu Jan 28, 2010 9:40 pm Post subject: |
|
|
SOLVED:
For: SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode]
one need in the kernel (in addition to the above mentioned):
Code: | <*> Device Drivers -->
<*> Serial ATA (prod) and Parallel ATA (experimental) drivers --->
<*> ATI PATA support
Symbol: PATA_ATIIXP [=y] |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|