View previous topic :: View next topic |
Author |
Message |
el_miki Apprentice
Joined: 16 Mar 2006 Posts: 178 Location: Ciudad Real (Spain)
|
Posted: Wed Apr 14, 2010 10:52 am Post subject: Where is CONFIG_IDE in the Kernel ??? [SOLVED] |
|
|
Hi, I´ve got some troubles emerging udev. At the end it said me this:
CONFIG_IDE: should not be set. But it is.
And I can´t find this tag in my kernel (2.6.33)
Someboy can help me?
Thanks.
Last edited by el_miki on Tue Apr 20, 2010 9:27 am; edited 1 time in total |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1868 Location: Germany
|
|
Back to top |
|
|
el_miki Apprentice
Joined: 16 Mar 2006 Posts: 178 Location: Ciudad Real (Spain)
|
Posted: Wed Apr 14, 2010 11:32 am Post subject: |
|
|
*_-=Banana=-_* wrote: | search for it.
run make menuconfig and hit the / key. then you can input IDE |
Hi, I did it this, but... I couldnt find anythig as exactly CONFIG_IDE
What´s up?
It´s possible?
Thanks |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1868 Location: Germany
|
|
Back to top |
|
|
el_miki Apprentice
Joined: 16 Mar 2006 Posts: 178 Location: Ciudad Real (Spain)
|
Posted: Wed Apr 14, 2010 12:23 pm Post subject: |
|
|
*_-=Banana=-_* wrote: | ok found it
Device Drivers ->
ATA/ATAPI/MFM/RLL support (DEPRECATED)
if you highlight this entry and select Help you will see that this is CONFIG_IDE |
Ok. but... whithoun this support is it possible that my DVD-Rom works propperly?
Thanks. |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1868 Location: Germany
|
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Wed Apr 14, 2010 11:37 pm Post subject: |
|
|
el_miki wrote: | Ok. but... whithoun this support is it possible that my DVD-Rom works propperly? |
Yes, it will work fine as long as you enable the correct driver for your IDE/PATA controller here.
menuconfig: | Device Drivers --->
<*> Serial ATA and Parallel ATA drivers --->
[*] ATA SFF support
<*> This Depends On Your Hardware |
And for a CD/DVD drive to work properly, you will also want to enable these.
menuconfig: | Device Drivers --->
SCSI device support --->
<*> SCSI CDROM support
<*> SCSI generic support |
|
|
Back to top |
|
|
el_miki Apprentice
Joined: 16 Mar 2006 Posts: 178 Location: Ciudad Real (Spain)
|
Posted: Thu Apr 15, 2010 7:49 am Post subject: |
|
|
cyrillic wrote: | el_miki wrote: | Ok. but... whithoun this support is it possible that my DVD-Rom works propperly? |
Yes, it will work fine as long as you enable the correct driver for your IDE/PATA controller here.
menuconfig: | Device Drivers --->
<*> Serial ATA and Parallel ATA drivers --->
[*] ATA SFF support
<*> This Depends On Your Hardware |
And for a CD/DVD drive to work properly, you will also want to enable these.
menuconfig: | Device Drivers --->
SCSI device support --->
<*> SCSI CDROM support
<*> SCSI generic support |
|
SCSI??????????????
But my CD-ROM y not SCSI or is a generic tag?
Thanks. |
|
Back to top |
|
|
VoidMage Watchman
Joined: 14 Oct 2006 Posts: 6196
|
Posted: Thu Apr 15, 2010 10:25 am Post subject: |
|
|
As long as you use mainboard drivers under CONFIG_ATA,
it doesn't matter whether your CDROM is SCSII or IDE. |
|
Back to top |
|
|
|