DVD-ROM + CD-RW with XCDROAST - not detecting drives during scan
*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Ah, no. The boot log above doesnt show that. All it says is you have a scsi drive and its not loading it. So do you or do you not have the hdc or hdwhatever=ide-scsi so you can use it as a burner.
I think you have an xcdroast config issue. The kernel is working correctly. /dev/cd0 is your "scsi" device and you should be able to write to it as root. Have you tried to config xcdroast as root?
"You sure you're not getting Linux kernel booting mixed with *BSD? The append "hdc=ide-scsi" is a lilo thing, isn't it? "
If you had just checked the first time I asked you to, we would be done and over with that step by now! So JUST CHECK. If that's not it, we can move onto the next thing to check, otherwise, I still need to know. DO YOU OR DO YOU NOT, have hd?=ide-scsi cause Linux NEEDS scsi emulation for cd burning.
Anyway - I thought from the boot log above, where it shows two devices probed, one on ata1-master and ata1-slave (which looks suspiciously like IDE to me), becoming the targets of the cd0 and cd1 block devices, as Removable CD-ROM scsi-0 device. Hence, I deduced that SCSI emulation through atapicam was working. There is no hd?=ide-scsi line in the boot parameters. There are, however, the following lines in the kernel configuration (built in during compilation):
Code:
device atapicam
device scbus
device cd
device pass
...
device ata
device atapicd
I'll run off and look at xcdroast again.
Last edited by rehab junkie; 01-03-2004 at 04:12 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.