View previous topic :: View next topic |
Author |
Message |
stevil n00b
Joined: 22 Apr 2002 Posts: 12 Location: Minneapolis, MN
|
Posted: Tue Apr 30, 2002 1:01 am Post subject: using menuconfig to activate ide scsi emulation for CDR |
|
|
I can't find where in the kernel menuconfig to select the ide scsi emulation so I can compile a module. I'm trying to get my cd burner working. I _think_ that I could just edit my kernel config file manually to add
CONFIG_BLK_DEV_IDESCSI=y
but I am unsure if there are any other dependent modules etc..
I'm sure I've seen it in there somewhere, but I can't find it.
Thanks! |
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Tue Apr 30, 2002 1:23 am Post subject: |
|
|
its under ATA/IDE/MFM/RLL support -> IDE, ATA and ATAPI Block devices -> SCSI emulation support |
|
Back to top |
|
|
stevil n00b
Joined: 22 Apr 2002 Posts: 12 Location: Minneapolis, MN
|
Posted: Tue Apr 30, 2002 1:34 am Post subject: |
|
|
Thanks. I knew I saw it somewhere! But, it turns out you have to have SCSI support enabled to see this option. I don't have any SCSI devices in my system, do I need to have anything other than SCSI support turned on for this to function correctly? |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Tue Apr 30, 2002 3:27 am Post subject: scsi emulation |
|
|
OK, this has been posted elsewhere, but here's what works for me. Under SCSI support:
<*> SCSI support
<*>SCSI disk support
<*>SCSI CD-ROM support
<*>SCSI generic support
and under <*> ATA/IDE/MFM?RLL support:
make sure cdrom support looks like this:
< > Include IDE/ATAPI CDROM support
That's right, not checked.
Good luck |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Tue Apr 30, 2002 12:54 pm Post subject: scsi emulation |
|
|
OK, this has been posted elsewhere, but here's what works for me. Under SCSI support:
<*> SCSI support
<*>SCSI disk support
<*>SCSI CD-ROM support
<*>SCSI generic support
and under <*> ATA/IDE/MFM?RLL support:
make sure cdrom support looks like this:
< > Include IDE/ATAPI CDROM support
That's right, not checked.
Good luck |
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Tue Apr 30, 2002 5:08 pm Post subject: |
|
|
i dont think you have to uncheck ide/atapi cdrom support. its not on my system because my dvd drive is handled as a normal ide device while my cdrw is scsi emulated, but everything else looks good |
|
Back to top |
|
|
|