View previous topic :: View next topic |
Author |
Message |
bartszyszka n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 May 2002 Posts: 29
|
Posted: Tue Jul 23, 2002 8:20 pm Post subject: Which kernel options for ide-scsi? |
|
|
Hi, I'm trying to setup the CD burner on my Dell Inspiron 8000 and I've gone through a billion different guides on setting it up all telling me to enable the 'ide-scsi' module in my kernel without telling me what kernel option actually does that. What I'm seeing is:
ATA/IDE/MFM/RLL support -> IDE, ATA and ATAPI Block devices -> Include IDE/ATAPI CDROM support
ATA/IDE/MFM/RLL support -> IDE, ATA and ATAPI Block devices -> SCSI emulation support
ATA/IDE/MFM/RLL support -> SCSI support -> SCSI support
ATA/IDE/MFM/RLL support -> SCSI support -> SCSI disk support
ATA/IDE/MFM/RLL support -> SCSI support -> SCSI CD-ROM support
ATA/IDE/MFM/RLL support -> SCSI support -> SCSI generic support
ATA/IDE/MFM/RLL support -> SCSI support -> SCSI low-level drivers -> LOTS of options
I'm having trouble figuring out which one of these is supposed to give me the 'ide-scsi' module. Which ones should be setup as modules and which ones compiled into the kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rommel Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/4044a6693d4383c435461.jpg)
Joined: 19 Apr 2002 Posts: 1145 Location: Williamsburg Virginia
|
Posted: Tue Jul 23, 2002 8:49 pm Post subject: |
|
|
you want all but the scsi low level driver support...unless you have one of those scsi devices.
remember after you compile in those options to add hd?=scsi to the kernel line of your grub menu.lst, where ? is the drive letter of your cdrw. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bartszyszka n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 May 2002 Posts: 29
|
Posted: Tue Jul 23, 2002 9:45 pm Post subject: |
|
|
Which ones do I install as modules, though? From what I understand, to be able to insmod ide-scsi , I need one of those to be a module. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mrchuckles Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/41d88fb53d94a5d3abadf.jpg)
Joined: 09 Jul 2002 Posts: 125 Location: Severn, MD
|
Posted: Tue Jul 23, 2002 11:00 pm Post subject: |
|
|
Compile IDE CD-ROM support as a module. Compile IDE-SCSI emulation directly. Also, compile in SCSI CD-ROM and SCSI Generic. That should be all you need. Then give your kernel the following boot parameter.
The above assumes your IDE CD-RW is on /dev/hdc. You add this parameter to your boot loader configuration. Add the modules to your modules.autoload file, putting the SCSI stuff before the IDE CD-ROM module. That should take care of it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rommel Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/4044a6693d4383c435461.jpg)
Joined: 19 Apr 2002 Posts: 1145 Location: Williamsburg Virginia
|
Posted: Wed Jul 24, 2002 1:27 am Post subject: |
|
|
just compile them all into the kernel...if you insist on modules then any that are not needed for your hardware to boot correctly....an example , i ahve scsi hard drives, well i could hardly compile scsi hard disk and the sym53c8xx_2 driver as modules, less my system wouldnt be able to boot.
but again i would just compile them in |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bartszyszka n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 May 2002 Posts: 29
|
Posted: Wed Jul 24, 2002 8:02 am Post subject: |
|
|
What's the difference between hdc=ide-scsi and hdc=scsi, then? Is one for the module version and the other for everything compiled-in? Like I said, I've read a lot of instructions about my CD-RW drive (on Dell Inspiron 8000) and all of them want me to have an "ide-scsi" module. I didn't have any luck with having everything compiled in and loading hdc=ide-scsi with grub. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rac Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/42db5dbb3e1c92424d747.jpg)
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Jul 24, 2002 8:44 am Post subject: |
|
|
bartszyszka wrote: | What's the difference between hdc=ide-scsi and hdc=scsi, then? |
Check out this section of the SCSI 2.4 HOWTO. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|