View previous topic :: View next topic |
Author |
Message |
fuzz Tux's lil' helper
Joined: 23 Apr 2002 Posts: 93
|
Posted: Wed Apr 24, 2002 11:11 pm Post subject: CD-RW |
|
|
I have a internal CD-RW how do I get gentoo to know it's not just a CD-Rom drive |
|
Back to top |
|
|
kavel n00b
Joined: 21 Apr 2002 Posts: 20 Location: Hillsboro, OR
|
Posted: Thu Apr 25, 2002 12:30 am Post subject: |
|
|
You should have SCSI support built into kernel (SCSI, SCSI CD-ROM and SCSI Generic). Then you need to pass
option to the kernel at boot up (replace hdc with your own CDRW drive of course) |
|
Back to top |
|
|
static Tux's lil' helper
Joined: 18 Apr 2002 Posts: 141 Location: Canada
|
Posted: Thu Apr 25, 2002 4:16 am Post subject: |
|
|
master on the secondary IDE is... hdc? I know hda is primary master, but beyond that... Thanks... _________________ Gentoo and Doom III. 'Nuff Said.
_______________________________________ |
|
Back to top |
|
|
kavel n00b
Joined: 21 Apr 2002 Posts: 20 Location: Hillsboro, OR
|
Posted: Thu Apr 25, 2002 5:02 am Post subject: |
|
|
Yes, exactly. hda=Primary Master, hdb=Primary Slave, hdc=Secondary Master, hdd=Secondary Slave.
|
|
Back to top |
|
|
dice Guru
Joined: 21 Apr 2002 Posts: 577
|
Posted: Thu Apr 25, 2002 5:02 am Post subject: |
|
|
static wrote: | master on the secondary IDE is... hdc? I know hda is primary master, but beyond that... Thanks... |
Yes.
Edit: d'oh, kavel beat me to it! |
|
Back to top |
|
|
kavel n00b
Joined: 21 Apr 2002 Posts: 20 Location: Hillsboro, OR
|
Posted: Thu Apr 25, 2002 5:07 am Post subject: |
|
|
dice wrote: | static wrote: | master on the secondary IDE is... hdc? I know hda is primary master, but beyond that... Thanks... |
Yes.
Edit: d'oh, kavel beat me to it! |
Sorry Dice |
|
Back to top |
|
|
baetis n00b
Joined: 25 Apr 2002 Posts: 19
|
Posted: Fri Apr 26, 2002 3:18 am Post subject: |
|
|
you can always do a "dmesg | grep hd" to find out what got assigned to what. |
|
Back to top |
|
|
fuzz Tux's lil' helper
Joined: 23 Apr 2002 Posts: 93
|
Posted: Tue May 07, 2002 10:47 pm Post subject: |
|
|
my cd-rw is not a scsi cd-rw |
|
Back to top |
|
|
Guest
|
Posted: Tue May 07, 2002 11:40 pm Post subject: |
|
|
Yes, but all ide cdr and cdrw drives emulate themselves as scsi devices (or so it was explained to me). You need to compile ide-scsi, scsi generic support, and scsi cdrom support into your kernel. In addition you have to add the hdc=ide-scsi to your grub config because you need to tell your computer that this particular drive is going to be emulated *before* the boot process grabs it and decides that it will be just a plain old ide drive.
You'll probably want to install cdrecord too. Once you can type "cdrecord -scanbus" and see your burner, you'll be all set. |
|
Back to top |
|
|
|