> On Mon, Aug 30, 2004 at 06:18:59PM +0000, dan moylan wrote: >> >> when i first started to use cdrecord, with the internal >> cdr-rw drive in my ibm 600e laptop, under rh9.0, it didn't >> work, so i was advised to insert the command hdd=ide-scsi >> on the kernal boot line of grub. i did this and all was >> fine. cdrecord worked. >> >> dmesg gave the following: >> ... >> >> Kernel command line: ro root=LABEL=/ hdd=ide-scsi >> ide_setup: hdd=ide-scsi >> ... >> >> Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 >> sr0: scsi3-mmc drive: 20x/20x writer cd/rw xa/form2 cdda tray >> Uniform CD-ROM driver Revision: 3.12 >> sr0: Hmm, seems the drive doesn't support multisession CD's >> >> on the same machine, under FC2, trying to use cdrecord, i >> tried the same ploy, but cdrecord does not find the drive. >> >> dmesg gives: >> ... >> >> Kernel command line: ro root=LABEL=/ hdd=ide-scsi rhgb quiet >> ide_setup: hdd=ide-scsi >> ... >> >> (no Attached scsi CD-ROM . . . ) dsr wrote: > The hdd=ide-scsi invocation is a request to the kernel to > overlook the IDE/ATAPI nature of the drive, and use an > alternative driver for it, one which emulates SCSI over ATAPI. I > would suggest that your new machine is lacking one or more of: > ide-scsi > scsi-generic > and a few similar modules. > Try modprobe ide-scsi, see if that gets you anywhere. no such module (that tells me something). matthew valites wrote: > If you choose to use scsi-emulation, read the howto from tldp.org: > http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/CD-Writing-HOWTO.html > While a bit outdated it should get you running. It looks from your > email that you might not have loaded the correct modules. That's all in > the HOWTO. The ATAPI support under Fedora Core 2 (2.6.6-1.435.2.3) is > pretty decent. Might be a good reason to upgrade. derek martin wrote: > Have you tried it without the hdd= parameter? FC2 uses the 2.6 > Kernel, and that appears to be unnecessary. started there. > When your system boots, or in /var/log/dmesg (or in the output of the > dmesg command), do you see any messages similar to those shown below? > hdc: DW-224E-A, ATAPI CD/DVD-ROM drive > hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 1658kB Cache, UDMA(33) > Uniform CD-ROM driver Revision: 3.20 yes. hdd: UJDA310 ATAPI CD/DVD-rom drive > I don't have an hdc= parameter in my grub config, but cdrecord still > works fine. Not sure how -- must be some Kernel magic. :) don levey wrote: > http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/ CD-Writing-HOWTO.html > Note, however, that in the 2.6.8-1 kernel there are some > problems with recording audio CDs: > http://bugzilla.kernel.org/show_bug.cgi?id=3263 > I checked myself on my home machine, and this seems to > have manifested there as just not finding the writer > device (IDE/ATAPI). Functions just fine with no > modifications using 2.6.5, 2.6.6, 2.6.7. am running 2.6.5-1. sorry to have troubled you folk, but your answers were helpful. in the end the answer was to RTFM, which of course i had done, though not carefully enough. i had to add ATA: before the scsi address, and to try cdrecord -scanbus to find the correct address, which was 1,1,0, not 0,0,0 as it had been under rh9.0. the addition to the kernal command line was indeed unnecessary. all is well. again, thanks all. dan j. daniel moylan 84 harvard ave #2 brookline, ma 02446-6202 617-232-2360 (tel) 810-454-1823 (fax) jdm@moylan.info www.moylan.info